/*---------- NAVBAR ----------*/
.navbar {
	margin-bottom: 0;
}

.navbar.navbar-inverse {
	background-color: #fff;
	border-color: transparent;
}

.navbar .navbar-toggle {
	margin-right: 0;
	border: none;
}

.navbar .navbar-toggle .icon-bar {
	background-color: #545353;
}

.navbar .navbar-toggle:focus, 
.navbar .navbar-toggle:hover {
	background-color: #545353;
}

.navbar .navbar-toggle:focus .icon-bar,
.navbar .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

.navbar .container-fluid {
	/*max-width: 1200px;*/
	margin-left: 20px;
	margin-right: 20px;
}

.navbar .container-fluid > .navbar-collapse,
.navbar .container-fluid > .navbar-header,
.navbar .container > .navbar-collapse,
.navbar .container > .navbar-header {
    margin: 8px -15px;
}

.navbar li > a {
    text-transform: uppercase;
    font-family: 'Jengle';
    color: #545353 !important;
    font-size: 16px;
    letter-spacing: 1.2px;
    padding: 2px 0px;
    margin: 15px 10px;
}

.navbar li > a.active {
	color: #000 !important;
}

/*---------- END NAVBAR ----------*/

/*---------- LANGUAGES ----------*/
.languages {
    width: 50px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    top: 90px;
    border-radius: 3px;
    right: 15px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: none;
}

.languages label {
    color: #6a6a6a;
    font-weight: 600;
    font-family: 'Jengle';
    font-size: 8px;
    margin-bottom: 0;
}

.languages > a {
    margin-bottom: -4px;
}

.languages a.active {
    border-bottom: unset;
    color: unset;
}

.languages a.active label {
    color: #115fff;
}

.languages img {
    width: 100%;
    margin-bottom: -8px;
}

.languages .close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    display: none;
}

.languages .close-btn i {
    background-color: #555;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    height: 16px;
    width: 15px;
    padding: 2.5px 0px 0 0;
}

.languages .clicked,
.languages .choices {
    display: none;
}
/*---------- END LANGUAGES ----------*/

/*---------- GENERAL ----------*/
body {
    background-color: #242424;
    position: relative;
}

.home-page,
.media-page,
.ranking-page,
.gamem-page,
.help-page {
    position: relative;
}

.gameweb-bg {
	width: 100%;
}

.game-content {
    position: absolute;
    top: 26.4vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72.2vw;
}

.game-content > img {
    width: 100%;
}

.game-content.ranking {
    top: 28.4vw;
}
/*---------- END GENERAL ----------*/

/*---------- GAME MECHANICS ----------*/

.gamem-page .gameweb-bg:nth-child(2),
.gamem-page .game-content > img:nth-child(2) {
    display: none;
}

.gamem-page .game-content {
    top: 48%
}

.gamem-page .mb-title {
    display: none;
    position: absolute;
    z-index: 1;
    width: 85%;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}

.gamem-page .game-title {
    position: absolute;
    left: 50%;
    top: 8.7%;
    transform: translateX(-50%);
    font-size: 2.9vw;
    letter-spacing: 0.1vw;
    z-index: 1;
    color: #2e4e59;
    font-family: 'Jengle';
}

.gamem-page .game-table {
    position: absolute;
    z-index: 1;
    top: 22.8%;
    left: 50.8%;
    transform: translateX(-50%);
    width: 67.6%;
    height: 62%;
    overflow-x: auto;
    padding-right: 1.5vw;
}

.gamem-page .game-row {
    display: flex;
    align-items: flex-start;
}

.gamem-page .game-row > img {
    width: 2.3vw;
    margin-top: 0.2vw;
    vertical-align: middle;
    display: table-cell;
}

.gamem-page .game-row > p {
    display: table-cell;
    font-family: 'Jengle';
    color: #333;
    font-size: 1.3vw;
    padding-left: 1vw;
    vertical-align: top;
    padding-bottom: 0.8vw;
}

