@font-face {
    font-family: Calisto;
    src: url('../font/CALIST_0.TTF');
    src: url('../font/CALIST_0.TTF?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Proxima-nova;
    src: url('../font/MarkSimonson-ProximaNovaRegular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Proxima-nova;
    src: url('../font/MarkSimonson-ProximaNovaThin.otf');
    font-weight: 100;
    font-style: normal;
}

#wrap {
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    font-family: Proxima-nova;
    color: #FFF;
    --main-color: #79C7CE;
    --grey: #BABBBF;
    overflow: hidden;
}

#main {
    height: 100%;
    width: 100%;
    position: relative;
}

#pageContent {
    padding-top: 80px;
    padding-left: 20%;
    padding-right: 0;
    width: 100%;
    height: 100%;
}

.text-blue, a.text-blue {
    color: var(--main-color);
}

.text-grey, a.text-grey {
    color: var(--grey);
}

.overflow-content {
    max-height: calc(var(--vh, 1vh) * 80);
    height: 100%;
    overflow: scroll;
    padding: 30px 150px 100px 10px;
}

.overflow-content::-webkit-scrollbar {
    display: none;
}

.page-quote, .page-quote h2 {
    font-size: 22px;
    font-style: italic;
    font-family: Calisto;
    margin-bottom: 44px;
}

.page-content {
    color: var(--grey);
    position: relative;
    width: 100%;
}

.page-content-head {
    font-size: 17px;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 15px;
}

.page-section {
    font-size: 14px;
    margin-bottom: 50px;
    position: relative;
}

/*LIST SELECT*/
.listSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.listSelect > .listItem {
    height: 120px;
    text-align: center;
    flex: 0 0 33.33%;
    position: relative;
    margin-top: 50px;
}

.listSelect > .listItem > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: var(--main-color);
    text-decoration: none;
}

.listSelect > .listItem > a > span {
    display: block;
    color: var(--main-color);
}

.listSelect > .listItem > a > span.listIcon {
    opacity: 0;
    margin-top: 0;
    transition: all 0.5s;
    height: 20px;
    background: url('../images/addbutton/thirdadd-button.png') no-repeat center/contain;
}

.listSelect > .listItem > a:hover > span {
    color: #FFF;
}

.listSelect > .listItem > a:hover > span.listIcon {
    opacity: 1;
    margin-top: 20px;
}

.listSelect > .listItem > .listBorder {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.listSelect > .listItem > .listBorder > .lineGroup {
    height: 25%;
    width: calc(100% + 1px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.listSelect > .listItem > .listBorder > .lineGroup > div:first-child {
    height: 100%;
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
}

.listSelect > .listItem > .listBorder > .lineGroup > div:nth-child(2),
.listSelect > .listItem > .listBorder > .lineGroup > div:nth-child(3) {
    position: absolute;
    border-bottom: 1px solid var(--main-color);
    height: 1px;
    width: 20%;
    bottom: 0;
}

.listSelect > .listItem > .listBorder > .lineGroup > div:nth-child(2) {
    left: 0;
}

.listSelect > .listItem > .listBorder > .lineGroup > div:nth-child(3) {
    right: 0;
}

.listSelect > .listItem > .listBorder > .lineGroup > div:nth-child(4),
.listSelect > .listItem > .listBorder > .lineGroup > div:nth-child(5) {
    position: absolute;
    background-color: var(--main-color);
    height: 5px;
    width: 5px;
    bottom: 0;
}

.listSelect > .listItem > .listBorder > .lineGroup > div:nth-child(4) {
    left: 0;
    transform: translate(-2px, 2px);
}

.listSelect > .listItem > .listBorder > .lineGroup > div:nth-child(5) {
    right: 0;
    transform: translate(2px, 2px);
}

/*listSelect2*/

.listSelect2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.listSelect2 > .listItem {
    height: 150px;
    text-align: center;
    flex: 0 0 33.33%;
    position: relative;
    margin-top: 50px;
    padding: 0 15px;
}

.listSelect2 > .listItem > a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    color: var(--main-color);
    text-decoration: none;
    font-size: 14px;
}

.listSelect2 > .listItem > a > span {
    flex: 1;
    display: block;
    color: var(--grey);
}

.listSelect2 > .listItem > a > span:first-child {
    color: var(--main-color);
    flex: 0 0 30px;
}

.listSelect2 > .listItem > .listBorder {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: 1px;
}

.listSelect2 > .listItem > .listBorder > .lineGroup {
    position: relative;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid var(--main-color);
}

.listSelect2 > .listItem > .listBorder > .lineGroup:before,
.listSelect2 > .listItem > .listBorder > .lineGroup:after {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    width: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
    top: -2px;
}

.listSelect2 > .listItem > .listBorder > .lineGroup:before {
    left: 0;
}

.listSelect2 > .listItem > .listBorder > .lineGroup:after {
    right: 0;
}

/*listSelect3*/
.listSelect3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.listSelect3 > .listItem {
    text-align: center;
    flex: 0 0 33.33%;
    position: relative;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.listSelect3 > .listItem > .listIcon {
    position: relative;
    flex: 0 0 72px;
}

.listSelect3 > .listItem > .listIcon > img {
    height: 48px;
}

.listSelect3 > .listItem > .listIcon > div {
    position: absolute;
    width: 25%;
    top: 10px;
    height: 1px;
    border-top: 1px solid var(--main-color);
}

.listSelect3.noLine > .listItem > .listIcon > div {
    display: none;
}

.listSelect3 > .listItem > .listIcon > div:after {
    position: absolute;
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
    transform: translateY(-3px);
}

.listSelect3 > .listItem > .listIcon > div:first-child {
    left: 0;
}

.listSelect3 > .listItem > .listIcon > div:first-child:after {
    right: 0;
}

.listSelect3 > .listItem > .listIcon > div:last-child {
    right: 0;
}

.listSelect3 > .listItem > .listIcon > div:last-child:after {
    left: 0;
}

.listSelect3 > .listItem > .listTitle {
    flex: 0 0 30px;
    font-size: 14px;
    color: var(--main-color);
}

.listSelect3 > .listItem > .listContent {
    flex: 1;
    font-size: 13px;
    color: var(--grey);
    padding: 0 15px;
    border-right: 1px solid var(--main-color);
}

.listSelect3.noLine > .listItem > .listContent {
    border: none;
}

.listSelect3 > .listItem:nth-child(3n) > .listContent,
.listSelect3 > .listItem:last-child > .listContent {
    border-right: none;
}

/*END LIST SELECT*/

/*PAGE SPECS*/
.page-specs {
    padding: 50px 0;
}

.page-specs .specs-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.page-specs .specs-row .specs-label {
    flex: 0 0 300px;
    font-size: 24px;
    color: #FFF;
    font-weight: 500;
}

.page-specs .specs-row .specs-info {
    flex: 1;
    font-size: 16px;
}

/*END PAGE SPECS*/

@media (max-width: 767px) {
    #pageContent {
        padding: 80px 15px 0;
    }

    .overflow-content {
        padding: 30px 0px 100px;
    }

    .page-quote, .page-quote h2 {
        font-size: 16px;
    }

    .listSelect > .listItem {
        flex: 0 0 100%;
    }

    .listSelect2 > .listItem {
        flex: 0 0 100%;
    }

    .listSelect3 > .listItem {
        flex: 0 0 100%;
    }

    .listSelect3 > .listItem > .listContent {
        border-right: none;
    }

    .page-specs {
        padding: 20px 0;
    }

    .page-specs .specs-row .specs-label, .page-specs .specs-row .specs-info {
        flex: 0 0 100%;
    }
}