/*
Theme Name: IDO
Author: Neutech
Author URI: https://neutech.co/
Version: 1.0
*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #202124;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
}

a,
button {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none;
    outline: none;
}

h1 {
    color: #202124;
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
}

h2 {
    font-weight: 600;
    color: #202124;
    font-size: 32px;
}

p {
    color: #6E6E73;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

img {
    max-width: 100%;
    width: auto;
}

input {
    font-family: "Plus Jakarta Sans", sans-serif;
    outline: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn-blue {
    border-radius: 8px;
    background: #1A73E8;
    width: 186px;
    height: 48px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    border: 0;
}

.btn-blue:hover {
    background: #095FD0;
}

.btn-blue-outline {
    background: transparent;
    border: 1px solid #1A73E8;
    color: #1A73E8;
}

.btn-blue-outline:hover {
    border-color: #095FD0;
    color: #095FD0;
    background: transparent;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.form-input {
    height: 50px;
    padding: 8px 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E2E6EA;
    background: #FFF;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #202124;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.form-input::placeholder {
    color: #BEC1C7;
    opacity: 1;
}

.form-input:focus {
    border-color: #1A73E8;
}

.form-group {
    margin-bottom: 32px;
}

.form-group--plan {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.plan {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border: 0.8px dashed var(--blue, #1A73E8);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.plan input {
    display: none;
}

.plan:has(input:checked) {
    background-color: var(--blue, #1A73E8);
    color: #fff;
}

.outer-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
}

.input-wrapper {
    position: relative;
}

.last-form-group {
    margin-bottom: 0;
}

.container {
    margin: 0 auto;
}

.header {
    padding: 48px 0;
}

.header .row {
    max-width: 1312px;
    margin: 0 auto;
    align-items: center;
}

.header .col:nth-child(1) {
    width: 226px;
}

.header .col:nth-child(3) {
    width: 226px;
}

.header .col-burger {
    display: none;
}

.header .logo {
    width: 225px;
    display: block;
}

.header .menu {
    display: flex;
    justify-content: center;
}

.header .menu ul {
    list-style: none;
    display: flex;
}

.header .menu ul li + li {
    margin-left: 72px;
}

.header .menu ul a {
    color: #4B587C;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.header .menu ul a:hover {
    color: #1A73E8;
}

.header .menu ul .current_page_item a {
    color: #1A73E8;
    position: relative;
}

.header .menu ul .current_page_item a:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    width: 100%;
    height: 1px;
    background: #1A73E8;
}

.header .btn-blue {
    display: block;
    margin-left: auto;
}

.header-mobile {
    display: none;
}

.footer {
    background: #F6F7F8;
    padding-top: 32px;
}

.footer .logo {
    width: 183px;
    display: block;
    margin: 0 auto;
}

.footer .menu {
    display: flex;
    justify-content: center;
    margin: 56px 0;
}

.footer .menu ul {
    list-style: none;
    display: flex;
}

.footer .menu ul li + li {
    margin-left: 56px;
}

.footer .menu ul a {
    color: #202124;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    text-decoration: none;
}

.footer .menu ul a:hover {
    color: #1A73E8;
}

.footer .menu ul a svg:hover {
    opacity: 0.7;
}

.footer .copyright {
    display: flex;
    padding: 16px 0;
    justify-content: center;
    border-top: 1px solid #E2E6EA;
}

.footer .copyright p,
.footer .copyright a {
    color: #6E6E73;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    /* 200% */
}

.footer .links {
    display: flex;
    margin-left: 32px;
}

.footer .links a {
    position: relative;
    color: #202124;
    text-decoration-line: underline;
}

.footer .links a + a {
    margin-left: 20px;
}

.footer .links a:after {
    content: "";
    width: 1px;
    height: 17px;
    background: #202124;
    position: absolute;
    top: 2px;
    right: -10px;
}

.footer .links a:last-child:after {
    display: none;
}

.footer .links a:hover {
    border-color: #1A73E8;
}

.page-default {
    display: flex;
    justify-content: center;
}

.page-default .text {
    padding-top: 64px;
    padding-bottom: 30px;
    color: #6E6E73;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    max-width: 713px;
    width: 100%;
}

.page-default .text h2 {
    padding-bottom: 72px;
}

.page-default .text p {
    padding-bottom: 35px;
}

.page-not-found {
    display: flex;
    justify-content: center;
}

.page-not-found .text {
    margin: 147px 0 214px 0;
    text-align: left;
}

.page-not-found .text h1 {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 16px;
}

.page-not-found .text h4 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 16px;
}

.page-not-found .text p {
    color: #202124;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 56px;
}

.thank-you-page {
    display: flex;
    justify-content: center;
}

.thank-you-page .content {
    margin: 124px 0 125px 0;
    text-align: center;
}

.thank-you-page .content h4 {
    padding-bottom: 32px;
    padding-top: 32px;
    font-size: 24px;
    font-weight: 600;
}

.thank-you-page .content p {
    padding-bottom: 56px;
    font-weight: 400;
    line-height: 24px;
}

.dataset-ful-version {
    display: flex;
    justify-content: center;
}

.dataset-ful-version .content {
    margin: 139px 0 140px 0;
    text-align: center;
}

.dataset-ful-version .content h4 {
    padding-bottom: 32px;
    padding-top: 32px;
    font-size: 24px;
    font-weight: 600;
}

.dataset-ful-version .content p {
    padding-bottom: 56px;
    font-weight: 400;
    line-height: 24px;
}

.about-us {
    margin-top: 48px;
}

.about-us .text-home {
    display: flex;
    flex-wrap: wrap;
    max-width: 1077px;
    width: 100%;
    margin: 0 auto 56px auto;
    align-items: center;
}

.about-us .text-home a {
    color: #1A73E8;
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    line-height: 1;
}

.about-us .text-home span {
    margin: 0 12px;
}