.gamem-page .game-note {
    font-family: 'Jengle';
    width: 93%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3vw;
    color: #d1a878;
    margin-top: 1vw;
}

.gamem-page.our-story .game-row.list,
.gamem-page.faq .game-row.list {
    padding-left: 2vw;
}

.gamem-page.our-story .game-row.list > p {
    padding-bottom: 0;
}

.gamem-page.faq .game-title {
    top: 9%;
    font-size: 2.5vw;
}

.gamem-page.faq .game-row > p {
    padding-bottom: 0;
}

.gamem-page.faq .game-row.list > p {
    padding-bottom: 0.8vw;
    font-size: 1.2vw;
    padding-left: 1.3vw;
}

.media-page .gameweb-bg:nth-child(2),
.media-page .game-content > img:nth-child(2) {
    display: none;
}

.media-page .mb-title {
    display: none;
    position: absolute;
    z-index: 1;
    width: 85%;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}

.media-page .carousel {
    display: flex;
    flex-direction: column;
}

.media-page .carousel > .top {
    margin-bottom: 5px;
}

.media-page .carousel > .top iframe {
    width: 55.5vw;
    height: 31.25vw;
}

.media-page .carousel .inner {
    width: 55.5vw;
    overflow: hidden;
    height: 6.05vw;
    position: relative;
    margin: 0 10px;
}

.media-page .carousel .inner img {
    width: 10.72vw;
    margin: 0 2px;
    position: absolute;
    left: -11.4vw;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}

.media-page .carousel .inner .one {
    left: -0.13vw;
}

.media-page .carousel .inner .two {
    left: 11.12vw;
}

.media-page .carousel .inner .three {
    left: 22.37vw;
}

.media-page .carousel .inner .four {
    left: 33.62vw;
}

.media-page .carousel .inner .five {
    left: 44.87vw;
}

.media-page .carousel .inner .bottom {
    left: 56.15vw;
}

.media-page .carousel .bottom.unactive .inner {
    width: 58vw;
}

.media-page .carousel .bottom.unactive .arrow {
    display: none;
}

.media-page .carousel .bottom.unactive img {
    position: unset;
    width: 10.4vw;
    margin: 0 0.2vw;
}

.media-page .carousel .bottom.unactive img.shade {
    filter: brightness(70%);
}

.media-page .carousel > .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-page .carousel .arrow {
    background: none;
    border: none;
}

.media-page .carousel .arrow:focus {
    outline: none;
}

.media-page .carousel .arrow i {
    color: #fff;
    font-size: 40px;
}

.media-page .carousel .arrow[disabled] i {
    color: transparent;
}
/*---------- END GAME MECHANICS ----------*/

/*---------- HELP PAGE ----------*/
.help-page .gameweb-bg:nth-child(2),
.help-page .game-content img:nth-child(2) {
    display: none;
}

.help-page .help-tabs {
    position: absolute;
    top: 4vw;
    left: 17vw;
}

.help-page .tab {
    position: relative;
    border-bottom: 2.8vw solid #e6e4e2;
    border-right: 0.5vw solid transparent;
    border-left: 0.5vw solid transparent;
    width: 13vw;
    border-radius: 1vw 1vw 0vw 0vw;
    cursor: pointer;
}

.help-page .tab:after {
    content: ' ';
    left: -0vw;
    top: -0.2vw;
    position: absolute;
    background: #e6e4e2;
    border-radius: 0.5vw 0.5vw 0vw 0vw;
    width: 12vw;
    height: 1vw;
}

.help-page .tab-p {
    position: absolute;
    top: 0.4vw;
    left: 1.3vw;
    margin: 0;
    color: #c0c0c0;
    font-family: 'Jengle';
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
    cursor: pointer;
}

.help-page .help-tabs.second {
    left: 31vw;
}

.help-page .help-tabs.second .tab-p {
    left: 1.9vw;
}

.help-tabs.active {
    border-bottom: unset;
    color: unset;
}

