.gp-dvc-section-head {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.25;
}
.gp-dvc-section-head-1 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.1333;
}
.gp-dvc-section-head-2 {
    font-size: 1.5rem;
    line-height: 1.333;
    font-weight: 500;
}
.gp-dvc-section-head-3 {
    font-size: 1.125rem;
    line-height: 1.333;
    font-weight: 500;
}
.gp-dvc-section-subhead {
    font-weight: 500;
}
.gp-dvc-section-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 1024px) {
    .gp-dvc-section-head {
        /* font-size: 3.75rem; */
        font-size: 4.25rem;
        line-height: 1.1333;
    }
    .gp-dvc-section-head-1 {
        font-size: 2rem;
    }
    .gp-dvc-section-head-2 {
        font-size: 2.5rem;
    }
    .gp-dvc-section-head-3 {
        font-size: 1.25rem;
    }
}

.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio>*,
.ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.object-fit-cover {
    object-fit: cover;
}
.object-fit-contain {
    object-fit: contain;
}
.object-fit-fill {
    object-fit: fill;
}


.gp-rounded-0 {
    border-radius: 0 !important;
}
.gp-rounded-sm {
    border-radius: 22px !important;
}

@media screen and (min-width: 1024px) {
    .gp-rounded-md {
        border-radius: 28px !important;
    }
}

.gp-video-box {
    position: relative;
}
.gp-video-buttons {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    height: 40px;
}
.gp-video-btn {
    color: #5f6368;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(66, 63, 63, .3), 0px 1px 3px 1px rgba(66, 63, 63, .15);
}
.gp-video-controls-small .gp-video-buttons {
    height: 40px;
}
.gp-video-controls-small .gp-video-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.gp-video-btn:hover {
    background-color: #e3e3e3;
    color: #3c4043;
}
.gp-video-btn .material-icons-extended {
    line-height: 40px;
    font-size: 20px;
}
.gp-video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.gp-video-play,
.gp-video-pause,
.gp-video-repeat {
    left: auto;
    right: 0;
}
.gp-video-btn.hidden,
.gp-video-mute.muted svg:first-child,
.gp-video-mute:not(.muted) svg:last-child {
    display: none;
}

@media screen and (min-width: 1024px) {
    .gp-video-buttons {
        height: 60px;
    }
    .gp-video-btn {
        width: 60px;
        height: 60px;
        font-size: 1rem;
        line-height: 60px;
    }
    .gp-video-btn .material-icons-extended {
        line-height: 60px;
        font-size: 1rem;
    }
}

.gp-section-bg {
    background-color: #F5F3EF;
}
.gp-spacer-0 {
    height: 0;
}
.gp-spacer-16 {
    height: 1rem;
}
.gp-spacer-20 {
    height: 1.25rem;
}
.gp-spacer-24 {
    height: 1.5rem;
}
.gp-spacer-30 {
    height: 1.875rem;
}
.gp-spacer-32 {
    height: 2rem;
}
.gp-spacer-40 {
    height: 2.5rem;
}
.gp-spacer-60 {
    height: 3.75rem;
}
.gp-spacer-80 {
    height: 5rem;
}
.gp-spacer-100 {
    height: 6.25rem
}
.gp-spacer-120 {
    height: 7.5rem;
}
.gp-sapcer-160 {
    height: 10rem;
}

@media screen and (min-width: 1024px) {
    .gp-spacer-md-0 {
        height: 0;
    }
    .gp-spacer-md-20 {
        height: 1.25rem;
    }
    .gp-spacer-md-24 {
        height: 1.5rem;
    }
    .gp-spacer-md-32 {
        height: 2rem;
    }
    .gp-spacer-md-40 {
        height: 2.5rem;
    }
    .gp-spacer-md-60 {
        height: 3.75rem;
    }
    .gp-spacer-md-80 {
        height: 5rem;
    }
    .gp-spacer-md-100 {
        height: 6.25rem
    }
    .gp-spacer-md-120 {
        height: 7.5rem;
    }
    .gp-spacer-md-160 {
        height: 10rem;
    }
    .gp-spacer-md-200 {
        height: 12.5rem;
    }
}