.about-us .text-home p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.about-us .the-power-of-data,
.about-us .who-we-are {
    display: flex;
    flex-wrap: wrap;
    max-width: 1077px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.about-us .the-power-of-data img,
.about-us .who-we-are img {
    width: 435px;
    height: 435px;
    flex-shrink: 0;
    border-radius: 32px;
}

.about-us .the-power-of-data .text,
.about-us .who-we-are .text {
    width: 524px;
}

.about-us .the-power-of-data .text h5,
.about-us .who-we-are .text h5 {
    color: #1A73E8;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.about-us .the-power-of-data .text h3,
.about-us .who-we-are .text h3 {
    font-size: 32px;
    font-weight: 600;
    padding-top: 10px;
}

.about-us .the-power-of-data .text p,
.about-us .who-we-are .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding-top: 32px;
}

.about-us .who-we-are {
    margin-top: 205px;
}

.dataset-post {
    background: #F6F7F8;
    padding: 115px 0;
    margin-top: 134px;
    position: relative;
}

.dataset-post .content {
    max-width: 1178px;
    width: 100%;
    /* overflow: hidden; */
    /* background: url("images/dataset-post-bg.svg") no-repeat center; */
    background-size: cover;
    display: flex;
    justify-content: space-between;
    /* border-radius: 32px; */
    align-items: center;
    margin: 0 auto;
    /* padding: 25px 0; */
    position: relative;
}

.dataset-post .content .description {
    z-index: 10;
    padding-left: 119px;
    position: relative;
}

.dataset-post .content .description h4 {
    color: #202124;
    font-size: 32px;
    font-weight: 600;
}

.dataset-post .content .btn-blue {
    /* background: white;
    color: #1A73E8; */
    margin-top: 32px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 242px;
    height: 56px;
}

.dataset-post .content img {
    width: 427px;
    height: 297px;
    position: relative;
    z-index: 10;
}

.dataset-post::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 82px;
    width: 373px;
    height: 373px;
    border-radius: 50%;
    border: 119px solid #F9FBFF;
}

.dataset-post-home {
    padding-block-start: 171px;
    padding-bottom: 0;
    background: transparent;
    margin: 0;
}

.banner-home {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url("images/banner-bg.png") no-repeat bottom center;
}

.banner-home .container {
    max-width: 735px;
}

.banner-home.banner-home--build-data .container {
    max-width: 1243px;
}

.banner-home h1 {
    font-size: 64px;
}

.banner-home p {
    color: #6E6E73;
    font-size: 24px;
    line-height: 36px;
    margin: 48px 0;
}

.banner-home__subtitles-wr {
    margin-block: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 24px;
}

.banner-home.banner-home--build-data p {
    margin: 0;
}

.banner-home form {
    display: flex;
    width: 460px;
    height: 70px;
    padding: 8px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 #D8DFEE;
}

.banner-home form input {
    color: #6E6E73;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0 24px 0 16px;
    border: 0;
}

.banner-home form .btn-blue {
    width: 164px;
    height: 56px;
}

.banner-home .link {
    margin-top: 24px;
    text-align: center;
}

.banner-home .link a {
    color: #1A73E8;
}

.banner-home .link a:hover {
    color: #095FD0;
}

.yhy-initial-data {
    padding-top: 234px;
    padding-bottom: 234px;
    background: url("images/yhy-initial-data-bg.png") no-repeat left center;
}

.yhy-initial-data .container {
    display: flex;
    max-width: 1090px;
    justify-content: space-between;
    align-items: center;
}

.yhy-initial-data .figure {
    max-width: 471px;
}

.yhy-initial-data .text {
    max-width: 460px;
}

.yhy-initial-data .text h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 32px;
}

.yhy-initial-data .text p {
    color: #6E6E73;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 32px;
}

.yhy-initial-data .text a {
    display: flex;
    color: #1A73E8;
    align-items: center;
    font-weight: 500;
    line-height: 24px;
}

.yhy-initial-data .text a svg {
    margin-left: 8px;
}

.newest-datasets .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1082px;
    align-items: flex-start;
}

.newest-datasets .datasets {
    width: 100%;
}

.newest-datasets .datasets h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.newest-datasets .datasets .item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
}

.newest-datasets .datasets .item img {
    width: 93px;
    height: 93px;
    object-fit: cover;
    border-radius: 16px;
}

.newest-datasets .datasets .item .info {
    padding-left: 32px;
    width: calc(100% - 93px);
}

.newest-datasets .datasets .item i {
    color: #A0A3A9;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-style: normal;
}

.newest-datasets .datasets .item .name {
    display: block;
    font-weight: 500;
    line-height: 24px;
    color: #202124;
}

.newest-datasets .datasets .item .name:hover {
    color: #1A73E8;
}

.newest-datasets .datasets .item p {
    color: #6E6E73;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.newest-datasets .datasets .item .tags {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.newest-datasets .datasets .item .tags span {
    color: #6E6E73;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    border-radius: 2px;
    background: #F6F7F8;
    padding: 3px 4px;
}

.newest-datasets .datasets .btn-blue {
    margin-top: 56px;
}

.newest-datasets .top-review-week {
    border-radius: 16px;
    border: 1px solid #E2E6EA;
    background: #FFF;
    padding: 56px;
    width: 382px;
}

.newest-datasets .top-review-week h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.newest-datasets .top-review-week .item {
    border-bottom: 1px solid #E2E6EA;
    padding: 24px 0;
}

.newest-datasets .top-review-week .item a {
    color: #202124;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
}

.newest-datasets .top-review-week .item a:hover {
    color: #1A73E8;
}

.newest-datasets .top-review-week .item p {
    color: #6E6E73;
    font-size: 12px;
    line-height: 16px;
}

.newest-datasets .top-review-week .item .rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
}

.newest-datasets .top-review-week .item .rating svg {
    width: 16px;
    height: 16px;
}

.newest-datasets .top-review-week .item .rating span {
    color: #6E6E73;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.newest-datasets .top-review-week .info-block {
    margin-top: 24px;
}

.newest-datasets .top-review-week .info-block p {
    color: #202124;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}

.newest-datasets .top-review-week .info-block .btn-blue {
    width: 100%;
}

.community-now {
    background: url("images/community-now-bg.png") no-repeat bottom center;
    padding-top: 244px;
    padding-bottom: 233px;
}

.community-now .container {
    max-width: 608px;
}

.community-now h3 {
    color: #1A73E8;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: normal;
}

.community-now h2 {
    color: #202124;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}

.datasets h4 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-top: 64px;
}

.datasets .container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.datasets .search-form {
    width: 580px;
}

.search-form {
    position: relative;
}

.datasets .search-results {
    border: 1px solid #1A73E8;
    position: absolute;
    display: none;
    background: #fff;
    padding: 20px;
    z-index: 99;
    width: 100%;
    border-radius: 0 0 30px 30px;
    top: 67px;
}

.datasets .search-results a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e2e6ea;
    color: #1A73E8;
}