.help-page .help-tabs.active .tab,
.help-page .help-tabs:hover .tab {
    border-bottom: 2.8vw solid #fdd6a9;
}

.help-page .help-tabs.active .tab:after,
.help-page .help-tabs:hover .tab:after {
    background: #fdd6a9;
}

.help-page .help-tabs.active .tab-p,
.help-page .help-tabs:hover .tab-p {
    color: #955e1b;
}

.help-page .tab-content {
    position: absolute;
    z-index: 1;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    text-align: justify;
    display: none;
}

.help-page .tab-content > p,
.help-page .tab-content ol {
    font-size: 1.07vw;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.8vw 0;
}

.help-page .tab-content ol {
    -webkit-padding-start: 3vw;
}

.help-page .tab-content.active {
    border-bottom: unset;
    color: unset;
    display: block;
}

.help-page .tab-content.second > p:nth-child(3),
.help-page .tab-content.second > p:nth-child(5) {
    font-weight: 600;
    margin-top: 1.5vw;
}

.help-page .tab-content.second > p:nth-child(4),
.help-page .tab-content.second > p:nth-child(6),
.help-page .tab-content.second > p:nth-child(7) {
    margin-left: 1.5vw;
}
/*---------- END HELP PAGE ----------*/

/*---------- HOME PAGE ----------*/
.home-page .home-bg {
    width: 100%;
}

.home-page .home-bg:nth-child(2) {
    display: none;
}

.home-page .rck-logo {
    position: absolute;
    z-index: 1;
    width: 18vw;
    left: 11.7vw;
    top: 0;
    /*width: 350px;*/
    /*width: 260px;*/
    margin-top: 15px;
}

.home-page .home-content {
    width: 40%;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 1.05vw;
    letter-spacing: 0.09vw;
    left: 12.5vw;
    top: 15vw;
}

.home-page .home-content > div > p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.home-page .home-content > div > p:not(:first-child) {
    margin: 0;
    width: max-content;
}

.home-page .home-content > div > p:nth-child(5) {
    display: none;
}

.home-page .mb-phone {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 58vw;
    display: none;
}

.home-page .rck-image {
    position: absolute;
    z-index: 1;
    width: 40vw;
    right: 0;
    top: 9.5vw;
}

.home-page .icons {
    position: absolute;
    z-index: 1;
    left: 33.6vw; 
    top: 27vw;
}

.home-page .icons img {
    width: 6.5vw;
}

.home-page .icons > img:first-child {
    margin-right: 0.4vw;
}
/*---------- END HOME PAGE ----------*/

/*---------- RANKING PAGE ----------*/
.ranking-page .gameweb-bg:nth-child(2) {
    display: none;
}

.ranking-page .countdown-box {
    position: absolute;
    z-index: 1;
    top: 3%;
    right: 0;
}

.ranking-page .countdown-box > img {
    width: 38vw;
    float: right;
}

.ranking-page .countdown-box #clockdiv{
	position: absolute;
    top: 1.7vw;
    right: 7vw;
    text-align: center;
    font-family: 'Jengle';
    color: #fff;
    font-size: 2vw;
    letter-spacing: 0.1vw;
    line-height: 2.2vw;
}

.ranking-page .countdown-box .comp-ends {
    color: #ffe25a;
    font-family: 'Jengle';
    font-size: 1.9vw;
    letter-spacing: 0.2vw;
    line-height: 3vw;
    margin: 0;
}

.ranking-page .game-content > img:nth-child(2) {
    display: none;
}

.ranking-page p.board-title {
    position: absolute;
    top: 23%;
    left: 24%;
    transform: translateX(-50%);
    font-family: 'Jengle';
    color: #93542f;
    letter-spacing: 2px;
    font-size: 2.2vw;
}

.ranking-page .board-ranking {
    position: absolute;
    top: 32.5%;
    left: 50.5%;
    transform: translateX(-50%);
    width: 67.2%;
    display: table;
}