@media screen and (min-width: 600px) {
    .gp-container {
        max-width: 456px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (min-width: 1024px) {
    .gp-container {
        max-width: 1156px;
    }
}

.gp-modal-full {
    max-width: initial;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}
.gp-modal {
    padding-right: 0 !important;
    background-color: #efeae5;
}
.gp-modal .modal-content {
    border-radius: 0;
    height: 100%;
    background-color: #efeae5;
    border: none;
}
.gp-modal .modal-header {
    border-bottom: none;
}
.gp-modal-black,
.gp-modal-black .modal-content {
    background-color: #202124;
    color: #fff;
}
.gp-modal-video .modal-body {
    display: flex;
    align-items: center;
}
.gp-modal-video-wrapper {
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
}
.gp-modal-video-container {
    position: relative;
    padding-top: 56.25%;
}
.gp-modal-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.gp-modal .close {
    color: #5f6368;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    transition: .3s;
    margin-top: 0;
    margin-right: 0;
}
.gp-modal .close,
.gp-modal .close:focus {
    outline: none;
}
.gp-modal .close:not(:disabled):not(.disabled):hover, 
.gp-modal .close:not(:disabled):not(.disabled):focus  {
    opacity: 1;
}
.gp-modal .close:hover {
    background-color: #e1e3e429;
}
.gp-modal-black .close {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    padding: .5rem .5rem;
}

@media screen and (max-width: 1023px) {
    .gp-modal-full {
        margin: 0;
    }
    .gp-modal {
        padding-right: 0 !important;
    }
    .gp-modal .modal-header {
        border-bottom: none;
    }
    .gp-modal-video-wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .gp-modal .close {
        padding: .5rem .5rem;
    }
}
/**/

.gp-dvc {
    color: #000;
}
.gp-dvc sup {
    font-size: .625em;
    font-weight: normal;
}
@media screen and (max-width: 1023px) {
     .gp-dvc {
        overflow: hidden;
    }
}

.gp-dvc-section-why {
    overflow: hidden;
}
.gp-dvc-section-why-wrap {
    max-width: 1156px;
    margin-left: auto;
    margin-right: auto;
}
.gp-dvc-section-why-card {
    --bs-aspect-ratio: 350px;
    background-color: #e3eefc;
    position: relative;
    overflow: hidden;
    width: 372px;
    height: 350px;
    display: inline-block;
}
.gp-dvc-section-why-card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    justify-content: center;
}
.gp-dvc-section-why-card-media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gp-dvc-section-why-icon {
    --bs-aspect-ratio: 100%;
    width: 48px;
    height: 48px;
}

.gp-dvc-section-why .swiper-container {
    margin-top: 0;
    overflow: initial;
}
.gp-dvc-section-why .swiper-wrapper {
    margin-bottom: 2.5rem;
}
.gp-dvc-section-why .swiper-container,
.gp-dvc-section-why .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}
.gp-dvc-section-why .swiper-slide {
    display: flex;
    align-items: flex-end;
    width: auto;
}

.gp-dvc-section-why .swiper-scrollbar-drag {
    background-color: rgba(25, 28, 29);
}
.gp-dvc-section-why2 .gp-dvc-section-why-card {
    --bs-aspect-ratio: 700px;
    width: 600px;
    height: 700px;
    position: relative;
}
.gp-dvc-section-why2 .gp-dvc-section-why-card-content {
    justify-content: center;
    padding: 0 3.5rem;
}

.gp-dvc-section-why .swiper-container-horizontal>.swiper-scrollbar {
    height: 3px;
}