.datasets .search-results a:hover {
    color: #095FD0;
}

.datasets .search-results a:last-child {
    border: 0;
}

.icon-container {
    position: absolute;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    background-color: #1A73E8;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container .search-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.search-input {
    width: 100%;
    height: 68px;
    flex-shrink: 0;
    border-radius: 40px;
    transition: none;
    border: 1px solid var(--details, #E2E6EA);
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 74px;
}

.search-input::placeholder {
    color: #A0A3A9;
}

.search-input:focus {
    border-color: #1A73E8;
}

.search-input-active {
    border-radius: 40px 40px 0 0;
}

.datasets .grid {
    display: grid;
    grid-template-columns: repeat(4, 240px);
    column-gap: 48px;
    justify-content: center;
    margin-top: 98px;
}

.datasets .grid .card {
    margin-bottom: 112px;
}

.datasets .grid .card--style_blog {
    border: 1px solid #E2E6EA;
    border-radius: 8px;
    padding: 15px 20px;
}

.datasets .grid .card-image {
    width: 240px;
    height: 240px;
    display: flex;
    border-radius: 16px;
    object-fit: contain;
    object-position: center;
}

.datasets .grid .card--style_blog .card-image {
    height: auto;
}

.datasets .grid .card-time {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #A0A3A9;
}

.datasets .grid .card-title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.datasets .grid .card-description {
    margin-top: 4px;
    color: #6E6E73;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.datasets .grid .card-rating {
    margin-top: 12px;
    display: flex;
}

.datasets .grid .card-rating .star {
    width: 16px;
    height: 16px;
    color: #F4C56E;
    margin-right: 5px;
    position: relative;
}

.datasets .grid .card-rating .star:last-child {
    margin-right: 0;
}

.datasets .grid .star-number {
    color: #6E6E73;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 5px;
}

.datasets .grid .rating-count {
    color: #6E6E73;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
    margin-left: 12px;
}

.datasets .grid .card-tag {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.datasets .grid .card-tag .tag {
    color: #6E6E73;
    font-size: 11px;
    font-weight: 400;
    /*margin-right: 8px;*/
    position: relative;
    border-radius: 2px;
    background: #F6F7F8;
    padding: 3px 4px;
}

.datasets .grid .card-tag .tag:last-child {
    margin-right: 0;
}

.datasets .grid .view-more {
    margin-top: 24px;
}

.view-more {
    display: flex;
    align-items: center;
}

.view-more .view-link {
    text-decoration: none;
    color: #1A73E8;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.view-more .view-link:hover {
    color: #095FD0;
}

.view-more .arrow {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.view-more .view-link:hover + .arrow {
    margin-left: 16px;
}

.datasets #loadmore {
    display: flex;
    justify-content: center;
}

.datasets #loadmore .btn-blue {
    margin-bottom: 120px;
}

.post-item .post-head {
    display: flex;
    flex-wrap: wrap;
}

.post-item .post-head .img {
    width: 160px;
    height: 160px;
}

.post-item .post-head .img img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 16px;
}

.post-item .post-head .info {
    width: calc(100% - 160px);
    padding-left: 56px;
}

.post-item .post-head .info h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.post-item .post-head .info p {
    color: #6E6E73;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

.post-item .post-head .info a {
    color: #1A73E8;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.post-item .post-head .info a svg {
    margin-left: 8px;
}

.post-item .post-head .info a:hover {
    color: #095FD0;
}

.post-item .post-head .info .socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 24px;
}

.post-item .post-head .info a.twitter svg {
    width: 20px;
    height: 20px;
}

.post-item .post-head .info a.twitter svg path {
    transition: 0.25s all ease-in-out;
    fill: #000;
}

.post-item .post-head .info a.twitter:hover svg path {
    fill: #095FD0;
}

.post-item .post-head .info a.linkedin svg {
    width: 20px;
    height: 20px;
}

.post-item .post-head .info a.linkedin svg path {
    transition: 0.25s all ease-in-out;
    fill: #000;
}

.post-item .post-head .info a.linkedin:hover svg path {
    fill: #095FD0;
}


.post-item .post-desc {
    color: #6E6E73;
    font-size: 16px;
    line-height: 24px;
    margin-top: 56px;
}

.post-item .post-desc h1, .post-item .post-desc h2, .post-item .post-desc h3, .post-item .post-desc h4, .post-item .post-desc h5, .post-item .post-desc h6 {
    line-height: 150%;
}

.post-item .post-desc h1 {
    margin-block: 24px 20px;
}

.post-item .post-desc h2 {
    margin-block: 20px 16px;
}

.post-item .post-desc h3 {
    margin-block: 16px 12px;
}

.post-item .post-desc h4 {
    margin-block: 12px 8px;
}

.post-item .post-desc h5 {
    margin-block: 8px;
}

.post-item .post-desc h6 {
    margin-block: 6px;
}

.post-item .post-desc pre {
    margin-block: 16px;
    white-space: break-spaces;
    padding: 12px;
    background: #F6F7F8;
}

.post-item .post-desc ul, .post-item .post-desc ol {
    margin-block: 16px;
    padding-inline-start: 20px;
}

.post-item .post-desc ul li, .post-item .post-desc ol li {
    margin-block: 5px;
}

.post-item .post-desc a {
    color: #095FD0;
}

.post-item .post-desc a:hover {
    color: #6E6E73;
    text-decoration: underline;
}

.post-item .pdfs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 24px;
}

.post-item .pdfs a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #1A73E8;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.post-item .pdfs a svg {
    margin-right: 8px;
}

.post-item .pdfs a:hover {
    color: #095FD0;
}

