﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

a img {
    text-decoration: none;
    border: 0 none;
}

a:link {
    color: #030B11;
    text-decoration: none;
}

a:visited {
    color: #030B11;
    text-decoration: none;
}

a:hover {
    color: #030B11;
    text-decoration: none;
}

a:active {
    color: #030B11;
    text-decoration: none;
}

html, body, form {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FFFFFF;/*#F1EEEB;*/
}

h1 {
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 0;
    padding-bottom: 0;
}

h2 {
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 0;
    padding-bottom: 0;
}

.gradientAltZero {
    background-color: white;
    border: solid;
    border-width: 1px;
    border-color: #e6e6e6;
}

.gradientAltOne {
    background-color: #F3DDDD;
    border: solid;
    border-width: 1px;
    border-color: #F3DDDD;
}

.gradientAltTwo {
    background-color: #E8BABA;
    border: solid;
    border-width: 1px;
    border-color: #E8BABA;
}

.gradientAltThree {
    background-color: #D58181;
    border: solid;
    border-width: 1px;
    border-color: #D58181;
}

.gradientAltFour {
    background-color: #C75555;
    border: solid;
    border-width: 1px;
    border-color: #C75555;
}

.gradientAltFive {
    background-color: #A73737;
    border: solid;
    border-width: 1px;
    border-color: #A73737;
}

.backgroundColor {
    background-color: #f2f1ed;
}

.backgroundColorDark {
    background-color: #071622;
}

.backgroundColorAlt {
    background-color: #E8BABA;
}