.ranking-page .board-ranking .board-content {
	height: 27.5vw;
    overflow-x: hidden;
    overflow-y: overlay;
    padding-right: 2.4vw;
}

.ranking-page .board-ranking .board-content::-webkit-scrollbar {
	width: 1vw;
	/*background-color: #f8bbd0;*/
}

.ranking-page .board-ranking .board-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #feebd4;
	border-radius: 10px;
	background-color: #feebd4;
  	border-left: 3.5px solid #fdd6a9;
  	border-right: 3.5px solid #fdd6a9;
}

.ranking-page .board-ranking .board-content::-webkit-scrollbar-thumb{
  width: 24px;
  background: #d78931;
  border-right: 1px solid #904202;
  border-left: 1px solid #904202;
  border-bottom: 3px solid #904202;
  border-radius: 15px;
}



.game-table::-webkit-scrollbar {
    width: 1vw;
    /*background-color: #f8bbd0;*/
}

.game-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #feebd4;
    border-radius: 10px;
    background-color: #feebd4;
    border-left: 3.5px solid #fdd6a9;
    border-right: 3.5px solid #fdd6a9;
}

.game-table::-webkit-scrollbar-thumb{
  width: 24px;
  background: #d78931;
  border-right: 1px solid #904202;
  border-left: 1px solid #904202;
  border-bottom: 3px solid #904202;
  border-radius: 15px;
}



.ranking-page .board-ranking table {
	width: 100%;
	border-collapse:separate; 
	border-spacing: 0 1.2vw;
    margin-top: -1.1vw;
}

.ranking-page .board-ranking tr {
	background-color: #fff;
}

.ranking-page .board-ranking td {
    font-family: 'Jengle';
    font-size: 2.2vw;
    padding: 1vw;
}

.ranking-page .board-ranking td > p {
    margin: 0 0 0 5px;
    border-right: 1px solid;
}

.ranking-page .board-ranking td:nth-child(1) {
    color: #de7018;
    padding-right: 0;
    border-radius: 5px 0 0 5px;
}

/*.ranking-page .board-ranking td:nth-child(2) {
    padding: 0.75vw 1vw 0.75vw 1.8vw;
}

.ranking-page .board-ranking td:nth-child(2) > img {
    width: 3vw;
    height: 3vw;
    border-radius: 0.3vw;
    object-fit: cover;
    object-position: 50% 0;
}*/