.post-item .tags {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post-item .tags span {
    color: #6E6E73;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    border-radius: 2px;
    background: #F6F7F8;
    padding: 3px 4px;
}

.post-item hr {
    background: #E2E6EA;
    height: 1px;
    margin: 56px 0;
    border: 0;
}

.post-item .contact i {
    font-style: normal;
}

.post-item .contact a,
.post-item .contact span {
    display: flex;
    align-items: center;
    color: #6E6E73;
}

.post-item .contact a svg,
.post-item .contact span svg {
    margin-right: 12px;
}

.post-item .contact a:hover,
.post-item .contact span:hover {
    color: #095FD0;
}

.post-item .contact a + a,
.post-item .contact span + a {
    margin-top: 24px;
}

.post-item .contact span {
    margin-top: 24px;
}

.post-item .contact span:hover {
    color: #6E6E73;
}

.submit-for-ido {
    padding: 64px 20px 72px;
    min-height: calc(100vh - 411px);
}

.submit-for-ido .sponsorship {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.submit-for-ido .sponsorship span {
    font-weight: 700;
    margin-right: 20px;
}

.submit-for-ido .sponsorship img {
    max-height: 80px;
    display: block;
}

.submit-for-ido .sponsorship a {
    display: block;
}

.submit-for-ido .sponsorship a:hover {
    box-shadow: 0 0 10px #1a73e8;
}


.submit-for-ido .form-container {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
}

.submit-for-ido h2 {
    margin-bottom: 72px;
}

.submit-for-ido h3 {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;
}

.submit-for-ido .progress-bar {
    background: #F1F1F1;
    width: 100%;
    height: 8px;
    margin-bottom: 32px;
    border-radius: 16px;
}

.submit-for-ido .progress-bar .filler {
    height: 8px;
    border-radius: 16px;
    background: #7AB4FF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submit-for-ido .button-action {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}

.submit-for-ido .button-action button {
    width: 120px;
    height: 48px;
}

.submit-for-ido .button-action button:disabled {
    cursor: default;
    opacity: 0.5;
}

.submit-for-ido .step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: none;
}

.submit-for-ido .step-active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    display: block;
    position: relative;
}

.submit-for-ido .large-form-group {
    resize: none;
    height: 160px;
    color: #202124;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    outline: none;
}

.submit-for-ido .large-form-group::placeholder {
    color: #BEC1C7;
    font-style: italic;
    opacity: 1;
}

.submit-for-ido .input-wrapper svg {
    position: absolute;
    top: 13px;
    right: 16px;
}

.submit-for-ido .input-wrapper .form-input {
    width: 100%;
    padding-right: 50px;
}

.submit-for-ido .input-wrapper .add-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0 8px 8px 0;
    border: 1px solid var(--details, #E2E6EA);
    background: var(--blue, #1A73E8);
    width: 81px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.submit-for-ido .drop-files {
    margin-bottom: 24px;
}

.submit-for-ido .drop-files .upload-box {
    position: relative;
}

.submit-for-ido .drop-files .file-input {
    visibility: hidden;
    position: absolute;
}

.submit-for-ido .drop-files .upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.8px dashed var(--blue, #1A73E8);
    background: #FBFDFF;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    padding: 41px 88px;
    height: 206px;
}

.submit-for-ido .drop-files .upload-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
}

.submit-for-ido .drop-files .drop-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #202124;
    margin-bottom: 4px;
}

.submit-for-ido .drop-files .from-computer {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #6E6E73;
}

.submit-for-ido .drop-files .from-computer span {
    color: #1A73E8;
}

.submit-for-ido .drop-files .supported-types {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #6E6E73;
}

.submit-for-ido .drop-files .supported-size {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #6E6E73;
    margin-bottom: 4px;
}

.submit-for-ido .drop-files .highlight {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #6E6E73;
}

.submit-for-ido .drop-files .browse-link {
    color: #1A73E8;
    text-decoration: underline;
}

.submit-for-ido .drop-files .browse-file {
    margin-bottom: 12px;
}

.submit-for-ido .drop-files .error {
    font-size: 14px;
    color: #ff0000;
    margin-top: 10px;
}

.submit-for-ido .drop-files .upload-list {
    margin-top: 24px;
}

.submit-for-ido .drop-files .upload-item {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--details, #E2E6EA);
    position: relative;
}

.submit-for-ido .drop-files .upload-item .delete-file {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 16px;
    top: 23px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.submit-for-ido .drop-files .upload-item .delete-file svg {
    width: 100%;
    height: 100%;
}

.submit-for-ido .drop-files .upload-item .delete-file:hover svg path {
    fill: #db2626;
}

.submit-for-ido .drop-files .upload-item .file-name {
    font-size: 16px;
    line-height: 16px;
    display: flex;
    flex-wrap: wrap;
}

.submit-for-ido .drop-files .upload-item .file-name img {
    width: 26px;
    height: 35px;
}

.submit-for-ido .drop-files .upload-item .file-name div {
    width: calc(100% - 26px);
    padding-left: 10px;
}

.submit-for-ido .drop-files .upload-item .file-name div span {
    display: block;
    color: #6E6E73;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-top: 6px;
}

.submit-for-ido .drop-files .upload-item .file-name .check {
    background: url("images/check.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin: 0;
}

.submit-for-ido .drop-files .upload-item .file-name p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.submit-for-ido .drop-files .upload-item .file-name p .check {
    margin-left: 5px;
}

.submit-for-ido .drop-files .upload-item .progress-file {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
}

.submit-for-ido .drop-files .upload-item .progress-file .line {
    display: flex;
    width: calc(100% - 60px);
    height: 8px;
    border-radius: 16px;
    background: #F1F1F1;
    position: relative;
}

.submit-for-ido .drop-files .upload-item .progress-file .line span {
    position: absolute;
    height: 100%;
    background: #6EC989;
    border-radius: 16px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submit-for-ido .drop-files .upload-item .progress-file .percent {
    color: #6E6E73;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    width: 50px;
    line-height: 1;
}

.submit-for-ido .drop-files .upload-item + .upload-item {
    margin-top: 16px;
}

.submit-for-ido .file-form {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--details, #E2E6EA);
}

.submit-for-ido .file-icon {
    width: 30px;
    height: 30px;
}

.submit-for-ido .file-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.submit-for-ido .file-size {
    color: #6E6E73;
    font-size: 9px;
    font-weight: 600;
}

.submit-for-ido .progress-container {
    display: flex;
}

.submit-for-ido .progress-bar-inner {
    width: 329px;
    height: 8px;
    background: #6EC989;
}

.submit-for-ido .progress-percent {
    color: #6E6E73;
    font-size: 11px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 3px;
    margin-left: 10px;
}

.submit-for-ido .file-status {

}

.submit-for-ido .file-remove {

}

.submit-for-ido .form-group-tags p {
    color: #A0A3A9;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 12px;
}

.submit-for-ido .desc-text {
    color: #6E6E73;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.submit-for-ido .desc-text p:not(:last-child) {
    margin-block-end: 1em;
}

.dataset-ful-version {
    display: flex;
    justify-content: center;
}

.dataset-ful-version .content {
    margin: 139px 0 140px 0;
    text-align: center;
}

.dataset-ful-version .content h4 {
    padding-bottom: 32px;
    padding-top: 32px;
    font-size: 24px;
    font-weight: 600;
}

.dataset-ful-version .content p {
    padding-bottom: 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.form-container {
    max-width: 560px;
    width: 100%;
}

.form-container h2 {
    margin-top: 64px;
}

.form-container h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 72px 0 56px 0;
}

.form-container .company-name {
    margin-top: 0;
}

.form-container .form-group:not(:last-child) .form-input {
    margin-top: 0;
}

.form-container .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.form-container .form-row .form-group {
    width: 47%;
}

.form-container h2.sell-h2 {
    margin-bottom: 24px;
}

.sell-text {
    margin-bottom: 56px;
}

.social {
    display: flex;
    column-gap: 24px;
    align-items: center;
}

.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 60px;
    height: 36px;
}

.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 60px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #A0A3A9;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
    content: "NO";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #A0A3A9;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
    content: "YES";
    background-color: #1a73e8;
    left: 27px;
}

#button-1 .checkbox:checked ~ .layer {
    border: 2px solid #1a73e8;
    /*background-color: #fcebeb;*/
}


#button-1:hover > .knobs:before {
    background-color: #868a92;
}

