.ox-home-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 170px 120px 0 120px;
    row-gap: 180px;
}

.home-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    max-width: 1260px;
    width: 100%;
}

.home-block h1{
    max-width: 840px;
}

.home-block p{
    max-width: 960px;
}

body .site .home-block h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.18;
    text-align: center;
}

body .site .home-block > p {
    color: var(--color-gray-web);
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    padding: 0 70px;
}

.home-intro {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
    margin: 0;
    max-width: 1260px;
}

.home-intro__title {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: calc(50% - 25px);
}

.home-intro__title h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.75px;
    margin: 0;
}

.home-intro__title p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.5;
    color: var(--color-gray-web);
}

.home-intro__title a:last-child {
    margin-left: 10px;
}

.home-intro__title .home-intro__video {
    display: none;
}

.home-intro__video {
    width: calc(50% - 25px);
    height: 451px;
    position: relative;
}

.home-intro__data ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-intro__data {
    width: 100%;
    margin-top: 125px;
}

.home-intro__data ul li {
    width: 100%;
    padding: 0 60px 18px 60px;
    display: flex;
    flex-direction: column;
    border-left: solid 1px var(--color-gray01);
}
.home-intro__data ul li:last-child {
    border-right: solid 1px var(--color-gray01);
}

.home-intro__data ul li span:first-child {
    margin-bottom: 4px;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.15;
    color: var(--color-secondary);
}

.home-intro__data ul li span:last-child {
    font-size: 20px;
    line-height: 1.3;
    color: var(--color-gray-web);
}

.site .site-inner .site-content .home-help {
    padding: 56px 60px 62px;
    border-radius: 20px;
    height: 212px;
    width: 100%;
    margin: -30px 0;

    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;

    background: url(../images/ox-waves.svg) no-repeat;
    background-color: var(--color-secondary);
}

.site .site-inner .site-content  .home-help > h2 {
    color: var(--color-core-white);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.14;
    margin: 0;
}

.site .site-inner .site-content  .home-help > p {
    color: var(--color-core-white);
    font-size: 28px;
    line-height: 1.21;
    letter-spacing: normal;
    margin: 9px 0 0 0;
    padding: 0;
}

.home-help a {
    margin-left: auto;
    min-width: 180px;
}

.home-creative-studio {
    align-items: center;
    margin-bottom: -80px;
}

.home-creative-studio h2 {
    margin-bottom: 20px;
}
.home-creative-studio p {
    margin-bottom: 30px;
}
.home-creative-studio .ox-button-secondary {
    margin-bottom: 55px;
}
.home-creative-studio img {
    width: 100%;
}
.home-creative-studio--sdk {
    width: calc(100% - 120px);
    margin: 0 60px;
    padding: 58px 0;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: solid 1px var(--color-gray02);
}
body .site .home-creative-studio--sdk > h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.19;
    margin: 0;
    margin-bottom: 10px;
}
.home-creative-studio--sdk > p {
    font-size: 26px;
    line-height: 1.23;
    color: var(--color-gray-web);
    margin: 0;
    padding: 0;
}
.home-creative-studio--sdk a {
    margin-left: auto;
}

.home-trackings {
    margin-bottom: -150px;
}

.home-industry {
    align-items: center;
}
.home-industry > div {
    position: relative;
    padding-top: 55.5%;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 0;
    border: solid 8px var(--color-gray03);
    border-radius: 8px;
}
.home-industry > div > iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.home-block.home-explib > p {
    margin-bottom: 60px;
}
.home-block.home-explib > a {
    margin-top: 60px;
    width: fit-content;
}
.home-block.home-explib > .experience_loop {
    display: flex;
    align-items: baseline;
    justify-content: center;
    column-gap: 20px;
}

