@gofynd/theme-template 3.2.13 → 3.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/address-form/address-form.css +125 -2
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.css +18 -2
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.css +18 -2
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/carousel/carousel.css +415 -0
- package/dist/components/carousel/carousel.js +1 -0
- package/dist/components/core/fy-button/fy-button.js +1 -1
- package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
- package/dist/components/core/fy-input/fy-input.css +8 -2
- package/dist/components/count-down/count-down.js +1 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
- package/dist/components/filter-modal/filter-modal.css +8 -2
- package/dist/components/form-builder/form-builder.css +15 -2
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/google-map.js +1 -1
- package/dist/components/google-map/v2/google-map.js +1 -1
- package/dist/components/index.css +125 -2
- package/dist/components/index.js +1 -1
- package/dist/components/loader/loader.js +1 -1
- package/dist/components/location-modal/location-modal.css +8 -2
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +125 -11
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/range-slider/range-slider.css +8 -2
- package/dist/components/shipment-item/shipment-item.css +50 -3
- package/dist/components/shipment-item/shipment-item.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/components/verify-mobile/verify-mobile.css +523 -0
- package/dist/components/verify-mobile/verify-mobile.js +1 -0
- package/dist/index.css +1089 -400
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
- package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
- package/dist/page-layouts/compare/compare.css +423 -2
- package/dist/page-layouts/compare/compare.js +1 -2
- package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
- package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
- package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
- package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +0 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +0 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +4 -3
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +0 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/blog/blog.css +166 -136
- package/dist/pages/blog/blog.js +1 -2
- package/dist/pages/blog/index.css +166 -136
- package/dist/pages/blog/index.js +1 -2
- package/dist/pages/cart/cart.css +18 -2
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +18 -2
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +37 -8
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +37 -8
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +8 -2
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +8 -2
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +7 -0
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +7 -0
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +929 -0
- package/dist/pages/forgot-password/forget-password.js +1 -1
- package/dist/pages/forgot-password/index.css +929 -0
- package/dist/pages/forgot-password/index.js +1 -1
- package/dist/pages/index.css +982 -400
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +7 -0
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +7 -0
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +8 -2
- package/dist/pages/order/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +8 -2
- package/dist/pages/order/order-tracking.js +1 -1
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +423 -2
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +423 -2
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
- package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +15 -2
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
- package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
- package/dist/pages/profile/components/empty-state/empty-state.js +1 -1
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
- package/dist/pages/profile/email/email.css +8 -2
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.css +8 -2
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/index.css +8 -2
- package/dist/pages/profile/index.js +1 -1
- package/dist/pages/profile/phone/index.css +15 -2
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.css +15 -2
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/profile/profile-details.css +8 -2
- package/dist/pages/profile/profile-details.js +1 -1
- package/dist/pages/register/index.css +7 -0
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +7 -0
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/wishlist/index.css +423 -2
- package/dist/pages/wishlist/index.js +1 -2
- package/dist/pages/wishlist/wishlist.css +423 -2
- package/dist/pages/wishlist/wishlist.js +1 -2
- package/package.json +9 -4
- package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
- package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
- package/dist/pages/blog/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
package/dist/pages/index.css
CHANGED
|
@@ -5424,6 +5424,7 @@ h5,
|
|
|
5424
5424
|
box-sizing: border-box;
|
|
5425
5425
|
width: 100%;
|
|
5426
5426
|
background-color: transparent;
|
|
5427
|
+
font-weight: 500;
|
|
5427
5428
|
}
|
|
5428
5429
|
@media only screen and (max-width: 480px) {
|
|
5429
5430
|
.fy-input__fyInput___S4Mtu {
|
|
@@ -5443,7 +5444,9 @@ h5,
|
|
|
5443
5444
|
outline: none;
|
|
5444
5445
|
}
|
|
5445
5446
|
.fy-input__fyInput___S4Mtu:disabled {
|
|
5446
|
-
color: var(--textSecondary);
|
|
5447
|
+
color: var(--textSecondary, #9c9c9c);
|
|
5448
|
+
border-color: var(--overlaypopupdividerstroke, #e0e0e0);
|
|
5449
|
+
font-weight: 400;
|
|
5447
5450
|
}
|
|
5448
5451
|
.fy-input__fyInput___S4Mtu:focus {
|
|
5449
5452
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -5464,8 +5467,11 @@ h5,
|
|
|
5464
5467
|
height: 48px;
|
|
5465
5468
|
}
|
|
5466
5469
|
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
|
|
5467
|
-
border: 1px solid #
|
|
5470
|
+
border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
|
|
5468
5471
|
cursor: not-allowed;
|
|
5472
|
+
pointer-events: auto;
|
|
5473
|
+
}
|
|
5474
|
+
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
|
|
5469
5475
|
pointer-events: none;
|
|
5470
5476
|
}
|
|
5471
5477
|
.fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
|
|
@@ -6651,6 +6657,13 @@ h5,
|
|
|
6651
6657
|
display: none !important;
|
|
6652
6658
|
}
|
|
6653
6659
|
}
|
|
6660
|
+
.mobile-number__additionalLableClasses___ceKOA {
|
|
6661
|
+
background-color: var(--pageBackground, #f8f8f8);
|
|
6662
|
+
color: var(--textLabel, #7d7676);
|
|
6663
|
+
font-size: 12px;
|
|
6664
|
+
font-style: normal;
|
|
6665
|
+
font-weight: 400;
|
|
6666
|
+
}
|
|
6654
6667
|
.mobile-number__mobileInputWrapper___Na12n {
|
|
6655
6668
|
display: flex;
|
|
6656
6669
|
flex-direction: column;
|
|
@@ -7068,6 +7081,9 @@ h5,
|
|
|
7068
7081
|
background: unset;
|
|
7069
7082
|
color: var(--textLabel, #7d7676) !important;
|
|
7070
7083
|
}
|
|
7084
|
+
.form-input-selector__customClass___hEqXl:focus-within {
|
|
7085
|
+
border-color: var(--buttonPrimary, #4e3f09);
|
|
7086
|
+
}
|
|
7071
7087
|
.form-input-selector__telInput___F4FEd {
|
|
7072
7088
|
background-color: transparent;
|
|
7073
7089
|
}
|
|
@@ -25106,6 +25122,421 @@ h5,
|
|
|
25106
25122
|
transform: translate(50%, -50%);
|
|
25107
25123
|
}
|
|
25108
25124
|
|
|
25125
|
+
/**color by character**/
|
|
25126
|
+
/** Font family **/
|
|
25127
|
+
/** Font weight **/
|
|
25128
|
+
.carousel__display-block___utsUU {
|
|
25129
|
+
display: block;
|
|
25130
|
+
}
|
|
25131
|
+
.carousel__inline-block___r5jIE,
|
|
25132
|
+
.carousel__inlineBlock___CweDs {
|
|
25133
|
+
display: inline-block;
|
|
25134
|
+
}
|
|
25135
|
+
.carousel__flex-row___dT_l6 {
|
|
25136
|
+
display: flex;
|
|
25137
|
+
}
|
|
25138
|
+
.carousel__flex-column___bsAla,
|
|
25139
|
+
.carousel__flexColumn___XGHeP {
|
|
25140
|
+
display: flex;
|
|
25141
|
+
flex-direction: column;
|
|
25142
|
+
}
|
|
25143
|
+
.carousel__flex-align-center___RXd0L,
|
|
25144
|
+
.carousel__flexAlignCenter___xwCsl {
|
|
25145
|
+
display: flex;
|
|
25146
|
+
align-items: center;
|
|
25147
|
+
}
|
|
25148
|
+
.carousel__flex-justify-center___TME7Y,
|
|
25149
|
+
.carousel__flexJustifyCenter___WgnF3 {
|
|
25150
|
+
display: flex;
|
|
25151
|
+
justify-content: center;
|
|
25152
|
+
}
|
|
25153
|
+
.carousel__flex-center___XZwk8,
|
|
25154
|
+
.carousel__flexCenter___r6nnD {
|
|
25155
|
+
display: flex;
|
|
25156
|
+
justify-content: center;
|
|
25157
|
+
align-items: center;
|
|
25158
|
+
}
|
|
25159
|
+
.carousel__justify-start___zWbwC,
|
|
25160
|
+
.carousel__justifyStart___LixAq {
|
|
25161
|
+
justify-content: flex-start;
|
|
25162
|
+
}
|
|
25163
|
+
.carousel__justify-end___im5_L,
|
|
25164
|
+
.carousel__justifyEnd___tPVVJ {
|
|
25165
|
+
justify-content: flex-end;
|
|
25166
|
+
}
|
|
25167
|
+
.carousel__justify-between___e4Kcp,
|
|
25168
|
+
.carousel__justifyBetween___x2p0g {
|
|
25169
|
+
justify-content: space-between;
|
|
25170
|
+
}
|
|
25171
|
+
.carousel__justify-around___SPh3u,
|
|
25172
|
+
.carousel__justifyAround___XrmYt {
|
|
25173
|
+
justify-content: space-around;
|
|
25174
|
+
}
|
|
25175
|
+
.carousel__justify-evenly___FN8sv,
|
|
25176
|
+
.carousel__justifyEvenly___T1Av0 {
|
|
25177
|
+
justify-content: space-evenly;
|
|
25178
|
+
}
|
|
25179
|
+
h1,
|
|
25180
|
+
.carousel__h1___ee7pZ {
|
|
25181
|
+
font-weight: 700;
|
|
25182
|
+
font-size: 28px;
|
|
25183
|
+
line-height: 42px;
|
|
25184
|
+
letter-spacing: -0.03em;
|
|
25185
|
+
color: var(--textHeading, #26201a);
|
|
25186
|
+
}
|
|
25187
|
+
@media only screen and (min-width: 769px) {
|
|
25188
|
+
h1,
|
|
25189
|
+
.carousel__h1___ee7pZ {
|
|
25190
|
+
font-size: 36px;
|
|
25191
|
+
line-height: 48px;
|
|
25192
|
+
}
|
|
25193
|
+
}
|
|
25194
|
+
h2,
|
|
25195
|
+
.carousel__h2___ZNSIB {
|
|
25196
|
+
font-weight: 700;
|
|
25197
|
+
font-size: 28px;
|
|
25198
|
+
line-height: 36px;
|
|
25199
|
+
letter-spacing: -0.03em;
|
|
25200
|
+
color: var(--textHeading, #26201a);
|
|
25201
|
+
}
|
|
25202
|
+
@media only screen and (min-width: 769px) {
|
|
25203
|
+
h2,
|
|
25204
|
+
.carousel__h2___ZNSIB {
|
|
25205
|
+
font-size: 32px;
|
|
25206
|
+
line-height: 42px;
|
|
25207
|
+
}
|
|
25208
|
+
}
|
|
25209
|
+
h3,
|
|
25210
|
+
.carousel__h3___TRk7C {
|
|
25211
|
+
font-weight: 700;
|
|
25212
|
+
letter-spacing: -0.02em;
|
|
25213
|
+
color: var(--textHeading, #26201a);
|
|
25214
|
+
font-size: 24px;
|
|
25215
|
+
line-height: 32px;
|
|
25216
|
+
}
|
|
25217
|
+
@media only screen and (min-width: 769px) {
|
|
25218
|
+
h3,
|
|
25219
|
+
.carousel__h3___TRk7C {
|
|
25220
|
+
font-weight: 700;
|
|
25221
|
+
letter-spacing: -0.02em;
|
|
25222
|
+
color: var(--textHeading, #26201a);
|
|
25223
|
+
font-size: 28px;
|
|
25224
|
+
line-height: 36px;
|
|
25225
|
+
}
|
|
25226
|
+
}
|
|
25227
|
+
h4,
|
|
25228
|
+
.carousel__h4___v15SC {
|
|
25229
|
+
font-weight: 600;
|
|
25230
|
+
letter-spacing: -0.02em;
|
|
25231
|
+
color: var(--textHeading, #26201a);
|
|
25232
|
+
font-size: 16px;
|
|
25233
|
+
line-height: 1.5;
|
|
25234
|
+
}
|
|
25235
|
+
@media only screen and (min-width: 769px) {
|
|
25236
|
+
h4,
|
|
25237
|
+
.carousel__h4___v15SC {
|
|
25238
|
+
font-weight: 600;
|
|
25239
|
+
letter-spacing: -0.02em;
|
|
25240
|
+
color: var(--textHeading, #26201a);
|
|
25241
|
+
font-size: 20px;
|
|
25242
|
+
line-height: 1.5;
|
|
25243
|
+
}
|
|
25244
|
+
}
|
|
25245
|
+
h5,
|
|
25246
|
+
.carousel__h5___8ITca {
|
|
25247
|
+
font-weight: 600;
|
|
25248
|
+
font-size: 14px;
|
|
25249
|
+
line-height: 16px;
|
|
25250
|
+
letter-spacing: -0.02em;
|
|
25251
|
+
color: var(--textHeading, #26201a);
|
|
25252
|
+
}
|
|
25253
|
+
@media only screen and (min-width: 769px) {
|
|
25254
|
+
h5,
|
|
25255
|
+
.carousel__h5___8ITca {
|
|
25256
|
+
font-size: 16px;
|
|
25257
|
+
line-height: 18px;
|
|
25258
|
+
}
|
|
25259
|
+
}
|
|
25260
|
+
.carousel__b1___BJlKm {
|
|
25261
|
+
font-weight: 400;
|
|
25262
|
+
font-size: 14px;
|
|
25263
|
+
line-height: 18px;
|
|
25264
|
+
letter-spacing: -0.02em;
|
|
25265
|
+
color: var(--textBody, #3c3131);
|
|
25266
|
+
}
|
|
25267
|
+
@media only screen and (min-width: 769px) {
|
|
25268
|
+
.carousel__b1___BJlKm {
|
|
25269
|
+
font-size: 16px;
|
|
25270
|
+
line-height: 20px;
|
|
25271
|
+
}
|
|
25272
|
+
}
|
|
25273
|
+
.carousel__b-small___eEZM0,
|
|
25274
|
+
.carousel__bSmall___z55Bs,
|
|
25275
|
+
.carousel__b2___OCSqn {
|
|
25276
|
+
font-weight: 400;
|
|
25277
|
+
letter-spacing: -0.02em;
|
|
25278
|
+
color: var(--textBody, #3c3131);
|
|
25279
|
+
font-size: 12px;
|
|
25280
|
+
line-height: 16px;
|
|
25281
|
+
}
|
|
25282
|
+
@media only screen and (min-width: 769px) {
|
|
25283
|
+
.carousel__b-small___eEZM0,
|
|
25284
|
+
.carousel__bSmall___z55Bs,
|
|
25285
|
+
.carousel__b2___OCSqn {
|
|
25286
|
+
font-weight: 400;
|
|
25287
|
+
letter-spacing: -0.02em;
|
|
25288
|
+
color: var(--textBody, #3c3131);
|
|
25289
|
+
font-size: 14px;
|
|
25290
|
+
line-height: 18px;
|
|
25291
|
+
}
|
|
25292
|
+
}
|
|
25293
|
+
.carousel__d1___HGZ3m {
|
|
25294
|
+
font-size: 36px;
|
|
25295
|
+
font-weight: 700;
|
|
25296
|
+
line-height: 48px;
|
|
25297
|
+
letter-spacing: -0.02em;
|
|
25298
|
+
}
|
|
25299
|
+
@media only screen and (min-width: 769px) {
|
|
25300
|
+
.carousel__d1___HGZ3m {
|
|
25301
|
+
font-size: 64px;
|
|
25302
|
+
line-height: 85px;
|
|
25303
|
+
letter-spacing: -0.03em;
|
|
25304
|
+
}
|
|
25305
|
+
}
|
|
25306
|
+
.carousel__caption-medium___geBOh,
|
|
25307
|
+
.carousel__captionMedium___fKLRf {
|
|
25308
|
+
font-size: 12px;
|
|
25309
|
+
line-height: 1.5;
|
|
25310
|
+
letter-spacing: -0.02em;
|
|
25311
|
+
font-weight: 500;
|
|
25312
|
+
}
|
|
25313
|
+
@media only screen and (max-width: 480px) {
|
|
25314
|
+
.carousel__caption-medium___geBOh,
|
|
25315
|
+
.carousel__captionMedium___fKLRf {
|
|
25316
|
+
font-size: 11px;
|
|
25317
|
+
}
|
|
25318
|
+
}
|
|
25319
|
+
.carousel__caption-semi-bold___mn18z,
|
|
25320
|
+
.carousel__captionSemiBold___USgYk {
|
|
25321
|
+
font-size: 12px;
|
|
25322
|
+
line-height: 1.5;
|
|
25323
|
+
letter-spacing: -0.02em;
|
|
25324
|
+
font-weight: 600;
|
|
25325
|
+
}
|
|
25326
|
+
@media only screen and (max-width: 480px) {
|
|
25327
|
+
.carousel__caption-semi-bold___mn18z,
|
|
25328
|
+
.carousel__captionSemiBold___USgYk {
|
|
25329
|
+
font-size: 11px;
|
|
25330
|
+
}
|
|
25331
|
+
}
|
|
25332
|
+
.carousel__btn-link___glyDY,
|
|
25333
|
+
.carousel__btnLink___eQWdx {
|
|
25334
|
+
font-weight: 500;
|
|
25335
|
+
letter-spacing: -0.02em;
|
|
25336
|
+
font-size: 12px;
|
|
25337
|
+
line-height: 14px;
|
|
25338
|
+
border-radius: var(--buttonRadius, 0px);
|
|
25339
|
+
cursor: pointer;
|
|
25340
|
+
color: var(--buttonLink, #b1655b);
|
|
25341
|
+
text-decoration: underline;
|
|
25342
|
+
background: none;
|
|
25343
|
+
border: none;
|
|
25344
|
+
}
|
|
25345
|
+
@media only screen and (min-width: 769px) {
|
|
25346
|
+
.carousel__btn-link___glyDY,
|
|
25347
|
+
.carousel__btnLink___eQWdx {
|
|
25348
|
+
font-weight: 500;
|
|
25349
|
+
letter-spacing: -0.02em;
|
|
25350
|
+
font-size: 14px;
|
|
25351
|
+
line-height: 16px;
|
|
25352
|
+
}
|
|
25353
|
+
}
|
|
25354
|
+
.carousel__btn-link___glyDY:hover,
|
|
25355
|
+
.carousel__btnLink___eQWdx:hover {
|
|
25356
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
25357
|
+
}
|
|
25358
|
+
.carousel__btn-link___glyDY:disabled,
|
|
25359
|
+
.carousel__btnLink___eQWdx:disabled {
|
|
25360
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
25361
|
+
}
|
|
25362
|
+
.carousel__btn-link___glyDY:active,
|
|
25363
|
+
.carousel__btnLink___eQWdx:active {
|
|
25364
|
+
opacity: 0.8;
|
|
25365
|
+
}
|
|
25366
|
+
.carousel__user-select-none___e3b8_,
|
|
25367
|
+
.carousel__userSelectNone___UTFsk {
|
|
25368
|
+
user-select: none;
|
|
25369
|
+
-moz-user-select: none;
|
|
25370
|
+
-webkit-user-select: none;
|
|
25371
|
+
-ms-user-select: none;
|
|
25372
|
+
}
|
|
25373
|
+
.carousel__margin-0-auto___V6g65,
|
|
25374
|
+
.carousel__margin0auto___ySsps {
|
|
25375
|
+
margin: 0 auto;
|
|
25376
|
+
}
|
|
25377
|
+
.carousel__base-page-container___E6gwT,
|
|
25378
|
+
.carousel__basePageContainer___AGzmu {
|
|
25379
|
+
max-width: 1440px !important;
|
|
25380
|
+
}
|
|
25381
|
+
.carousel__remove-scroll___Pt0wR,
|
|
25382
|
+
.carousel__removeScroll___H2sDy {
|
|
25383
|
+
overflow-y: hidden !important;
|
|
25384
|
+
}
|
|
25385
|
+
.carousel__mr-5___zrCxV,
|
|
25386
|
+
.carousel__mr5___xkDz3 {
|
|
25387
|
+
margin-inline-end: 30px !important;
|
|
25388
|
+
}
|
|
25389
|
+
.carousel__mr-2___GMegU,
|
|
25390
|
+
.carousel__mr2___LW6Mf {
|
|
25391
|
+
margin-inline-end: 5px !important;
|
|
25392
|
+
}
|
|
25393
|
+
.carousel__py-5___X5LkA,
|
|
25394
|
+
.carousel__py5___H8tFM {
|
|
25395
|
+
padding-top: 1.875rem !important;
|
|
25396
|
+
padding-bottom: 1.875rem !important;
|
|
25397
|
+
}
|
|
25398
|
+
.carousel__view-all-text___xIJti,
|
|
25399
|
+
.carousel__viewAllText___UKfLU {
|
|
25400
|
+
font-size: 20px;
|
|
25401
|
+
font-weight: 400;
|
|
25402
|
+
text-transform: lowercase;
|
|
25403
|
+
text-decoration: underline;
|
|
25404
|
+
}
|
|
25405
|
+
.carousel__view-all-mobile___KN5tC,
|
|
25406
|
+
.carousel__viewAllMobile___UqtjR {
|
|
25407
|
+
display: none;
|
|
25408
|
+
}
|
|
25409
|
+
@media only screen and (max-width: 768px) {
|
|
25410
|
+
.carousel__view-all-mobile___KN5tC,
|
|
25411
|
+
.carousel__viewAllMobile___UqtjR {
|
|
25412
|
+
display: flex;
|
|
25413
|
+
align-items: center;
|
|
25414
|
+
justify-content: center;
|
|
25415
|
+
margin-top: 40px;
|
|
25416
|
+
}
|
|
25417
|
+
}
|
|
25418
|
+
@media only screen and (max-width: 480px) {
|
|
25419
|
+
.carousel__view-all-mobile___KN5tC,
|
|
25420
|
+
.carousel__viewAllMobile___UqtjR {
|
|
25421
|
+
margin-top: 24px;
|
|
25422
|
+
}
|
|
25423
|
+
}
|
|
25424
|
+
.carousel__accent-btn___ljV96,
|
|
25425
|
+
.carousel__accentBtn___eeYUW {
|
|
25426
|
+
background-color: var(--accentColor);
|
|
25427
|
+
color: #fff;
|
|
25428
|
+
}
|
|
25429
|
+
.carousel__no-scroll___Yl9Wg,
|
|
25430
|
+
.carousel__noScroll___V3m9I {
|
|
25431
|
+
overflow-y: hidden;
|
|
25432
|
+
}
|
|
25433
|
+
.carousel__hide-overflow___RSirN,
|
|
25434
|
+
.carousel__hideOverflow___O7cOa {
|
|
25435
|
+
overflow: hidden;
|
|
25436
|
+
}
|
|
25437
|
+
.carousel__markdown-body___mCpXK h6 {
|
|
25438
|
+
margin-top: 0 !important;
|
|
25439
|
+
margin-bottom: 0 !important;
|
|
25440
|
+
}
|
|
25441
|
+
@media only screen and (max-width: 480px) {
|
|
25442
|
+
.carousel__markdown-body___mCpXK {
|
|
25443
|
+
font-size: 12px !important;
|
|
25444
|
+
padding: 5px !important;
|
|
25445
|
+
}
|
|
25446
|
+
}
|
|
25447
|
+
.carousel__view3d-canvas___iHO9u {
|
|
25448
|
+
width: 100%;
|
|
25449
|
+
height: 100%;
|
|
25450
|
+
}
|
|
25451
|
+
@media only screen and (max-width: 480px) {
|
|
25452
|
+
.carousel__view-mobile-up___Okb4u {
|
|
25453
|
+
display: none !important;
|
|
25454
|
+
}
|
|
25455
|
+
}
|
|
25456
|
+
@media only screen and (min-width: 481px) {
|
|
25457
|
+
.carousel__view-mobile___l_iEN {
|
|
25458
|
+
display: none !important;
|
|
25459
|
+
}
|
|
25460
|
+
}
|
|
25461
|
+
.carousel__carousel___zSABm {
|
|
25462
|
+
position: relative;
|
|
25463
|
+
}
|
|
25464
|
+
.carousel__carouselContent___QZKSp {
|
|
25465
|
+
overflow: hidden;
|
|
25466
|
+
}
|
|
25467
|
+
.carousel__carouselTrack___aUjv6 {
|
|
25468
|
+
display: flex;
|
|
25469
|
+
}
|
|
25470
|
+
carouselTrackHorizontal {
|
|
25471
|
+
margin-left: -1rem;
|
|
25472
|
+
}
|
|
25473
|
+
carouselTrackVertical {
|
|
25474
|
+
flex-direction: column;
|
|
25475
|
+
margin-top: -1rem;
|
|
25476
|
+
}
|
|
25477
|
+
.carousel__carouselItem___zlVkY {
|
|
25478
|
+
min-width: 0;
|
|
25479
|
+
flex: 0 0 100%;
|
|
25480
|
+
}
|
|
25481
|
+
carouselItemHorizontal {
|
|
25482
|
+
padding-left: 1rem;
|
|
25483
|
+
}
|
|
25484
|
+
carouselItemVertical {
|
|
25485
|
+
padding-top: 1rem;
|
|
25486
|
+
}
|
|
25487
|
+
.carousel__carouselBtn___Z49nh {
|
|
25488
|
+
position: absolute;
|
|
25489
|
+
width: 1em;
|
|
25490
|
+
height: 1em;
|
|
25491
|
+
border-radius: 50%;
|
|
25492
|
+
font-size: 48px;
|
|
25493
|
+
transition: background-color 0.3s ease-in-out;
|
|
25494
|
+
display: flex;
|
|
25495
|
+
align-items: center;
|
|
25496
|
+
justify-content: center;
|
|
25497
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
25498
|
+
}
|
|
25499
|
+
.carousel__carouselBtn___Z49nh:hover {
|
|
25500
|
+
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
25501
|
+
background: var(--themeAccentL4, #f8f8f8);
|
|
25502
|
+
}
|
|
25503
|
+
.carousel__carouselBtnIcon___uNRV7 {
|
|
25504
|
+
width: 0.8em;
|
|
25505
|
+
height: 0.8em;
|
|
25506
|
+
font-size: inherit;
|
|
25507
|
+
}
|
|
25508
|
+
.carousel__carouselPrevBtnHorizontal___eAomj {
|
|
25509
|
+
left: 20px;
|
|
25510
|
+
top: 50%;
|
|
25511
|
+
transform: translateY(-50%);
|
|
25512
|
+
}
|
|
25513
|
+
.carousel__carouselPrevBtnVertical___a0PqM {
|
|
25514
|
+
top: -36px;
|
|
25515
|
+
left: 50%;
|
|
25516
|
+
transform: translateX(-50%) rotate(90deg);
|
|
25517
|
+
}
|
|
25518
|
+
.carousel__carouselNextBtnHorizontal___AGucw {
|
|
25519
|
+
right: 20px;
|
|
25520
|
+
top: 50%;
|
|
25521
|
+
transform: translateY(-50%) rotate(180deg);
|
|
25522
|
+
}
|
|
25523
|
+
.carousel__carouselNextBtnVertical___zrvAb {
|
|
25524
|
+
bottom: -36px;
|
|
25525
|
+
left: 50%;
|
|
25526
|
+
transform: translateX(-50%) rotate(-90deg);
|
|
25527
|
+
}
|
|
25528
|
+
.carousel__srOnly___Q1z_4 {
|
|
25529
|
+
position: absolute;
|
|
25530
|
+
width: 1px;
|
|
25531
|
+
height: 1px;
|
|
25532
|
+
padding: 0;
|
|
25533
|
+
margin: -1px;
|
|
25534
|
+
overflow: hidden;
|
|
25535
|
+
clip: rect(0, 0, 0, 0);
|
|
25536
|
+
white-space: nowrap;
|
|
25537
|
+
border-width: 0;
|
|
25538
|
+
}
|
|
25539
|
+
|
|
25109
25540
|
/**color by character**/
|
|
25110
25541
|
/** Font family **/
|
|
25111
25542
|
/** Font weight **/
|
|
@@ -28924,6 +29355,529 @@ h5,
|
|
|
28924
29355
|
width: 100%;
|
|
28925
29356
|
}
|
|
28926
29357
|
|
|
29358
|
+
/**color by character**/
|
|
29359
|
+
/** Font family **/
|
|
29360
|
+
/** Font weight **/
|
|
29361
|
+
.verify-mobile__display-block___Xkv0Q {
|
|
29362
|
+
display: block;
|
|
29363
|
+
}
|
|
29364
|
+
.verify-mobile__inline-block___c0LKD,
|
|
29365
|
+
.verify-mobile__inlineBlock___OYbnO {
|
|
29366
|
+
display: inline-block;
|
|
29367
|
+
}
|
|
29368
|
+
.verify-mobile__flex-row___LFvWM {
|
|
29369
|
+
display: flex;
|
|
29370
|
+
}
|
|
29371
|
+
.verify-mobile__flex-column___PR7ov,
|
|
29372
|
+
.verify-mobile__flexColumn___ckdro {
|
|
29373
|
+
display: flex;
|
|
29374
|
+
flex-direction: column;
|
|
29375
|
+
}
|
|
29376
|
+
.verify-mobile__flex-align-center___X2rDo,
|
|
29377
|
+
.verify-mobile__flexAlignCenter___uwzzh {
|
|
29378
|
+
display: flex;
|
|
29379
|
+
align-items: center;
|
|
29380
|
+
}
|
|
29381
|
+
.verify-mobile__flex-justify-center___6XGbC,
|
|
29382
|
+
.verify-mobile__flexJustifyCenter___CTWKJ {
|
|
29383
|
+
display: flex;
|
|
29384
|
+
justify-content: center;
|
|
29385
|
+
}
|
|
29386
|
+
.verify-mobile__flex-center___mJlsW,
|
|
29387
|
+
.verify-mobile__flexCenter___qB3mX {
|
|
29388
|
+
display: flex;
|
|
29389
|
+
justify-content: center;
|
|
29390
|
+
align-items: center;
|
|
29391
|
+
}
|
|
29392
|
+
.verify-mobile__justify-start___qEZld,
|
|
29393
|
+
.verify-mobile__justifyStart___XV26k {
|
|
29394
|
+
justify-content: flex-start;
|
|
29395
|
+
}
|
|
29396
|
+
.verify-mobile__justify-end___Lr2GW,
|
|
29397
|
+
.verify-mobile__justifyEnd___XRT9T {
|
|
29398
|
+
justify-content: flex-end;
|
|
29399
|
+
}
|
|
29400
|
+
.verify-mobile__justify-between___xKL7d,
|
|
29401
|
+
.verify-mobile__justifyBetween___oCO8g {
|
|
29402
|
+
justify-content: space-between;
|
|
29403
|
+
}
|
|
29404
|
+
.verify-mobile__justify-around___IOtRu,
|
|
29405
|
+
.verify-mobile__justifyAround___SEhmA {
|
|
29406
|
+
justify-content: space-around;
|
|
29407
|
+
}
|
|
29408
|
+
.verify-mobile__justify-evenly___dpjbP,
|
|
29409
|
+
.verify-mobile__justifyEvenly___DT94N {
|
|
29410
|
+
justify-content: space-evenly;
|
|
29411
|
+
}
|
|
29412
|
+
h1,
|
|
29413
|
+
.verify-mobile__h1___f5FSg {
|
|
29414
|
+
font-weight: 700;
|
|
29415
|
+
font-size: 28px;
|
|
29416
|
+
line-height: 42px;
|
|
29417
|
+
letter-spacing: -0.03em;
|
|
29418
|
+
color: var(--textHeading, #26201a);
|
|
29419
|
+
}
|
|
29420
|
+
@media only screen and (min-width: 769px) {
|
|
29421
|
+
h1,
|
|
29422
|
+
.verify-mobile__h1___f5FSg {
|
|
29423
|
+
font-size: 36px;
|
|
29424
|
+
line-height: 48px;
|
|
29425
|
+
}
|
|
29426
|
+
}
|
|
29427
|
+
h2,
|
|
29428
|
+
.verify-mobile__h2___e0654 {
|
|
29429
|
+
font-weight: 700;
|
|
29430
|
+
font-size: 28px;
|
|
29431
|
+
line-height: 36px;
|
|
29432
|
+
letter-spacing: -0.03em;
|
|
29433
|
+
color: var(--textHeading, #26201a);
|
|
29434
|
+
}
|
|
29435
|
+
@media only screen and (min-width: 769px) {
|
|
29436
|
+
h2,
|
|
29437
|
+
.verify-mobile__h2___e0654 {
|
|
29438
|
+
font-size: 32px;
|
|
29439
|
+
line-height: 42px;
|
|
29440
|
+
}
|
|
29441
|
+
}
|
|
29442
|
+
h3,
|
|
29443
|
+
.verify-mobile__h3___brSlm {
|
|
29444
|
+
font-weight: 700;
|
|
29445
|
+
letter-spacing: -0.02em;
|
|
29446
|
+
color: var(--textHeading, #26201a);
|
|
29447
|
+
font-size: 24px;
|
|
29448
|
+
line-height: 32px;
|
|
29449
|
+
}
|
|
29450
|
+
@media only screen and (min-width: 769px) {
|
|
29451
|
+
h3,
|
|
29452
|
+
.verify-mobile__h3___brSlm {
|
|
29453
|
+
font-weight: 700;
|
|
29454
|
+
letter-spacing: -0.02em;
|
|
29455
|
+
color: var(--textHeading, #26201a);
|
|
29456
|
+
font-size: 28px;
|
|
29457
|
+
line-height: 36px;
|
|
29458
|
+
}
|
|
29459
|
+
}
|
|
29460
|
+
h4,
|
|
29461
|
+
.verify-mobile__h4___zn6jN {
|
|
29462
|
+
font-weight: 600;
|
|
29463
|
+
letter-spacing: -0.02em;
|
|
29464
|
+
color: var(--textHeading, #26201a);
|
|
29465
|
+
font-size: 16px;
|
|
29466
|
+
line-height: 1.5;
|
|
29467
|
+
}
|
|
29468
|
+
@media only screen and (min-width: 769px) {
|
|
29469
|
+
h4,
|
|
29470
|
+
.verify-mobile__h4___zn6jN {
|
|
29471
|
+
font-weight: 600;
|
|
29472
|
+
letter-spacing: -0.02em;
|
|
29473
|
+
color: var(--textHeading, #26201a);
|
|
29474
|
+
font-size: 20px;
|
|
29475
|
+
line-height: 1.5;
|
|
29476
|
+
}
|
|
29477
|
+
}
|
|
29478
|
+
h5,
|
|
29479
|
+
.verify-mobile__h5___X0xAB {
|
|
29480
|
+
font-weight: 600;
|
|
29481
|
+
font-size: 14px;
|
|
29482
|
+
line-height: 16px;
|
|
29483
|
+
letter-spacing: -0.02em;
|
|
29484
|
+
color: var(--textHeading, #26201a);
|
|
29485
|
+
}
|
|
29486
|
+
@media only screen and (min-width: 769px) {
|
|
29487
|
+
h5,
|
|
29488
|
+
.verify-mobile__h5___X0xAB {
|
|
29489
|
+
font-size: 16px;
|
|
29490
|
+
line-height: 18px;
|
|
29491
|
+
}
|
|
29492
|
+
}
|
|
29493
|
+
.verify-mobile__b1___izTCO {
|
|
29494
|
+
font-weight: 400;
|
|
29495
|
+
font-size: 14px;
|
|
29496
|
+
line-height: 18px;
|
|
29497
|
+
letter-spacing: -0.02em;
|
|
29498
|
+
color: var(--textBody, #3c3131);
|
|
29499
|
+
}
|
|
29500
|
+
@media only screen and (min-width: 769px) {
|
|
29501
|
+
.verify-mobile__b1___izTCO {
|
|
29502
|
+
font-size: 16px;
|
|
29503
|
+
line-height: 20px;
|
|
29504
|
+
}
|
|
29505
|
+
}
|
|
29506
|
+
.verify-mobile__b-small___vhvRz,
|
|
29507
|
+
.verify-mobile__bSmall___OMgzr,
|
|
29508
|
+
.verify-mobile__b2___OlM9Z {
|
|
29509
|
+
font-weight: 400;
|
|
29510
|
+
letter-spacing: -0.02em;
|
|
29511
|
+
color: var(--textBody, #3c3131);
|
|
29512
|
+
font-size: 12px;
|
|
29513
|
+
line-height: 16px;
|
|
29514
|
+
}
|
|
29515
|
+
@media only screen and (min-width: 769px) {
|
|
29516
|
+
.verify-mobile__b-small___vhvRz,
|
|
29517
|
+
.verify-mobile__bSmall___OMgzr,
|
|
29518
|
+
.verify-mobile__b2___OlM9Z {
|
|
29519
|
+
font-weight: 400;
|
|
29520
|
+
letter-spacing: -0.02em;
|
|
29521
|
+
color: var(--textBody, #3c3131);
|
|
29522
|
+
font-size: 14px;
|
|
29523
|
+
line-height: 18px;
|
|
29524
|
+
}
|
|
29525
|
+
}
|
|
29526
|
+
.verify-mobile__d1___IpM_6 {
|
|
29527
|
+
font-size: 36px;
|
|
29528
|
+
font-weight: 700;
|
|
29529
|
+
line-height: 48px;
|
|
29530
|
+
letter-spacing: -0.02em;
|
|
29531
|
+
}
|
|
29532
|
+
@media only screen and (min-width: 769px) {
|
|
29533
|
+
.verify-mobile__d1___IpM_6 {
|
|
29534
|
+
font-size: 64px;
|
|
29535
|
+
line-height: 85px;
|
|
29536
|
+
letter-spacing: -0.03em;
|
|
29537
|
+
}
|
|
29538
|
+
}
|
|
29539
|
+
.verify-mobile__caption-medium____SZ_I,
|
|
29540
|
+
.verify-mobile__captionMedium___oPhTp {
|
|
29541
|
+
font-size: 12px;
|
|
29542
|
+
line-height: 1.5;
|
|
29543
|
+
letter-spacing: -0.02em;
|
|
29544
|
+
font-weight: 500;
|
|
29545
|
+
}
|
|
29546
|
+
@media only screen and (max-width: 480px) {
|
|
29547
|
+
.verify-mobile__caption-medium____SZ_I,
|
|
29548
|
+
.verify-mobile__captionMedium___oPhTp {
|
|
29549
|
+
font-size: 11px;
|
|
29550
|
+
}
|
|
29551
|
+
}
|
|
29552
|
+
.verify-mobile__caption-semi-bold___WAP0l,
|
|
29553
|
+
.verify-mobile__captionSemiBold___RvLRt {
|
|
29554
|
+
font-size: 12px;
|
|
29555
|
+
line-height: 1.5;
|
|
29556
|
+
letter-spacing: -0.02em;
|
|
29557
|
+
font-weight: 600;
|
|
29558
|
+
}
|
|
29559
|
+
@media only screen and (max-width: 480px) {
|
|
29560
|
+
.verify-mobile__caption-semi-bold___WAP0l,
|
|
29561
|
+
.verify-mobile__captionSemiBold___RvLRt {
|
|
29562
|
+
font-size: 11px;
|
|
29563
|
+
}
|
|
29564
|
+
}
|
|
29565
|
+
.verify-mobile__btn-link___qrUIP,
|
|
29566
|
+
.verify-mobile__btnLink___Wo61M {
|
|
29567
|
+
font-weight: 500;
|
|
29568
|
+
letter-spacing: -0.02em;
|
|
29569
|
+
font-size: 12px;
|
|
29570
|
+
line-height: 14px;
|
|
29571
|
+
border-radius: var(--buttonRadius, 0px);
|
|
29572
|
+
cursor: pointer;
|
|
29573
|
+
color: var(--buttonLink, #b1655b);
|
|
29574
|
+
text-decoration: underline;
|
|
29575
|
+
background: none;
|
|
29576
|
+
border: none;
|
|
29577
|
+
}
|
|
29578
|
+
@media only screen and (min-width: 769px) {
|
|
29579
|
+
.verify-mobile__btn-link___qrUIP,
|
|
29580
|
+
.verify-mobile__btnLink___Wo61M {
|
|
29581
|
+
font-weight: 500;
|
|
29582
|
+
letter-spacing: -0.02em;
|
|
29583
|
+
font-size: 14px;
|
|
29584
|
+
line-height: 16px;
|
|
29585
|
+
}
|
|
29586
|
+
}
|
|
29587
|
+
.verify-mobile__btn-link___qrUIP:hover,
|
|
29588
|
+
.verify-mobile__btnLink___Wo61M:hover {
|
|
29589
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
29590
|
+
}
|
|
29591
|
+
.verify-mobile__btn-link___qrUIP:disabled,
|
|
29592
|
+
.verify-mobile__btnLink___Wo61M:disabled {
|
|
29593
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
29594
|
+
}
|
|
29595
|
+
.verify-mobile__btn-link___qrUIP:active,
|
|
29596
|
+
.verify-mobile__btnLink___Wo61M:active {
|
|
29597
|
+
opacity: 0.8;
|
|
29598
|
+
}
|
|
29599
|
+
.verify-mobile__user-select-none___MovXd,
|
|
29600
|
+
.verify-mobile__userSelectNone___Uj5nN {
|
|
29601
|
+
user-select: none;
|
|
29602
|
+
-moz-user-select: none;
|
|
29603
|
+
-webkit-user-select: none;
|
|
29604
|
+
-ms-user-select: none;
|
|
29605
|
+
}
|
|
29606
|
+
.verify-mobile__margin-0-auto___gbVGn,
|
|
29607
|
+
.verify-mobile__margin0auto____e_N7 {
|
|
29608
|
+
margin: 0 auto;
|
|
29609
|
+
}
|
|
29610
|
+
.verify-mobile__base-page-container___Mj4ug,
|
|
29611
|
+
.verify-mobile__basePageContainer___sFgh_ {
|
|
29612
|
+
max-width: 1440px !important;
|
|
29613
|
+
}
|
|
29614
|
+
.verify-mobile__remove-scroll___sja4f,
|
|
29615
|
+
.verify-mobile__removeScroll___v6_h2 {
|
|
29616
|
+
overflow-y: hidden !important;
|
|
29617
|
+
}
|
|
29618
|
+
.verify-mobile__mr-5___oBu1k,
|
|
29619
|
+
.verify-mobile__mr5____DAJV {
|
|
29620
|
+
margin-inline-end: 30px !important;
|
|
29621
|
+
}
|
|
29622
|
+
.verify-mobile__mr-2___TOutC,
|
|
29623
|
+
.verify-mobile__mr2___Ots9l {
|
|
29624
|
+
margin-inline-end: 5px !important;
|
|
29625
|
+
}
|
|
29626
|
+
.verify-mobile__py-5___yIFMg,
|
|
29627
|
+
.verify-mobile__py5___urYCf {
|
|
29628
|
+
padding-top: 1.875rem !important;
|
|
29629
|
+
padding-bottom: 1.875rem !important;
|
|
29630
|
+
}
|
|
29631
|
+
.verify-mobile__view-all-text___InTn2,
|
|
29632
|
+
.verify-mobile__viewAllText___HnZRa {
|
|
29633
|
+
font-size: 20px;
|
|
29634
|
+
font-weight: 400;
|
|
29635
|
+
text-transform: lowercase;
|
|
29636
|
+
text-decoration: underline;
|
|
29637
|
+
}
|
|
29638
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
29639
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
29640
|
+
display: none;
|
|
29641
|
+
}
|
|
29642
|
+
@media only screen and (max-width: 768px) {
|
|
29643
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
29644
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
29645
|
+
display: flex;
|
|
29646
|
+
align-items: center;
|
|
29647
|
+
justify-content: center;
|
|
29648
|
+
margin-top: 40px;
|
|
29649
|
+
}
|
|
29650
|
+
}
|
|
29651
|
+
@media only screen and (max-width: 480px) {
|
|
29652
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
29653
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
29654
|
+
margin-top: 24px;
|
|
29655
|
+
}
|
|
29656
|
+
}
|
|
29657
|
+
.verify-mobile__accent-btn___qS6KX,
|
|
29658
|
+
.verify-mobile__accentBtn___XV2WL {
|
|
29659
|
+
background-color: var(--accentColor);
|
|
29660
|
+
color: #fff;
|
|
29661
|
+
}
|
|
29662
|
+
.verify-mobile__no-scroll___bJdWZ,
|
|
29663
|
+
.verify-mobile__noScroll___vFeyD {
|
|
29664
|
+
overflow-y: hidden;
|
|
29665
|
+
}
|
|
29666
|
+
.verify-mobile__hide-overflow___gujKm,
|
|
29667
|
+
.verify-mobile__hideOverflow___oKEZC {
|
|
29668
|
+
overflow: hidden;
|
|
29669
|
+
}
|
|
29670
|
+
.verify-mobile__markdown-body___LUV7f h6 {
|
|
29671
|
+
margin-top: 0 !important;
|
|
29672
|
+
margin-bottom: 0 !important;
|
|
29673
|
+
}
|
|
29674
|
+
@media only screen and (max-width: 480px) {
|
|
29675
|
+
.verify-mobile__markdown-body___LUV7f {
|
|
29676
|
+
font-size: 12px !important;
|
|
29677
|
+
padding: 5px !important;
|
|
29678
|
+
}
|
|
29679
|
+
}
|
|
29680
|
+
.verify-mobile__view3d-canvas___7Hi4D {
|
|
29681
|
+
width: 100%;
|
|
29682
|
+
height: 100%;
|
|
29683
|
+
}
|
|
29684
|
+
@media only screen and (max-width: 480px) {
|
|
29685
|
+
.verify-mobile__view-mobile-up___MWCOJ {
|
|
29686
|
+
display: none !important;
|
|
29687
|
+
}
|
|
29688
|
+
}
|
|
29689
|
+
@media only screen and (min-width: 481px) {
|
|
29690
|
+
.verify-mobile__view-mobile___IstTy {
|
|
29691
|
+
display: none !important;
|
|
29692
|
+
}
|
|
29693
|
+
}
|
|
29694
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
|
|
29695
|
+
margin-bottom: 8px;
|
|
29696
|
+
color: var(--textHeading, #26201a);
|
|
29697
|
+
text-align: center;
|
|
29698
|
+
font-size: 32px;
|
|
29699
|
+
font-style: normal;
|
|
29700
|
+
font-weight: 700;
|
|
29701
|
+
line-height: 44.8px;
|
|
29702
|
+
}
|
|
29703
|
+
@media only screen and (max-width: 768px) {
|
|
29704
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
|
|
29705
|
+
font-size: 24px;
|
|
29706
|
+
line-height: 33.6px;
|
|
29707
|
+
}
|
|
29708
|
+
}
|
|
29709
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr {
|
|
29710
|
+
margin-bottom: 32px;
|
|
29711
|
+
color: var(--textBody, #3c3131);
|
|
29712
|
+
font-size: 14px;
|
|
29713
|
+
font-weight: 400;
|
|
29714
|
+
line-height: 19.6px;
|
|
29715
|
+
}
|
|
29716
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 {
|
|
29717
|
+
margin-bottom: 20px;
|
|
29718
|
+
margin-bottom: 32px;
|
|
29719
|
+
color: var(--textBody, #3c3131);
|
|
29720
|
+
text-align: center;
|
|
29721
|
+
font-size: 14px;
|
|
29722
|
+
font-style: normal;
|
|
29723
|
+
font-weight: 400;
|
|
29724
|
+
line-height: 19.6px;
|
|
29725
|
+
}
|
|
29726
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 .verify-mobile__changeBtn___x2Ce4 {
|
|
29727
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
29728
|
+
text-align: center;
|
|
29729
|
+
margin-inline-start: 8px;
|
|
29730
|
+
font-size: 14px;
|
|
29731
|
+
font-weight: 600;
|
|
29732
|
+
line-height: 140%;
|
|
29733
|
+
text-transform: uppercase;
|
|
29734
|
+
}
|
|
29735
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN {
|
|
29736
|
+
display: flex;
|
|
29737
|
+
flex-direction: column;
|
|
29738
|
+
margin-bottom: 24px;
|
|
29739
|
+
}
|
|
29740
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN .verify-mobile__label___TvOkp {
|
|
29741
|
+
position: absolute;
|
|
29742
|
+
background-color: var(--pageBackground, #f8f8f8);
|
|
29743
|
+
padding: 0 4px;
|
|
29744
|
+
margin: 0 12px;
|
|
29745
|
+
z-index: 1;
|
|
29746
|
+
transform: translateY(-50%);
|
|
29747
|
+
color: var(--textLabel);
|
|
29748
|
+
font-size: 12px;
|
|
29749
|
+
font-style: normal;
|
|
29750
|
+
font-weight: 400;
|
|
29751
|
+
line-height: 16.8px;
|
|
29752
|
+
}
|
|
29753
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input {
|
|
29754
|
+
width: 100%;
|
|
29755
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
29756
|
+
padding: 16px;
|
|
29757
|
+
border-radius: 4px;
|
|
29758
|
+
background: none;
|
|
29759
|
+
color: var(--textBody, #3c3131);
|
|
29760
|
+
font-size: 14px;
|
|
29761
|
+
font-style: normal;
|
|
29762
|
+
font-weight: 400;
|
|
29763
|
+
line-height: 18px;
|
|
29764
|
+
letter-spacing: -0.28px;
|
|
29765
|
+
}
|
|
29766
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-outer-spin-button,
|
|
29767
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-inner-spin-button {
|
|
29768
|
+
-webkit-appearance: none;
|
|
29769
|
+
}
|
|
29770
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input:focus-visible {
|
|
29771
|
+
outline: none;
|
|
29772
|
+
}
|
|
29773
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC .verify-mobile__label___TvOkp {
|
|
29774
|
+
color: var(--errorText, #ff3333);
|
|
29775
|
+
}
|
|
29776
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC input {
|
|
29777
|
+
border-color: var(--errorText, #ff3333);
|
|
29778
|
+
}
|
|
29779
|
+
.verify-mobile__submitBtn___UpyZf {
|
|
29780
|
+
border: none;
|
|
29781
|
+
border-radius: 4px;
|
|
29782
|
+
width: 100%;
|
|
29783
|
+
height: 48px;
|
|
29784
|
+
color: var(--buttonSecondary, #fff);
|
|
29785
|
+
background: var(--buttonPrimary, #4e3f09);
|
|
29786
|
+
font-size: 16px;
|
|
29787
|
+
font-style: normal;
|
|
29788
|
+
font-weight: 600;
|
|
29789
|
+
line-height: 22.4px;
|
|
29790
|
+
text-transform: uppercase;
|
|
29791
|
+
cursor: pointer;
|
|
29792
|
+
}
|
|
29793
|
+
.verify-mobile__submitBtn___UpyZf:focus-visible {
|
|
29794
|
+
outline: none;
|
|
29795
|
+
}
|
|
29796
|
+
.verify-mobile__submitBtn___UpyZf[disabled] {
|
|
29797
|
+
cursor: default;
|
|
29798
|
+
}
|
|
29799
|
+
.verify-mobile__loginAlert___B2fDP {
|
|
29800
|
+
font-size: 12px;
|
|
29801
|
+
font-weight: 400;
|
|
29802
|
+
line-height: 140%;
|
|
29803
|
+
margin-top: 8px;
|
|
29804
|
+
color: var(--errorText, #ff3333);
|
|
29805
|
+
}
|
|
29806
|
+
.verify-mobile__resendOtpWrapper___QQY10 {
|
|
29807
|
+
display: flex;
|
|
29808
|
+
justify-content: center;
|
|
29809
|
+
margin-top: 32px;
|
|
29810
|
+
}
|
|
29811
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB {
|
|
29812
|
+
color: var(--textSecondary, #9c9c9c);
|
|
29813
|
+
font-size: 14px;
|
|
29814
|
+
font-style: normal;
|
|
29815
|
+
font-weight: 600;
|
|
29816
|
+
line-height: 19.6px;
|
|
29817
|
+
text-transform: uppercase;
|
|
29818
|
+
cursor: pointer;
|
|
29819
|
+
background: none;
|
|
29820
|
+
border: none;
|
|
29821
|
+
}
|
|
29822
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB:focus-visible {
|
|
29823
|
+
outline: none;
|
|
29824
|
+
}
|
|
29825
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB[disabled] {
|
|
29826
|
+
opacity: 0.5;
|
|
29827
|
+
cursor: default;
|
|
29828
|
+
}
|
|
29829
|
+
.verify-mobile__loginInputGroup___jhY3l {
|
|
29830
|
+
margin-bottom: 20px;
|
|
29831
|
+
position: relative;
|
|
29832
|
+
}
|
|
29833
|
+
.verify-mobile__loginInputGroup___jhY3l .verify-mobile__loginInputTitle___RFPIx {
|
|
29834
|
+
position: absolute;
|
|
29835
|
+
padding: 0 4px;
|
|
29836
|
+
margin: 0 12px;
|
|
29837
|
+
z-index: 1;
|
|
29838
|
+
transform: translateY(-50%);
|
|
29839
|
+
color: var(--textLabel);
|
|
29840
|
+
font-size: 12px;
|
|
29841
|
+
font-style: normal;
|
|
29842
|
+
font-weight: 400;
|
|
29843
|
+
line-height: 16.8px;
|
|
29844
|
+
background: var(--pageBackground, #f8f8f8);
|
|
29845
|
+
}
|
|
29846
|
+
.verify-mobile__loginInputGroup___jhY3l input {
|
|
29847
|
+
width: 100%;
|
|
29848
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
29849
|
+
padding: 16px;
|
|
29850
|
+
border-radius: 4px;
|
|
29851
|
+
height: 48px;
|
|
29852
|
+
font-size: 14px;
|
|
29853
|
+
box-sizing: border-box;
|
|
29854
|
+
background: var(--pageBackground, #f8f8f8);
|
|
29855
|
+
}
|
|
29856
|
+
.verify-mobile__loginInputGroup___jhY3l input::placeholder {
|
|
29857
|
+
color: var(--dividerStokes, #d4d1d1);
|
|
29858
|
+
opacity: 0.3;
|
|
29859
|
+
}
|
|
29860
|
+
.verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC .verify-mobile__loginInputTitle___RFPIx {
|
|
29861
|
+
color: var(--errorText, #ff3333);
|
|
29862
|
+
}
|
|
29863
|
+
.verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC input {
|
|
29864
|
+
border-color: var(--errorText, #ff3333);
|
|
29865
|
+
}
|
|
29866
|
+
.verify-mobile__passwordToggle___AJ0VA {
|
|
29867
|
+
height: 24px;
|
|
29868
|
+
width: 24px;
|
|
29869
|
+
position: absolute;
|
|
29870
|
+
top: 50%;
|
|
29871
|
+
transform: translateY(-50%);
|
|
29872
|
+
inset-inline-end: 12px;
|
|
29873
|
+
cursor: pointer;
|
|
29874
|
+
background: none;
|
|
29875
|
+
border: none;
|
|
29876
|
+
}
|
|
29877
|
+
.verify-mobile__passwordToggle___AJ0VA:focus-visible {
|
|
29878
|
+
outline: none;
|
|
29879
|
+
}
|
|
29880
|
+
|
|
28927
29881
|
/**color by character**/
|
|
28928
29882
|
/** Font family **/
|
|
28929
29883
|
/** Font weight **/
|
|
@@ -33450,13 +34404,17 @@ h5,
|
|
|
33450
34404
|
border: 1px solid var(--dividerStokes);
|
|
33451
34405
|
border-radius: 8px;
|
|
33452
34406
|
opacity: 0.5;
|
|
33453
|
-
margin-top: 20px;
|
|
33454
34407
|
}
|
|
33455
34408
|
@media only screen and (min-width: 769px) and (max-width: 1024px) {
|
|
33456
34409
|
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
33457
34410
|
padding: 16px;
|
|
33458
34411
|
}
|
|
33459
34412
|
}
|
|
34413
|
+
@media only screen and (max-width: 768px) {
|
|
34414
|
+
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
34415
|
+
margin-top: 20px;
|
|
34416
|
+
}
|
|
34417
|
+
}
|
|
33460
34418
|
@media only screen and (max-width: 480px) {
|
|
33461
34419
|
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
33462
34420
|
display: none;
|
|
@@ -33476,12 +34434,16 @@ h5,
|
|
|
33476
34434
|
}
|
|
33477
34435
|
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
33478
34436
|
padding: 24px;
|
|
33479
|
-
margin-top: 20px;
|
|
33480
34437
|
display: flex;
|
|
33481
34438
|
justify-content: space-between;
|
|
33482
34439
|
border: 1px solid var(--dividerStokes);
|
|
33483
34440
|
border-radius: 8px;
|
|
33484
34441
|
}
|
|
34442
|
+
@media only screen and (max-width: 768px) {
|
|
34443
|
+
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
34444
|
+
margin-top: 20px;
|
|
34445
|
+
}
|
|
34446
|
+
}
|
|
33485
34447
|
@media only screen and (min-width: 769px) and (max-width: 1024px) {
|
|
33486
34448
|
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
33487
34449
|
padding: 16px;
|
|
@@ -33531,7 +34493,6 @@ h5,
|
|
|
33531
34493
|
display: flex;
|
|
33532
34494
|
justify-content: space-between;
|
|
33533
34495
|
border: 1px solid var(--dividerStokes);
|
|
33534
|
-
margin-top: 20px;
|
|
33535
34496
|
}
|
|
33536
34497
|
@media only screen and (min-width: 769px) {
|
|
33537
34498
|
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
@@ -33543,6 +34504,11 @@ h5,
|
|
|
33543
34504
|
padding: 16px;
|
|
33544
34505
|
}
|
|
33545
34506
|
}
|
|
34507
|
+
@media only screen and (max-width: 768px) {
|
|
34508
|
+
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
34509
|
+
margin-top: 20px;
|
|
34510
|
+
}
|
|
34511
|
+
}
|
|
33546
34512
|
@media only screen and (max-width: 480px) {
|
|
33547
34513
|
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
33548
34514
|
padding: 6px 16px;
|
|
@@ -37540,7 +38506,6 @@ h5,
|
|
|
37540
38506
|
.checkout-payment-content__container___HusGh .checkout-payment-content__otherPay____c2Rs .checkout-payment-content__payBtn___dgcAp[disabled] {
|
|
37541
38507
|
padding: 14px;
|
|
37542
38508
|
border-radius: var(--buttonRadius, 0px);
|
|
37543
|
-
background-color: white;
|
|
37544
38509
|
color: var(--primaryColor);
|
|
37545
38510
|
border: 1px solid var(--primaryColor);
|
|
37546
38511
|
width: 100%;
|
|
@@ -40024,8 +40989,10 @@ h5,
|
|
|
40024
40989
|
display: none !important;
|
|
40025
40990
|
}
|
|
40026
40991
|
}
|
|
40027
|
-
|
|
40028
|
-
|
|
40992
|
+
@media only screen and (max-width: 768px) {
|
|
40993
|
+
.checkout-payment__paymentContainer___1UBn5 {
|
|
40994
|
+
margin-top: 20px;
|
|
40995
|
+
}
|
|
40029
40996
|
}
|
|
40030
40997
|
.checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
|
|
40031
40998
|
pointer-events: none;
|
|
@@ -45437,13 +46404,6 @@ h5,
|
|
|
45437
46404
|
display: none !important;
|
|
45438
46405
|
}
|
|
45439
46406
|
}
|
|
45440
|
-
.blog__nextArrowStyles___XGDmU {
|
|
45441
|
-
right: 20px;
|
|
45442
|
-
inset-inline-start: "unset";
|
|
45443
|
-
}
|
|
45444
|
-
.blog__prevArrowStyles___R1SbU {
|
|
45445
|
-
left: 20px;
|
|
45446
|
-
}
|
|
45447
46407
|
.blog__loader___xsYMP {
|
|
45448
46408
|
position: relative;
|
|
45449
46409
|
height: 90vh;
|
|
@@ -45594,15 +46554,13 @@ h5,
|
|
|
45594
46554
|
.blog__sliderWrapper___VIimB {
|
|
45595
46555
|
padding-bottom: 60px;
|
|
45596
46556
|
}
|
|
45597
|
-
.blog__sliderWrapper___VIimB .
|
|
45598
|
-
display:
|
|
45599
|
-
}
|
|
45600
|
-
.blog__sliderWrapper___VIimB .slick-slide {
|
|
45601
|
-
height: inherit !important;
|
|
46557
|
+
.blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c[disabled] {
|
|
46558
|
+
display: none;
|
|
45602
46559
|
}
|
|
45603
|
-
|
|
45604
|
-
.blog__sliderWrapper___VIimB .
|
|
45605
|
-
|
|
46560
|
+
@media only screen and (max-width: 768px) {
|
|
46561
|
+
.blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c {
|
|
46562
|
+
display: none;
|
|
46563
|
+
}
|
|
45606
46564
|
}
|
|
45607
46565
|
.blog__sliderWrapper___VIimB .blog__blogItem___JxjzJ {
|
|
45608
46566
|
font-size: 14px;
|
|
@@ -45900,6 +46858,7 @@ h5,
|
|
|
45900
46858
|
inset-inline-end: 8px;
|
|
45901
46859
|
transform: translateY(-50%);
|
|
45902
46860
|
fill: var(--buttonSecondary, #fff);
|
|
46861
|
+
cursor: pointer;
|
|
45903
46862
|
}
|
|
45904
46863
|
.blog__blog___gdQog {
|
|
45905
46864
|
background: var(--themeAccentL5, #fff);
|
|
@@ -46823,380 +47782,3 @@ h5,
|
|
|
46823
47782
|
}
|
|
46824
47783
|
}
|
|
46825
47784
|
|
|
46826
|
-
/**color by character**/
|
|
46827
|
-
/** Font family **/
|
|
46828
|
-
/** Font weight **/
|
|
46829
|
-
.slider-arrow__display-block___jznNZ {
|
|
46830
|
-
display: block;
|
|
46831
|
-
}
|
|
46832
|
-
.slider-arrow__inline-block___RmXca,
|
|
46833
|
-
.slider-arrow__inlineBlock___G6nhG {
|
|
46834
|
-
display: inline-block;
|
|
46835
|
-
}
|
|
46836
|
-
.slider-arrow__flex-row___L3GoM {
|
|
46837
|
-
display: flex;
|
|
46838
|
-
}
|
|
46839
|
-
.slider-arrow__flex-column___wVxJi,
|
|
46840
|
-
.slider-arrow__flexColumn___eW1Nr {
|
|
46841
|
-
display: flex;
|
|
46842
|
-
flex-direction: column;
|
|
46843
|
-
}
|
|
46844
|
-
.slider-arrow__flex-align-center___AAZmg,
|
|
46845
|
-
.slider-arrow__flexAlignCenter___ZIO68 {
|
|
46846
|
-
display: flex;
|
|
46847
|
-
align-items: center;
|
|
46848
|
-
}
|
|
46849
|
-
.slider-arrow__flex-justify-center___UymiX,
|
|
46850
|
-
.slider-arrow__flexJustifyCenter___z3OMQ {
|
|
46851
|
-
display: flex;
|
|
46852
|
-
justify-content: center;
|
|
46853
|
-
}
|
|
46854
|
-
.slider-arrow__flex-center___wTU4q,
|
|
46855
|
-
.slider-arrow__flexCenter___DI2yR {
|
|
46856
|
-
display: flex;
|
|
46857
|
-
justify-content: center;
|
|
46858
|
-
align-items: center;
|
|
46859
|
-
}
|
|
46860
|
-
.slider-arrow__justify-start___wogJt,
|
|
46861
|
-
.slider-arrow__justifyStart___PonzM {
|
|
46862
|
-
justify-content: flex-start;
|
|
46863
|
-
}
|
|
46864
|
-
.slider-arrow__justify-end___r6iy0,
|
|
46865
|
-
.slider-arrow__justifyEnd___JPS7A {
|
|
46866
|
-
justify-content: flex-end;
|
|
46867
|
-
}
|
|
46868
|
-
.slider-arrow__justify-between___rTXXx,
|
|
46869
|
-
.slider-arrow__justifyBetween___we7na {
|
|
46870
|
-
justify-content: space-between;
|
|
46871
|
-
}
|
|
46872
|
-
.slider-arrow__justify-around___Z0zMU,
|
|
46873
|
-
.slider-arrow__justifyAround___pMBxl {
|
|
46874
|
-
justify-content: space-around;
|
|
46875
|
-
}
|
|
46876
|
-
.slider-arrow__justify-evenly___We8Hx,
|
|
46877
|
-
.slider-arrow__justifyEvenly___GBnrY {
|
|
46878
|
-
justify-content: space-evenly;
|
|
46879
|
-
}
|
|
46880
|
-
h1,
|
|
46881
|
-
.slider-arrow__h1___xFEXI {
|
|
46882
|
-
font-weight: 700;
|
|
46883
|
-
font-size: 28px;
|
|
46884
|
-
line-height: 42px;
|
|
46885
|
-
letter-spacing: -0.03em;
|
|
46886
|
-
color: var(--textHeading, #26201a);
|
|
46887
|
-
}
|
|
46888
|
-
@media only screen and (min-width: 769px) {
|
|
46889
|
-
h1,
|
|
46890
|
-
.slider-arrow__h1___xFEXI {
|
|
46891
|
-
font-size: 36px;
|
|
46892
|
-
line-height: 48px;
|
|
46893
|
-
}
|
|
46894
|
-
}
|
|
46895
|
-
h2,
|
|
46896
|
-
.slider-arrow__h2___uOlIV {
|
|
46897
|
-
font-weight: 700;
|
|
46898
|
-
font-size: 28px;
|
|
46899
|
-
line-height: 36px;
|
|
46900
|
-
letter-spacing: -0.03em;
|
|
46901
|
-
color: var(--textHeading, #26201a);
|
|
46902
|
-
}
|
|
46903
|
-
@media only screen and (min-width: 769px) {
|
|
46904
|
-
h2,
|
|
46905
|
-
.slider-arrow__h2___uOlIV {
|
|
46906
|
-
font-size: 32px;
|
|
46907
|
-
line-height: 42px;
|
|
46908
|
-
}
|
|
46909
|
-
}
|
|
46910
|
-
h3,
|
|
46911
|
-
.slider-arrow__h3___qjbDs {
|
|
46912
|
-
font-weight: 700;
|
|
46913
|
-
letter-spacing: -0.02em;
|
|
46914
|
-
color: var(--textHeading, #26201a);
|
|
46915
|
-
font-size: 24px;
|
|
46916
|
-
line-height: 32px;
|
|
46917
|
-
}
|
|
46918
|
-
@media only screen and (min-width: 769px) {
|
|
46919
|
-
h3,
|
|
46920
|
-
.slider-arrow__h3___qjbDs {
|
|
46921
|
-
font-weight: 700;
|
|
46922
|
-
letter-spacing: -0.02em;
|
|
46923
|
-
color: var(--textHeading, #26201a);
|
|
46924
|
-
font-size: 28px;
|
|
46925
|
-
line-height: 36px;
|
|
46926
|
-
}
|
|
46927
|
-
}
|
|
46928
|
-
h4,
|
|
46929
|
-
.slider-arrow__h4___EP_b7 {
|
|
46930
|
-
font-weight: 600;
|
|
46931
|
-
letter-spacing: -0.02em;
|
|
46932
|
-
color: var(--textHeading, #26201a);
|
|
46933
|
-
font-size: 16px;
|
|
46934
|
-
line-height: 1.5;
|
|
46935
|
-
}
|
|
46936
|
-
@media only screen and (min-width: 769px) {
|
|
46937
|
-
h4,
|
|
46938
|
-
.slider-arrow__h4___EP_b7 {
|
|
46939
|
-
font-weight: 600;
|
|
46940
|
-
letter-spacing: -0.02em;
|
|
46941
|
-
color: var(--textHeading, #26201a);
|
|
46942
|
-
font-size: 20px;
|
|
46943
|
-
line-height: 1.5;
|
|
46944
|
-
}
|
|
46945
|
-
}
|
|
46946
|
-
h5,
|
|
46947
|
-
.slider-arrow__h5___PlQq2 {
|
|
46948
|
-
font-weight: 600;
|
|
46949
|
-
font-size: 14px;
|
|
46950
|
-
line-height: 16px;
|
|
46951
|
-
letter-spacing: -0.02em;
|
|
46952
|
-
color: var(--textHeading, #26201a);
|
|
46953
|
-
}
|
|
46954
|
-
@media only screen and (min-width: 769px) {
|
|
46955
|
-
h5,
|
|
46956
|
-
.slider-arrow__h5___PlQq2 {
|
|
46957
|
-
font-size: 16px;
|
|
46958
|
-
line-height: 18px;
|
|
46959
|
-
}
|
|
46960
|
-
}
|
|
46961
|
-
.slider-arrow__b1___j_oVa {
|
|
46962
|
-
font-weight: 400;
|
|
46963
|
-
font-size: 14px;
|
|
46964
|
-
line-height: 18px;
|
|
46965
|
-
letter-spacing: -0.02em;
|
|
46966
|
-
color: var(--textBody, #3c3131);
|
|
46967
|
-
}
|
|
46968
|
-
@media only screen and (min-width: 769px) {
|
|
46969
|
-
.slider-arrow__b1___j_oVa {
|
|
46970
|
-
font-size: 16px;
|
|
46971
|
-
line-height: 20px;
|
|
46972
|
-
}
|
|
46973
|
-
}
|
|
46974
|
-
.slider-arrow__b-small___lUnIb,
|
|
46975
|
-
.slider-arrow__bSmall___mdosE,
|
|
46976
|
-
.slider-arrow__b2___XYFbC {
|
|
46977
|
-
font-weight: 400;
|
|
46978
|
-
letter-spacing: -0.02em;
|
|
46979
|
-
color: var(--textBody, #3c3131);
|
|
46980
|
-
font-size: 12px;
|
|
46981
|
-
line-height: 16px;
|
|
46982
|
-
}
|
|
46983
|
-
@media only screen and (min-width: 769px) {
|
|
46984
|
-
.slider-arrow__b-small___lUnIb,
|
|
46985
|
-
.slider-arrow__bSmall___mdosE,
|
|
46986
|
-
.slider-arrow__b2___XYFbC {
|
|
46987
|
-
font-weight: 400;
|
|
46988
|
-
letter-spacing: -0.02em;
|
|
46989
|
-
color: var(--textBody, #3c3131);
|
|
46990
|
-
font-size: 14px;
|
|
46991
|
-
line-height: 18px;
|
|
46992
|
-
}
|
|
46993
|
-
}
|
|
46994
|
-
.slider-arrow__d1___VqQLC {
|
|
46995
|
-
font-size: 36px;
|
|
46996
|
-
font-weight: 700;
|
|
46997
|
-
line-height: 48px;
|
|
46998
|
-
letter-spacing: -0.02em;
|
|
46999
|
-
}
|
|
47000
|
-
@media only screen and (min-width: 769px) {
|
|
47001
|
-
.slider-arrow__d1___VqQLC {
|
|
47002
|
-
font-size: 64px;
|
|
47003
|
-
line-height: 85px;
|
|
47004
|
-
letter-spacing: -0.03em;
|
|
47005
|
-
}
|
|
47006
|
-
}
|
|
47007
|
-
.slider-arrow__caption-medium___um9Qh,
|
|
47008
|
-
.slider-arrow__captionMedium___bygCS {
|
|
47009
|
-
font-size: 12px;
|
|
47010
|
-
line-height: 1.5;
|
|
47011
|
-
letter-spacing: -0.02em;
|
|
47012
|
-
font-weight: 500;
|
|
47013
|
-
}
|
|
47014
|
-
@media only screen and (max-width: 480px) {
|
|
47015
|
-
.slider-arrow__caption-medium___um9Qh,
|
|
47016
|
-
.slider-arrow__captionMedium___bygCS {
|
|
47017
|
-
font-size: 11px;
|
|
47018
|
-
}
|
|
47019
|
-
}
|
|
47020
|
-
.slider-arrow__caption-semi-bold___yPxjK,
|
|
47021
|
-
.slider-arrow__captionSemiBold___UJqnn {
|
|
47022
|
-
font-size: 12px;
|
|
47023
|
-
line-height: 1.5;
|
|
47024
|
-
letter-spacing: -0.02em;
|
|
47025
|
-
font-weight: 600;
|
|
47026
|
-
}
|
|
47027
|
-
@media only screen and (max-width: 480px) {
|
|
47028
|
-
.slider-arrow__caption-semi-bold___yPxjK,
|
|
47029
|
-
.slider-arrow__captionSemiBold___UJqnn {
|
|
47030
|
-
font-size: 11px;
|
|
47031
|
-
}
|
|
47032
|
-
}
|
|
47033
|
-
.slider-arrow__btn-link___s9ZZ8,
|
|
47034
|
-
.slider-arrow__btnLink___FL71f {
|
|
47035
|
-
font-weight: 500;
|
|
47036
|
-
letter-spacing: -0.02em;
|
|
47037
|
-
font-size: 12px;
|
|
47038
|
-
line-height: 14px;
|
|
47039
|
-
border-radius: var(--buttonRadius, 0px);
|
|
47040
|
-
cursor: pointer;
|
|
47041
|
-
color: var(--buttonLink, #b1655b);
|
|
47042
|
-
text-decoration: underline;
|
|
47043
|
-
background: none;
|
|
47044
|
-
border: none;
|
|
47045
|
-
}
|
|
47046
|
-
@media only screen and (min-width: 769px) {
|
|
47047
|
-
.slider-arrow__btn-link___s9ZZ8,
|
|
47048
|
-
.slider-arrow__btnLink___FL71f {
|
|
47049
|
-
font-weight: 500;
|
|
47050
|
-
letter-spacing: -0.02em;
|
|
47051
|
-
font-size: 14px;
|
|
47052
|
-
line-height: 16px;
|
|
47053
|
-
}
|
|
47054
|
-
}
|
|
47055
|
-
.slider-arrow__btn-link___s9ZZ8:hover,
|
|
47056
|
-
.slider-arrow__btnLink___FL71f:hover {
|
|
47057
|
-
color: var(--buttonLinkL1, #c1847c);
|
|
47058
|
-
}
|
|
47059
|
-
.slider-arrow__btn-link___s9ZZ8:disabled,
|
|
47060
|
-
.slider-arrow__btnLink___FL71f:disabled {
|
|
47061
|
-
color: var(--buttonLinkL2, #d0a39d);
|
|
47062
|
-
}
|
|
47063
|
-
.slider-arrow__btn-link___s9ZZ8:active,
|
|
47064
|
-
.slider-arrow__btnLink___FL71f:active {
|
|
47065
|
-
opacity: 0.8;
|
|
47066
|
-
}
|
|
47067
|
-
.slider-arrow__user-select-none___iHsq3,
|
|
47068
|
-
.slider-arrow__userSelectNone___T8Nrn {
|
|
47069
|
-
user-select: none;
|
|
47070
|
-
-moz-user-select: none;
|
|
47071
|
-
-webkit-user-select: none;
|
|
47072
|
-
-ms-user-select: none;
|
|
47073
|
-
}
|
|
47074
|
-
.slider-arrow__margin-0-auto___f_hVB,
|
|
47075
|
-
.slider-arrow__margin0auto___xlST0 {
|
|
47076
|
-
margin: 0 auto;
|
|
47077
|
-
}
|
|
47078
|
-
.slider-arrow__base-page-container___Mmkkk,
|
|
47079
|
-
.slider-arrow__basePageContainer___RlEHO {
|
|
47080
|
-
max-width: 1440px !important;
|
|
47081
|
-
}
|
|
47082
|
-
.slider-arrow__remove-scroll___GA03b,
|
|
47083
|
-
.slider-arrow__removeScroll___iblWR {
|
|
47084
|
-
overflow-y: hidden !important;
|
|
47085
|
-
}
|
|
47086
|
-
.slider-arrow__mr-5___cSZem,
|
|
47087
|
-
.slider-arrow__mr5___GKo0b {
|
|
47088
|
-
margin-inline-end: 30px !important;
|
|
47089
|
-
}
|
|
47090
|
-
.slider-arrow__mr-2___BK8l0,
|
|
47091
|
-
.slider-arrow__mr2_____CEE {
|
|
47092
|
-
margin-inline-end: 5px !important;
|
|
47093
|
-
}
|
|
47094
|
-
.slider-arrow__py-5___JUcYc,
|
|
47095
|
-
.slider-arrow__py5___MpAFg {
|
|
47096
|
-
padding-top: 1.875rem !important;
|
|
47097
|
-
padding-bottom: 1.875rem !important;
|
|
47098
|
-
}
|
|
47099
|
-
.slider-arrow__view-all-text___HjsBa,
|
|
47100
|
-
.slider-arrow__viewAllText___Dpy4N {
|
|
47101
|
-
font-size: 20px;
|
|
47102
|
-
font-weight: 400;
|
|
47103
|
-
text-transform: lowercase;
|
|
47104
|
-
text-decoration: underline;
|
|
47105
|
-
}
|
|
47106
|
-
.slider-arrow__view-all-mobile___miTh8,
|
|
47107
|
-
.slider-arrow__viewAllMobile___AaJgj {
|
|
47108
|
-
display: none;
|
|
47109
|
-
}
|
|
47110
|
-
@media only screen and (max-width: 768px) {
|
|
47111
|
-
.slider-arrow__view-all-mobile___miTh8,
|
|
47112
|
-
.slider-arrow__viewAllMobile___AaJgj {
|
|
47113
|
-
display: flex;
|
|
47114
|
-
align-items: center;
|
|
47115
|
-
justify-content: center;
|
|
47116
|
-
margin-top: 40px;
|
|
47117
|
-
}
|
|
47118
|
-
}
|
|
47119
|
-
@media only screen and (max-width: 480px) {
|
|
47120
|
-
.slider-arrow__view-all-mobile___miTh8,
|
|
47121
|
-
.slider-arrow__viewAllMobile___AaJgj {
|
|
47122
|
-
margin-top: 24px;
|
|
47123
|
-
}
|
|
47124
|
-
}
|
|
47125
|
-
.slider-arrow__accent-btn___q7o7t,
|
|
47126
|
-
.slider-arrow__accentBtn___pT7e0 {
|
|
47127
|
-
background-color: var(--accentColor);
|
|
47128
|
-
color: #fff;
|
|
47129
|
-
}
|
|
47130
|
-
.slider-arrow__no-scroll___mrDXM,
|
|
47131
|
-
.slider-arrow__noScroll___OnSy9 {
|
|
47132
|
-
overflow-y: hidden;
|
|
47133
|
-
}
|
|
47134
|
-
.slider-arrow__hide-overflow___cZ0Sb,
|
|
47135
|
-
.slider-arrow__hideOverflow___hMuvA {
|
|
47136
|
-
overflow: hidden;
|
|
47137
|
-
}
|
|
47138
|
-
.slider-arrow__markdown-body___wzQ5j h6 {
|
|
47139
|
-
margin-top: 0 !important;
|
|
47140
|
-
margin-bottom: 0 !important;
|
|
47141
|
-
}
|
|
47142
|
-
@media only screen and (max-width: 480px) {
|
|
47143
|
-
.slider-arrow__markdown-body___wzQ5j {
|
|
47144
|
-
font-size: 12px !important;
|
|
47145
|
-
padding: 5px !important;
|
|
47146
|
-
}
|
|
47147
|
-
}
|
|
47148
|
-
.slider-arrow__view3d-canvas___qTRv4 {
|
|
47149
|
-
width: 100%;
|
|
47150
|
-
height: 100%;
|
|
47151
|
-
}
|
|
47152
|
-
@media only screen and (max-width: 480px) {
|
|
47153
|
-
.slider-arrow__view-mobile-up___vp0xA {
|
|
47154
|
-
display: none !important;
|
|
47155
|
-
}
|
|
47156
|
-
}
|
|
47157
|
-
@media only screen and (min-width: 481px) {
|
|
47158
|
-
.slider-arrow__view-mobile___fZ8Pv {
|
|
47159
|
-
display: none !important;
|
|
47160
|
-
}
|
|
47161
|
-
}
|
|
47162
|
-
/* Shared arrow style */
|
|
47163
|
-
.slider-arrow__slickArrow___hlIs6 {
|
|
47164
|
-
width: 48px;
|
|
47165
|
-
height: 48px;
|
|
47166
|
-
border-radius: 50%;
|
|
47167
|
-
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
47168
|
-
background: transparent;
|
|
47169
|
-
display: flex;
|
|
47170
|
-
align-items: center;
|
|
47171
|
-
justify-content: center;
|
|
47172
|
-
position: absolute;
|
|
47173
|
-
top: 50%;
|
|
47174
|
-
transform: translateY(-50%);
|
|
47175
|
-
z-index: 2;
|
|
47176
|
-
cursor: pointer;
|
|
47177
|
-
}
|
|
47178
|
-
.slider-arrow__slickArrow___hlIs6 svg {
|
|
47179
|
-
display: block;
|
|
47180
|
-
}
|
|
47181
|
-
.slider-arrow__slickArrow___hlIs6:hover {
|
|
47182
|
-
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
47183
|
-
background: var(--themeAccentL4, #f8f8f8);
|
|
47184
|
-
}
|
|
47185
|
-
.slider-arrow__slickArrow___hlIs6::before {
|
|
47186
|
-
content: none !important;
|
|
47187
|
-
}
|
|
47188
|
-
.slider-arrow__slick-prev___x4XmO.slider-arrow__slickArrow___hlIs6 {
|
|
47189
|
-
left: 20px !important;
|
|
47190
|
-
inset-inline-start: unset;
|
|
47191
|
-
}
|
|
47192
|
-
.slider-arrow__slick-next___Hxsu5.slider-arrow__slickArrow___hlIs6 {
|
|
47193
|
-
right: 20px !important;
|
|
47194
|
-
inset-inline-start: unset;
|
|
47195
|
-
}
|
|
47196
|
-
/* Hide on mobile if required */
|
|
47197
|
-
@media (max-width: 768px) {
|
|
47198
|
-
.slider-arrow__slickArrow___hlIs6 {
|
|
47199
|
-
display: none !important;
|
|
47200
|
-
}
|
|
47201
|
-
}
|
|
47202
|
-
|