#button-1:hover > .layer {
    border: 2px solid #868a92;
}

#button-1:hover .checkbox:checked + .knobs:before {
    background-color: #0c57ba;
}

#button-1:hover .checkbox:checked ~ .layer {
    border: 2px solid #0c57ba;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.3s ease all;
}

.marketing {
    display: flex;
    align-items: flex-start;
    margin-bottom: 36px;
}

.marketing .text {
    padding-left: 16px;
    margin-top: 5px;
    width: calc(100% - 60px);
}

.offering {
    max-width: 1110px;
    margin: 0 auto;
    padding: 100px 0;
}

.offering .row {
    gap: 105px;
}

.offering .row {
    align-items: center;
}

.offering h1 {
    font-size: 38px;
    font-weight: bold;
    line-height: 45.6px;
    color: #202124;
}

.offering h5 {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #202124;
}

.offering .offering-info-box {
    padding: 43px 56px 50px 56px;
    border-radius: 12px;
    background: url("./images/inf-box2.svg") no-repeat center;
    background-size: cover;
    margin-top: 32px;
}

.offering .offering-info-box h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25.2px;
    color: #aacef5;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offering .offering-info-box h3 svg {
    width: 26px;
    height: auto;
}

.offering .offering-info-box .price {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 34px;
}

.offering .offering-info-box .price h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 38px;
    color: #fff;
}

.offering .offering-info-box .price p {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #fff;
}

.offering .offering-info-box a.btn-pay {
    width: 100%;
    height: 54px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 2px 56px 18px 0;
    padding: 10px;
    border-radius: 8px;
    border: solid 1px #2981ea;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #2981ea;
    line-height: 1;
}

.offering .offering-info-box a.btn-pay:hover {
    background-color: #f1f7ff;
}

.offering .offering-info-box .text {
    margin-top: 18px;
}

.offering .offering-info-box .text a {
    text-decoration: underline;
    color: #fff;
}

.offering .offering-info-box .text a:hover {
    text-decoration: none;
}

.offering .offering-info-box .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    text-align: center;
    color: #fff;
}

.offering .offering-info-box .text p + p {
    margin-top: 20px;
}

html, body {
    min-height: 100vh;
    margin: 0;
}

body.page-template-offering {
    display: flex;
    flex-direction: column;
}

body.page-template-offering .offering {
    flex-grow: 1;
}

@media (max-width: 1368px) {
    .header {
        padding: 30px 0;
    }

    .offering {
        max-width: 960px;
        padding: 20px 0 50px 0;
        margin: 0 auto;
    }

    .offering .row {
        gap: 60px;
    }

    .offering h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .offering h5 {
        margin-top: 16px;
    }

    .offering .offering-info-box {
        padding: 43px 46px 50px 46px;;
    }
}

@media (max-width: 1160px) {
    .offering .row {
        gap: 60px;
        flex-direction: column-reverse;
    }

    .offering .col {
        max-width: 490px;
        margin: 0 auto;
    }
}


@media (max-width: 530px) {
    .offering {
        padding: 20px 20px 60px 20px;
    }

    .offering h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .offering h5 {
        margin-top: 14px;
        font-size: 14px;
        line-height: 22px;
    }

    .offering .offering-info-box {
        padding: 43px 26px 50px 26px;
    }
}

@media (max-width: 768px) {
    .form-container .form-row .form-group {
        width: 100%;
    }
}

.form-container .last-form-group {
    height: 90px;
    resize: none;
}

.form-container .btn-blue {
    margin: 10px 0 0 0;
    width: auto;
    padding: 0 24px;
}

.wpcf7 form .wpcf7-response-output {
    padding: 20px;
    margin: 20px 0 0;
    border-radius: 8px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-bottom: 72px;
}

.single-datasets-post {
    padding-bottom: 56px;
    padding-top: 48px;
}

.single-datasets-post .text-home {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 73px auto;
    align-items: center;
    max-width: 900px;
    padding: 0 20px;
}

.single-datasets-post .text-home a {
    color: #1A73E8;
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    line-height: 1;
}

.single-datasets-post .text-home span {
    margin: 0 12px;
}

.single-datasets-post .text-home p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.single-datasets-post .post-item {
    max-width: 860px;
    margin: 0 auto;
}