@media screen and (max-width: 1023px) {
    .gp-dvc-section-why-wrap {
        max-width: 456px;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-why-card {
        --bs-aspect-ratio: 328px;
        width: 280px !important;
        height: 328px !important;
    }
    .gp-dvc-section-why-card-content {
        padding: 1.5rem;
        justify-content: center;
    }
    .gp-dvc-section-why-card .gp-dvc-media-cover-fill {
        object-fit: cover;
    }
}


/*------------------------*/
.gp-dvc-bg-10 {
    background-color: rgb(233, 195, 190);
}
.gp-dvc-bg-11 {
    background-color: rgb(239, 213, 211);
}
.gp-dvc-bg-12 {
    background-color: rgb(246, 241, 235)
}
.gp-dvc-bg-13 {
    background-color: rgb(209, 217, 188)
}
.gp-dvc-bg-14 {
    background-color: rgb(239, 212, 209)
}
.gp-dvc-bg-15 {
    background-color: rgb(244, 241, 223)
}
.gp-dvc-bg-16 {
    background-color: rgb(219, 229, 220);
}
.gp-dvc-bg-17 {
    background-color: rgb(54, 54, 54);
}
.gp-dvc-bg-18 {
    background-color: rgb(245, 239, 231);
}
.gp-dvc-bg-19 {
    background-color: rgb(235, 204, 201);
}

@media screen and (min-width: 1024px) {
    .gp-section-text-series .gp-dvc-section-head {
        max-width: 90%;
    }
    .gp-section-text-series .gp-dvc-section-text {
        max-width: 45%;
    }
}

.gp-dvc-section-series {
    --bs-aspect-ratio: 125%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-series {
        --bs-aspect-ratio: 108.0551181102362%;
    }
}

.gp-dvc-section-series-grid {
    --gp-gap: 2.5rem;
}
.gp-dvc-section-series-grid__row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-dvc-section-series-grid__w {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-dvc-section-series-grid__text {
    font-size: 1.125rem;
    font-weight: 500;
    padding-right: 13%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-series-grid {
        --gp-gap: 1.5rem;
    }
    .gp-dvc-section-series-grid .gp-container {
        max-width: 1132px;
    }
    .gp-dvc-section-series-grid__row {
        align-items: stretch;
        flex-direction: row;
    }
    .gp-dvc-section-series-grid__card {
        width: calc((100% - 2 * var(--gp-gap)) / 3);
    }
    .gp-dvc-section-series-grid__text {
        font-size: 1.25rem;
    }
}

.gp-dvc-section-crafted {
    --bs-aspect-ratio: 191.52631578947368%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-crafted {
        --bs-aspect-ratio: 59.375%;
    }
    .gp-dvc-section-crafted .gp-container {
        max-width: 1392px;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-crafted .gp-dvc-section-head {
        max-width: 60%;
    }
    .gp-section-text-crafted .gp-dvc-section-text {
        max-width: 45%;
    }
}

.gp-dvc-section-phone {
    --bs-aspect-ratio: 80%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-phone {
        --bs-aspect-ratio: 36.59722222222222%;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-edge .gp-dvc-section-head {
        margin-left: auto;
        margin-right: auto;
    }
    .gp-section-text-edge .gp-dvc-section-text {
        max-width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
}

.gp-dvc-section-edge {
    --bs-aspect-ratio: 191.46341463414633%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-edge {
        --bs-aspect-ratio: 59.375%;
    }
    .gp-dvc-section-edge .gp-container {
        max-width: 1392px;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-open .gp-dvc-section-head {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-section-text-open .gp-dvc-section-text {
        max-width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
}

.gp-dvc-section-open {
    --bs-aspect-ratio: 140%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-open {
        --bs-aspect-ratio: 100%;
    }
    .gp-dvc-section-open .gp-container {
        max-width: 1392px;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-shades .gp-dvc-section-head {
        max-width: 90%;
    }
    .gp-section-text-shades .gp-dvc-section-text {
        max-width: 45%;
    }
}

.gp-dvc-section-canyon {
    --bs-aspect-ratio: 191.46341463414633%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-canyon {
        --bs-aspect-ratio: 59.44444444444444%;
    }
    .gp-dvc-section-canyon .gp-container {
        max-width: 1392px;
    }
}

.only-pc {
    display: none;
}
@media screen and (min-width: 1024px) {
    .only-mobile {
        display: none;
    }
    .only-pc {
        display: block;
    }
    .gp-section-text-canyon .gp-dvc-section-head {
        max-width: 90%;
    }
    .gp-section-text-canyon .gp-dvc-section-text {
        max-width: 45%;
    }
}

.gp-dvc-section-first {
    --bs-aspect-ratio: 113.88888888888888%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-first {
        --bs-aspect-ratio: 48.61111111111111%;
    }
}
.gp-section-text-obsidian {
    color: rgb(225, 227, 228);
}
@media screen and (min-width: 1024px) {
    .gp-section-text-obsidian .gp-dvc-section-head {
        max-width: 80%;
    }
    .gp-section-text-obsidian .gp-dvc-section-text {
        max-width: 45%;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-helpful .gp-dvc-section-head {
        max-width: 90%;
    }
    .gp-section-text-helpful .gp-dvc-section-text {
        max-width: 45%;
    }
}


.gp-section-screen-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gp-section-screen .gp-dvc-col-1,
.gp-section-screen .gp-dvc-col-2 {
    position: relative;
}
.gp-section-screen .gp-dvc-section-why {
    padding-top: 24px;
}
.gp-section-screen .gp-dvc-section-why .swiper-container,
.gp-section-screen .gp-dvc-section-why .swiper-wrapper,
.gp-section-screen .gp-dvc-section-why .swiper-slide {
    align-items: flex-start;
}
.gp-section-screen .gp-dvc-section-why .gp-dvc-section-why-card {
    --bs-aspect-ratio: 150%;
    height: auto !important;
}
.gp-section-screen .gp-dvc-section-why .gp-dvc-box-media-screen-1 {
    --bs-aspect-ratio: 125%;
}
@media screen and (max-width: 1023px) {
    .gp-section-screen-hide-on-mobile {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .gp-section-screen-hide-on-desktop {
        display: none;
    }
    .gp-section-screen .gp-dvc-row {
        display: flex;
        gap: 24px;
    }
    .gp-section-screen .gp-dvc-col-1 {
        width: 29.049295774%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .gp-section-screen .gp-dvc-col-2 {
        width: 70.598591549%;
    }
    .gp-dvc-box-media-screen-1 {
        --bs-aspect-ratio: 125%;
    }
    .gp-dvc-box-media-screen-2 {
        --bs-aspect-ratio: 71.42857142857143%;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-access .gp-dvc-section-head {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-section-text-access .gp-dvc-section-text {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
.gp-dvc-section-access {
    --bs-aspect-ratio: 79.73333333333333%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-access {
        --bs-aspect-ratio: 57.91666666666667%;
    }
}
