.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;
    text-align: center;
    padding-bottom: .5em;
}
.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-dvc-learn-more {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.gp-dvc-learn-more:hover {
    color: #3c4043;
    text-decoration: none;
}
.gp-dvc-learn-more .gp-dvc-learn-more-text {
    position: relative;
}
.gp-dvc-learn-more:hover .gp-dvc-learn-more-text::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #3c4043;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.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-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-switch-control {
    display: flex;
    align-items: center;
    overflow: hidden;
    user-select: none;
    position: relative;
    white-space: nowrap;
    transition: transform .3s ease-in-out;
    cursor: pointer;
    min-height: 48px;
}
.gp-switch-control .gp-switch-control-wrap {
    position: relative;
    margin-right: 2px;
}
.gp-switch-control input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: transparent;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.gp-switch-control-label {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    user-select: none;
    min-height: 32px;
    gap: 4px;
    padding: 4px 12px;
    min-width: 48px;
    border-radius: 4px;
    background-color: rgb(239, 241, 242);
}
.gp-switch-control .gp-switch-control-wrap:first-of-type .gp-switch-control-label {
    border-radius: 20px 4px 4px 20px;
}
.gp-switch-control .gp-switch-control-wrap:last-of-type .gp-switch-control-label {
    border-radius: 4px 20px 20px 4px;
}
.gp-switch-control input[type=radio]+.gp-switch-control-label::before,
.gp-switch-control input[type=radio]:checked+.gp-switch-control-label::before {
    content: "";
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.gp-switch-control input[type=radio]:checked+.gp-switch-control-label::before {
    min-width: 16px;
    min-height: 16px;
}
.gp-switch-control input[type=radio]:checked+.gp-switch-control-label::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='%23062E6F'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='%23062E6F'/%3E%3C/svg%3E%0A");
    background-color: rgb(8, 66, 160);
}
.gp-switch-control input[type=radio]:checked+.gp-switch-control-label {
    background-color: rgb(211, 227, 253) !important;
    color: rgb(8, 66, 160);
    border-radius: 20px;
}
.gp-switch-control input[type=radio]:hover+.gp-switch-control-label{
    background-color: #dee0e1 !important
}
.gp-switch-control input[type=radio]:checked:hover+.gp-switch-control-label {
    background-color: #c3d8f9 !important;
}
.gp-switch-control input[type=radio]+.gp-switch-control-label::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.gp-label-text-wrap {
    font-optical-sizing: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 20px;
}
/**/

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

