html {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Comfortaa', sans-serif;
    /*font-family: 'Nunito', sans-serif;
    font-family: 'Roboto', sans-serif;*/
    background-color: #fdfdfd;
    color: #444;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-width: 360px;
    /*max-width: 600px;*/
}

.container div {
    box-sizing: border-box;
}

.top-links {
    color: white;
    text-decoration: underline #498a8c;
    text-underline-color: #2e4a4b;
    text-underline-offset: 3px;

    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    position: relative;
}

.top-links .bg {
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    left: 2px;
    z-index: 10;
}

@media screen and (max-width: 600px) {
    .top-links {
        font-size: 12px;
    }
}

.top-links img {
    height: 20px;
    z-index: 20;
}

.links-container a {
    color: #2e4a4b;
    text-decoration: none;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position:relative;
}

.centered-element {
    min-width: 360px;
    max-width: 800px;
    flex:1;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #cccccc;
    background-color: transparent;
}

.center-element-dec {
    box-shadow: #f6f6f6 0px 0px 20px 3px;
    border-radius: 3px;
}

.year-free-badge {
    position: absolute;
    /* font-weight: bold; */
    /* right: 0px; */
    rotate: -30deg;
    bottom: 100px;
    right: 10px;
    color: #c40000;
    background-color: white;
    padding: 6px;
    opacity: 0.9;
    border: solid 1px red;
    border-radius: 5px;
}

.screenshot-container {
    justify-content: center;
    position: relative;
    z-index: 25;
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    padding: 0 0px 0px 0;
    margin: 0px 0px 50px 0px;
}

.screenshot-element {
    overflow: hidden;
    width: 170px; height: 240px;
    border: solid 0px #DDD;
    border-radius: 5px;
    box-shadow: #000 0 0 7px -3px;
}

.hide-on-mobile {

}

@media screen and (max-width: 600px) {
    .hide-on-mobile {
        display: none !important;
    }

    .center-element-dec {
        box-shadow: #e1e1e1 0px 0px 13px 3px;
        border-radius: 0px !important;
    }
}

.row-text-box {
    color: #5f8e76;
    color: #3c7c5f;
    color: #36619b;
    display: flex;
    flex-direction: column;
    gap:12px;
    line-height: 1.3;
}

.key-points-list {
    width:100%;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.2px;
    position:relative;
    z-index: 15;
    font-size: 17px;
    padding: 20px 10px 20px 20px;
    gap: 15px; color: #2e4a4b;
}

.displayRowColumnChange {
    flex-direction: row;
}


@media screen and (max-width: 600px) {
    .hide-on-mobile {
        display: none !important;
    }

    .center-element-dec {
        box-shadow: #e1e1e1 0px 0px 13px 3px;
        border-radius: 0px !important;
    }

    .displayRowColumnChange {
        flex-direction: column;
    }
}

.how-to-points {
    display: flex; flex-direction: row;
    align-items: center;
}

.how-to-points span {
    font-size: 26px;
    margin-right: 10px;
    /*min-width: 30px;*/
    padding-top:3px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #81b4b6;
}

.key-points-bottom-line-bg {
    background-color: #5c7a7a;
    width: 100%;
    height: 30px;
    position: absolute;
    filter: opacity(0.5);
}

.key-points-bottom-line-text {
    width:100%; height:30px;
    color:white;
    font-size: 17px;
    padding: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    letter-spacing: 1.1px
}

.main-kp {
    background-color: #18625e;
    background-color: #39639c;
    padding: 10px;
    color: white;
    opacity: 0.9;
}

.key-points-list .kpl-2 {
    display: flex;
    overflow: hidden;
    min-width: 240px;
    min-height: 100px;
    position: relative;
    flex: 0.4;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.key-points-list .kpl-2 div {
    flex:1;
    margin: 10px 120px 10px 10px;
    text-align: center;
    font-weight: bolder;
}

.key-points-list .kpl-3 {
    border: solid 0px white;
    display: flex;
    overflow: hidden;
    min-width: 240px;
    min-height: 70px;
    position: relative;
    flex: 0.4;
    align-items: center;
    justify-content: center;
}


.key-points-list .kpl-3 div {
    flex:1;
    left: 100px;
    color: #5b6772;
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
}

.key-points-list .kpl-3 img {
    width: 70px;
    position: absolute;
    right:30px;
}

.pic-bg-div {
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 10;
    filter: saturate(0.5);
}

.pricing-grid {
    display: grid;
    z-index: 20;
    border-width: 1px 0 0 1px;
    border-color: #CCC;
    border-style: solid;
    width: 100%;
}

.pricing-grid .cell {
    border-width: 0 1px 1px 0px;
    border-color: #CCC;
    border-style: solid;
    padding: 20px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-grid .cell-head {
    border-width: 0 1px 1px 0px;
    border-color: #CCC;
    border-style: solid;
    padding: 20px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    color: #979797;
    text-align: center;
}

.row-1 {
    height: 50px;
    background-color: #608f76;
}

.row-2, .row-3 {
    height: 500px;
}

.row-4 {
    height: 50px;
    background-color: #ccc;
}