.sectionOuter {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .sectionOuter.noMenu {
        display: flex;
        justify-content: center;
        width: 100%;
    }

.pageOuter {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pageInner {
    width: 100%;
    max-width: 800px;
}

.sectionInner {
    width: 100%;
    max-width: 1280px;
}

    .sectionInner.noMaxWidth {
        max-width: none;
    }

@media screen and (min-width: 0px) and (max-width: 720px) {
    .sectionOuter {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .sectionOuter {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 1130px) {
    .sectionOuter {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.containerSelectCountryInner {
    display: flex;
}

.containerSelectCountryContinent {
    display: flex;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
    .containerSelectCountryInner {
        flex-wrap: wrap;
    }

    .containerSelectCountryContinent {
        width: 100%;
        margin-bottom: 30px;
    }

        .containerSelectCountryContinent.center {
            margin-left: 0;
            margin-right: 0;
        }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerSelectCountryInner {
        flex-wrap: wrap;
    }

    .containerSelectCountryContinent {
        width: 100%;
        margin-bottom: 30px;
    }

        .containerSelectCountryContinent.center {
            margin-left: 0;
            margin-right: 0;
        }
}

@media screen and (min-width: 1130px) {
    .containerSelectCountryInner {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .containerSelectCountryContinent {
        width: auto;
        margin-bottom: 0px;
    }

        .containerSelectCountryContinent.center {
            margin-left: 60px;
            margin-right: 60px;
        }
}

.containerChecklist {
    background-color: #DBEEF1;
    padding: 10px 20px 0px 20px;
    color: #1A3C42;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
    .containerChecklist {
        margin-left: 0;
        border: none;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerChecklist {
        margin-left: 0;
        border: none;
    }
}

@media screen and (min-width: 1130px) {
    .containerChecklist {
        margin-left: 0px;
        border: none;
    }
}

.containerHomeHero {
    height: 600px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: -100px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
    .containerHomeHero.home {
        background-position-x: center;
        background-position-y: top;
        background-image: url('../photos/DTS_AgustinFarias_Portugal_33_.jpg');
    }

    .containerHomeHero.train {
        background-position-x: center;
        background-position-y: top;
        background-image: url('../photos/heroTrain.jpg');
    }

    .containerHomeHero.buy {
        background-position-x: center;
        background-position-y: bottom;
        background-image: url('../photos/3O3A0149-tiny.jpg');
    }

    .containerColThree {
        width: 100%;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerHomeHero.home {
        background-position-x: center;
        background-position-y: bottom;
        background-image: url('../photos/DTS_Surf_0314.jpg');
    }

    .containerHomeHero.train {
        background-position-x: center;
        background-position-y: top;
        background-image: url('../photos/heroTrain.jpg');
    }

    .containerHomeHero.buy {
        background-position-x: center;
        background-position-y: bottom;
        background-image: url('../photos/3O3A0149-tiny.jpg');
    }

    .containerColThree {
        width: 100%;
    }
}

@media screen and (min-width: 1130px) {
    .containerHomeHero.home {
        background-position-x: center;
        background-position-y: bottom;
        background-image: url('../photos/DTS_Surf_0314.jpg');
    }

    .containerHomeHero.buy {
        background-position-x: center;
        background-position-y: bottom;
        background-image: url('../photos/3O3A0149-tiny.jpg');
    }

    .containerHomeHero.train {
        background-position-x: center;
        background-position-y: center;
        background-image: url('../photos/heroTrain.jpg');
    }

    .containerColThree {
        width: 300px;
    }
}

.containerPopupContent {
    width: 80%;
    max-width: 800px;
    height: auto;
    padding: 20px 30px 20px 30px;
    background-color: white;
    overflow-y: scroll;
    border:solid;
    border-color:black;
    border-width:1px;
    border-radius:8px;
}

.containerPopupContent.inspiration {
    max-width: 720px;
    
}

/*
    .containerPopupContent.page {
        background-color: white;
        border-color: #467EAF;
    }
    */
.containerPageSectionRow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.containerPageSectionFullscreen {
    height: 300px;
    width: 100%;
    border: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 20px;
}

.containerPageSectionHalfScreen {
    height: 300px;
    width: 48%;
    border: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 20px;
}

    .containerPageSectionHalfScreen.left {
        margin-right: 2%;
    }

    .containerPageSectionHalfScreen.right {
        margin-left: 2%;
    }

.containerPageSectionThirdScreen {
    height: 300px;
    width: 31%;
    border: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 20px;
}

    .containerPageSectionThirdScreen.left {
        margin-right: 1.33%;
    }

    .containerPageSectionThirdScreen.center {
        margin-right: 1.33%;
        margin-left: 1.33%;
    }

    .containerPageSectionThirdScreen.right {
        margin-left: 1.33%;
    }

.containerPageContentMaster {
    height: 100%;
    width: 100%;
    padding-top: 70px;
}

.containerHead {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #f2f1ed;
}

.containerHeadInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    height: 70px;
}

.containerHeadLinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: Poppins-Regular;
    color: #081B2A;
    font-size: 0.9em;
}

.containerHeadLink {
    margin-right: 30px;
    cursor: pointer;
}

.containerHeadLinkButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 140px;
    background-color: #081B2A;
    border-radius: 15px;
    color: #E7F5F3;
    cursor: pointer;
}

.containerHeadLinkButtonSmall {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 48px;
    background-color: #081B2A;
    border-radius: 15px;
    color: #E7F5F3;
    cursor: pointer;
}

.containerError {
    width: 100%;
    padding: 4px 8px 4px 8px;
    background-color: lightpink;
    display: none;
    font-family: Poppins-Regular;
    font-size: 0.8em;
}

.containerCustomerPage {
    width: 100%;
    background-color: #F6F3EE;
}

.containerAdminMenu {
    display: flex;
    overflow: hidden;
    position: fixed;
    z-index: 3;
    background-color: #539B70;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    margin: 0;
    padding: 0;
}

.containerCustomerMenu {
    display: flex;
    overflow: hidden;
    position: fixed;
    z-index: 3;
    background-color: #d8d1cd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    margin: 0;
    padding: 0;
}

.containerHeadMenuIconContainer {
    background-color: none;
    width: 48px;
}

.containerHeadMenuIcon {
    height: 16px;
    width: auto;
    cursor: pointer;
}

.containerCustomerMenuInner {
    display: block;
    height: 100%;
    overflow-y: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.containerCircle {
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
    height: 36px;
    width: 36px;
    border-radius: 18px;
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

    .containerCircle.select {
        background-color: #ff4e02;
    }

.containerCircleRow {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    align-items: center;
    margin-right: 24px;
    overflow-x: hidden;
    cursor: pointer;
}

.containerCustomerMenuCircles {
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: #999999;
    width: 60px;
    overflow-x: hidden;
    position: absolute;
}

.containerCircleRowMenuList {
    margin-bottom: 20px;
}

.containerCustomerMenuInner.initial {
    display: block;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
    .containerCustomerMenu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .containerCustomerMenu.initial {
            top: 0;
            left: 0;
            width: 0;
        }

    .containerAdminMenu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .containerAdminMenu.initial {
            top: 0;
            left: 0;
            width: 0;
        }

    .containerCustomerPage {
        padding-left: 0px;
    }

    .containerHeadInner.small {
        display: flex;
    }

    .containerHeadInner.largein {
        display: none;
    }

    .containerHeadInner.largeout {
        display: none;
    }

    .containerCustomerMenuCircles {
        width: 60px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerCustomerMenu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .containerCustomerMenu.initial {
            top: 0;
            left: 0;
            width: 0;
        }

    .containerAdminMenu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .containerAdminMenu.initial {
            top: 0;
            left: 0;
            width: 0;
        }

    .containerCustomerPage {
        padding-left: 0px;
    }

    .containerHeadInner.small {
        display: flex;
    }

    .containerHeadInner.largein {
        display: none;
    }

    .containerHeadInner.largeout {
        display: none;
    }

    .containerCustomerMenuCircles {
        width: 60px;
    }
}

@media screen and (min-width: 1130px) {
    .containerCustomerMenu {
        width: 310px;
        top: 0px;
        left: 0px;
        height: 100%;
    }

        .containerCustomerMenu.initial {
            top: 0;
            left: 0;
            width: 0;
        }

    .containerAdminMenu {
        width: 310px;
        top: 0px;
        left: 0px;
        height: 100%;
    }

        .containerAdminMenu.initial {
            top: 0;
            left: 0;
            width: 310px;
            height: 100%;
        }

    .containerCustomerPage {
        padding-left: 300px;
    }

    .containerHeadInner.small {
        display: none;
    }

    .containerHeadInner.largein {
        display: flex;
        height: 100px;
        width: 100%;
        justify-content: flex-end;
    }

    .containerHeadInner.largeout {
        display: flex;
        height: 100px;
        width: 100%;
    }

    .containerCustomerMenuCircles {
        width: 60px;
    }
}

.imageQuestionnaireHands {
    position: fixed;
    width: auto;
    z-index: 2003;
}

.imageQuestionnaireButton {
    display: block;
    position: fixed;
    width: auto;
    z-index: 2003;
}

.containerQuestionnaireTitleAndSave {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    height: 48px;
}

.containerQuestionnaireBorder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    border: solid;
    border-radius: 8px;
    border-width: 1px;
    padding: 42px 60px 28px 60px;
    border-color: #cccccc;
    box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
    background-color: white;
    z-index: 2004;
}

    .containerQuestionnaireBorder.noBorder {
        border: none;
        background-color: inherit;
        box-shadow: none;
        padding: 24px 1px 12px 1px;
    }

@media screen and (min-width: 0px) and (max-width: 720px) {
    .containerQuestionnaireTitleAndSave {
        width: 100%;
    }

    .containerQuestionnaireBorder {
        width: 100%;
        padding: 42px 18px 28px 18px;
    }

    .imageQuestionnaireHands {
        height: 400px;
        bottom: -80px;
        left: -120px;
    }

    .imageQuestionnaireButton {
        display: none;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .imageQuestionnaireHands {
        height: 480px;
        bottom: -80px;
        left: -140px;
    }

    .imageQuestionnaireButton {
        height: 80px;
        top: 230px;
        right: 80px;
    }
}

@media screen and (min-width: 1130px) and (max-width: 1200px) {
    .imageQuestionnaireHands {
        height: 480px;
        bottom: -80px;
        left: -140px;
    }

    .imageQuestionnaireButton {
        height: 90px;
        top: 300px;
        right: 120px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .containerQuestionnaireTitleAndSave {
        width: 620px;
    }

    .containerQuestionnaireBorder {
        width: 620px;
    }

    .imageQuestionnaireHands {
        height: 480px;
        bottom: -80px;
        left: -140px;
    }

    .imageQuestionnaireButton {
        height: 90px;
        top: 300px;
        right: 120px;
    }
}

@media screen and (min-width: 1280px) {
    .containerQuestionnaireTitleAndSave {
        width: 720px;
    }

    .containerQuestionnaireBorder {
        width: 720px;
    }

    .imageQuestionnaireHands {
        height: 720px;
        bottom: -100px;
        left: -180px;
    }

    .imageQuestionnaireButton {
        height: 120px;
        top: 300px;
        right: 120px;
    }
}

.containerQuestionnaireQuestionParent {
    display: flex;
    flex-direction: row;
    padding: 0 20px 0 20px;
}

    .containerQuestionnaireQuestionParent.pre {
        display: flex;
        flex-direction: column;
        padding: 0 20px 0 20px;
    }

.containerSelectBackgroundImage1to1 {
    width: 30%;
    aspect-ratio: 1;
    margin: 8px;
    background-size: cover;
    cursor: pointer;
    border: none;
}

    .containerSelectBackgroundImage1to1.selected {
        border: solid;
        border-width: 4px;
        margin: 4px;
        border-color: black;
    }

.containerSelectBackgroundImage1to06 {
    width: 30%;
    aspect-ratio: 1.6666666666667;
    background-size: cover;
    cursor: pointer;
    border: solid;
    border-color: white;
    border-width: 4px;
    margin: 8px;
}

    .containerSelectBackgroundImage1to06.selected {
        
        border-color: #539B70;
    }

.containerPageMessage {
    display: none;
    background-color: inherit;
    border: solid;
    border-width: 3px;
    margin-bottom: 18px;
    border-color: #FFA12F;
    padding: 5px 12px 5px 12px;
    border-radius: 6px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.containerPageTopLinks {
    margin-top: 30px;
    display: flex;
    padding-bottom: 30px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #071622;
}

.containerPageBelowLinks {
    margin-top: 60px;
    display: flex;
    padding-bottom: 6px;
    margin-bottom: 0px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #071622;
    width: 100%;
    overflow-x: scroll;
}

    .containerPageBelowLinks.sub {
        margin-top: 20px;
    }

.containerPageTopLink {
    font-family: Poppins-Regular;
    color: #071622;
    margin-left: 30px;
    cursor: pointer;
}

    .containerPageTopLink.half {
        font-family: Poppins-Regular;
        color: #071622;
        margin-left: 15px;
        cursor: pointer;
    }

    .containerPageTopLink.first {
        margin-left: 0px;
    }

table {
    border-collapse: collapse;
}

th {
    padding-top: 6px;
    padding-bottom: 8px;
    cursor: pointer;
    padding-right: 20px;
}

td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    background-color: inherit;
}

.tableButton {
    display: flex;
    justify-content: flex-end;
    padding: 8px 0 8px 0;
}

.tdHollow {
    padding: 0;
}

.tdCell {
    padding-top: 8px;
    padding-bottom: 8px;
}

.trow {
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #071622;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #071622;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .trow.hollow {
        font-size: 1em;
    }

    .trow.noBorder {
        border: none;
    }

.tcell {
    padding: 2px;
}

.trow.child {
    color: #D58181;
}

.trow.header {
    text-align: left;
    font-weight: 500;
}

.trow.compare {
    color: #D58181;
}

.trow.strongbordertop {
    border-top: solid;
    border-top-width: 2px;
    border-top-color: #071622;
    font-weight: 500;
}

.tableRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: black;
    font-family: Poppins-Regular;
    font-size: 0.7em;
}

    .tableRow.header {
        border-top: none;
        border-bottom: solid;
        border-bottom-width: 3px;
        border-bottom-color: black;
        font-weight: 800;
    }

    .tableRow.first {
        border-top: none;
        border-bottom: none;
    }

.containerTileAddedItem {
    background-color: #E8BABA;
    display: inline-flex;
    font-family: Poppins-Regular;
    font-size: 0.8em;
    color: white;
    height: 32px;
    justify-content: center;
    align-items: center;
    padding: 0px 6px 0px 6px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.containerTileAddedItemName {
    background-color: inherit;
    margin-right: 18px;
}

.containerTileItemAction {
    cursor: pointer;
    background-color: inherit;
}

.tagDropDownContainer {
    padding: 0px 6px 6px 6px;
    margin-top: 0;
}

.tagDropDownContainerItem {
    cursor: pointer;
    font-family: Poppins-Regular;
    font-size: 1em;
    padding-top: 6px;
    margin-top: 6px;
    border-top: solid;
    border-top-width: 1px;
}

    .tagDropDownContainerItem.first {
        border: none;
        margin-top: 0px;
    }

.containerTileSelect {
    display: inline-flex;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    align-items: center;
    height: 32px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 0.8em;
    border: solid;
    border-width: 1px;
    color: white;
    font-family: Poppins-Regular;
    font-weight: 500;
    cursor: pointer;
}

    .containerTileSelect.selected {
        background-color: #E8BABA;
        border-color: #E8BABA;
    }

    .containerTileSelect.notSelected {
        color: #b4b4b4;
        border-color: #b4b4b4;
        background-color: white;
    }

    .containerTileSelect.eventNotActivated {
        color: #b4b4b4;
        border-color: #b4b4b4;
        background-color: white;
    }

    .containerTileSelect.eventActivated {
        color: white;
        border-color: #667761;
        background-color: #667761;
    }

.headerContainerBigParent {
    width: 100%;
}

.headerContainerBig {
    padding-top: 30px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.headerAccountNameLogoBig {
    width: 130px;
    height: auto;
    cursor: pointer;
}

.headerAccountNameLogoSmall {
    width: 77px;
    height: auto;
    cursor: pointer;
    order: 1;
}

.domainValidationUrl {
    font-family: Poppins-Regular;
    font-size: 1.3em;
    color: #141414;
    font-weight: 500;
}

.containerDomainValidated {
    display: inline-block;
    padding: 3px 6px 3px 6px;
    background-color: #5FAD41;
    color: white;
    font-family: Poppins-Regular;
    font-size: 0.7em;
    font-weight: 500;
}

.containerDomainRequiresValidation {
    display: inline-block;
    padding: 3px 6px 3px 6px;
    background-color: #EF233C;
    color: white;
    font-family: Poppins-Regular;
    font-size: 0.7em;
    font-weight: 500;
    margin-bottom: 10px;
}

.containerEventSetupType {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 6px;
}

.left-align-slick > .slick-list > .slick-track {
    margin-left: 0;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
    .containerEventSetupTypeCode {
        width: 100%;
    }

    .containerEventSetupTypePage {
        width: 100%;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerEventSetupTypeCode {
        width: 100%;
    }

    .containerEventSetupTypePage {
        width: 100%;
    }
}

@media screen and (min-width: 1130px) {
    .containerEventSetupTypeCode {
        width: 50%;
        padding-right: 20px;
    }

    .containerEventSetupTypePage {
        width: 50%;
        border-left: solid;
        border-left-width: 1px;
        border-left-color: #3c3c3c;
        padding-left: 10px;
        padding-bottom: 6px;
    }
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .containerExample {
        width: 300px;
    }
}

@media screen and (min-width: 400px) and (max-width: 520px) {
    .containerExample {
        width: 400px;
    }
}

@media screen and (min-width: 520px) and (max-width: 600px) {
    .containerExample {
        width: 460px;
    }
}

@media screen and (min-width: 600px) and (max-width: 720px) {
    .containerExample {
        width: 500px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerExample {
        width: 600px;
    }
}

@media screen and (min-width: 1130px) {
    .containerExample {
        width: 600px;
    }
}



    @media screen and (min-width: 0px) and (max-width: 720px) {
        .onlyLarge {
            display: none;
        }

        .onlyMedium {
            display: none;
        }

        .onlySmall {
            display: block;
        }

        .notLarge {
            display: block;
        }

        .notSmall {
            display: none;
        }

        .notSmallFlex {
            display: none;
        }

        .notSmallAndNotMedium {
            display: none;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .onlyLarge {
            display: none;
        }

        .onlyMedium {
            display: block;
        }

        .onlySmall {
            display: none;
        }

        .notLarge {
            display: block;
        }

        .notMedium {
            display: none;
        }

        .notSmallAndNotMedium {
            display: none;
        }

        .notSmall {
            display: block;
        }

        .notSmallFlex {
            display: flex;
        }
    }

    @media screen and (min-width: 1130px) {
        .onlyLarge {
            display: block;
        }

        .onlyMedium {
            display: none;
        }

        .onlySmall {
            display: none;
        }

        .notLarge {
            display: none;
        }

        .notSmallAndNotMedium {
            display: block;
        }

        .notSmall {
            display: block;
        }

        .notSmallFlex {
            display: flex;
        }
    }

    @media screen and (min-width: 0px) and (max-width: 1130px) {
        .headerContainerSmall {
            display: block;
        }

        .headerContainerLarge {
            display: none;
        }
    }

    @media screen and (min-width: 1130px) {
        .headerContainerSmall {
            display: none;
        }

        .headerContainerLarge {
            display: block;
        }
    }

    .headerLinksContainer {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .headerLink {
        padding-right: 29px;
        font-family: Poppins-Regular;
        font-size: 1em;
        font-weight: 300;
        cursor: pointer;
    }

    .titleText {
        font-family: Poppins-Regular;
        font-size: 1.4em;
        font-weight: 700;
        color: #030B11;
    }

    .pageHeaderLinkContainer {
        display: flex;
        flex-direction: column;
        margin-left: 32px;
        padding-top: 24px;
    }

    .pageHeaderLink {
        font-family: Poppins-Regular;
        font-size: 16px;
        cursor: pointer;
    }

    .pageHeaderLinksUnderline {
        height: 3px;
        background-color: #4fa874;
    }

        .pageHeaderLinksUnderline.inactive {
            height: 3px;
            background-color: inherit;
        }

    .subHeaderTitle {
        font-family: Poppins-Regular;
        font-weight: 500;
        color: #282828;
    }

        .subHeaderTitle.out {
            font-size: 8.9px;
        }

        .subHeaderTitle.home {
            font-size: 11.9px;
        }

    .bodyText {
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #282828;
        font-size: 18px;
    }

        .bodyText.bold {
            font-weight: 500;
        }

        .bodyText.smallLink {
            font-size: 15px;
        }

        .bodyText.alt {
            color: #DF6C4F;
        }

        .bodyText.disabled {
            color: #c8c8c8;
        }

        .bodyText.highlight {
            font-weight: 500;
            color: #ffbc3f;
        }

        .bodyText.small {
            /*font-size: 12px;*/
        }

        .bodyText.large {
            font-size: 1.1em;
        }

        .bodyText.color {
            color: #539B70;
        }

    .breadcrumb {
        margin-top: 46px;
        font-size: 0.7em;
        font-weight: 400;
    }

    .pageTitle {
        margin-top: 0px;
        font-family: "Oswald-Medium", "Helvetica", "Helvetica Neue", sans-serif;
        /*font-family: 'Poppins-Regular';*/
        font-size: 28px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 46px;
        text-transform: uppercase;
    }

        .pageTitle.inspiration {
            text-align: left;
            font-size: 22px;
        }

        .pageTitle.large {
        }

    .textWordsOfWisdomQuotationMarks {
        flex-shrink: 0;
        font-size: 120px;
        color: #1F8EDD;
    }

    .textWordsOfWisdomQuote {
        font-family: Poppins-Regular;
        color: #282828;
        font-size: 42px;
        text-align: center;
        margin-bottom: 3px;
        color: #222222;
        font-weight: 600;
    }


    @media screen and (min-width: 0px) and (max-width: 720px) {
        .pageTitle.large {
            font-size: 28px;
        }

        .textWordsOfWisdomQuotationMarks {
            font-size: 80px;
        }

        .textWordsOfWisdomQuote {
            font-size: 24px;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1180px) {
        .pageTitle.large {
            font-size: 36px;
        }

        .textWordsOfWisdomQuotationMarks {
            font-size: 100px;
        }

        .textWordsOfWisdomQuote {
            font-size: 28px;
        }
    }

    @media screen and (min-width: 1180px) {
        .pageTitle.large {
            font-size: 42px;
        }

        .textWordsOfWisdomQuotationMarks {
            font-size: 120px;
        }

        .textWordsOfWisdomQuote {
            font-size: 42px;
        }
    }

    .pageTitle.color {
        color: #539B70;
    }

    .pageBody {
        font-family: 'Poppins-Regular';
        font-size: 14px;
        font-weight: 400;
        color: #222222;
        margin-bottom: 46px;
    }

    .rainbow-wheel {
        padding: 15px;
        border-radius: 50%;
        background: radial-gradient(white calc(0px),transparent 0px), conic-gradient(from -18deg,#43a1cd 10%,#639b47 0% 20%,#9ac147 0% 30%,#e1e23b 0% 40%,#f7941e 0% 50%,#ba3e2e 0% 60%,#9a1d34 0% 70%,#662a6c 0% 80%,#272b66 0% 90%,#2d559f 0%);
        transition: transform 1s;
    }

        .rainbow-wheel.large {
            padding: 25px;
        }

        .rainbow-wheel:hover {
            transform: rotate(360deg);
        }

    .popupTitle {
        font-family: "Oswald-Medium", "Helvetica", "Helvetica Neue", sans-serif;
        font-weight: 500;
        font-size: 32px;
        color: #9F5741;
        text-transform: uppercase;
    }

    .popupSubtitle {
        font-family: Poppins-Regular, serif;
        font-weight: 500;
        font-size: 21px;
        color: #333333;
    }

    .popupTitle.page {
        color: #333333;
        padding-bottom: 32px;
    }

    .pageTitle.popup {
        font-size: 28px;
        color: #539B70;
    }

    .pageTitle.menu {
        margin-bottom: 26px;
    }

    .pageTitle.withSubLinks {
        margin-bottom: 0px;
    }

    .pageSubtitle {
        margin-top: 30px;
        font-family: "Oswald-Medium";
        font-size: 20px;
        font-weight: 500;
        color: #539B70;
        margin-bottom: 26px;
        text-transform: uppercase;
    }

        .pageSubtitle.popup {
            font-size: 22px;
        }

        .pageSubtitle.small {
            margin-top: 24px;
            font-size: 18px;
            margin-bottom: 12px;
        }

    .pageTitle.noMarginTop {
        margin-top: 0;
    }

    .codeText {
        font-family: source-code-pro, monospace;
        font-weight: 300;
        font-style: normal;
    }

        .codeText.highlight {
            color: #E8BABA;
            font-weight: 600;
        }

        .codeText.block {
            background-color: black;
            color: white;
            border: white;
            border-width: 2px;
            padding: 8px;
            margin-top: 6px;
            font-size: 0.8em;
        }

    .pageSmallHeading {
        font-family: Poppins-Regular;
        font-weight: 500;
        color: #141414;
        font-size: 0.9em;
    }

        .pageSmallHeading.disabled {
            color: #c8c8c8;
        }

    .pageHeading {
        font-family: Poppins-Regular;
        font-weight: 500;
        color: #071622;
        font-size: 1.1em;
    }

    .statementsAccountName {
        font-family: Poppins-Regular;
        font-weight: 500;
        color: #030B11;
        font-size: 1.2em;
    }

    .statementsTableHeader {
        font-family: Poppins-Regular;
        font-weight: 500;
        color: #030B11;
    }

    .textKey {
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #3c3c3c;
        font-size: 0.9em;
    }

    .menuEnterpriseName {
        margin-top: 12px;
        font-family: Poppins-Regular, serif;
        font-style: normal;
        font-size: 1.3em;
        padding-top: 22px;
        font-weight: 500;
        color: white;
        overflow: hidden;
        cursor: default;
        margin-bottom: 12px;
    }

        .menuEnterpriseName.postPageTitle {
            margin-top: 0px;
        }

        .menuEnterpriseName.belowLine {
            padding-top: 6px;
        }

    .menuAccountName {
        margin-top: 12px;
        font-family: Poppins-Regular, serif;
        font-style: normal;
        font-size: 1em;
        font-weight: 500;
        color: white;
        overflow: hidden;
    }

    .menuLinkSmall {
        font-family: Poppins-Regular, serif;
        font-style: normal;
        font-size: 18px;
        cursor: pointer;
        padding-top: 0;
        margin-top: 0;
        font-weight: 500;
        color: #282828;
    }

        .menuLinkSmall.enterprise {
            margin-bottom: 12px;
        }

    .bodyText.colorLink {
        cursor: pointer;
        color: #E8BABA;
        text-decoration: underline;
    }

    .menuTitle {
        margin-top: 6px;
        font-family: Poppins-Regular, serif;
        font-style: normal;
        font-weight: 600;
        cursor: default;
        font-size: 17px;
        color: white;
    }

    .menuSubTitle {
        margin-top: 6px;
        font-family: Poppins-Regular, serif;
        font-style: normal;
        cursor: default;
        font-size: 0.9em;
        font-weight: 500;
        color: white;
    }

    .menuLink {
        margin-top: 12px;
        font-family: Poppins-Regular, serif;
        font-style: normal;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        color: white;
    }

        .menuLink.rel {
            position: relative;
        }

    .menuLine {
        width: 100%;
        height: 1px;
        margin-top: 22px;
        margin-bottom: 18px;
        background-color: white;
    }

        .menuLine.thick {
            height: 3px;
        }

        .menuLine.noLine {
            background-color: inherit;
            margin-bottom: 2px;
        }

        .menuLine.color {
            background-color: #3c3c3c;
        }

    .footer {
        margin-top: 70px;
        width: 100%;
        height: 80px;
        background-color: #071622;
    }

    .formSection {
        display: flex;
        justify-content: space-between;
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .formSection {
            display: block;
        }

        .formSectionDescriptionContainer {
            width: 100%;
            margin-bottom: 32px;
        }

        .formSectionFormContainer {
            width: 100%;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .formSection {
            display: flex;
        }

        .formSectionDescriptionContainer {
            width: 40%;
        }

        .formSectionFormContainer {
            width: 55%;
        }
    }

    @media screen and (min-width: 1130px) {
        .formSection {
            display: flex;
        }

        .formSectionDescriptionContainer {
            width: 30%;
        }

        .formSectionFormContainer {
            width: 65%;
        }
    }

    .checkboxContainer {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
    }

    .checkboxBoxFake {
        width: 26px;
        margin-right: 16px;
    }

    .checkboxBox {
        order: 1;
        width: 26px;
        height: 26px;
        border: solid;
        border-color: #6e7174;
        border-width: 1px;
        background-color: white;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: none;
        cursor: pointer;
    }

        .checkboxBox.noBorder {
            width: 30px;
            height: 30px;
            border-color: #B3ADA7;
            border-radius: 4px;
            box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
        }

        .checkboxBox.disabled {
            border-color: #c8c8c8;
        }

    .checkboxTick {
        width: 14px;
        height: auto;
    }

    .checkboxText {
        margin-left: 8px;
        order: 2;
        font-family: Poppins-Regular;
        font-size: 16px;
        font-weight: 400;
        margin-top: 3px;
    }

        .checkboxText.noBorder {
            margin-left: 8px;
            order: 2;
            font-family: Poppins-Regular;
            font-size: 16px;
            font-weight: 400;
            margin-top: 5px;
        }

    .checkboxBox.disabled {
        color: #b4b4b4;
    }

    .formLine {
        width: 100%;
        height: 1px;
        margin-top: 36px;
        margin-bottom: 18px;
        background-color: #3c3c3c;
    }

        .formLine.inner {
            margin-top: 24px;
            margin-bottom: 24px;
        }

        .formLine.tightinner {
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .formLine.fat {
            height: 4px;
        }

    .sectionTitle {
        font-family: Poppins-Regular;
        font-weight: 500;
        font-size: 1.2em;
    }

    .sectionDescription {
        font-family: Poppins-Regular;
        font-family: 400;
        font-size: 0.8em;
    }

    .formSectionTitle {
        font-family: Poppins-Regular, serif;
        font-weight: 500;
        font-size: 1.2em;
        color: #3c3c3c;
    }

    .formSectionDescription {
        margin-top: 6px;
        font-family: Poppins-Regular, serif;
        font-size: 0.9em;
        color: #3c3c3c;
    }

    .button {
        border: solid;
        border-width: 1px;
        border-color: #539B70;
        background-color: #539B70;
        color: white;
        font-family: Poppins-Regular;
        font-weight: 400;
        font-size: 0.9em;
        cursor: pointer;
        display: inline-flex;
        flex-direction: row;
        padding-left: 12px;
        align-items: center;
        justify-content: center;
        min-width: 200px;
        min-height: 42px;
        padding-right: 14px;
        border-radius: 21px;
    }

        .button.center {
            justify-content: center;
            padding: 0;
        }

        .button.disabled {
            background-color: #dcdcdc;
            border-color: #dcdcdc;
            cursor: default;
        }

        .button.reverse {
            background-color: inherit;
            color: #081B2A;
        }

    .buttonlarge {
        border: solid;
        border-width: 1px;
        border-color: #539B70;
        background-color: #539B70;
        color: white;
        font-family: Poppins-Regular;
        font-weight: 400;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0.8em;
        text-align: center;
        height: 38px;
        border-radius: 19px;
        font-size: 18px;
        padding: 0 16px 0 16px;
    }

    .buttonmini {
        border: solid;
        border-width: 1px;
        border-color: #539B70;
        background-color: #539B70;
        color: white;
        font-family: Poppins-SemiBold;
        /*font-weight: 400;*/
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 36px;
        border-radius: 18px;
        font-size: 16px;
        padding: 0 16px 0 16px;
    }

        .buttonmini.caps {
            text-transform: uppercase;
            font-family: "Oswald-Medium";
            height: 40px;
            border-radius: 20px;
            font-size: 20px;
        }

        .buttonmini.discoverySaveAndExit {
            background-color: #e9b45b;
            border-color: #e9b45b;
            margin-left: 0;
        }

        .buttonmini.inspiration {
            background-color: #a92700;
            border-color: #a92700;
            color: white;
        }

        .buttonmini.page {
            background-color: #539B70; /*#F9DC5C;*/
            border-color: #539B70; /*#333333;*/
            color: #FFFFFF;
            //#333333;
            height: 34px;
            border-radius: 17px;
            font-size: 18px;
        }

        .buttonmini.large {
            height: 42px;
            border-radius: 21px;
            font-size: 17px;
            padding-left: 22px;
            padding-right: 22px;
        }

        .buttonmini.oval {
            height: 30px;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 10px 0 10px;
        }

        .buttonmini.ovaltight {
            height: 30px;
            border-radius: 15px;
            font-size: 16px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 0 14px 0 14px;
            width: auto;
        }

        .buttonmini.skipdiscovery {
            background-color: #ffffff;
            border-color: #29B3B8;
            border-width: 3px;
            color: #29B3B8;
        }


        .buttonmini.nextDiscovery {
            background-color: #29B3B8;
            border-color: #29B3B8;
            border-width: 3px;
            color: #ffffff;
        }

        .buttonmini.notification {
            border: solid;
            border-width: 1px;
            border-color: #1A3C42;
            background-color: #1A3C42;
            color: #fff;
            margin: 0;
        }

        .buttonmini.outline {
            border: solid;
            border-width: 1px;
            border-color: #333333;
            background-color: inherit;
            color: #333333;
        }

        .buttonmini.outlinequestionnaire {
            border: solid;
            border-width: 1px;
            border-color: #4D9169;
            background-color: inherit;
            color: #4D9169;
        }

        .buttonmini.dark {
            border: solid;
            border-width: 1px;
            border-color: #333;
            background-color: #333;
            color: #fff;
        }

        .buttonmini.darkdisabled {
            border: solid;
            border-width: 1px;
            border-color: inherit;
            background-color: inherit;
            color: #dcdcdc;
            cursor: auto;
        }

        .buttonmini.other {
            border-color: #DF6C4F;
            background-color: #DF6C4F;
            color: white;
        }

        .buttonmini.reverse {
            border: solid;
            border-width: 1px;
            border-color: #539B70;
            background-color: inherit;
            color: #539B70;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding-top: 4px;
            padding-right: 8px;
            padding-bottom: 4px;
            padding-left: 8px;
            margin-left: 10px;
        }

        .buttonmini.super {
            font-size: 0.7em;
            padding-right: 8px;
            padding-left: 8px;
            margin-left: 14px;
            height: 24px;
        }

        .buttonmini.round {
            padding: 0;
            margin: 0;
            height: 28px;
            width: 28px;
            border-radius: 14px;
        }

        .buttonmini.small {
            font-size: 0.6em;
            padding-top: 2px;
            padding-right: 4px;
            padding-bottom: 2px;
            padding-left: 4px;
            margin-left: 0px;
        }

        .buttonmini.disabled {
            border: solid;
            border-width: 1px;
            border-color: #dcdcdc;
            background-color: inherit;
            color: #dcdcdc;
            cursor: default;
        }

        .buttonmini.disabledquestionnaire {
            border: solid;
            border-width: 1px;
            border-color: #CBE3D2;
            background-color: inherit;
            color: #CBE3D2;
            cursor: default;
        }

    .textConfirmationHeader {
        font-family: Poppins-Regular;
        font-size: 0.9em;
        color: #141414;
        font-weight: 500;
    }

    .textConfirmation {
        font-family: Poppins-Regular;
        font-size: 0.9em;
        color: #141414;
        font-weight: 400;
    }

    .buttonConfirmation {
        display: flex;
        border: solid;
        border-width: 1px;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 30px;
        font-family: Poppins-Regular;
        font-size: 0.8em;
        margin: 10px;
        cursor: pointer;
    }

    .button.width100Percent {
        width: 100%;
    }

    .buttonAdd {
        width: 36px;
        height: 36px;
        background-color: #081B2A;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 10px;
    }

    .buttonAddImage {
        height: 16px;
        width: auto;
    }

    .buttonPageSectionMoreInformation {
        height: 36px;
        width: 36px;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #4F1FBE;
        margin-left: 12px;
        cursor: pointer;
        font-family: Poppins-Semibold;
        color: white;
        font-size: 24px;
    }



    .buttonText {
        order: 1;
        padding-right: 6px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .buttonText.disabled {
            color: #b4b4b4;
        }

    .buttonImage {
        order: 2;
        height: 12px;
        width: auto;
    }

        .buttonImage.portrait {
            order: 2;
            height: auto;
            width: 14px;
        }

    .textBoxDateSelect {
        padding: 3px 3px 3px 3px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: black;
        font-family: Poppins-Regular;
        font-weight: 400;
        background-color: #FFFFFF;
        color: #030B11;
        width: 8em;
        background-color: white;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .textBoxDateSelect.color {
            background-color: #f2f1ed;
        }

    .textBoxOuterDialCode {
        display: flex;
        align-items: center;
    }

    .textBoxOuterNoBorder {
        padding-top: 18px;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .textBoxOuterNoBorder.noPaddingTop {
            padding-top: 0;
        }

    .textBoxOuter {
        border: none;
        font-family: Poppins-Regular;
        font-weight: 400;
        background-color: inherit;
        width: 100%;
        max-width: 320px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .textBoxOuter.blank {
            border: none;
            background-color: inherit;
        }

        .textBoxOuter.half {
            width: 48%;
            max-width: none;
        }

        .textBoxOuter.width100Percent {
            max-width: none;
            width: 100%;
        }

        .textBoxOuter.noWidth {
            max-width: none;
            width: auto;
        }

        .textBoxOuter.width100Percent {
            max-width: none;
        }

    /*.pageSubTitle {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 500;
    font-size: 1.7em;
    color: #539B70;
    padding-left: 30px;
    padding-right: 30px;
}

.pageSubtitle.popup{
    margin-bottom:0;
    font-size:20px;
    color:#222222;
}*/

    .textBoxText {
        font-family: "Oswald-Medium";
        font-weight: 500;
        font-size: 20px;
        color: #222222;
        text-transform: uppercase;
        /*
    padding-left: 30px;
    padding-right: 30px;
    
    font-size: 15px;
    margin-bottom: 1px;
    color: #46494c;
    font-family: Poppins-Regular;
        */
    }

    .textBox {
        padding: 8px 5px 8px 5px;
        border: solid;
        border-color: #6e7174;
        border-width: 1px;
        border-radius: 3px;
        width: 100%;
        font-family: Poppins-Regular;
        font-size: 18px;
        color: #141414;
        -webkit-appearance: none;
        background-color: white;
    }

        .textBox.discovery {
            border-color: #29B3B8;
        }

    .textBoxText.noBorder {
        /*
    font-size: 15px;
    margin-bottom: 1px;
    color: #46494c;
    font-family: Poppins-Regular;
    font-weight: 500;
        */
    }

    .textBox.noBorder {
        border-color: #222222; /*#B3ADA7;*/
        border-radius: 5px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
        padding: 11px 6px 11px 6px;
        font-size: 20px;
    }

    .dropDown {
        padding: 8px 5px 8px 5px;
        border: solid;
        border-width: 1px;
        border-radius: 3px;
        border-color: #6e7174;
        width: 100%;
        font-family: Poppins-Regular;
        font-size: 1.1em;
        color: inherit;
        outline: none;
        -webkit-appearance: none;
        background-color: white;
        position: relative;
    }

        .dropDown.discovery {
            border-color: #29B3B8;
        }

        .dropDown.noBorder {
            border-color: #222222; /*#B3ADA7;*/
            border-radius: 5px;
            box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
            padding: 11px 30px 11px 6px;
            font-size: 20px;
        }

    .textBox.watermark {
        color: #c8c8c8;
    }

    .textBox.dialcode {
        flex-grow: 1;
    }

    .textArea {
        padding: 3px 0px 6px 0px;
        border: none;
        width: 100%;
        font-family: Poppins-Regular;
        font-size: 1.1em;
        color: inherit;
        color: #141414;
        height: 7em;
    }

    .imageDropDownArrow {
        position: absolute;
        height: 8px;
        width: auto;
        right: 6px;
        bottom: 16px;
        z-index: 1020;
    }

        .imageDropDownArrow.small {
            height: 6px;
            width: auto;
            bottom: 12px;
        }

        .imageDropDownArrow.noBorder {
            position: absolute;
            height: 8px;
            width: auto;
            right: 6px;
            bottom: 20px;
            z-index: 1020;
        }

    .dropDown.mini {
        padding: 3px;
        border: solid;
        border-width: 1px;
        font-size: 0.9em;
        width: none;
    }

    .dropDown.dialcode {
        font-size: inherit;
        width: 140px;
        height: 42px;
    }

    .dropDown.currency {
        font-size: inherit;
        width: 74px;
    }

    .advertSizeContainer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        font-family: Poppins-Regular;
        font-weight: 400;
        flex-wrap: wrap;
        margin-right: 20px;
    }

        .advertSizeContainer.last {
            margin-right: 0px;
        }

        .advertSizeContainer.single {
            width: 55px;
        }

        .advertSizeContainer.double {
            width: 115px;
        }

    .advertSizeHeader {
        font-weight: 500;
        margin-bottom: 2px;
        font-size: 0.8em;
        height: 30px;
        text-align: center;
        width: 100%;
    }

    .advertSizeFrameImage {
        width: 55px;
    }

    .containerTable {
        width: 100%;
    }

    .containerGrid {
        width: 100%;
        overflow-x: scroll;
        display: grid;
        background-color: inherit;
        grid-auto-rows: minmax(100px,auto);
        gap: 18px;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background: #071622;
        border-radius: 5px;
        height: 10px;
    }

    .dashboardRow.twoCols {
        display: flex;
    }

    .dashboardElementSmall {
        border: solid;
        border-width: 1px;
        border-color: white;
        border-radius: 10px;
        background-color: white;
    }

    .imageRadio {
        height: 20px;
        width: 20px;
    }

    .dashboardElementSmall.noInner {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .dashboardElementSmall.dark {
        background-color: #071622;
        border-color: #071622;
        color: white;
    }

    .dashboardElementSmall.light {
        background-color: #f2f1ed;
        border-color: #071622;
        color: #030B11;
    }

    .dashboardElementSmall.alt {
        background-color: #E8BABA;
        border-color: #E8BABA;
        color: #030B11;
    }

    .dashboardElement {
        margin-bottom: 20px;
    }

        .dashboardElement.fullWidth {
            width: 100%;
        }

    .dashboardComponent {
        margin-bottom: 20px;
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .dashboardRow {
            flex-wrap: wrap;
        }

        .dashboardComponent.half {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .dashboardElement {
            width: 100%;
        }

        .dashboardElementSmall {
            width: 48%;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .dashboardRow {
            flex-wrap: nowrap;
        }

        .dashboardComponent.half {
            width: 50%;
            margin-bottom: 0px;
        }

            .dashboardComponent.half.left {
                margin-right: 20px;
            }

            .dashboardComponent.half.right {
                margin-left: 20px;
            }

        .dashboardElement {
            width: 48%;
        }

        .dashboardElementSmall {
            width: 46%;
        }
    }

    @media screen and (min-width: 1130px) {
        .dashboardRow {
            flex-wrap: nowrap;
        }

        .dashboardComponent.half {
            width: 50%;
            margin-bottom: 0px;
        }

            .dashboardComponent.half.left {
                margin-right: 20px;
            }

            .dashboardComponent.half.right {
                margin-left: 20px;
            }

        .dashboardElement {
            width: 48%;
        }

        .dashboardElementSmall {
            width: 46%;
        }
    }

    .dashboardElementSmall.whole {
        padding: 8px 20px 8px 20px;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #DDDDDD;
        font-family: Poppins-Regular;
        font-size: 0.8em;
        color: #030B11;
        font-weight: 500;
        border-top: solid;
        border-top-width: 1px;
        border-top-color: white;
        border-radius: 10px;
        background-color: white;
        text-align: center;
        font-size: 1em;
    }

    .dashboardHead {
        padding: 8px 20px 8px 20px;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #DDDDDD;
        font-family: Poppins-Regular;
        font-size: 0.8em;
        color: #030B11;
        font-weight: 500;
        border-top: solid;
        border-top-width: 1px;
        border-top-color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: white;
    }

        .dashboardHead.transparent {
            padding: 8px 0px 8px 0px;
            border-bottom-color: #071622;
            background-color: inherit;
            border-top: none;
        }

        .dashboardHead.small {
            padding: 0px 0px 8px 0px;
            margin: 8px 10px 8px 10px;
            border-bottom-color: #071622;
            background-color: inherit;
            border-top: none;
        }

            .dashboardHead.small.white {
                color: white;
                border-bottom-color: white;
            }

            .dashboardHead.small.dark {
                color: #071622;
            }

    .dashboardBody {
        padding: 20px;
        width: 100%;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: white;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: white;
        border-bottom: none;
    }

        .dashboardBody.small {
            padding: 0;
            width: 100%;
            border-bottom: none;
            background-color: inherit;
            padding: 2px 10px 10px 10px;
            display: flex;
            justify-content: center;
            font-size: 1.8em;
            font-family: Poppins-Regular;
            font-weight: 500;
        }

            .dashboardBody.small.white {
                color: white;
            }

        .dashboardBody.transparent {
            padding: 20px 0px 20px 0px;
            background-color: inherit;
        }

    .dashboardWaitNoData {
        height: 323px;
        width: 100%;
        display: block;
    }

    .dashboardText {
        font-family: Poppins-Regular;
        font-size: 0.8em;
        font-weight: 400;
    }

    .dashboardTextSmall {
        font-family: Poppins-Regular;
        font-size: 0.6em;
        font-weight: 400;
    }

    .smallAlertContainer {
        display: none;
        position: fixed;
        padding: 8px;
        /*background-color: #E8BABA;*/
        z-index: 30000;
        /*
    font-size: 16px;
    color: #030B11;*/
        font-family: Poppins-Regular;
        word-wrap: break-word;
        bottom: 20px;
        left: 20px;
    }

    .containerWelcome {
        display: block;
        background-color: #E8BABA;
        padding: 2px 20px 20px 20px;
        position: relative;
        border-radius: 14px;
    }

    .containerNotifications {
        display: block;
        background-color: #E8BABA;
        padding: 20px 20px 12px 20px;
        position: relative;
        border-radius: 14px;
    }

    .rowNotification {
        display: flex;
        justify-content: space-between;
        border-top: solid;
        border-top-width: 1px;
        border-top-color: #071622;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .rowNotification.first {
            border-top: none;
            padding-top: 16px;
        }

    .rowNotificationText {
        font-family: Poppins-Regular;
        cursor: pointer;
    }

    .boxLink {
        border: solid;
        border-color: #071622;
        border-width: 1px;
        width: 180px;
        height: 180px;
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
        background-color: inherit;
        margin-bottom: 20px;
    }

    .boxLinkHeader {
        font-family: Poppins-Regular;
        font-weight: 500;
        font-size: 0.7em;
    }

    .boxLinkLine {
        width: 100%;
        height: 1px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: #071622;
    }

    .boxLinkBody {
        font-family: Poppins-Regular;
        font-size: 0.9em;
    }

    .boxLinkButtonParent {
        display: flex;
        justify-content: flex-end;
    }

    .boxLinkButton {
        height: 34px;
        width: 34px;
        border-radius: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-color: #071622;
    }

    .boxLinkButtonIcon {
        height: 14px;
        width: auto;
    }

    .containerSignalLevel {
        height: 6px;
        width: 40px;
        border: solid;
        border-width: 1px;
        background-color: none;
        margin-right: 4px;
    }

    .buttonPinRow {
        display: flex;
        justify-content: center;
    }

    .buttonPin {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1;
        border: solid;
        border-width: 1px;
        font-size: 1.6em;
        cursor: pointer;
    }

        .buttonPin.blank {
            border: none;
            background: none;
            box-shadow: none;
            cursor: none;
        }

        .buttonPin.text {
            font-size: 0.8em;
        }

    @media screen and (min-width: 0px) and (max-width: 600px) {
        .buttonPinRow {
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .buttonPin {
            width: 25%;
            margin-left: 4px;
            margin-right: 4px;
            box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        }
    }

    @media screen and (min-width: 600px) and (max-width: 1130px) {
        .buttonPinRow {
            margin-top: 16px;
            margin-bottom: 16px;
        }

        .buttonPin {
            width: 20%;
            margin-left: 8px;
            margin-right: 8px;
            box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
        }
    }

    @media screen and (min-width: 1130px) {
        .buttonPinRow {
            margin-top: 16px;
            margin-bottom: 16px;
        }

        .buttonPin {
            width: 20%;
            margin-left: 8px;
            margin-right: 8px;
            box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
        }
    }

    .containerMenuBusinessLogoAndClose {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .containerSmallRoundButton {
        height: 30px;
        padding: 0px 30px 0px 30px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .containerAppSection {
        padding: 12px;
        border-radius: 12px;
        font-size: 0.9em;
    }

    .tagInnerHeader {
        font-family: Poppins-Regular;
        font-weight: 700;
        font-size: 0.8em;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tagAddContainerTags {
        display: flex;
    }

    .tagAddTextBoxContainer {
        height: 40px;
        order: 1;
        background-color: #d8d1cd;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 8px;
        padding-right: 8px;
    }

    .tagAddTextBox {
        text-transform: uppercase;
        background-color: #d8d1cd;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: solid;
        border-bottom-color: #1c1b1c;
        border-bottom-width: 2px;
        font-family: Poppins-Regular;
        font-weight: 700;
        font-size: 1em;
        color: #1c1b1c;
        width: 200px;
    }

    .tagDropDownContainer {
        cursor: pointer;
        width: 216px;
        padding: 8px;
        background-color: #d8d1cd;
    }

    .tagDropDownContainerItem {
        border-top: solid;
        border-top-width: 1px;
        border-top-color: #1c1b1c;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .containerTagItem {
        display: inline-flex;
        align-items: center;
        padding: 0;
        margin-bottom: 18px;
        margin-right: 18px;
        justify-content: flex-start;
    }

        .containerTagItem.noMargin {
            margin-bottom: 0px;
            margin-right: 0px;
        }

    .containerTagItemName {
        height: 28px;
        display: flex;
        align-items: center;
        padding-left: 8px;
        padding-right: 8px;
        font: Muli;
        font-size: 0.7em;
        font-weight: 700;
        color: #1c1b1c;
        background-color: #f0f0f0;
    }

        .containerTagItemName.select {
            background-color: white;
        }

    .containerTagItemAction {
        cursor: pointer;
        height: 28px;
        width: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0062aa;
    }

        .containerTagItemAction.software {
            background-color: #df8100;
        }

        .containerTagItemAction.entry {
            background-color: #66a1ba;
        }

    .containerSelect {
        display: block;
        width: 100%;
        background-color: white;
        border-radius: 8px;
        cursor: pointer;
        padding: 12px 20px 12px 20px;
        box-shadow: 3px 3px 4px 0px rgba(193,193,193,0.42);
    }

    .containerContentSquareParent {
        display: inline-block;
    }

    .containerContentSquare {
        display: block;
        background-color: white;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 3px 3px 4px 0px rgba(193,193,193,0.42);
    }

    .containerContentSquareType {
        font-family: Poppins-Regular;
        font-weight: 600;
        font-size: 0.6em;
        padding: 2px 4px 2px 4px;
        background-color: #b6dce2;
    }

    .containerContentSquareViewer {
        width: 100%;
        aspect-ratio: 1;
        margin: 0px 0px 0px 0px;
    }

    .containerPrimarySelect {
        cursor: pointer;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e7e6e1;
        color: #aaaaaa;
        border-right: none;
    }

    .containerPrimarySelectSelected {
        cursor: pointer;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: purple;
        color: #aaaaaa;
        border-right: none;
    }

    .containerPrimarySelect.initial {
        background-color: inherit;
        color: #2f3035;
        border-right: none;
    }

    .containerPrimarySelect.selected {
        background-color: #3E4F2A;
        color: #ffffff;
        border-right: none;
    }

    .containerPrimarySelect.leftNonSelected {
        border-right: solid;
        border-right-color: #f2f1ed;
        border-right-width: 1px;
        color: #2f3035;
    }

    .containerPrimarySelect.rightNonSelected {
        color: #2f3035;
    }

    .containerPrimarySelectActive {
        text-align: right;
    }

    .containerPrimarySelectActiveBox {
        font-size: 0.7em;
        display: inline;
        background-color: none;
        color: none;
        padding: 2px 2px 2px 2px;
        border: solid;
        border-width: 1px;
        border-color: none;
    }

        .containerPrimarySelectActiveBox.active {
            font-size: 0.7em;
            display: inline;
            background-color: #A1C299;
            color: #385432;
            padding: 2px 2px 2px 2px;
            border: solid;
            border-width: 1px;
            border-color: #A1C299;
        }

        .containerPrimarySelectActiveBox.notSent {
            font-size: 0.7em;
            display: inline;
            background-color: #99CED7;
            color: #3A8592;
            padding: 2px 2px 2px 2px;
            border: solid;
            border-width: 1px;
            border-color: #99CED7;
        }

        .containerPrimarySelectActiveBox.sent {
            font-size: 0.7em;
            display: inline;
            background-color: #C4646C;
            color: white;
            padding: 2px 2px 2px 2px;
            border: solid;
            border-width: 1px;
            border-color: #C4646C;
        }

        .containerPrimarySelectActiveBox.notActive {
            background-color: inherit;
            border: solid;
            border-width: 1px;
            border-color: #2f3035;
            color: #2f3035;
        }

        .containerPrimarySelectActiveBox.notActiveSelect {
            background-color: inherit;
            border: solid;
            border-width: 1px;
            border-color: #2f3035;
            color: #2f3035;
        }

    .containerPrimarySelectText {
        margin-top: 3px;
        color: #2f3035;
        font-family: Poppins-Regular;
        text-align: center;
    }

    .containerPrimarySelectTextSelected {
        margin-top: 3px;
        color: #2f3035;
        font-family: Poppins-Regular;
        text-align: center;
    }

    .containerPrimarySelectText.notActive {
        color: #aaaaaa;
    }

    .containerPrimarySelectText.notActiveSelect {
        color: #E69400;
    }

    .containerPrimarySelectLine {
        background-color: #2f3035;
        margin-top: 2px;
        height: 4px;
    }

        .containerPrimarySelectLine.notSelected {
            background-color: inherit;
        }

    .containerNote {
        background-color: #2f3035;
        color: white;
        padding: 16px;
        margin-bottom: 26px;
    }

    .noteHeader {
        font-family: Poppins-Regular;
        font-size: 1em;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .noteText {
        font-family: Poppins-Regular;
        font-size: 0.9em;
    }

    .noteGotItButton {
        border: solid;
        border-width: 1px;
        border-color: white;
        background-color: inherit;
        color: white;
        font-family: Poppins-Regular;
        font-weight: 400;
        font-size: 0.8em;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-top: 4px;
        padding-right: 8px;
        padding-bottom: 4px;
        padding-left: 8px;
        margin-left: 10px;
    }

    .containerGoPlus {
        height: 36px;
        border-radius: 18px;
        width: 120px;
        background-color: #333333;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px;
        cursor: pointer;
        color: white;
    }

        .containerGoPlus.hidden {
            background-color: inherit;
            cursor: default;
            width: auto;
        }

    .containerTermsHeader {
        font-family: Poppins-Regular;
        font-weight: 500;
        font-size: 0.9em;
        margin-top: 24px;
    }

    .containerTermsBody {
        font-family: Poppins-Regular;
        font-size: 0.9em;
    }

    .containerContentTypeRadio {
        display: flex;
        align-items: flex-start;
        border: solid;
        border-width: 1px;
        border-radius: 6px;
        width: 24%;
        padding: 6px;
        background-color: #ffffff;
        border-color: #333;
    }

        .containerContentTypeRadio.selected {
            border-width: 3px;
            padding: 4px;
            border-color: #539B70;
            background-color: #DBE3CF;
        }

    @media screen and (min-width: 0px) and (max-width: 560px) {
        .containerContentTypeRadio {
            width: 32%;
            margin-bottom: 8px;
        }
    }

    @media screen and (min-width: 560px) {
        .containerContentTypeRadio {
            width: 32%;
        }
    }

    .containerHomeRow {
        padding: 70px 20px 70px 20px;
    }

    .containerHomeRowTitle {
        font-family: Poppins-Regular;
        font-size: 1.2em;
        color: #2f3035;
        font-weight: 500;
        text-align: center;
        margin-top: 24px;
    }

        .containerHomeRowTitle.subTitle {
            font-size: 0.9em;
        }

    .containerAccountInitials {
        background-color: #fdbb3f;
        color: #333333;
    }

    .dashboardContainer {
        cursor: pointer;
    }

    .dashboardActionContainer {
        padding: 18px;
        background-color: #b6dce2;
        border-radius: 6px;
        font-family: Poppins-Regular;
        font-size: 0.9em;
        cursor: pointer;
        color: #1F464D;
        margin-bottom: 12px;
    }

        .dashboardActionContainer.complete {
            background-color: #1F464D;
        }

    .dashboardActionTitle {
        font-family: Poppins-Regular;
        font-weight: 500;
        font-size: 1.1em;
        margin-top: 40px;
        margin-bottom: 0px;
        color: #1F464D;
    }

    .dashboardActionText {
        font-family: Poppins-Regular;
        font-weight: 400;
        font-size: 0.8em;
        margin-bottom: 0px;
        color: #1F464D;
    }

    .dashboardActionTitle.complete {
        color: #b6dce2;
    }

    .dashboardActionText.complete {
        color: #b6dce2;
    }

    @media screen and (min-width: 0px) and (max-width: 1000px) {
        .dashboardActionContainer {
            width: 46%;
        }

        .dashboardContainer {
            width: 46%;
        }
    }

    @media screen and (min-width: 1000px) {
        .dashboardActionContainer {
            width: 24%;
        }

        .dashboardContainer {
            width: 24%;
        }
    }

    .dashboardTitle {
        font-family: Poppins-Regular;
        font-weight: 500;
        color: #2f3035;
        font-size: 0.9em;
        text-align: center;
    }

    .containerGuideArrowUp {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b6dce2;
    }

    .containerGuideArrowDown {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #b6dce2;
    }

    .containerGuideText {
        color: #1A3C42;
        width: 200px;
        padding: 10px;
        font-family: Poppins-Regular;
        font-size: 0.9em;
        background-color: #b6dce2;
        border-radius: 6px;
    }

    .containerGuideProgress {
        height: 4px;
        width: 30px;
        border-radius: 2px;
        background-color: #D4D2CA;
        margin-left: 4px;
        margin-right: 4px;
    }

        .containerGuideProgress.active {
            background-color: #ffbd3e;
        }

    .containerGuideBox {
        height: 4px;
        width: 30px;
        border-radius: 2px;
        background-color: #D4D2CA;
        margin-left: 4px;
        margin-right: 4px;
    }

        .containerGuideBox.active {
            background-color: #B6DCE2;
        }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .containerBoxGuideOuter {
            display: block;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .containerBoxGuideOuter {
            display: block;
        }
    }

    @media screen and (min-width: 1130px) {
        .containerBoxGuideOuter {
            display: none;
        }
    }

    .containerCookie {
        display: none;
        position: fixed;
        z-index: 99999999;
        order: 1;
        background-color: #b6dce2;
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .containerCookie {
            left: 0px;
            bottom: 0px;
            width: 100%;
            padding: 20px 20px 20px 20px;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .containerCookie {
            width: 300px;
            bottom: 40px;
            right: 60px;
            padding: 28px 20px 28px 20px;
        }
    }

    @media screen and (min-width: 1130px) {
        .containerCookie {
            width: 300px;
            bottom: 40px;
            right: 60px;
            padding: 28px 20px 28px 20px;
        }
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .containerHomeStatus {
            width: 100%;
        }

        .containerHomeIntro {
            display: none;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .containerHomeStatus {
            width: 52%;
        }

        .containerHomeIntro {
            display: block;
            width: 42%;
        }
    }

    @media screen and (min-width: 1130px) {
        .containerHomeStatus {
            width: 57%;
        }

        .containerHomeIntro {
            display: block;
            width: 37%;
        }
    }

    .containerAdmin {
        padding-top: 60px;
    }

    .containerCustomer {
        padding-top: 0px;
    }

    .pageSubTitle {
        font-family: "Poppins-Regular", sans-serif;
        font-weight: 500;
        font-size: 1.7em;
        color: #539B70;
        padding-left: 30px;
        padding-right: 30px;
    }

        .pageSubtitle.popup {
            margin-bottom: 0;
            font-size: 20px;
            color: #222222;
        }

    .containerSectionPageGrid {
        padding: 0 0 0 0;
        display: grid;
    }
    /*
@media screen and (min-width: 0px) and (max-width: 720px) {
    .containerSectionPageGrid {
     grid-template-columns: 1fr; column-gap: 0px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerSectionPageGrid {
        grid-template-columns: 1fr 1fr;
        column-gap:20px;
    }
}

@media screen and (min-width: 1130px) {
    .containerSectionPageGrid {
        grid-template-columns:400px 400px 400px;
        column-gap: 20px;
    }
}
    */
    .containerPageGrid {
        padding: 0 0 0 0;
        display: grid;
    }

    .containerPageActionLink {
        border: solid;
        border-width: 1px;
        border-color: #539B70;
        background-color: #539B70;
        color: white;
        font-family: Poppins-SemiBold;
        /*font-weight: 400;*/
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 36px;
        border-radius: 18px;
        font-size: 16px;
        padding: 0 16px 0 16px;
        /*
    border: solid;
    border-color: #333;
    border-width: 1px;
    background-color: #F9DC5C;
    cursor: pointer;
    color: #333;
    font-family: Poppins-Regular;
    font-size: 14px;
    display: flex;
    padding: 10px;
    align-items: center;
        */
    }

    .containerPageActionLinkMenu {
        border: solid;
        border-width: 1px;
        border-color: #539B70;
        background-color: #539B70;
        color: white;
        font-family: Poppins-SemiBold;
        /*font-weight: 400;*/
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 36px;
        border-radius: 18px;
        font-size: 16px;
        padding: 0 16px 0 16px;
        margin-left: 8px;
        /*
    height: 32px;
    width: 32px;
    border-radius: 16px;
    background-color: #F9DC5C;
    border: solid;
    border-color: #333333;
    border-width: 1px;
    cursor: pointer;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
        */
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .containerPageActionLink {
            font-size: 14px;
            height: 32px;
            border-radius: 16px;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .containerPageActionLink {
            font-size: 14px;
            height: 32px;
            border-radius: 16px;
        }
    }

    @media screen and (min-width: 1130px) {
        .containerPageActionLink {
            font-size: 18px;
            height: 36px;
            border-radius: 18px;
        }

        .containerPageActionLinkMenu {
            height: 36px;
            width: 36px;
            border-radius: 18px;
        }
    }

    .containerPageActionLinkHome {
        border: solid;
        border-width: 1px;
        border-color: #333;
        background-color: white;
        cursor: pointer;
        height: 24px;
        border-radius: 12px;
        color: #333;
        font-family: Poppins-Regular;
        font-size: 10px;
        display: flex;
        padding: 8px;
        align-items: center;
    }

        .containerPageActionLinkHome.large {
            height: 32px;
            border-radius: 16px;
            padding: 0 16px 0 16px;
        }

    .containerPageActionLink.reverse {
        border: solid;
        border-width: 1px;
        border-color: #333;
        background-color: white;
        cursor: pointer;
        height: 28px;
        border-radius: 14px;
        color: #333;
        font-family: Poppins-Regular;
        font-size: 10px;
        display: flex;
        padding: 10px;
        align-items: center;
    }

    .highlightCustomerAnswerFont {
        font-family: "DM Serif Display", serif;
        font-weight: 400;
        font-style: normal;
        color: #539B70;
        font-size: 50px;
    }

    .homeHeroTitle {
        font-family: Poppins-Regular;
        font-weight: 500;
        letter-spacing: -1px;
    }

    @media screen and (min-width: 0px) and (max-width: 418px) {
        .homeHeroTitle {
            font-size: 38px;
            line-height: 46px;
        }
    }

    @media screen and (min-width: 418px) and (max-width: 540px) {
        .homeHeroTitle {
            font-size: 48px;
            line-height: 56px;
        }
    }

    @media screen and (min-width: 540px) and (max-width: 720px) {
        .homeHeroTitle {
            font-size: 58px;
            line-height: 66px;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 840px) {
        .homeHeroTitle {
            font-size: 40px;
            line-height: 48px;
        }
    }

    @media screen and (min-width: 840px) and (max-width: 990px) {
        .homeHeroTitle {
            font-size: 48px;
            line-height: 56px;
        }
    }

    @media screen and (min-width: 990px) and (max-width: 1200px) {
        .homeHeroTitle {
            font-size: 58px;
            line-height: 66px;
        }
    }

    @media screen and (min-width: 1200px) {
        .homeHeroTitle {
            font-size: 68px;
            line-height: 76px;
        }
    }

    .homeSectionTitle {
        color: #1e1e1e;
        font-family: Poppins-Regular;
        font-weight: 500;
        letter-spacing: -1px;
    }

    @media screen and (min-width: 0px) and (max-width: 540px) {
        .homeSectionTitle {
            font-size: 28px;
            line-height: 36px;
        }
    }

    @media screen and (min-width: 540px) and (max-width: 720px) {
        .homeSectionTitle {
            font-size: 32px;
            line-height: 40px;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1080px) {
        .homeSectionTitle {
            font-size: 32px;
            line-height: 40px;
        }
    }

    @media screen and (min-width: 1080px) and (max-width: 1280px) {
        .homeSectionTitle {
            font-size: 38px;
            line-height: 46px;
        }
    }

    @media screen and (min-width: 1280px) {
        .homeSectionTitle {
            font-size: 38px;
            line-height: 46px;
        }
    }

    .homeSectionTitle.center {
        text-align: center;
        width: 100%;
    }

    .homeSection {
        padding-top: 84px;
        padding-bottom: 84px;
    }

        .homeSection.leftRight {
            display: flex;
        }

        .homeSection.three {
            display: flex;
            justify-content: center;
        }

    .homeSectionThreeSection.home {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .homeSectionThreeSectionInner {
        border: solid;
        border-width: 2px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 18px;
    }

        .homeSectionThreeSectionInner.selected {
            border-color: #539B70;
        }

        .homeSectionThreeSectionInner.notSelected {
            border-color: white;
        }

    .homeSection.top {
        padding-top: 84px;
        padding-bottom: 32px;
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .homeSection.three {
            flex-wrap: wrap;
        }

        .homeSectionThreeSection {
            width: 100%;
            padding: 0 0 88px 0;
        }

            .homeSectionThreeSection.center {
                border: none;
                margin: 0;
            }

        .homeSection.leftRight {
            flex-wrap: wrap;
        }

        .homeSectionLeftSection50 {
            width: 100%;
            padding: 0 0 10px 0;
        }

        .homeSectionLeftSection40 {
            width: 100%;
            padding: 0 0 10px 0;
        }

        .homeSectionLeftSection60 {
            width: 100%;
            padding: 0 0 10px 0;
        }

        .homeSectionRightSection40 {
            width: 100%;
            padding: 20px 0 0 0;
        }

        .homeSectionRightSection50 {
            width: 100%;
            padding: 20px 0 0 0;
        }

        .homeSectionRightSection60 {
            width: 100%;
            padding: 20px 0 0 0;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .homeSection.three {
            flex-wrap: wrap;
        }

        .homeSectionThreeSection {
            width: 100%;
            padding: 0 0 88px 0;
        }

            .homeSectionThreeSection.center {
                border: none;
                margin: 0;
            }

        .homeSection.leftRight {
            flex-wrap: nowrap;
        }

        .homeSectionLeftSection50 {
            width: 50%;
            padding: 0 20px 0 0;
        }

        .homeSectionLeftSection40 {
            width: 40%;
            padding: 0 20px 0 0;
        }

        .homeSectionLeftSection60 {
            width: 60%;
            padding: 0 20px 0 0;
        }

        .homeSectionRightSection40 {
            width: 40%;
            padding: 0 0 0 20px;
        }

        .homeSectionRightSection50 {
            width: 50%;
            padding: 0 0 0 20px;
        }

        .homeSectionRightSection60 {
            width: 60%;
            padding: 0 0 0 20px;
        }
    }

    @media screen and (min-width: 1130px) {
        .homeSection.three {
            flex-wrap: nowrap;
        }

        .homeSectionThreeSection {
            width: 30%;
            margin: 0 2% 0 2%;
        }

        .homeSection.leftRight {
            flex-wrap: nowrap;
        }

        .homeSectionLeftSection50 {
            width: 50%;
            padding: 0 30px 0 0;
        }

        .homeSectionLeftSection40 {
            width: 40%;
            padding: 0 30px 0 0;
        }

        .homeSectionLeftSection60 {
            width: 60%;
            padding: 0 30px 0 0;
        }

        .homeSectionRightSection40 {
            width: 40%;
            padding: 0 0 0 30px;
        }

        .homeSectionRightSection50 {
            width: 50%;
            padding: 0 0 0 30px;
        }

        .homeSectionRightSection60 {
            width: 60%;
            padding: 0 0 0 30px;
        }
    }

    .homeSection.center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logoFont {
        font-family: "din-1451-lt-pro-engschrift", sans-serif;
        font-weight: 400;
    }

        .logoFont.homeSectionTitle {
            font-size: 48px;
        }

    .homeText {
        font-family: Poppins-Regular;
        font-weight: 400;
        color: #1e1e1e;
        font-size: 18px;
    }

    .footerFontLegal {
        font-family: Poppins-Regular;
        font-size: 10px;
        color: #333333;
    }

    .headerButton {
        display: flex;
        justify-content: center;
        font-family: Poppins-Regular;
        align-items: center;
        color: white;
        margin-left: 32px;
        cursor: pointer;
    }

        .headerButton.color {
            display: flex;
            font-family: Poppins-Regular;
            align-items: center;
            color: white;
            background-color: #539B70;
            border-color: #539B70;
            height: 32px;
            border-radius: 16px;
        }

        .headerButton.colorReverse {
            display: flex;
            font-family: Poppins-Regular;
            align-items: center;
            color: #539B70;
            background-color: #ffffff;
            border-color: #539B70;
            height: 32px;
            border-radius: 16px;
            border: solid;
            border-width: 1px;
        }

        .headerButton.whiteBorder {
            display: flex;
            font-family: Poppins-Regular;
            align-items: center;
            color: white;
        }

        .headerButton.noBorder {
            border: none;
        }

    .containerFooterCol {
        width: 30%;
        max-width: 240px;
        margin-right: 3%;
    }

    .containerFooterColTitle {
        font-family: Poppins-Regular;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .containerFooterColLink {
        font-family: Poppins-Regular;
        font-size: 18px;
        margin-top: 7px;
        cursor: pointer;
    }

    .termsSubtitle {
        font-family: Poppins-Regular;
        font-size: 18px;
        margin-top: 18px;
    }

    .containerPageCustomerStatus {
        background-color: #539B70;
        margin-bottom: 18px;
        padding: 8px 20px 8px 20px;
        font-family: "Oswald-Medium"; /*Poppins-Regular;*/
        font-size: 18px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: white;
        text-align: center;
        justify-content: center;
        border-radius: 12px;
    }

        .containerPageCustomerStatus.warning {
            background-color: #FFBB40;
            color: white;
        }

    .containerBulletListItem {
        display: flex;
        margin-bottom: 6px;
        padding-left: 0;
        align-items: flex-start;
    }

        .containerBulletListItem.indent {
            display: flex;
            margin-bottom: 6px;
            padding-left: 18px;
        }

    .containerBullet {
        flex-shrink: 0;
        margin-top: 8px;
        height: 4px;
        width: 4px;
        border-radius: 2px;
        background-color: white;
    }

    .containerBulletIcon {
        flex-shrink: 0;
        margin-top: 7px;
        height: 16px;
        width: 16px;
        background-repeat: no-repeat;
        background-position: center top;
    }

        .containerBulletIcon.tickWhite {
            background-image: url('../Images/iconTickOnlyWhite.png');
            background-size: 12px 9px;
        }

        .containerBulletIcon.crossWhite {
            background-image: url('../Images/iconCloseWhite.png');
            background-size: 10px 10px;
        }

        .containerBulletIcon.tickColor {
            background-image: url('../Images/iconTickGreen.png');
            background-size: 12px 9px;
        }

        .containerBulletIcon.crossColor {
            background-image: url('../Images/iconCrossRed.png');
            background-size: 10px 10px;
        }

    .containerBulletText {
        padding-left: 12px;
        font-family: Poppins-Regular;
        font-size: 18px;
        color: white;
    }

        .containerBulletText.tickColor {
            color: #539B70;
        }

        .containerBulletText.crossColor {
            color: #DC4151;
        }

        .containerBulletText.cross {
            color: rgba(255,255,255,0.5);
        }

        .containerBulletText.black {
            color: #282828;
        }

        .containerBulletText.black {
            color: #282828;
        }

        .containerBulletText.body {
            font-size: 17px;
        }

    .containerTopListGroupSelector {
        font-family: Poppins-Regular;
        padding: 4px 8px 4px 8px;
        border-top: solid;
        border-top-width: 1px;
        border-top-color: #333333;
        border-left: solid;
        border-left-width: 1px;
        border-left-color: #333333;
        border-right: solid;
        border-right-width: 1px;
        border-right-color: #333333;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #333333;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        flex-shrink: 0;
        cursor: pointer;
    }

    .containerHeaderPictures {
        display: flex;
        justify-content: center;
        margin-top: 18px;
        width: 100%;
    }

    .containerHeaderPicturesLeft {
        display: flex;
    }

    .containerHeaderPicturesRight {
        display: flex;
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .containerHeaderPictures {
            flex-wrap: wrap;
        }

        .containerHeaderPicturesLeft {
            width: 100%;
        }

        .containerHeaderPicturesRight {
            width: 100%;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .containerHeaderPictures {
            flex-wrap: nowrap;
        }

        .containerHeaderPicturesLeft {
            width: 49%;
        }

        .containerHeaderPicturesRight {
            width: 49%;
        }
    }

    @media screen and (min-width: 1130px) {
        .containerHeaderPictures {
            flex-wrap: nowrap;
        }

        .containerHeaderPicturesLeft {
            width: 49%;
        }

        .containerHeaderPicturesRight {
            width: 49%;
        }
    }

    @media screen and (min-width: 1130px) and (max-width: 1240px) {
        .containerSubscriptionOuter {
            width: 330px;
        }

        .containerSubscriptionInner {
            width: 380px;
        }

        .containerSubscriptionIntroduction {
            height: 110px;
        }

        .containerSubscriptionFeatures {
            margin-top: 8px;
            height: 370px;
        }
    }

    @media screen and (min-width: 1240px) and (max-width: 1400px) {
        .containerSubscriptionOuter {
            width: 360px;
        }

        .containerSubscriptionInner {
            width: 420px;
        }

        .containerSubscriptionIntroduction {
            height: 100px;
        }

        .containerSubscriptionFeatures {
            margin-top: 8px;
            height: 350px;
        }
    }

    @media screen and (min-width: 1400px) {
        .containerSubscriptionOuter {
            width: 400px;
        }

        .containerSubscriptionInner {
            width: 460px;
        }

        .containerSubscriptionIntroduction {
            height: 96px;
        }

        .containerSubscriptionFeatures {
            margin-top: 8px;
            height: 320px;
        }
    }

    .containerQuestionnaireBreadcrumb {
        display: block;
    }

    @media screen and (min-width: 0px) and (max-width: 1130px) {
        .containerQuestionnaireBreadcrumb {
            display: none;
        }
    }

    .containerInBorder {
        position: relative;
        border: solid;
        border-color: #cccccc;
        border-radius: 8px;
        border-width: 1px;
        box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
        padding: 30px 30px 30px 30px;
        height: auto;
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .containerInBorder {
            width: 100%;
            max-width: 360px;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1130px) {
        .containerInBorder {
            width: 360px;
            max-width: auto;
        }
    }

    @media screen and (min-width: 1130px) {
        .containerInBorder {
            width: 360px;
            max-width: auto;
        }
    }

    .containerCookieMessage {
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: none;
        justify-content: center;
        align-items: center;
    }

    .containerCookieMessageInner {
        width: 90%;
        max-width: 600px;
        background-color: white;
        padding: 12px 18px 12px 18px;
    }

    .selectSectionIcon {
        height: auto;
        cursor: pointer;
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .selectSectionIcon {
            width: 80px;
        }
    }

    @media screen and (min-width: 720px) {
        .selectSectionIcon {
            width: 100%;
        }
    }

    .containerFaqTitle {
        cursor: pointer;
        font-family: Poppins-Regular;
        color: #333333;
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        padding-top: 18px;
        padding-bottom: 6px;
        align-items: center;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #AAAAAA;
    }

    .imageFaqArrow {
        flex-shrink: 0;
        height: 8px;
        width: auto;
        margin-left: 30px;
    }

    .containerFaqText {
        font-family: Poppins-Regular;
        color: #333333;
        padding-top: 12px;
        padding-bottom: 32px;
        font-size: 20px;
    }

    @media screen and (min-width: 0px) and (max-width: 720px) {
        .homeSectionLeftRightContainer {
            display: flex;
            flex-wrap: nowrap;
        }

        .homeSectionLeftRightContainerLeftText {
            order: 1;
            width: 100%;
            margin: 0;
        }

        .homeSectionLeftRightContainerRightText {
            order: 1;
            width: 100%;
            margin: 0;
        }

        .homeSectionLeftRightContainerLeftImage {
            order: 2;
            width: 100%;
            margin: 0;
        }

        .homeSectionLeftRightContainerRightImage {
            order: 2;
            width: 100%;
            margin: 0;
        }
    }

    @media screen and (min-width: 720px) {
        .homeSectionLeftRightContainer {
            display: flex;
            align-items: center;
        }

        .homeSectionLeftRightContainerLeftText {
            width: 40%;
            margin-right: 10%;
            order: 1;
        }

        .homeSectionLeftRightContainerRightText {
            width: 40%;
            margin-left: 10%;
            order: 2;
        }

        .homeSectionLeftRightContainerLeftImage {
            order: 1;
            width: 50%;
            margin: 0;
        }

        .homeSectionLeftRightContainerRightImage {
            order: 2;
            width: 50%;
            margin: 0;
        }
    }

    .containerInspirations {
        width: 100%;
        display: grid;
        gap: 20px;
        /*grid-template-columns: repeat(3, 1fr);*/
        margin-top: 24px;
    }

    @media screen and (min-width: 0px) and (max-width: 560px) {
        .containerInspirations {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    @media screen and (min-width: 560px) and (max-width: 860px) {
        .containerInspirations {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media screen and (min-width: 860px) {
        .containerInspirations {
            grid-template-columns: 1fr 1fr 1fr; /*repeat(3, 1fr);*/
        }
    }
    /*------------------------------------------------------------------------*/
    .containerPageCustomerProfile {
        z-index: 11;
    }

    .containerPageCustomerProfilePhoto {
        border: solid;
        border-color: #999999;
        border-width: 1px;
        background-size: cover;
    }

    @media screen and (min-width: 0px) and (max-width: 560px) {
        .containerPageCustomerProfile {
            width: 100%;
            margin-top: 46px;
            /*margin-left:40px;margin-right:40px;*/
        }

        .containerPageCustomerProfilePhoto {
            width: 210px;
            height: 210px;
            border-radius: 105px;
        }
    }

    @media screen and (min-width: 560px) and (max-width: 860px) {
        .containerPageCustomerProfile {
            width: 310px;
            margin-top: 46px;
        }

        .containerPageCustomerProfilePhoto {
            width: 240px;
            height: 240px;
            border-radius: 120px;
        }
    }

    @media screen and (min-width: 860px) {
        .containerPageCustomerProfile {
            width: 360px;
            margin-top: 0px;
        }

        .containerPageCustomerProfilePhoto {
            width: 280px;
            height: 280px;
            border-radius: 140px;
        }
    }

    .containerPageMoreQuestionnaires {
        border: solid;
        border-width: 1px;
        border-color: #FFAD2A;
        border-radius: 18px;
        padding: 30px;
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .containerPageMoreQuestionnairesPictures {
    }

    .containerPageMoreQuestionnairesText {
    }

    @media screen and (min-width: 0px) and (max-width: 1000px) {
        .containerPageMoreQuestionnaires {
            display: block;
        }

        .containerPageMoreQuestionnairesPictures {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .containerPageMoreQuestionnairesPicturesOne {
            width: 48%;
            height: auto;
        }

        .containerPageMoreQuestionnairesPicturesTwo {
            width: 48%;
            height: auto;
        }

        .containerPageMoreQuestionnairesText {
            margin-top: 32px;
            width: 100%;
        }
    }

    @media screen and (min-width: 1000px) {
        .containerPageMoreQuestionnaires {
            display: flex;
        }

        .containerPageMoreQuestionnairesPictures {
            display: block;
            width: 300px;
            flex-shrink: 0;
        }

        .containerPageMoreQuestionnairesPicturesOne {
            width: 100%;
            height: auto
        }

        .containerPageMoreQuestionnairesPicturesTwo {
            width: 100%;
            height: auto;
            margin-top: 12px;
        }

        .containerPageMoreQuestionnairesText {
            margin-left: 30px;
        }
    }




.containerQuestionnaireCodeInformation {
    margin-top: 16px;
   
    
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .containerQuestionnaireCodeInformation {
        display: block;
       
    }
}

@media screen and (min-width: 1000px) {
    .containerQuestionnaireCodeInformation {
        display: flex;
        justify-content: space-between;
        
    }
}

.containerQuestionnaireCodeInformationCol {
    height: 100%;
    flex-direction: column;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .containerQuestionnaireCodeInformationCol {
        width: 100%;
        margin-bottom:12px;
    }


}

@media screen and (min-width: 1000px) {
    .containerQuestionnaireCodeInformationCol {
        width: 32%;
    }
}
