.essential_gear_sect {
    font-family: Inter, sans-serif;
    color: #2F3132;
    line-height: 1.5;
}
.essential_gear_sect .wrap {
    max-width: 75.375em;
}
.essential_gear_sect .row1 {
    margin: 0 calc(50% - 50vw);
    padding: 2.5em calc(50vw - 50%);
    background-image: url(../img/essential-gear-sect/row1/image.png);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: center;
    min-height: 27em;
    box-sizing: border-box;
}
.essential_gear_sect .row1 .logo {
    margin: 0 auto 5.625em;
    max-width: 100%;
    display: block;
}
.essential_gear_sect .row1 .title {
    font-weight: 700;
    font-size: 3.75em;
    line-height: 1;
    letter-spacing: -0.02em;
    margin: 0 auto;
}
.essential_gear_sect .row2 {
    margin: 0 calc(50% - 50vw);
    padding: 3.75em calc(50vw - 50%);
}
.essential_gear_sect .row2.gray {
    background-color: #F9FAFB;
}
.essential_gear_sect .row2 .text_wrap {
    position: relative;
    text-align: center;
    padding: 3.75em 0;
}
.essential_gear_sect .row2 .text_wrap:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(98deg, #E191EA 0%, #4B4EFC 100%);
    position: absolute;
}
.essential_gear_sect .row2 .text_wrap:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(98deg, #E191EA 0%, #4B4EFC 100%);
    position: absolute;
}
.essential_gear_sect .row2 .text {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
}
.essential_gear_sect .row2 .text:not(:last-child) {
    margin-bottom: 0.83em;
}
.essential_gear_sect .row3 {
    padding: 3.75em calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    background-position: center top;
    background-repeat: no-repeat;
    /*background-image: url(../img/essential-gear-sect/row3/bg.png);*/
}
.essential_gear_sect .row3.padding_top_off {
    padding-top: 0;
}
.essential_gear_sect .row3 .title {
    text-align: center;
    font-size: 2.25em;
    font-weight: 600;
    margin: 0 0 1.25em;
    /*color: #ffffff;*/
}
.essential_gear_sect .row3 .video {
    width: 100%;
    max-width: 50em;
    height: calc(50em/16*9);
    display: block;
    margin: 0 auto;
    border-radius: 1.25em;
}
.essential_gear_sect .row4 {
    margin: 0 calc(50% - 50vw);
    padding: 3.75em calc(50vw - 50%);
    background-color: #F9FAFB;
}
.essential_gear_sect .row4.padding_top_off {
    padding-top: 0;
}
.essential_gear_sect .row4.white {
    background-color: #ffffff;
}
.essential_gear_sect .row4 .cols {
    margin: -0.25em;
    display: flex;
    flex-wrap: wrap;
}
.essential_gear_sect .row4 .cols:not(:last-child) {
    margin-bottom: 2.25em;
}
.essential_gear_sect .row4 .col {
    margin: 0.25em;
    flex-grow: 1;
}
.essential_gear_sect .row4 .col1 {
    width: calc(37.5% - 0.5em);
}
.essential_gear_sect .row4 .col2 {
    width: calc(62.5% - 0.5em);
}
.essential_gear_sect .row4 .col3 {
    width: calc(50% - 0.5em);
}
.essential_gear_sect .row4 .col4 {
    width: calc(100%/3 - 0.5em);
}
.essential_gear_sect .row4 .col5 {
    width: calc(70% - 0.5em);
}
.essential_gear_sect .row4 .col6 {
    width: calc(30% - 0.5em);
}
.essential_gear_sect .row4 .col7 {
    width: calc(48.5% - 0.5em);
}
.essential_gear_sect .row4 .col8 {
    width: calc(51.5% - 0.5em);
}
.essential_gear_sect .row4 .item {
    border-radius: 1.25em;
    overflow: hidden;
    position: relative;
}
.essential_gear_sect .row4 .item_image {
    max-width: 100%;
    display: block;
}
.essential_gear_sect .row4 .item_caption {
    max-width: calc(100% - 2em);
    max-height: calc(100% - 2em);
    width: max-content;
    height: max-content;
    position: absolute;
    border-radius: 0.5em;
    background: rgba(47, 49, 50, 0.60);
    backdrop-filter: blur(0.25em);
    color: #ffffff;
    padding: 0.625em;
    box-sizing: border-box;
}
.essential_gear_sect .row4 .item_caption.left {
    left: 1em;
}
.essential_gear_sect .row4 .item_caption.right {
    right: 1em;
    text-align: right;
}
.essential_gear_sect .row4 .item_caption.bottom {
    bottom: 1em;
}
.essential_gear_sect .row4 .item_product_image {
    display: block;
    max-width: 100%;
    margin: 0 0 0.625em;
}
.essential_gear_sect .row4 .item_title {
    font-weight: 600;
    font-size: 1.125em;
    margin: 0 0 0.5em;
    width: max-content;
    max-width: 100%;
}
.essential_gear_sect .row4 .item_desc {
    font-size: 0.875em;
    width: max-content;
    max-width: 100%;
    font-weight: 400;
}
.essential_gear_sect .row4 .item_desc2 {
    font-weight: 500;
}
.essential_gear_sect .row4 .text {
    text-align: center;
    font-weight: 500;
    font-size: 1.125em;
    letter-spacing: -0.02em;
}
.essential_gear_sect .row4 .text.left {
    text-align: left;
}
.essential_gear_sect .row4 .title {
    font-size: 3.25em;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.essential_gear_sect .row4 .title b {
    background: linear-gradient(98deg, #E191EA 0%, #4B4EFC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.essential_gear_sect .row4 .butt_wrap {
    text-align: center;
}
@media(max-width: 1199px) {
    .essential_gear_sect .row3 .video {
        height: calc((100vw - 2em)/16*9);
    }
    .essential_gear_sect .row4 .item_desc {
        font-size: 0.75em;
    }
    .essential_gear_sect .row4 .item_desc2 {
        font-size: 0.875em;
        font-weight: 400;
    }
    .essential_gear_sect .row4 .item_desc2 br {
        display: none;
    }
    .essential_gear_sect .row4 .item_product_image {
        max-height: 5em;
    }
    .essential_gear_sect .row2 .text br,
    .essential_gear_sect .row2 .desc br {
        display: none;
    }
    .essential_gear_sect .row4 .title {
        font-size: 1.5em;
    }
    .essential_gear_sect .row4 .cols:not(:last-child) {
        margin-bottom: 2em;
    }
    /*
    .essential_gear_sect .row4 .text {
        font-size: 0.625em;
    }*/
}
@media(max-width: 767px) {
    .essential_gear_sect .row1 {
        padding: 3em calc(50vw - 50%);
        min-height: 15em;
    }
    .essential_gear_sect .row1 .logo {
        max-width: 50%;
        margin: 0 auto 2em;
        max-height: 2em;
    }
    .essential_gear_sect .row1 .title {
        font-size: 2em;
    }
    .essential_gear_sect .row2 {
        padding: 3em calc(50vw - 50%);
    }
    .essential_gear_sect .row2 .text_wrap {
        padding: 3em 0;
    }
    .essential_gear_sect .row2 .text {
        font-size: 1.125em;
    }
    .essential_gear_sect .row3 {
        padding: 3em calc(50vw - 50%);
    }
    .essential_gear_sect .row3 .title {
        font-size: 1.25em;
    }
    .essential_gear_sect .row4 {
        padding: 3em calc(50vw - 50%);
    }
    .essential_gear_sect .row4 .col:nth-child(n) {
        width: calc(100% - 0.5em);
    }
    .essential_gear_sect .row4 .cols:not(:last-child) {
        margin-bottom: 0.75em;
    }
    .essential_gear_sect .row4 .item_title {
        font-size: 1em;
    }
    .essential_gear_sect .row4 .item_product_image {
        max-height: 4em;
    }
    .essential_gear_sect .row4 .item {
        border-radius: 0.5em;
    }
    .essential_gear_sect .row4 .item_caption {
        max-width: calc(100% - 1em);
        max-height: calc(100% - 1em);
    }
    .essential_gear_sect .row4 .item_caption.bottom {
        bottom: 0.5em;
    }
    .essential_gear_sect .row4 .item_caption.left {
        left: 0.5em;
    }
    .essential_gear_sect .row4 .item_caption.right {
        right: 0.5em;
        text-align: left;
    }
    .essential_gear_sect .row4 .text {
        font-size: 1em;
    }
    .essential_gear_sect .row4 .text br {
        display: none;
    }
    .essential_gear_sect .row4 .title br {
        display: none;
    }
    .essential_gear_sect .row4 .text:not(:last-child) {
        margin-bottom: 1em;
    }
}