.single-datasets-post .post-item .time {
    color: #878A90;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

.single-datasets-post .post-item .short-desc {
    color: #6E6E73;
    margin-top: 8px;
}

.single-datasets-post .post-item .form-request {
    margin-top: 32px;
}

.single-datasets-post .post-item .form-request-btn {
    display: flex;
    align-items: center;
    gap: 24px;
}

.single-datasets-post .post-item .form-request-btn .btn-databricks {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    padding: 0 20px;
}

.single-datasets-post .post-item .form-request-btn .btn-databricks img {
    height: 16px;
}

.single-datasets-post .post-item .form-request .form-container h3 {
    margin-bottom: 48px;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(26, 115, 232, 0.8);
}

.modal .modal-content {
    margin: 0 auto;
    height: 80%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #ffffff;
}

.modal .close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: 0;
}

.modal .close:hover svg path {
    fill: #e81a4a;
}

.modal .banner-home {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .banner-home .container {
    max-width: 625px;
}

.build-data-p {
    overflow: hidden;
    padding-block-end: 197px;
}

.build-data-p .dataset-post .content .description {
    max-width: 690px;
}

/* IDO page - general content */
.build-general__container {
    padding-block: 172px;
    max-width: 1200px;
    padding-inline: 30px;
}

.build-general__row {
    position: relative;
    display: flex;
    grid-gap: 124px;
}

.build-general__row:first-child::before {
    content: "";
    position: absolute;
    left: -770px;
    top: -24px;
    width: 638px;
    height: 638px;
    border-radius: 50%;
    border: 202px solid #F9FBFF;
}

.build-general__row:last-child::before {
    content: "";
    position: absolute;
    left: calc(100% + 53px);
    top: -24px;
    width: 424px;
    height: 424px;
    border-radius: 50%;
    border: 134px solid #F9FBFF;
}

.build-general__row:not(:last-child) {
    margin-block-end: 48px;
}

.build-general__row--dir-reverse {
    flex-direction: row-reverse;
}

.build-general__col {
    flex-basis: 50%;
}

.build-general__img-wr--size-sm {
    width: 80%;
}

.build-general__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.build-general__col--content p {
    margin-block: 24px;
}

.build-general__col--content blockquote {
    margin-block: 44px;
    padding-left: 48px;
    border-left: 4px solid #202124;
}

.build-general__col--content blockquote, .build-general__col--content blockquote p {
    color: #202124;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.build-general__row--text-pos_top {
    align-items: flex-start;
}

.build-general__row--text-pos_middle {
    align-items: center;
}

.build-general__row--text-pos_bottom {
    align-items: flex-end;
}

.build-general__row--text-pos_top .build-general__col--img {
    padding-block-start: 46px;
}

.build-general__col {
    position: relative;
}

.build-general__img-wr--size-big img {
    transform: translate(64px, 64px) scale(2);
}

/* End IDO page - general content */

/* teambuilding */
.teambuilding {
    position: relative;
}

.teambuilding__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.teambuilding__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teambuilding__inner {
    position: relative;
    z-index: 1;
}

/* Build second heading */
.build-second-heading__title-wr {
    margin-inline: auto;
    padding-block: 132px 368px;
    max-width: 1038px;
    text-align: center;
}

.build-second-heading__title {
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
}

.build-second-heading__img-wr {
    margin-inline: auto;
    margin-block-end: 94px;
    width: 1078px;
    max-width: 80vw;
}

/* END Build second heading */

/* Build bottom content */
.build-bottom-content {
    padding-block-end: 127px;
}

.build-bottom-content__container {
    position: relative;
    width: 1140px;
    max-width: 96vw;
    /* display: flex;
    align-items: center;
    grid-gap: 109px; */
}

/* .build-bottom-content__container::before {
  content: "";
  position: absolute;
  left: -309px;
  top: 174px;
  width: 424px;
  height: 424px;
  border-radius: 50%;
  border: 134px solid #F9FBFF;
} */
/* .build-bottom-content__img-side, .build-bottom-content__content-wr {
  flex-basis: 50%;
  position: relative;
} */
.build-bottom-content__content-wr p {
    margin-block: 24px;
    color: #ffffff;
}

/* END Build bottom content */
@media (max-width: 1367px) {
    .container {
        padding: 0 20px;
    }

    .header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-us .content-box {
        padding: 0 20px;
    }

    .about-us .text-home {
        padding: 0 20px;
    }

    .banner-home.banner-home--build-data .container {
        max-width: 1100px;
    }

    .banner-home.banner-home--build-data h1 {
        font-size: 58px;
    }

    .banner-home.banner-home--build-data p {
        font-size: 21px;
        line-height: 27px;
    }

    .banner-home__subtitles-wr {
        margin-block: 24px;
    }

    .build-general__container {
        max-width: 1100px;
        padding: 120px 20px;
    }

    .build-general__row {
        grid-gap: 64px;
    }

    .build-general__col--content p {
        font-size: 16px;
    }

    .build-general__col--content blockquote {
        margin-block: 34px;
        padding-left: 36px;
    }

    .build-general__col--content blockquote, .build-general__col--content blockquote p {
        font-size: 28px;
    }

    .build-second-heading__title-wr {
        max-width: 960px;
        padding-block: 100px;
        position: relative;
    }

    .build-second-heading__title {
        font-size: 58px;
    }

    .build-bottom-content__content-wr p {
        margin-block: 20px;
        font-size: 16px;
    }

    .build-bottom-content__container {
        max-width: 960px;
    }

    .build-data-p .dataset-post .content {
        max-width: 960px;
    }

    .build-general__row:last-child::before {
        width: 300px;
        height: 300px;
        left: calc(100% + -337px);
    }

    .build-general__row:first-child::before {
        left: -430px;
        top: 166px;
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 1160px) {
    .header .menu ul li + li {
        margin-left: 32px;
    }

    .dataset-post {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dataset-post .content .description {
        padding-left: 34px;
    }

    .dataset-post .content .description br {
        display: none;
    }

    .dataset-post .content .description h4 {
        font-size: 28px;
    }

    .about-us .the-power-of-data img,
    .about-us .who-we-are img {
        max-width: 435px;
        width: calc(100% - 524px);
        height: auto;
    }

    .about-us .the-power-of-data .text,
    .about-us .who-we-are .text {
        max-width: 524px;
        width: 100%;
        padding-right: 30px;
    }

    .about-us .the-power-of-data .text br,
    .about-us .who-we-are .text br {
        display: none;
    }

    .about-us .the-power-of-data .text p,
    .about-us .who-we-are .text p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-us .who-we-are .text {
        padding-right: 0;
        padding-left: 30px;
    }

    .datasets .grid {
        grid-template-columns: repeat(3, 240px);
        column-gap: 24px;
    }

    .datasets .grid .card {
        margin-bottom: 48px;
    }
}

@media (max-width: 980px) {
    .header {
        padding: 32px 20px;
    }

    .header .menu {
        display: none;
    }

    .header .col-burger {
        display: block;
        margin-left: 40px;
    }

    .header .burger {
        background: transparent;
        border: 0;
        outline: none;
        display: block;
        width: 24px;
        height: 18px;
    }

    .header .burger svg {
        width: 100%;
        height: 100%;
    }

    .header-mobile {
        display: none;
        position: fixed;
        background: #ffffff;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .header-mobile .logo {
        display: block;
    }

    .header-mobile .menu {
        display: block;
        margin-top: 50px;
    }

    .header-mobile .menu ul {
        list-style: none;
        display: block;
        text-align: center;
    }

    .header-mobile .menu ul li + li {
        margin-left: 0;
        margin-top: 32px;
    }

    .header-mobile .btn-blue {
        margin: 50px auto 0;
    }

    .header-mobile .close {
        position: absolute;
        background: transparent;
        border: 0;
        display: block;
        width: 18px;
        height: 18px;
        top: 40px;
        right: 20px;
    }

    .header-mobile .close svg {
        width: 100%;
        height: 100%;
    }

    .yhy-initial-data .container {
        display: block;
    }

    .yhy-initial-data .figure {
        margin: 0 auto;
    }

    .yhy-initial-data .text {
        margin: 34px auto 0 auto;
    }

    .community-now {
        background: url(images/community-now-bg.png) no-repeat center;
        background-size: 140%;
        padding-top: 160px;
        padding-bottom: 130px;
    }

    .about-us .the-power-of-data,
    .about-us .who-we-are {
        align-items: flex-start;
    }

    .about-us .who-we-are {
        margin-top: 120px;
    }

    .newest-datasets .container {
        display: block;
    }

    .newest-datasets .datasets {
        max-width: 530px;
        margin: 0 auto;
        width: 100%;
    }

    .newest-datasets .datasets h3 {
        font-size: 32px;
    }

    .newest-datasets .top-review-week {
        max-width: 530px;
        width: 100%;
        margin: 50px auto 0;
    }

    .datasets .grid {
        grid-template-columns: repeat(2, 240px);
    }

    .banner-home.banner-home--build-data h1 {
        font-size: 36px;
    }

    .banner-home.banner-home--build-data p {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-home__subtitles-wr {
        margin-block: 14px;
        grid-gap: 14px;
    }

    .banner-home.banner-home--build-data .container {
        max-width: 690px;
    }

    .build-general__row {
        flex-direction: column;
        align-items: center;
    }

    .build-general__container {
        max-width: 690px;
        padding: 64px 20px;
    }

    .build-general__img-wr--size-sm {
        max-width: 300px;
        margin-inline: auto;
    }

    .build-general__row--text-pos_top .build-general__col--img {
        padding-block-start: 24px;
    }

    .build-general__row {
        grid-gap: 24px;
    }

    .build-general__col--content p {
        font-size: 14px;
        line-height: 22px;
    }

    .build-general__col--content blockquote, .build-general__col--content blockquote p {
        font-size: 18px;
        line-height: 24px;
    }

    .build-general__col--content p {
        margin-block: 12px;
    }

    .build-general__col--content blockquote {
        margin-block: 24px;
        padding-left: 26px;
    }

    .build-general__img-wr--size-big img {
        transform: translate(0, 0) scale(1);
    }

    .build-general__row:first-child::before {
        left: -190px;
        top: 156px;
        width: 270px;
        height: 270px;
        border: 120px solid #F9FBFF;
    }

    .build-general__row:last-child::before {
        width: 220px;
        height: 220px;
        border: 80px solid #F9FBFF;
    }

    .build-data-p {
        padding-block-end: 96px;
    }

    .dataset-post-home {
        padding-block-start: 96px;
    }

    .build-second-heading__title-wr {
        /* margin-block: 24px 36px; */
        max-width: 640px;
    }

    .build-second-heading__title {
        font-size: 36px;
    }

    .build-bottom-content {
        padding-block-end: 64px;
    }

    .build-bottom-content__container {
        max-width: 690px;
    }

    .build-general__row:not(:last-child) {
        margin-block-end: 24px;
    }

    .build-bottom-content__container {
        flex-direction: column;
        grid-gap: 36px;
    }

    .build-bottom-content__img-side {
        max-width: 300px;
    }

    .build-bottom-content__container::before {
        width: 300px;
        height: 300px;
        border: 90px solid #F9FBFF;
    }

    .build-bottom-content__content-wr p {
        margin-block: 16px;
        font-size: 14px;
    }

    .dataset-post::after {
        width: 200px;
        height: 200px;
        border-width: 50px;
    }
}

@media (max-width: 768px) {
    .banner-home h1 {
        font-size: 48px;
    }

    .banner-home p {
        font-size: 21px;
        line-height: 30px;
    }

    .banner-home p br {
        display: none;
    }

    .yhy-initial-data {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .yhy-initial-data .text {
        max-width: 530px;
    }

    .dataset-post .content {
        max-width: 520px;
        display: block;
    }

    .dataset-post .content .description {
        padding: 20px 34px 0 34px;
        margin-bottom: 50px;
        text-align: center;
    }

    .dataset-post .content .btn-blue {
        margin: 32px auto 0;
    }

    .dataset-post .content img {
        max-width: 90%;
        height: auto;
        margin-left: auto;
        display: block;
    }

    .community-now {
        background-size: 190%;
    }

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

    .page-default .text p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-us .text-home {
        justify-content: center;
    }

    .about-us .the-power-of-data,
    .about-us .who-we-are {
        max-width: 524px;
        margin: 0 auto;
    }

    .about-us .the-power-of-data br,
    .about-us .who-we-are br {
        display: none;
    }

    .about-us .the-power-of-data .text,
    .about-us .who-we-are .text {
        width: 100%;
        padding: 0;
    }

    .about-us .the-power-of-data img,
    .about-us .who-we-are img {
        max-width: 524px;
        width: 100%;
        margin-bottom: 20px;
    }

    .about-us .who-we-are {
        margin-top: 100px;
    }

    .about-us .who-we-are .text {
        padding-right: 0;
    }

    .about-us .the-power-of-data img {
        order: 0;
    }

    .about-us .the-power-of-data .text {
        order: 1;
    }

    .contact-us {
        padding: 0 20px 72px;
    }

    .contact-us .form-container h2 {
        margin-top: 30px;
    }

    .contact-us .form-container h5 {
        font-size: 18px;
        margin: 10px 0 56px 0;
    }

    .submit-for-ido {
        padding: 20px 20px 64px;
    }

    .post-item .tags {
        flex-wrap: wrap;
    }

    .dataset-ful-version .content {
        margin: 60px 0 60px 0;
    }

    .footer .menu ul li + li {
        margin-left: 24px;
    }

    .modal .modal-content {
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 560px) {
    .header .col-ido {
        display: none;
    }

    .banner-home form {
        max-width: 460px;
        width: 100%;
    }

    .community-now {
        background: transparent;
        padding: 100px 20px;
    }

    .community-now br {
        display: none;
    }

    .datasets .grid {
        grid-template-columns: repeat(1, 340px);
        column-gap: 0;
    }

    .datasets .grid .card-image {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    .datasets .grid .card {
        margin-bottom: 48px;
    }

    .post-item {
        max-width: 400px;
        margin: 0 auto;
    }

    .post-item .post-head {
        display: block;
    }

    .post-item .post-head .info {
        width: 100%;
        padding-left: 0;
    }

    .post-item .post-head .img {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    .post-item .post-head .img img {
        width: 100%;
        height: 100%;
    }

    .single-datasets-post {
        padding-top: 20px;
    }

    .single-datasets-post .text-home {
        margin-bottom: 36px;
    }

    .single-datasets-post .post-item .form-request-btn {
        flex-direction: column;
    }

    .footer .menu ul {
        display: block;
    }

    .footer .menu ul li {
        text-align: center;
    }

    .footer .menu ul li + li {
        margin-top: 24px;
        margin-left: 0;
    }

    .footer .copyright {
        flex-wrap: wrap;
    }

    .footer .copyright p {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .footer .copyright .links {
        width: 100%;
        justify-content: center;
        order: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .build-general__row:last-child::before {
        left: calc(100% + -217px);
    }

    .build-bottom-content__container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .newest-datasets .datasets .item {
        margin-top: 32px;
    }

    .newest-datasets .datasets .item img {
        width: 75px;
        height: 75px;
    }

    .newest-datasets .datasets .item .info {
        padding-left: 18px;
        width: calc(100% - 75px);
    }

    .newest-datasets .datasets .item p {
        line-height: normal;
        font-size: 14px;
    }

    .newest-datasets .datasets .item i {
        line-height: 1;
        margin-top: 0;
        display: block;
    }

    .newest-datasets .top-review-week {
        padding: 32px;
    }

    .banner-home form {
        flex-wrap: wrap;
        padding: 0;
        height: auto;
        box-shadow: none;
    }

    .banner-home form input {
        height: 60px;
        padding: 8px 20px;
        margin: 0 auto;
        border-radius: 8px;
        background: #FFF;
        text-align: center;
        box-shadow: 0 4px 20px 0 #D8DFEE;
    }

    .banner-home form .btn-blue {
        width: 100%;
        margin-top: 20px;
    }

    .dataset-post::after {
        width: 80vw;
        height: 80vw;
    }
}

/* removing the date of post - Dec 24, 2023 */
.info i, .card > div.card-time {
    display: none;
}

/* Blog page */
.blog__container {
    margin-inline: auto;
    max-width: 1312px;
    width: 100%;
    padding: 0 48px;
}

.blog__title {
    margin-block-start: 64px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.blog__grid {
    margin-block: 48px 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.blog__card {
    border-bottom: 1px solid #E2E6EA;
}

.blog__card:not(:nth-child(3n)) {
    border-right: 1px solid #E2E6EA;
}

.blog .pagination {
    display: flex;
    justify-content: center;
    padding: 48px 20px 80px;
    gap: 10px;
}

.blog .pagination .page-numbers {
    padding: 10px 15px;
    border: 1px solid #E2E6EA;
    border-radius: 8px;
    color: #202124;
    transition: .3s ease-in-out;
}

.blog .pagination .page-numbers.current {
    background: #1A73E8;
    color: #fff;
    border-color: #1A73E8;
}

.blog .pagination .page-numbers:not(.current):hover {
    border-color: #1A73E8;
    color: #1A73E8;
}

@media (max-width: 980px) {
    .blog__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog__card:not(:nth-child(3n)) {
        border-right: none;
    }

    .blog__card:not(:nth-child(2n)) {
        border-right: 1px solid #E2E6EA;
    }
}

@media (max-width: 560px) {
    .blog__container {
        padding: 0 12px;
    }

    .blog .pagination {
        padding: 24px 10px 50px;
        gap: 5px;
    }

    .blog .pagination .page-numbers {
        padding: 7px 14px;
        font-size: 14px;
    }
}

/* End blog page */

/* Blog card */
.blog-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.blog-card__img-wr {
    position: relative;
    width: 100%;
    /*  */
}

.blog-card__img-wr::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 60%;
    border-radius: 8px;
    overflow: hidden;
}

.blog-card__img-wr picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__view-more {
    margin-block-start: auto;
}

.blog-card__title {
    margin-block: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s ease-in-out;
}

.blog-card__view-more {
    margin-inline-end: 10px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-card__view-link {
    text-decoration: none;
    color: #1A73E8;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.blog-card__view-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blog-card__view-more svg {
    transition: .3s ease-in-out;
}

.blog-card:hover svg {
    transform: translateX(16px);
}

.blog-card:hover .blog-card__title {
    color: #1A73E8;
}

@media (max-width: 560px) {
    .blog-card {
        padding: 12px;
    }

    .blog-card__title {
        margin-block: 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .blog-card__view-link {
        font-size: 12px;
    }

    .blog-card__view-more {
        margin-inline-end: 0;
        gap: 3px;
    }

    .blog-card:hover svg {
        transform: translateX(0);
    }
}

/* End blog card */