.gp-accordion-2 .card {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0.25rem;
}
.gp-accordion-2 .card:last-child {
    margin-bottom: 0;
}
.gp-accordion-2 .card-header {
    background-color: transparent;
    border-bottom: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.gp-accordion-2 .card-header-link {
    padding: .75rem 2.5rem .75rem .25rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
    cursor: pointer;
}
.gp-accordion-2 .card-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.gp-accordion-2 .card-body p:last-child {
    margin-bottom: 0;
}
.gp-accordion-2 .card-arrow {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.gp-accordion-2 .card-arrow .material-icons-extended {
    line-height: 32px;
    font-size: 32px;
    transform: rotate(180deg);
}
.gp-accordion-2 .collapsed .card-arrow .material-icons-extended {
    transform: initial;
}

.gp-dvc-section-faq {
    padding: 10rem 0 10rem;
}
.gp-dvc-section-faq-row {
    display: flex;
    max-width: 1156px;
    margin: 0 auto;
    justify-content: space-between;
}
.gp-dvc-section-faq-col-1 {
    width: 33%;
}
.gp-dvc-section-faq-col-2 {
    width: 63%;
}
.gp-faq-accordion .card-header-link {
    font-weight: 700;
    font-size: 1.25rem;
}
.gp-faq-accordion .show {
    border-bottom: 1px solid #dadce0;
}

@media screen and (max-width: 1023px) {
    .gp-dvc-section-faq {
        padding: 5rem 0 5rem;
        max-width: 486px;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-faq-row {
        display: block;
        max-width: initial;
    }
    .gp-dvc-section-faq-row .gp-dvc-section-head-1 {
        padding-bottom: 1rem;
    }
    .gp-dvc-section-faq-col-1,
    .gp-dvc-section-faq-col-2 {
        width: initial;
    }
}

@media screen and (max-width: 600px) {
    .gp-dvc-section-faq {
        max-width: initial;
    }
}


/**/
.gp-dvc-section-intro {
    --bs-aspect-ratio: 206.6666666666667%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-intro {
        --bs-aspect-ratio: 55.55555555555556%;
    }
}

.gp-dvc-bg-10 {
    background-color: rgb(245, 242, 235)
}
.gp-dvc-bg-11 {
    background-color: rgb(210, 217, 189);
}
.gp-dvc-bg-12 {
    background-color: rgb(247, 252, 255);
}
.gp-dvc-bg-12-1 {
    background: linear-gradient(180deg, #F7FCFF, #E4F4FF);
}
.gp-dvc-bg-12-2 {
    background-color: rgb(228, 244, 255);
}
.gp-dvc-bg-13 {
    background-color: rgb(242, 246, 234);
}
.gp-dvc-bg-13-1 {
    background-color: rgb(236, 243, 220);
}
.gp-dvc-bg-13-2 {
    background: linear-gradient(180deg, #ECF3DC, #E5F0CD);
}
.gp-dvc-bg-13-3 {
    background-color: rgb(229, 240, 205);
}
.gp-dvc-bg-14 {
    background-color: rgb(245, 242, 235);
}
.gp-dvc-bg-15 {
    background-color: rgb(235, 246, 255);
}
.gp-dvc-bg-16 {
    background-color: rgb(243, 242, 232);
}
.gp-dvc-bg-black {
    background-color: rgb(0, 0, 0);
    color: rgb(225, 227, 228);
}
.gp-dvc-bg-black .gp-dvc-section-head,
.gp-dvc-bg-black .gp-dvc-section-head-1,
.gp-dvc-bg-black .gp-dvc-section-head-2,
.gp-dvc-bg-black .gp-dvc-section-head-3 {
    color: rgb(225, 227, 228);
}


.gp-dvc-section-why {
    overflow: hidden;
}
.gp-dvc-section-why-wrap {
    max-width: 1156px;
    margin-left: auto;
    margin-right: auto;
}
.gp-dvc-section-why .gp-dvc-section-head {
    text-align: center;
    letter-spacing: -.5px;
}
.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-label,
.gp-dvc-section-why-head {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
}
.gp-dvc-section-why-txt {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.5px;
}
.gp-dvc-section-why .gp-dvc-section-text {
    text-align: center;
}
.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,
.gp-dvc-section-why3 .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-why2 .gp-dvc-section-why-label {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -.5px;
}
.gp-dvc-section-why2 .gp-dvc-section-why-txt {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0;
    padding-top: 1rem;
}
.gp-dvc-section-why2 .gp-dvc-section-why-note {
    position: absolute;
    top: 3rem;
    left: 3.5rem;
    font-size: 1rem;
}

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

@media (min-width: 1024px) {
    .gp-dvc-section-why .gp-dvc-section-head {
        margin-left: auto;
        margin-right: auto;
        font-size: 5.5rem;
        font-weight: 500;
        line-height: 1.1;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-why .gp-dvc-section-text {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-why2 {
        padding-top: 5rem;
    }
}
@media screen and (max-width: 1023px) {
    .gp-dvc-section-why2 {}
    .gp-dvc-section-why-wrap {
        max-width: 456px;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-dvc-section-why-card,
    .gp-dvc-section-why2 .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-txt {
        padding-top: 2rem;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .gp-dvc-section-why-card .gp-dvc-media-cover-fill {
        object-fit: cover;
    }
    .gp-dvc-section-why-label,
    .gp-dvc-section-why-head {
        font-size: 1.125rem;
    }

    .gp-dvc-section-why3 .gp-dvc-section-why-head,
    .gp-dvc-section-why5 .gp-dvc-section-why-head {
        font-size: 1.375rem;
    }

    .gp-dvc-section-why2 .gp-dvc-section-why-card-content {
        justify-content: center;
        padding: 0 1.5rem;
    }
    .gp-dvc-section-why2 .gp-dvc-section-why-label {
        font-size: 1.75rem;
    }
    .gp-dvc-section-why2 .gp-dvc-section-why-note {
        top: 1.5rem;
        left: 1.5rem;
        font-size: .875rem;
    }
}

.gp-dvc-section-why3 .gp-dvc-section-why-card {
    width: 280px !important;
    height: auto !important;
    display: inline-flex;
    flex-direction: column;
    gap: 1rem;
    background-color: initial;
}
.gp-dvc-section-why3 .gp-dvc-section-why-card-content {
    position: initial;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
    gap: 1rem;
}
.gp-dvc-section-why3 .gp-dvc-section-why-txt {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: initial;
    padding-top: 0;
}
.gp-dvc-section-why3 .swiper-container, .gp-dvc-section-why3 .swiper-wrapper {
    align-items: flex-start;
}
.gp-dvc-section-why3 .swiper-slide {
    align-items: flex-start;
}

.gp-dvc-section-why3 .gp-card-1,
.gp-dvc-section-why3 .gp-card-2,
.gp-dvc-section-why3 .gp-card-3 {
    --bs-aspect-ratio: 100%;
}

.gp-dvc-section-why4 .gp-card-1,
.gp-dvc-section-why4 .gp-card-2 {
    --bs-aspect-ratio: 125%;
}
.gp-dvc-section-why5 .gp-card-2 {
    --bs-aspect-ratio: 125%;
}
.gp-dvc-section-why5 .gp-card-3 {
    --bs-aspect-ratio: 79.8%;
}
@media (min-width: 1024px) {
    .gp-dvc-section-why3 .gp-dvc-section-why-card {
        width: 556px !important;
    }

    .gp-dvc-section-why4 .gp-dvc-section-why-card {
        width: 684px !important;
    }
    .gp-dvc-section-why4 .gp-card-1 {
        --bs-aspect-ratio: 75%;
    }
    .gp-dvc-section-why4 .gp-card-2 {
        --bs-aspect-ratio: 75%;
    }
    .gp-dvc-section-why5 .gp-card-2 {
        --bs-aspect-ratio: 100%;
    }
    .gp-dvc-section-why5 .gp-card-3 {
        --bs-aspect-ratio: 79.80035971223022%;
    }
    .gp-dvc-section-why4 .gp-dvc-section-why-head,
    .gp-dvc-section-why5 .gp-dvc-section-why-head {
        font-size: 2rem;
    }
    .gp-dvc-section-why4 .gp-dvc-section-why-txt {
        padding-right: 30%;
    }
}

.gp-dvc-section-why3 .swiper-button-prev,
.gp-dvc-section-why3 .swiper-button-next {
    position: absolute;
    top: 46%;
    color: #5f6368;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 1rem;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(66, 63, 63, .3), 0px 1px 3px 1px rgba(66, 63, 63, .15);
    transition: background .2s cubic-bezier(0.1, 0.1, 0, 1), -webkit-transform .15s cubic-bezier(0.1, 0.1, 0, 1);
    transition: background .2s cubic-bezier(0.1, 0.1, 0, 1), transform .15s cubic-bezier(0.1, 0.1, 0, 1);
    transition: background .2s cubic-bezier(0.1, 0.1, 0, 1), transform .15s cubic-bezier(0.1, 0.1, 0, 1), -webkit-transform .15s cubic-bezier(0.1, 0.1, 0, 1);
}
.gp-dvc-section-why3 .swiper-button-prev {
    left: -7rem;
}
.gp-dvc-section-why3 .swiper-button-next {
    right: -7rem;
}
.gp-dvc-section-why3 .swiper-button-next:after,
.gp-dvc-section-why3 .swiper-button-prev:after {
    display: none;
}
.gp-dvc-section-why3 .swiper-button-next:hover,
.gp-dvc-section-why3 .swiper-button-prev:hover {
    background-color: #e3e3e3;
    color: #3c4043;
}
@media screen and (max-width: 1023px) {
    .gp-dvc-section-why3 .swiper-button-prev {
        left: 0;
    }
    .gp-dvc-section-why3 .swiper-button-next {
        right: 0;
    }
    .gp-dvc-section-why3 .swiper-button-prev,
    .gp-dvc-section-why3 .swiper-button-next {
        top: auto;
        bottom: -3.75rem;
        transform: initial;
        color: #5f6368;
        background-color: transparent;
        border-radius: 0;
        width: 48px;
        height: 48px;
        font-size: 1rem;
        line-height: 48px;
        box-shadow: none;
    }
    .gp-dvc-section-why3 .swiper-button-next:hover,
    .gp-dvc-section-why3 .swiper-button-prev:hover {
        background: transparent;
        color: #5f6368;
    }
}

.gp-section-text-seeking {
    background: linear-gradient(180deg, #F5F2EB, #F3F2E8);
}
@media screen and (min-width: 1024px) {
    .gp-section-text-seeking .gp-dvc-section-head,
    .gp-section-text-seeking .gp-dvc-section-text {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-section-text-seeking .gp-dvc-section-text {
        max-width: 45%;
    }
}

.gp-dvc-section-seeking {
    --bs-aspect-ratio: 101.66504854368932%;
    background: linear-gradient(180deg, #F3F2E8, #D2D9BD);
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-seeking {
        --bs-aspect-ratio: 69.44409448818898%;
    }
}


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

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


.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 .gp-dvc-section-why-card {
    --bs-aspect-ratio: 125%;
    height: auto !important;
}
@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-section-screen-2 .gp-dvc-col-1 {
        order: 2;
    }
    .gp-dvc-box-media-screen-1 {
        --bs-aspect-ratio: 121.21212121212122%;
    }
    .gp-dvc-box-media-screen-2 {
        --bs-aspect-ratio: 99.75062344139651%;
    }
}

@keyframes gstore-component-image-cta-pop-in {
  from {
    opacity: 0;
    transform: scale(.6) translateY(30px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.gp-explore-more {
    margin: 0 auto;
    line-height: 0;
    display: flex;
    justify-content: center;
}
.gp-explore-more-link {
    display: inline-flex;
    flex-flow: row nowrap;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    transition: background-color .4s ease, color .4s ease, backdrop-filter .4s ease, transform .15s cubic-bezier(.4, 0, .2, 1);
    border-radius: 100px 100px 100px 100px;
    padding: 4px 20px 4px 4px;
    color: #191c1d;
    animation: gstore-component-image-cta-pop-in .4s cubic-bezier(.25, 1.4, .4, 1);
}
.gp-explore-more-link:hover {
    text-decoration: none;
    color: #191c1d;
}
.gp-explore-more-link::before,
.gp-explore-more-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: inherit;
    border-radius: 100px 100px 100px 100px;
}
.gp-explore-more-link::before {
    background-color: #fff;
}
.gp-explore-more-link:hover::after {
    background-color: #191c1d14;
}
.gp-explore-more-link__img {
    --bs-aspect-ratio: 100%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 100px 100px 100px 100px;
}
.gp-explore-more-link__text {
    position: relative;
    flex-grow: 1;
    padding: 0 12px 0 1rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 1.5;
}
.gp-explore-more-link__arrow {
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    user-select: none;
    position: relative;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
}
.gp-explore-more-link__arrow svg {
    height: 100%;
    width: 100%;
    color: #191c1d;
}


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

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

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

.gp-section-capture-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gp-section-capture .gp-dvc-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
}
.gp-section-capture .gp-dvc-col-1,
.gp-section-capture .gp-dvc-col-2 {
    position: relative;
    width: 100%;
}
.gp-section-capture .gp-dvc-col-1 {
    order: 1;
}
.gp-dvc-box-media-capture-1 {
    --bs-aspect-ratio: 99.69210526315789%
}
.gp-dvc-box-media-capture-2 {
    --bs-aspect-ratio: 100%;
}
.gp-dvc-box-media-capture-3 {
    --bs-aspect-ratio: 100%
}
.gp-dvc-box-media-capture-4 {
    --bs-aspect-ratio: 100%;
}
.gp-section-capture .gp-dvc-section-label {
    font-weight: 500;
}
@media screen and (min-width: 1024px) {
    .gp-section-capture .gp-dvc-row {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 24px;
    }
    .gp-section-capture .gp-dvc-col-1 {
        width: 29.049295774%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        order: initial;
    }
    .gp-section-capture .gp-dvc-col-2 {
        width: 70.598591549%;
    }
    .gp-dvc-box-media-capture-3 {
        --bs-aspect-ratio: 79.80049875311721%;
    }
    .gp-dvc-box-media-capture-1,
    .gp-dvc-box-media-capture-2 {
        --bs-aspect-ratio: 99.75062344139651%;
    }
    .gp-dvc-box-media-capture-4 {
        --bs-aspect-ratio: 87.78054862842892%;
    }

    .gp-section-capture2 .gp-dvc-col-1 {
        order: 2;
    }
    .gp-section-capture3 .gp-dvc-col-1 {
        justify-content: flex-end;
    }
}


.gp-dvc-section-night {
    --bs-aspect-ratio: 100%;
    --gp-gap: 3.75rem;
}
.gp-dvc-section-night-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.gp-dvc-section-night .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-dvc-section-night .gp-dvc-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.gp-dvc-section-night .gp-dvc-section-label {
    font-size: 1rem;
    font-weight: 500;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-night,
    .gp-dvc-section-night-media-2 {
        --bs-aspect-ratio: 100%;
        --gp-gap: 24px;
    }
    .gp-dvc-section-night .gp-dvc-row {
        flex-direction: row;
    }
    .gp-dvc-section-night .gp-dvc-col {
        width: calc((100% - var(--gp-gap))/2);
    }
    .gp-dvc-section-night .gp-dvc-col:last-child {
        margin-top: 12.5rem;
    }
    .gp-dvc-section-night .gp-dvc-section-label {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .gp-section-text-gemini .gp-dvc-section-head,
    .gp-section-text-gemini .gp-dvc-section-text {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .gp-section-text-gemini .gp-dvc-section-text {
        max-width: 45%;
    }
}
.gp-dvc-section-gemini {
    --bs-aspect-ratio: 85.36315789473684%;
    background: linear-gradient(180deg, #F2F6EA, #ECF3DC);
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-gemini {
        --bs-aspect-ratio: 58.90804597701149%;
    }
    .gp-dvc-section-gemini .gp-container {
        max-width: 1392px;
    }
}


@media screen and (min-width: 1024px) {
    .gp-section-text-things .gp-dvc-section-head {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        font-size: 3.75rem;
    }
}
.gp-dvc-section-things {
    --bs-aspect-ratio: 167.68157894736844%;
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-things {
        --bs-aspect-ratio: 64.6551724137931%;
    }
    .gp-dvc-section-things .gp-container {
        max-width: 1392px;
    }
}


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

.gp-section-unlock {
    --gp-gap: 1.5rem;
}
.gp-section-unlock-wrap {
    background-color: #F9FEF0;
}
.gp-section-unlock .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-section-unlock .gp-dvc-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}
.gp-dvc-box-media-unlock-1 {
    --bs-aspect-ratio: 100%;
}
.gp-section-unlock-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}
@media screen and (min-width: 1024px) {
    .gp-section-unlock {
    }
    .gp-section-unlock .gp-dvc-row {
        flex-direction: row;
    }
    .gp-section-unlock .gp-dvc-col-1 {
        width: 56.40138408304498%;
    }
    .gp-section-unlock .gp-dvc-col-2 {
        width: 41.522491349480967%;
    }
    .gp-dvc-box-media-unlock-1 {
        --bs-aspect-ratio: 100%;
    }
    .gp-section-unlock-content-wrap {
        padding: 40px;
    }
}


.gp-dvc-section-cpu {
    --bs-aspect-ratio: 73.61111111111112%;
    background: linear-gradient(180deg, #BEC9B3, #F5F2EB);
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-cpu {
        --bs-aspect-ratio: 43.61049868766404%;
    }
}


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

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

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

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

.gp-dvc-section-privacy {
    --bs-aspect-ratio: 114.44444444444444%;
    background: linear-gradient(180deg, #FFFFFF, #EBF6FF);
}
@media screen and (min-width: 1024px) {
    .gp-dvc-section-privacy {
        --bs-aspect-ratio: 49.930555555555556%;
    }
    .gp-dvc-section-privacy .gp-container {
        max-width: 1392px;
    }
}


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

.gp-dvc-link {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    position: relative;
    text-decoration: none;
    height: 100%;
    cursor: pointer;
    border-radius: 100px 100px 100px 100px;
    color: #191c1d;
    min-height: 40px;
    background: none;
    border: 2px solid #191c1d;
    padding: 6px 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 1.5;
}
.gp-dvc-link:hover {
    text-decoration: none;
    color: #191c1d;
    background-color: #191c1d14;
}
.gp-dvc-link::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}
.gp-dvc-link::after {
    content: "";
    position: absolute;
    margin: auto;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 100px 100px 100px 100px;
}
.gp-dvc-link:active:before, .gp-dvc-link:hover:before {
    border-radius: 100px 100px 100px 100px;
}


.gp-dvc-section-colors {
    --gp-gap: 16px;
}
.gp-dvc-section-colors .gp-dvc-row {
    display: flex;
    gap: var(--gp-gap);
    flex-wrap: wrap;
}
.gp-dvc-section-colors__content {
    display: flex;
    gap: var(--gp-gap);
    flex-direction: column;
}
.gp-dvc-section-colors .gp-dvc-head-3 {
    font-weight: bold;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1333;
}
.gp-dvc-section-colors .gp-dvc-prices {
    font-weight: bold;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3333;
}
.gp-dvc-section-colors .btn-buy {
    background: #1967d2;
    border-color: #1967d2;
    color: #fff;
    font-weight: 500;
    line-height: 2.25rem;
    border-radius: 4px;
    padding: 0 1.75rem;
    letter-spacing: .00625rem;
}
.gp-dvc-section-colors .btn-buy:hover {
    opacity: 1;
    transform: scale3d(1,1,1);
    color: #fff;
    border-color: #1967d2;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
}
.gp-dvc-section-colors .gp-dvc-box-colors-row {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.gp-dvc-section-colors .gp-dvc-col {
    width: 100%;
}
.gp-dvc-section-colors .gp-dvc-media img,
.gp-dvc-section-colors .gp-dvc-section-why-card img {
    transition: all .15s ease-in;
    opacity: 0;
}
.gp-dvc-section-colors .gp-dvc-media img.active,
.gp-dvc-section-colors .gp-dvc-section-why-card img.active {
    opacity: 1;
}
.gp-dvc-section-colors .gp-dvc-color-item {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gp-dvc-color-w {
    background-color: transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gp-dvc-section-colors .gp-dvc-color-item.active .gp-dvc-color-w {
    border-color: #1967d2;
}
.gp-dvc-section-colors .gp-dvc-box-colors-name {
    padding-top: .5rem;
    font-weight: 500;
    font-size: .75rem;
    letter-spacing: .1px;
    min-height: 26px;
    text-align: center;
}
.gp-dvc-section-colors .gp-dvc-box-colors-name span {
    display: none;
}
.gp-dvc-section-colors .gp-dvc-box-colors-name .active {
    display: initial;
}

.gp-dvc-color {
    width: 24px;
    height: 24px;
    border: 1px solid #979ca1;
    background-color: #000;
    border-radius: 50%;
}
.gp-dvc-section-colors .gp-dvc-color-item:not(.active):hover .gp-dvc-color {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.45);
}
.gp-dvc-color-canyon {
    background-color: #F6A593;
}
.gp-dvc-color-olive {
    background-color: #8C9178;
}
.gp-dvc-color-fog {
    background-color: #E9F3F0;
}
.gp-dvc-color-obsidian {
    background-color: #252525;
}

.gp-dvc-section-colors .gp-switch-control-label {
    background-color: #fff;
}
.gp-dvc-section-colors .gp-switch-control input[type=radio]:checked+.gp-switch-control-label {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255);
    border-radius: 20px;
}
.gp-dvc-section-colors .gp-switch-control input[type=radio]:checked+.gp-switch-control-label::before {
    background-color: rgb(255, 255, 255);
}
.gp-dvc-section-colors .gp-switch-control input[type=radio]:checked:hover+.gp-switch-control-label {
    background-color: #3e4041 !important;
}
.gp-dvc-section-colors .gp-dvc-section-why .gp-dvc-section-why-card {
    --bs-aspect-ratio: 125%;
    height: auto !important;
}
@media screen and (min-width: 1023px) {
    .gp-dvc-section-colors {
        --gp-gap: 24px;
    }
}
@media screen and (max-width: 1023px) {
    .gp-dvc-section-colors .gp-switch-control {
        justify-content: center;
    }
    .hide-on-mobile {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .hide-on-desktop {
        display: none !important;
    }
    .gp-dvc-section-colors .gp-dvc-row {
        flex-wrap: nowrap;
    }
    .gp-dvc-section-colors .gp-dvc-box-colors-row {
        justify-content: flex-start;
    }
    .gp-dvc-section-colors .gp-dvc-box-colors-name {
        text-align: left;
    }
    .gp-dvc-section-colors .gp-dvc-col {
        width: calc((100% - var(--gp-gap)) / 2);
    }
    .gp-dvc-section-colors .gp-dvc-media-1 {
        --bs-aspect-ratio: 125.09225092250922%;
    }
    .gp-dvc-section-colors .gp-dvc-media-2 {
        --bs-aspect-ratio: 113.25088339222615%;
    }
    .gp-dvc-section-colors .gp-dvc-head-3 {
        font-size: 2.5rem;
    }
    .gp-dvc-section-colors .gp-dvc-prices {
        font-size: 1.25rem;
    }
}