.ranking-page .board-ranking td:nth-child(2) {
	width: 25vw;
    display: -webkit-box;
    height: 3.86vw;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranking-page .board-ranking td:nth-child(4) {
    border-radius: 0 5px 5px 0;
}

.ranking-page .board-ranking td img {
    width: 2.5vw;
}
/*---------- END RANKING PAGE ----------*/
@media (min-width: 1201px) {
    .navbar .container-fluid {
        margin: 0 auto;
    }

    .navbar .container-fluid {
        padding: 0 14%;
    }

    .languages {
        top: 18px;
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .help-page .gameweb-bg:nth-child(1),
    .help-page .game-content img:nth-child(1),
    .home-page .home-bg:nth-child(1),
    .home-page .rck-image,
    .home-page .rck-logo,
    .home-page .home-content > div > p:nth-child(4),
    .gamem-page .gameweb-bg:nth-child(1),
    .gamem-page .game-content > img:nth-child(1),
    .media-page .gameweb-bg:nth-child(1),
    .media-page .game-content > img:nth-child(1),
    .ranking-page .gameweb-bg:nth-child(1),
    .ranking-page .game-content > img:nth-child(1) {
        display: none;
    }

    .help-page .gameweb-bg:nth-child(2),
    .help-page .game-content img:nth-child(2),
    .home-page .home-bg:nth-child(2),
    .gamem-page .mb-title,
    .gamem-page .gameweb-bg:nth-child(2),
    .gamem-page .game-content > img:nth-child(2),
    .media-page .gameweb-bg:nth-child(2),
    .media-page .game-content > img:nth-child(2),
    .ranking-page .gameweb-bg:nth-child(2),
    .ranking-page .game-content > img:nth-child(2) {
        display: block;
    }

    .gamem-page .game-table::-webkit-scrollbar,
    .help-page .tab-content::-webkit-scrollbar {
        width: 1.2vw;
        /*background-color: #f8bbd0;*/
    }

    .gamem-page .game-table::-webkit-scrollbar-track,
    .help-page .tab-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #feebd4;
        border-radius: 10px;
        background-color: #feebd4;
        border-left: 3.5px solid #fdd6a9;
        border-right: 3.5px solid #fdd6a9;
    }

    ::-webkit-scrollbar-thumb{
      width: 24px;
      background: #d78931;
      border-right: 1px solid #904202;
      border-left: 1px solid #904202;
      border-bottom: 3px solid #904202;
      border-radius: 15px;
    }

    .gamem-page .game-content {
        width: 90vw;
        top: 54.5%;
    }

    .gamem-page .game-title {
        /*font-size: 4.5vw;*/
        font-size: 3.5vw;
        top: 9.8%;
    }

    .gamem-page .game-table {
        top: 21%;
        overflow-y: auto;
        height: 62vw;
        padding-right: 3vw;
        left: 51%;
        width: 85.5%;
    }

    .gamem-page .game-row > img  {
        width: 4vw;
    }

    .gamem-page .game-row > p {
        font-size: 2.8vw;
        padding-left: 1.5vw;
    }

    .gamem-page .game-note {
        font-size: 2.5vw;
    }

    .gamem-page.faq .game-title {
        top: 10.2%;
        font-size: 3vw;
    }

    .gamem-page.faq .game-row.list > p {
        padding-bottom: 0.8vw;
        font-size: 2.3vw;
        padding-left: 3.5vw;
    }

    .help-page .game-content {
        width: 90vw;
        top: 47vw;
    }

    .help-page .help-tabs.active .tab,
    .help-page .help-tabs:hover .tab {
        width: 23vw;
        border-bottom: 4.5vw solid #fdd6a9;
    }

    .help-page .help-tabs {
        left: 10vw;
        top: 6.4vw;
    }

    .help-page .tab {
        width: 23vw;
        border-bottom: 4.5vw solid #e6e4e2
    }

    .help-page .help-tabs.first .tab:after {
        width: 21.9vw;
        left: 0.1vw;
    }

    .help-page .help-tabs.second .tab:after {
        width: 22.1vw;
    }

    .help-page .tab-p {
        font-size: 2.5vw;
        left: 2vw;
        top: 0.5vw;
    }

    .help-page .help-tabs.second {
        left: 34.5vw;
    }

    .help-page .help-tabs.second .tab-p {
        left: 3.1vw;
    }

    .help-page .tab-content > p,
    .help-page .tab-content ol {
        font-size: 2.5vw;
    }

    .help-page .tab-content {
        overflow-y: auto;
        padding-right: 3vw;
        width: 83%;
        top: 17vw;
        left: 52vw;
        height: 61vw;
    }

    .home-page .home-content {
        position: relative;
        background-color: #1bbdfe;
        padding: 4% 0;
        width: 100%;
        left: unset;
        top: unset;
    }

    /*.home-page .home-content > div > p:first-child*/
    .home-page .home-content > div > p {
        font-size: 2.5vw;
        color: #fff;
        margin: 0 0px 8vw 0;
        width: 57%;
        position: relative;
        left: 5%;
    }

    .home-page .home-content > div > p:nth-child(2) {
        margin-top: 4vw;
    }

    .home-page .home-content > div > p:last-child {
        margin-bottom: 18vw;
        font-size: 5vw;
    }

    .home-page .home-content > div > p:nth-child(2), 
    .home-page .home-content > div > p:nth-child(3), 
    .home-page .home-content > div > p:nth-child(5),
    .home-page .home-content > div > p:last-child {
        margin-left: 50vw;
        display: block;
    }

    .home-page .mb-phone {
        display: block;
    }

    .home-page .icons {
        position: absolute;
        bottom: 2.2vw;
        top: unset;
        left: unset;
        right: 12px;
    }

    .home-page .icons img {
        width: 16vw;
    }

    .media-page .carousel > .top iframe {
        width: 85vw;
        height: 47.8vw;
    }

    .media-page .carousel > .bottom {
        overflow: hidden;
        height: 9.98vw;
    }

    .media-page .carousel .inner {
        width: 72.3vw;
        height: 9.98vw;
        /*height: 14.98vw;
        position: relative;
        top: 18px;
        overflow-y: hidden;
        overflow-x: auto;*/
    }

    .media-page .carousel .inner img {
        width: 17.6vw;
        left: -18.9vw;
    }

    .media-page .carousel .inner .one {
        left: -0.3vw;
    }

    .media-page .carousel .inner .two {
        left: 18.2vw;
    }

    .media-page .carousel .inner .three {
        left: 36.7vw;
    }

    .media-page .carousel .inner .four {
        left: 55.1vw;
    }

    .media-page .carousel .inner .five,
    .media-page .carousel .inner .bottom {
        left: 73.15vw;
    }

    .media-page .carousel .bottom.unactive .inner {
        width: 75vw;
    }

    .media-page .carousel .bottom.unactive .inner img {
        width: 17.6vw;
    }

    .ranking-page .game-content.ranking {
        width: 90vw;
        top: 54%;
    }

    .ranking-page p.board-title {
        font-size: 4.2vw;
        top: 16%;
        left: 21%;
    }

    .ranking-page .board-ranking {
        width: 82%;
        left: 51%;
        top: 26.8%;
    }

    .ranking-page .board-ranking td:nth-child(2) {
        height: 5.14vw;
        padding: 0.8vw 0.5vw 0.8vw 2vw;
        line-height: 1.3;
    }

    .ranking-page .board-ranking .board-content {
        padding-right: 4.3vw;
        height: 56.2vw;
    }

    .ranking-page .board-ranking .board-content::-webkit-scrollbar {
        width: 1.5vw;
    }

    .ranking-page .board-ranking td {
        font-size: 2.8vw;
    }

    .ranking-page .countdown-box > img {
        width: 52vw;
    }

    .ranking-page .countdown-box #clockdiv {
        top: 3vw;
        font-size: 3vw;
        line-height: 3.4vw;
    }

    .ranking-page .countdown-box .comp-ends {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .gamem-page .game-title {
        font-size: 4.5vw;
        top: 9.3%;
    }

    .gamem-page .game-row > p {
        font-size: 3.5vw;
    }

    .gamem-page.faq .game-title {
        left: 51%;
        width: 54.5vw;
        font-size: 3.45vw;
    }

    .gamem-page.faq .game-row > p {
        font-size: 3.8vw;
    }

    .gamem-page.faq .game-row.list > p {
        font-size: 3.3vw;
    }

    /*.help-page .tab:after {
        width: 23vw;
    }*/

    .help-page .tab {
        width: 30vw;
    }

    .help-page .tab-p {
        font-size: 3.5vw;
        left: 2.2vw;
        top: -0.1vw;
    }

    .help-page .help-tabs.active .tab,
    .help-page .help-tabs:hover .tab {
        width: 30vw;
    }

    .help-page .help-tabs.second {
        left: 41.5vw;
    }

    .help-page .help-tabs.first .tab:after {
        width: 28.8vw;
    }

    .help-page .help-tabs.second .tab:after {
        width: 28.8vw;
    }

    .help-page .help-tabs.second .tab-p {
        left: 3.6vw;
    }

    .help-page .tab-content > p, .help-page .tab-content ol {
        font-size: 3vw;
    }

    .home-page .home-content > div > p {
        font-size: 3vw;
    }

    .home-page .icons img {
        width: 20vw;
    }

    .home-page .icons img.playstore {
        width: 20.5vw;
    }
}

.cWhite{
    color: #fff;
}