.home-block.home-blog {
    margin-top: -30px;
}
body .site .home-block.home-blog h2 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: var(--color-gray-web);
    margin-bottom: 30px;
    align-self: baseline;
}
.home-block.home-blog .blog_list {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.home-block.home-blog .blog_list .blog-list_item a {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.home-block.home-blog .blog_list .blog-list_item h3 {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: var(--color-core-dark01);
    margin: 0;
    width: 300px;
}
.home-block.home-blog .blog_list .blog-list_item img {
    width: 300px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
}

.home-contact-footer {
    width: 100vw;
    height: 140px;
    padding: 46px 120px;

    background: url(../images/ox-waves.svg) no-repeat;
    background-color: var(--color-secondary);

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-contact-footer p {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: var(--color-core-white);
    padding: 0;
    margin: 0;
}
.home-contact-footer div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.home-block.home-beamer {
    margin-top: -30px;
    padding: 60px;
    border-radius: 20px;
    background-color: var(--color-gray03);
}
.home-block.home-beamer img {
    height: 252px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 40px;
}

@media all and (max-width: 1320px) {
    .ox-home-wrapper {
        margin-left: 30px;
        margin-right: 30px;
    }
    .home-contact-footer {
        padding: 46px 30px;
    }
}

@media all and (min-width: 910px) and (max-width: 1180px) {
    .ox-home-wrapper {
        row-gap: 150px;
    }

    .home-intro {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        row-gap: 30px;
    }
    .home-intro__title {
        width: 100%;
    }
    .home-intro__title p {
        margin-bottom: 30px;
    }
    .home-intro__data {
        margin-top: 40px;
    }
    .home-intro__video {
        width: 100%;
        height: 471px;
    }

    .experience_loop {
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 30px;
    }
    .experience_loop > li {
        width: calc(50% - 15px) !important;
        min-height: 318px !important;
    }

    .home-block.home-blog .blog_list {
        flex-direction: column;
        row-gap: 50px;
        align-items: baseline;
        justify-content: baseline;
    }
    .home-block.home-blog .blog_list .blog-list_item h3 {
        width: 100%;
    }

    .home-block.home-help {
        margin: 0;
    }
    .home-creative-studio {
        margin-bottom: -50px;
    }
}

@media all and (max-width: 909px) {
    .ox-home-wrapper {
        row-gap: 74px;
        margin-top: 92px;
    }
    .home-block, .home-intro {
        align-items: flex-start;
    }
    .home-contact-footer {
        padding: 46px 30px;
    }

    body .site .home-block h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.13;
    }
    body .site .home-block p {
        font-size: 20px;
        line-height: 1.3;
    }
    body .site .home-block p, body .site .home-block h2 {
        text-align: left;
        padding: 0;
    }

    .home-intro {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        row-gap: 30px;
        margin-bottom: 0;
    }
    .home-intro__title {
        width: 100%;
    }
    .home-intro__title h1 {
        font-size: 38px;
        font-weight: 600;
        line-height: 1.16;
        letter-spacing: -0.47px;
    }
    .home-intro__title p {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 1.3;
    }
    .home-intro__video {
        display: none;
    }
    .home-intro__title .home-intro__video {
        display: block;
    }
    .home-intro__title > div:not(.home-intro__video) {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .home-intro__title a {
        width: 100%;
    }
    .home-intro__title a:last-child {
        margin-left: 0px;
    }
    .home-intro__data {
        margin-top: 25px;
    }
    .home-intro__data ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: baseline;
    }
    .home-intro__data ul li {
        border: none;
        border-top: solid 1px var(--color-gray01);
        width: 100%;
        padding: 30px 0;
    }
    .home-intro__data ul li:last-child {
        border-bottom: solid 1px var(--color-gray01);
        border-right: none;
    }
    .home-intro__video {
        width: 100%;
        height: auto;
    }
    .home-intro__video > div {
        width: auto;
        height: auto;
        padding: 75% 0 0 0;
    }

    .site .site-inner .site-content .home-help {
        width: 100vw;
        margin: 0;
        padding: 74px 20px;
        flex-direction: column;
        border-radius: 0;

        align-items: baseline;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .site .site-inner .site-content  .home-help > h2 {
        font-size: 32px;
        line-height: 1.13;
    }
    .site .site-inner .site-content  .home-help > p {
        font-size: 20px;
        line-height: 1.3;
    }
    .home-help a {
        margin-top: 20px;
        width: 100%;
    }

    .home-creative-studio {
        margin-bottom: 0;
    }
    .home-creative-studio p {
        padding: 0;
    }
    .home-creative-studio .ox-button-secondary, .home-industry .ox-button-secondary {
        width: 100%;
    }
    .home-creative-studio--sdk {
        border-bottom: 0;
        margin: 0;
        padding: 36px 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        width: 100%;
    }
    body .site .home-creative-studio--sdk > h2 {
        line-height: 1.25;
        font-size: 24px;
    }
    .home-creative-studio--sdk > p {
        font-size: 22px;
        line-height: 1.27;
    }
    .home-creative-studio--sdk a {
        width: 100%;
        margin-top: 20px;
    }

    .home-trackings {
        margin-bottom: -150px;
    }

    .home-industry > div {
        margin-top: 36px;
    }

    .home-block.home-explib > a {
        width: 100%;
    }

    .home-block.home-beamer, .home-block.home-block.home-blog {
        margin-top: 0;
    }

    .home-block.home-block.home-beamer {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        width: 100vw;
        overflow-x: hidden;
        padding: 20px 40px;
    }
    .home-block.home-beamer h2 {
        font-size: 32px;
        line-height: 1.13;
    }
    .home-block.home-beamer p {
        font-size: 20px;
        line-height: 1.5;
    }
    .home-block.home-beamer img {
        height: 160px;
        width: 160%;
        left: -30%;
        position: relative;
        max-width: none;
    }
    .home-block.home-beamer a {
        width: 100%;
    }

    .home-block.home-blog .blog_list {
        flex-wrap: wrap;
        row-gap: 35px;
    }
    .home-block.home-blog .blog_list .blog-list_item a {
        display: flex;
        flex-direction: column;
        row-gap: 17px;
        width: 100%;
    }
    .home-block.home-blog .blog_list .blog-list_item h3, .home-block.home-blog .blog_list .blog-list_item img {
        width: 100%;
    }

    .home-contact-footer {
        height: auto;
        padding: 74px 20px;
    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .home-contact-footer p {
        font-size: 32px;
        line-height: 1.13;
        margin-bottom: 32px;
    }
    .home-contact-footer div {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
        width: 100%;
    }
    .home-contact-footer div a {
        width: 100%;
    }
}