@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/index.css
CHANGED
|
@@ -7587,6 +7587,7 @@ h5,
|
|
|
7587
7587
|
box-sizing: border-box;
|
|
7588
7588
|
width: 100%;
|
|
7589
7589
|
background-color: transparent;
|
|
7590
|
+
font-weight: 500;
|
|
7590
7591
|
}
|
|
7591
7592
|
@media only screen and (max-width: 480px) {
|
|
7592
7593
|
.fy-input__fyInput___S4Mtu {
|
|
@@ -7606,7 +7607,9 @@ h5,
|
|
|
7606
7607
|
outline: none;
|
|
7607
7608
|
}
|
|
7608
7609
|
.fy-input__fyInput___S4Mtu:disabled {
|
|
7609
|
-
color: var(--textSecondary);
|
|
7610
|
+
color: var(--textSecondary, #9c9c9c);
|
|
7611
|
+
border-color: var(--overlaypopupdividerstroke, #e0e0e0);
|
|
7612
|
+
font-weight: 400;
|
|
7610
7613
|
}
|
|
7611
7614
|
.fy-input__fyInput___S4Mtu:focus {
|
|
7612
7615
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -7627,8 +7630,11 @@ h5,
|
|
|
7627
7630
|
height: 48px;
|
|
7628
7631
|
}
|
|
7629
7632
|
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
|
|
7630
|
-
border: 1px solid #
|
|
7633
|
+
border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
|
|
7631
7634
|
cursor: not-allowed;
|
|
7635
|
+
pointer-events: auto;
|
|
7636
|
+
}
|
|
7637
|
+
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
|
|
7632
7638
|
pointer-events: none;
|
|
7633
7639
|
}
|
|
7634
7640
|
.fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
|
|
@@ -8814,6 +8820,13 @@ h5,
|
|
|
8814
8820
|
display: none !important;
|
|
8815
8821
|
}
|
|
8816
8822
|
}
|
|
8823
|
+
.mobile-number__additionalLableClasses___ceKOA {
|
|
8824
|
+
background-color: var(--pageBackground, #f8f8f8);
|
|
8825
|
+
color: var(--textLabel, #7d7676);
|
|
8826
|
+
font-size: 12px;
|
|
8827
|
+
font-style: normal;
|
|
8828
|
+
font-weight: 400;
|
|
8829
|
+
}
|
|
8817
8830
|
.mobile-number__mobileInputWrapper___Na12n {
|
|
8818
8831
|
display: flex;
|
|
8819
8832
|
flex-direction: column;
|
|
@@ -9231,6 +9244,9 @@ h5,
|
|
|
9231
9244
|
background: unset;
|
|
9232
9245
|
color: var(--textLabel, #7d7676) !important;
|
|
9233
9246
|
}
|
|
9247
|
+
.form-input-selector__customClass___hEqXl:focus-within {
|
|
9248
|
+
border-color: var(--buttonPrimary, #4e3f09);
|
|
9249
|
+
}
|
|
9234
9250
|
.form-input-selector__telInput___F4FEd {
|
|
9235
9251
|
background-color: transparent;
|
|
9236
9252
|
}
|
|
@@ -10298,6 +10314,113 @@ h5,
|
|
|
10298
10314
|
display: none !important;
|
|
10299
10315
|
}
|
|
10300
10316
|
}
|
|
10317
|
+
.address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ {
|
|
10318
|
+
display: flex;
|
|
10319
|
+
flex-wrap: wrap;
|
|
10320
|
+
box-sizing: border-box;
|
|
10321
|
+
width: 100%;
|
|
10322
|
+
justify-content: space-between;
|
|
10323
|
+
}
|
|
10324
|
+
.address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
|
|
10325
|
+
color: var(--errorText, #ff3333);
|
|
10326
|
+
}
|
|
10327
|
+
.address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
|
|
10328
|
+
margin-inline-end: 8px;
|
|
10329
|
+
}
|
|
10330
|
+
@media only screen and (max-width: 768px) {
|
|
10331
|
+
.address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
|
|
10332
|
+
margin-inline-end: 0;
|
|
10333
|
+
}
|
|
10334
|
+
}
|
|
10335
|
+
.address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
|
|
10336
|
+
color: var(--errorText, #ff3333);
|
|
10337
|
+
width: max-content;
|
|
10338
|
+
font-size: 12px;
|
|
10339
|
+
font-weight: 400;
|
|
10340
|
+
line-height: 16.8px;
|
|
10341
|
+
margin-top: 5px;
|
|
10342
|
+
}
|
|
10343
|
+
.address-form__addressFormWrapper___M0Ler .address-form__customClass___gwrwx {
|
|
10344
|
+
display: flex;
|
|
10345
|
+
flex: 1;
|
|
10346
|
+
flex-direction: column;
|
|
10347
|
+
position: relative;
|
|
10348
|
+
}
|
|
10349
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf {
|
|
10350
|
+
width: 100%;
|
|
10351
|
+
}
|
|
10352
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeWrap___B8UId {
|
|
10353
|
+
display: flex;
|
|
10354
|
+
margin-bottom: 16px;
|
|
10355
|
+
flex-wrap: wrap;
|
|
10356
|
+
row-gap: 16px;
|
|
10357
|
+
}
|
|
10358
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeIcon___vUhe7 {
|
|
10359
|
+
margin-inline-end: 4px;
|
|
10360
|
+
}
|
|
10361
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN {
|
|
10362
|
+
display: flex;
|
|
10363
|
+
background: transparent;
|
|
10364
|
+
align-items: center;
|
|
10365
|
+
padding: 8px;
|
|
10366
|
+
white-space: nowrap;
|
|
10367
|
+
border-radius: 6px;
|
|
10368
|
+
margin-right: 16px;
|
|
10369
|
+
border: 1px solid var(--dividerStokes);
|
|
10370
|
+
color: var(--textHeading, #26201a);
|
|
10371
|
+
}
|
|
10372
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN svg path {
|
|
10373
|
+
fill: var(--textHeading, #26201a);
|
|
10374
|
+
}
|
|
10375
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN.address-form__selected___nQrcr {
|
|
10376
|
+
color: var(--buttonPrimary);
|
|
10377
|
+
border-width: 2px;
|
|
10378
|
+
border-color: var(--buttonPrimary);
|
|
10379
|
+
}
|
|
10380
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__typeBtn___G5ztN.address-form__selected___nQrcr svg path {
|
|
10381
|
+
fill: var(--buttonPrimary);
|
|
10382
|
+
}
|
|
10383
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressTypeHeader___gg1fZ {
|
|
10384
|
+
font-size: 13px;
|
|
10385
|
+
font-weight: 600;
|
|
10386
|
+
margin-bottom: 16px;
|
|
10387
|
+
margin-top: 16px;
|
|
10388
|
+
display: block;
|
|
10389
|
+
}
|
|
10390
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec {
|
|
10391
|
+
margin-top: 20px;
|
|
10392
|
+
position: relative;
|
|
10393
|
+
display: flex;
|
|
10394
|
+
gap: 16px;
|
|
10395
|
+
flex-wrap: wrap;
|
|
10396
|
+
align-items: flex-end;
|
|
10397
|
+
}
|
|
10398
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec .address-form__addressTypes___e_uLu {
|
|
10399
|
+
display: flex;
|
|
10400
|
+
flex-direction: row;
|
|
10401
|
+
align-items: center;
|
|
10402
|
+
padding: 4px 12px;
|
|
10403
|
+
gap: 10px;
|
|
10404
|
+
height: 40px;
|
|
10405
|
+
border: 1px solid #e2e2e2;
|
|
10406
|
+
border-radius: 4px;
|
|
10407
|
+
}
|
|
10408
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec .address-form__selectedDiv___XsDeW {
|
|
10409
|
+
border: 1px solid var(--buttonPrimary);
|
|
10410
|
+
}
|
|
10411
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec input[type="radio"] {
|
|
10412
|
+
margin-inline-start: 0;
|
|
10413
|
+
margin-inline-end: 10px;
|
|
10414
|
+
}
|
|
10415
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec label {
|
|
10416
|
+
display: flex;
|
|
10417
|
+
align-items: center;
|
|
10418
|
+
cursor: pointer;
|
|
10419
|
+
gap: 5px;
|
|
10420
|
+
}
|
|
10421
|
+
.address-form__addressFormWrapper___M0Ler .address-form__addressTypeContainer___JzuQf .address-form__addressType___YuGec label:hover {
|
|
10422
|
+
font-weight: 400;
|
|
10423
|
+
}
|
|
10301
10424
|
.address-form__mapWrap___MCD0m {
|
|
10302
10425
|
padding-bottom: 16px;
|
|
10303
10426
|
}
|
|
@@ -27078,6 +27201,421 @@ h5,
|
|
|
27078
27201
|
transform: translate(50%, -50%);
|
|
27079
27202
|
}
|
|
27080
27203
|
|
|
27204
|
+
/**color by character**/
|
|
27205
|
+
/** Font family **/
|
|
27206
|
+
/** Font weight **/
|
|
27207
|
+
.carousel__display-block___utsUU {
|
|
27208
|
+
display: block;
|
|
27209
|
+
}
|
|
27210
|
+
.carousel__inline-block___r5jIE,
|
|
27211
|
+
.carousel__inlineBlock___CweDs {
|
|
27212
|
+
display: inline-block;
|
|
27213
|
+
}
|
|
27214
|
+
.carousel__flex-row___dT_l6 {
|
|
27215
|
+
display: flex;
|
|
27216
|
+
}
|
|
27217
|
+
.carousel__flex-column___bsAla,
|
|
27218
|
+
.carousel__flexColumn___XGHeP {
|
|
27219
|
+
display: flex;
|
|
27220
|
+
flex-direction: column;
|
|
27221
|
+
}
|
|
27222
|
+
.carousel__flex-align-center___RXd0L,
|
|
27223
|
+
.carousel__flexAlignCenter___xwCsl {
|
|
27224
|
+
display: flex;
|
|
27225
|
+
align-items: center;
|
|
27226
|
+
}
|
|
27227
|
+
.carousel__flex-justify-center___TME7Y,
|
|
27228
|
+
.carousel__flexJustifyCenter___WgnF3 {
|
|
27229
|
+
display: flex;
|
|
27230
|
+
justify-content: center;
|
|
27231
|
+
}
|
|
27232
|
+
.carousel__flex-center___XZwk8,
|
|
27233
|
+
.carousel__flexCenter___r6nnD {
|
|
27234
|
+
display: flex;
|
|
27235
|
+
justify-content: center;
|
|
27236
|
+
align-items: center;
|
|
27237
|
+
}
|
|
27238
|
+
.carousel__justify-start___zWbwC,
|
|
27239
|
+
.carousel__justifyStart___LixAq {
|
|
27240
|
+
justify-content: flex-start;
|
|
27241
|
+
}
|
|
27242
|
+
.carousel__justify-end___im5_L,
|
|
27243
|
+
.carousel__justifyEnd___tPVVJ {
|
|
27244
|
+
justify-content: flex-end;
|
|
27245
|
+
}
|
|
27246
|
+
.carousel__justify-between___e4Kcp,
|
|
27247
|
+
.carousel__justifyBetween___x2p0g {
|
|
27248
|
+
justify-content: space-between;
|
|
27249
|
+
}
|
|
27250
|
+
.carousel__justify-around___SPh3u,
|
|
27251
|
+
.carousel__justifyAround___XrmYt {
|
|
27252
|
+
justify-content: space-around;
|
|
27253
|
+
}
|
|
27254
|
+
.carousel__justify-evenly___FN8sv,
|
|
27255
|
+
.carousel__justifyEvenly___T1Av0 {
|
|
27256
|
+
justify-content: space-evenly;
|
|
27257
|
+
}
|
|
27258
|
+
h1,
|
|
27259
|
+
.carousel__h1___ee7pZ {
|
|
27260
|
+
font-weight: 700;
|
|
27261
|
+
font-size: 28px;
|
|
27262
|
+
line-height: 42px;
|
|
27263
|
+
letter-spacing: -0.03em;
|
|
27264
|
+
color: var(--textHeading, #26201a);
|
|
27265
|
+
}
|
|
27266
|
+
@media only screen and (min-width: 769px) {
|
|
27267
|
+
h1,
|
|
27268
|
+
.carousel__h1___ee7pZ {
|
|
27269
|
+
font-size: 36px;
|
|
27270
|
+
line-height: 48px;
|
|
27271
|
+
}
|
|
27272
|
+
}
|
|
27273
|
+
h2,
|
|
27274
|
+
.carousel__h2___ZNSIB {
|
|
27275
|
+
font-weight: 700;
|
|
27276
|
+
font-size: 28px;
|
|
27277
|
+
line-height: 36px;
|
|
27278
|
+
letter-spacing: -0.03em;
|
|
27279
|
+
color: var(--textHeading, #26201a);
|
|
27280
|
+
}
|
|
27281
|
+
@media only screen and (min-width: 769px) {
|
|
27282
|
+
h2,
|
|
27283
|
+
.carousel__h2___ZNSIB {
|
|
27284
|
+
font-size: 32px;
|
|
27285
|
+
line-height: 42px;
|
|
27286
|
+
}
|
|
27287
|
+
}
|
|
27288
|
+
h3,
|
|
27289
|
+
.carousel__h3___TRk7C {
|
|
27290
|
+
font-weight: 700;
|
|
27291
|
+
letter-spacing: -0.02em;
|
|
27292
|
+
color: var(--textHeading, #26201a);
|
|
27293
|
+
font-size: 24px;
|
|
27294
|
+
line-height: 32px;
|
|
27295
|
+
}
|
|
27296
|
+
@media only screen and (min-width: 769px) {
|
|
27297
|
+
h3,
|
|
27298
|
+
.carousel__h3___TRk7C {
|
|
27299
|
+
font-weight: 700;
|
|
27300
|
+
letter-spacing: -0.02em;
|
|
27301
|
+
color: var(--textHeading, #26201a);
|
|
27302
|
+
font-size: 28px;
|
|
27303
|
+
line-height: 36px;
|
|
27304
|
+
}
|
|
27305
|
+
}
|
|
27306
|
+
h4,
|
|
27307
|
+
.carousel__h4___v15SC {
|
|
27308
|
+
font-weight: 600;
|
|
27309
|
+
letter-spacing: -0.02em;
|
|
27310
|
+
color: var(--textHeading, #26201a);
|
|
27311
|
+
font-size: 16px;
|
|
27312
|
+
line-height: 1.5;
|
|
27313
|
+
}
|
|
27314
|
+
@media only screen and (min-width: 769px) {
|
|
27315
|
+
h4,
|
|
27316
|
+
.carousel__h4___v15SC {
|
|
27317
|
+
font-weight: 600;
|
|
27318
|
+
letter-spacing: -0.02em;
|
|
27319
|
+
color: var(--textHeading, #26201a);
|
|
27320
|
+
font-size: 20px;
|
|
27321
|
+
line-height: 1.5;
|
|
27322
|
+
}
|
|
27323
|
+
}
|
|
27324
|
+
h5,
|
|
27325
|
+
.carousel__h5___8ITca {
|
|
27326
|
+
font-weight: 600;
|
|
27327
|
+
font-size: 14px;
|
|
27328
|
+
line-height: 16px;
|
|
27329
|
+
letter-spacing: -0.02em;
|
|
27330
|
+
color: var(--textHeading, #26201a);
|
|
27331
|
+
}
|
|
27332
|
+
@media only screen and (min-width: 769px) {
|
|
27333
|
+
h5,
|
|
27334
|
+
.carousel__h5___8ITca {
|
|
27335
|
+
font-size: 16px;
|
|
27336
|
+
line-height: 18px;
|
|
27337
|
+
}
|
|
27338
|
+
}
|
|
27339
|
+
.carousel__b1___BJlKm {
|
|
27340
|
+
font-weight: 400;
|
|
27341
|
+
font-size: 14px;
|
|
27342
|
+
line-height: 18px;
|
|
27343
|
+
letter-spacing: -0.02em;
|
|
27344
|
+
color: var(--textBody, #3c3131);
|
|
27345
|
+
}
|
|
27346
|
+
@media only screen and (min-width: 769px) {
|
|
27347
|
+
.carousel__b1___BJlKm {
|
|
27348
|
+
font-size: 16px;
|
|
27349
|
+
line-height: 20px;
|
|
27350
|
+
}
|
|
27351
|
+
}
|
|
27352
|
+
.carousel__b-small___eEZM0,
|
|
27353
|
+
.carousel__bSmall___z55Bs,
|
|
27354
|
+
.carousel__b2___OCSqn {
|
|
27355
|
+
font-weight: 400;
|
|
27356
|
+
letter-spacing: -0.02em;
|
|
27357
|
+
color: var(--textBody, #3c3131);
|
|
27358
|
+
font-size: 12px;
|
|
27359
|
+
line-height: 16px;
|
|
27360
|
+
}
|
|
27361
|
+
@media only screen and (min-width: 769px) {
|
|
27362
|
+
.carousel__b-small___eEZM0,
|
|
27363
|
+
.carousel__bSmall___z55Bs,
|
|
27364
|
+
.carousel__b2___OCSqn {
|
|
27365
|
+
font-weight: 400;
|
|
27366
|
+
letter-spacing: -0.02em;
|
|
27367
|
+
color: var(--textBody, #3c3131);
|
|
27368
|
+
font-size: 14px;
|
|
27369
|
+
line-height: 18px;
|
|
27370
|
+
}
|
|
27371
|
+
}
|
|
27372
|
+
.carousel__d1___HGZ3m {
|
|
27373
|
+
font-size: 36px;
|
|
27374
|
+
font-weight: 700;
|
|
27375
|
+
line-height: 48px;
|
|
27376
|
+
letter-spacing: -0.02em;
|
|
27377
|
+
}
|
|
27378
|
+
@media only screen and (min-width: 769px) {
|
|
27379
|
+
.carousel__d1___HGZ3m {
|
|
27380
|
+
font-size: 64px;
|
|
27381
|
+
line-height: 85px;
|
|
27382
|
+
letter-spacing: -0.03em;
|
|
27383
|
+
}
|
|
27384
|
+
}
|
|
27385
|
+
.carousel__caption-medium___geBOh,
|
|
27386
|
+
.carousel__captionMedium___fKLRf {
|
|
27387
|
+
font-size: 12px;
|
|
27388
|
+
line-height: 1.5;
|
|
27389
|
+
letter-spacing: -0.02em;
|
|
27390
|
+
font-weight: 500;
|
|
27391
|
+
}
|
|
27392
|
+
@media only screen and (max-width: 480px) {
|
|
27393
|
+
.carousel__caption-medium___geBOh,
|
|
27394
|
+
.carousel__captionMedium___fKLRf {
|
|
27395
|
+
font-size: 11px;
|
|
27396
|
+
}
|
|
27397
|
+
}
|
|
27398
|
+
.carousel__caption-semi-bold___mn18z,
|
|
27399
|
+
.carousel__captionSemiBold___USgYk {
|
|
27400
|
+
font-size: 12px;
|
|
27401
|
+
line-height: 1.5;
|
|
27402
|
+
letter-spacing: -0.02em;
|
|
27403
|
+
font-weight: 600;
|
|
27404
|
+
}
|
|
27405
|
+
@media only screen and (max-width: 480px) {
|
|
27406
|
+
.carousel__caption-semi-bold___mn18z,
|
|
27407
|
+
.carousel__captionSemiBold___USgYk {
|
|
27408
|
+
font-size: 11px;
|
|
27409
|
+
}
|
|
27410
|
+
}
|
|
27411
|
+
.carousel__btn-link___glyDY,
|
|
27412
|
+
.carousel__btnLink___eQWdx {
|
|
27413
|
+
font-weight: 500;
|
|
27414
|
+
letter-spacing: -0.02em;
|
|
27415
|
+
font-size: 12px;
|
|
27416
|
+
line-height: 14px;
|
|
27417
|
+
border-radius: var(--buttonRadius, 0px);
|
|
27418
|
+
cursor: pointer;
|
|
27419
|
+
color: var(--buttonLink, #b1655b);
|
|
27420
|
+
text-decoration: underline;
|
|
27421
|
+
background: none;
|
|
27422
|
+
border: none;
|
|
27423
|
+
}
|
|
27424
|
+
@media only screen and (min-width: 769px) {
|
|
27425
|
+
.carousel__btn-link___glyDY,
|
|
27426
|
+
.carousel__btnLink___eQWdx {
|
|
27427
|
+
font-weight: 500;
|
|
27428
|
+
letter-spacing: -0.02em;
|
|
27429
|
+
font-size: 14px;
|
|
27430
|
+
line-height: 16px;
|
|
27431
|
+
}
|
|
27432
|
+
}
|
|
27433
|
+
.carousel__btn-link___glyDY:hover,
|
|
27434
|
+
.carousel__btnLink___eQWdx:hover {
|
|
27435
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
27436
|
+
}
|
|
27437
|
+
.carousel__btn-link___glyDY:disabled,
|
|
27438
|
+
.carousel__btnLink___eQWdx:disabled {
|
|
27439
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
27440
|
+
}
|
|
27441
|
+
.carousel__btn-link___glyDY:active,
|
|
27442
|
+
.carousel__btnLink___eQWdx:active {
|
|
27443
|
+
opacity: 0.8;
|
|
27444
|
+
}
|
|
27445
|
+
.carousel__user-select-none___e3b8_,
|
|
27446
|
+
.carousel__userSelectNone___UTFsk {
|
|
27447
|
+
user-select: none;
|
|
27448
|
+
-moz-user-select: none;
|
|
27449
|
+
-webkit-user-select: none;
|
|
27450
|
+
-ms-user-select: none;
|
|
27451
|
+
}
|
|
27452
|
+
.carousel__margin-0-auto___V6g65,
|
|
27453
|
+
.carousel__margin0auto___ySsps {
|
|
27454
|
+
margin: 0 auto;
|
|
27455
|
+
}
|
|
27456
|
+
.carousel__base-page-container___E6gwT,
|
|
27457
|
+
.carousel__basePageContainer___AGzmu {
|
|
27458
|
+
max-width: 1440px !important;
|
|
27459
|
+
}
|
|
27460
|
+
.carousel__remove-scroll___Pt0wR,
|
|
27461
|
+
.carousel__removeScroll___H2sDy {
|
|
27462
|
+
overflow-y: hidden !important;
|
|
27463
|
+
}
|
|
27464
|
+
.carousel__mr-5___zrCxV,
|
|
27465
|
+
.carousel__mr5___xkDz3 {
|
|
27466
|
+
margin-inline-end: 30px !important;
|
|
27467
|
+
}
|
|
27468
|
+
.carousel__mr-2___GMegU,
|
|
27469
|
+
.carousel__mr2___LW6Mf {
|
|
27470
|
+
margin-inline-end: 5px !important;
|
|
27471
|
+
}
|
|
27472
|
+
.carousel__py-5___X5LkA,
|
|
27473
|
+
.carousel__py5___H8tFM {
|
|
27474
|
+
padding-top: 1.875rem !important;
|
|
27475
|
+
padding-bottom: 1.875rem !important;
|
|
27476
|
+
}
|
|
27477
|
+
.carousel__view-all-text___xIJti,
|
|
27478
|
+
.carousel__viewAllText___UKfLU {
|
|
27479
|
+
font-size: 20px;
|
|
27480
|
+
font-weight: 400;
|
|
27481
|
+
text-transform: lowercase;
|
|
27482
|
+
text-decoration: underline;
|
|
27483
|
+
}
|
|
27484
|
+
.carousel__view-all-mobile___KN5tC,
|
|
27485
|
+
.carousel__viewAllMobile___UqtjR {
|
|
27486
|
+
display: none;
|
|
27487
|
+
}
|
|
27488
|
+
@media only screen and (max-width: 768px) {
|
|
27489
|
+
.carousel__view-all-mobile___KN5tC,
|
|
27490
|
+
.carousel__viewAllMobile___UqtjR {
|
|
27491
|
+
display: flex;
|
|
27492
|
+
align-items: center;
|
|
27493
|
+
justify-content: center;
|
|
27494
|
+
margin-top: 40px;
|
|
27495
|
+
}
|
|
27496
|
+
}
|
|
27497
|
+
@media only screen and (max-width: 480px) {
|
|
27498
|
+
.carousel__view-all-mobile___KN5tC,
|
|
27499
|
+
.carousel__viewAllMobile___UqtjR {
|
|
27500
|
+
margin-top: 24px;
|
|
27501
|
+
}
|
|
27502
|
+
}
|
|
27503
|
+
.carousel__accent-btn___ljV96,
|
|
27504
|
+
.carousel__accentBtn___eeYUW {
|
|
27505
|
+
background-color: var(--accentColor);
|
|
27506
|
+
color: #fff;
|
|
27507
|
+
}
|
|
27508
|
+
.carousel__no-scroll___Yl9Wg,
|
|
27509
|
+
.carousel__noScroll___V3m9I {
|
|
27510
|
+
overflow-y: hidden;
|
|
27511
|
+
}
|
|
27512
|
+
.carousel__hide-overflow___RSirN,
|
|
27513
|
+
.carousel__hideOverflow___O7cOa {
|
|
27514
|
+
overflow: hidden;
|
|
27515
|
+
}
|
|
27516
|
+
.carousel__markdown-body___mCpXK h6 {
|
|
27517
|
+
margin-top: 0 !important;
|
|
27518
|
+
margin-bottom: 0 !important;
|
|
27519
|
+
}
|
|
27520
|
+
@media only screen and (max-width: 480px) {
|
|
27521
|
+
.carousel__markdown-body___mCpXK {
|
|
27522
|
+
font-size: 12px !important;
|
|
27523
|
+
padding: 5px !important;
|
|
27524
|
+
}
|
|
27525
|
+
}
|
|
27526
|
+
.carousel__view3d-canvas___iHO9u {
|
|
27527
|
+
width: 100%;
|
|
27528
|
+
height: 100%;
|
|
27529
|
+
}
|
|
27530
|
+
@media only screen and (max-width: 480px) {
|
|
27531
|
+
.carousel__view-mobile-up___Okb4u {
|
|
27532
|
+
display: none !important;
|
|
27533
|
+
}
|
|
27534
|
+
}
|
|
27535
|
+
@media only screen and (min-width: 481px) {
|
|
27536
|
+
.carousel__view-mobile___l_iEN {
|
|
27537
|
+
display: none !important;
|
|
27538
|
+
}
|
|
27539
|
+
}
|
|
27540
|
+
.carousel__carousel___zSABm {
|
|
27541
|
+
position: relative;
|
|
27542
|
+
}
|
|
27543
|
+
.carousel__carouselContent___QZKSp {
|
|
27544
|
+
overflow: hidden;
|
|
27545
|
+
}
|
|
27546
|
+
.carousel__carouselTrack___aUjv6 {
|
|
27547
|
+
display: flex;
|
|
27548
|
+
}
|
|
27549
|
+
carouselTrackHorizontal {
|
|
27550
|
+
margin-left: -1rem;
|
|
27551
|
+
}
|
|
27552
|
+
carouselTrackVertical {
|
|
27553
|
+
flex-direction: column;
|
|
27554
|
+
margin-top: -1rem;
|
|
27555
|
+
}
|
|
27556
|
+
.carousel__carouselItem___zlVkY {
|
|
27557
|
+
min-width: 0;
|
|
27558
|
+
flex: 0 0 100%;
|
|
27559
|
+
}
|
|
27560
|
+
carouselItemHorizontal {
|
|
27561
|
+
padding-left: 1rem;
|
|
27562
|
+
}
|
|
27563
|
+
carouselItemVertical {
|
|
27564
|
+
padding-top: 1rem;
|
|
27565
|
+
}
|
|
27566
|
+
.carousel__carouselBtn___Z49nh {
|
|
27567
|
+
position: absolute;
|
|
27568
|
+
width: 1em;
|
|
27569
|
+
height: 1em;
|
|
27570
|
+
border-radius: 50%;
|
|
27571
|
+
font-size: 48px;
|
|
27572
|
+
transition: background-color 0.3s ease-in-out;
|
|
27573
|
+
display: flex;
|
|
27574
|
+
align-items: center;
|
|
27575
|
+
justify-content: center;
|
|
27576
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
27577
|
+
}
|
|
27578
|
+
.carousel__carouselBtn___Z49nh:hover {
|
|
27579
|
+
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
27580
|
+
background: var(--themeAccentL4, #f8f8f8);
|
|
27581
|
+
}
|
|
27582
|
+
.carousel__carouselBtnIcon___uNRV7 {
|
|
27583
|
+
width: 0.8em;
|
|
27584
|
+
height: 0.8em;
|
|
27585
|
+
font-size: inherit;
|
|
27586
|
+
}
|
|
27587
|
+
.carousel__carouselPrevBtnHorizontal___eAomj {
|
|
27588
|
+
left: 20px;
|
|
27589
|
+
top: 50%;
|
|
27590
|
+
transform: translateY(-50%);
|
|
27591
|
+
}
|
|
27592
|
+
.carousel__carouselPrevBtnVertical___a0PqM {
|
|
27593
|
+
top: -36px;
|
|
27594
|
+
left: 50%;
|
|
27595
|
+
transform: translateX(-50%) rotate(90deg);
|
|
27596
|
+
}
|
|
27597
|
+
.carousel__carouselNextBtnHorizontal___AGucw {
|
|
27598
|
+
right: 20px;
|
|
27599
|
+
top: 50%;
|
|
27600
|
+
transform: translateY(-50%) rotate(180deg);
|
|
27601
|
+
}
|
|
27602
|
+
.carousel__carouselNextBtnVertical___zrvAb {
|
|
27603
|
+
bottom: -36px;
|
|
27604
|
+
left: 50%;
|
|
27605
|
+
transform: translateX(-50%) rotate(-90deg);
|
|
27606
|
+
}
|
|
27607
|
+
.carousel__srOnly___Q1z_4 {
|
|
27608
|
+
position: absolute;
|
|
27609
|
+
width: 1px;
|
|
27610
|
+
height: 1px;
|
|
27611
|
+
padding: 0;
|
|
27612
|
+
margin: -1px;
|
|
27613
|
+
overflow: hidden;
|
|
27614
|
+
clip: rect(0, 0, 0, 0);
|
|
27615
|
+
white-space: nowrap;
|
|
27616
|
+
border-width: 0;
|
|
27617
|
+
}
|
|
27618
|
+
|
|
27081
27619
|
/**color by character**/
|
|
27082
27620
|
/** Font family **/
|
|
27083
27621
|
/** Font weight **/
|
|
@@ -30896,6 +31434,529 @@ h5,
|
|
|
30896
31434
|
width: 100%;
|
|
30897
31435
|
}
|
|
30898
31436
|
|
|
31437
|
+
/**color by character**/
|
|
31438
|
+
/** Font family **/
|
|
31439
|
+
/** Font weight **/
|
|
31440
|
+
.verify-mobile__display-block___Xkv0Q {
|
|
31441
|
+
display: block;
|
|
31442
|
+
}
|
|
31443
|
+
.verify-mobile__inline-block___c0LKD,
|
|
31444
|
+
.verify-mobile__inlineBlock___OYbnO {
|
|
31445
|
+
display: inline-block;
|
|
31446
|
+
}
|
|
31447
|
+
.verify-mobile__flex-row___LFvWM {
|
|
31448
|
+
display: flex;
|
|
31449
|
+
}
|
|
31450
|
+
.verify-mobile__flex-column___PR7ov,
|
|
31451
|
+
.verify-mobile__flexColumn___ckdro {
|
|
31452
|
+
display: flex;
|
|
31453
|
+
flex-direction: column;
|
|
31454
|
+
}
|
|
31455
|
+
.verify-mobile__flex-align-center___X2rDo,
|
|
31456
|
+
.verify-mobile__flexAlignCenter___uwzzh {
|
|
31457
|
+
display: flex;
|
|
31458
|
+
align-items: center;
|
|
31459
|
+
}
|
|
31460
|
+
.verify-mobile__flex-justify-center___6XGbC,
|
|
31461
|
+
.verify-mobile__flexJustifyCenter___CTWKJ {
|
|
31462
|
+
display: flex;
|
|
31463
|
+
justify-content: center;
|
|
31464
|
+
}
|
|
31465
|
+
.verify-mobile__flex-center___mJlsW,
|
|
31466
|
+
.verify-mobile__flexCenter___qB3mX {
|
|
31467
|
+
display: flex;
|
|
31468
|
+
justify-content: center;
|
|
31469
|
+
align-items: center;
|
|
31470
|
+
}
|
|
31471
|
+
.verify-mobile__justify-start___qEZld,
|
|
31472
|
+
.verify-mobile__justifyStart___XV26k {
|
|
31473
|
+
justify-content: flex-start;
|
|
31474
|
+
}
|
|
31475
|
+
.verify-mobile__justify-end___Lr2GW,
|
|
31476
|
+
.verify-mobile__justifyEnd___XRT9T {
|
|
31477
|
+
justify-content: flex-end;
|
|
31478
|
+
}
|
|
31479
|
+
.verify-mobile__justify-between___xKL7d,
|
|
31480
|
+
.verify-mobile__justifyBetween___oCO8g {
|
|
31481
|
+
justify-content: space-between;
|
|
31482
|
+
}
|
|
31483
|
+
.verify-mobile__justify-around___IOtRu,
|
|
31484
|
+
.verify-mobile__justifyAround___SEhmA {
|
|
31485
|
+
justify-content: space-around;
|
|
31486
|
+
}
|
|
31487
|
+
.verify-mobile__justify-evenly___dpjbP,
|
|
31488
|
+
.verify-mobile__justifyEvenly___DT94N {
|
|
31489
|
+
justify-content: space-evenly;
|
|
31490
|
+
}
|
|
31491
|
+
h1,
|
|
31492
|
+
.verify-mobile__h1___f5FSg {
|
|
31493
|
+
font-weight: 700;
|
|
31494
|
+
font-size: 28px;
|
|
31495
|
+
line-height: 42px;
|
|
31496
|
+
letter-spacing: -0.03em;
|
|
31497
|
+
color: var(--textHeading, #26201a);
|
|
31498
|
+
}
|
|
31499
|
+
@media only screen and (min-width: 769px) {
|
|
31500
|
+
h1,
|
|
31501
|
+
.verify-mobile__h1___f5FSg {
|
|
31502
|
+
font-size: 36px;
|
|
31503
|
+
line-height: 48px;
|
|
31504
|
+
}
|
|
31505
|
+
}
|
|
31506
|
+
h2,
|
|
31507
|
+
.verify-mobile__h2___e0654 {
|
|
31508
|
+
font-weight: 700;
|
|
31509
|
+
font-size: 28px;
|
|
31510
|
+
line-height: 36px;
|
|
31511
|
+
letter-spacing: -0.03em;
|
|
31512
|
+
color: var(--textHeading, #26201a);
|
|
31513
|
+
}
|
|
31514
|
+
@media only screen and (min-width: 769px) {
|
|
31515
|
+
h2,
|
|
31516
|
+
.verify-mobile__h2___e0654 {
|
|
31517
|
+
font-size: 32px;
|
|
31518
|
+
line-height: 42px;
|
|
31519
|
+
}
|
|
31520
|
+
}
|
|
31521
|
+
h3,
|
|
31522
|
+
.verify-mobile__h3___brSlm {
|
|
31523
|
+
font-weight: 700;
|
|
31524
|
+
letter-spacing: -0.02em;
|
|
31525
|
+
color: var(--textHeading, #26201a);
|
|
31526
|
+
font-size: 24px;
|
|
31527
|
+
line-height: 32px;
|
|
31528
|
+
}
|
|
31529
|
+
@media only screen and (min-width: 769px) {
|
|
31530
|
+
h3,
|
|
31531
|
+
.verify-mobile__h3___brSlm {
|
|
31532
|
+
font-weight: 700;
|
|
31533
|
+
letter-spacing: -0.02em;
|
|
31534
|
+
color: var(--textHeading, #26201a);
|
|
31535
|
+
font-size: 28px;
|
|
31536
|
+
line-height: 36px;
|
|
31537
|
+
}
|
|
31538
|
+
}
|
|
31539
|
+
h4,
|
|
31540
|
+
.verify-mobile__h4___zn6jN {
|
|
31541
|
+
font-weight: 600;
|
|
31542
|
+
letter-spacing: -0.02em;
|
|
31543
|
+
color: var(--textHeading, #26201a);
|
|
31544
|
+
font-size: 16px;
|
|
31545
|
+
line-height: 1.5;
|
|
31546
|
+
}
|
|
31547
|
+
@media only screen and (min-width: 769px) {
|
|
31548
|
+
h4,
|
|
31549
|
+
.verify-mobile__h4___zn6jN {
|
|
31550
|
+
font-weight: 600;
|
|
31551
|
+
letter-spacing: -0.02em;
|
|
31552
|
+
color: var(--textHeading, #26201a);
|
|
31553
|
+
font-size: 20px;
|
|
31554
|
+
line-height: 1.5;
|
|
31555
|
+
}
|
|
31556
|
+
}
|
|
31557
|
+
h5,
|
|
31558
|
+
.verify-mobile__h5___X0xAB {
|
|
31559
|
+
font-weight: 600;
|
|
31560
|
+
font-size: 14px;
|
|
31561
|
+
line-height: 16px;
|
|
31562
|
+
letter-spacing: -0.02em;
|
|
31563
|
+
color: var(--textHeading, #26201a);
|
|
31564
|
+
}
|
|
31565
|
+
@media only screen and (min-width: 769px) {
|
|
31566
|
+
h5,
|
|
31567
|
+
.verify-mobile__h5___X0xAB {
|
|
31568
|
+
font-size: 16px;
|
|
31569
|
+
line-height: 18px;
|
|
31570
|
+
}
|
|
31571
|
+
}
|
|
31572
|
+
.verify-mobile__b1___izTCO {
|
|
31573
|
+
font-weight: 400;
|
|
31574
|
+
font-size: 14px;
|
|
31575
|
+
line-height: 18px;
|
|
31576
|
+
letter-spacing: -0.02em;
|
|
31577
|
+
color: var(--textBody, #3c3131);
|
|
31578
|
+
}
|
|
31579
|
+
@media only screen and (min-width: 769px) {
|
|
31580
|
+
.verify-mobile__b1___izTCO {
|
|
31581
|
+
font-size: 16px;
|
|
31582
|
+
line-height: 20px;
|
|
31583
|
+
}
|
|
31584
|
+
}
|
|
31585
|
+
.verify-mobile__b-small___vhvRz,
|
|
31586
|
+
.verify-mobile__bSmall___OMgzr,
|
|
31587
|
+
.verify-mobile__b2___OlM9Z {
|
|
31588
|
+
font-weight: 400;
|
|
31589
|
+
letter-spacing: -0.02em;
|
|
31590
|
+
color: var(--textBody, #3c3131);
|
|
31591
|
+
font-size: 12px;
|
|
31592
|
+
line-height: 16px;
|
|
31593
|
+
}
|
|
31594
|
+
@media only screen and (min-width: 769px) {
|
|
31595
|
+
.verify-mobile__b-small___vhvRz,
|
|
31596
|
+
.verify-mobile__bSmall___OMgzr,
|
|
31597
|
+
.verify-mobile__b2___OlM9Z {
|
|
31598
|
+
font-weight: 400;
|
|
31599
|
+
letter-spacing: -0.02em;
|
|
31600
|
+
color: var(--textBody, #3c3131);
|
|
31601
|
+
font-size: 14px;
|
|
31602
|
+
line-height: 18px;
|
|
31603
|
+
}
|
|
31604
|
+
}
|
|
31605
|
+
.verify-mobile__d1___IpM_6 {
|
|
31606
|
+
font-size: 36px;
|
|
31607
|
+
font-weight: 700;
|
|
31608
|
+
line-height: 48px;
|
|
31609
|
+
letter-spacing: -0.02em;
|
|
31610
|
+
}
|
|
31611
|
+
@media only screen and (min-width: 769px) {
|
|
31612
|
+
.verify-mobile__d1___IpM_6 {
|
|
31613
|
+
font-size: 64px;
|
|
31614
|
+
line-height: 85px;
|
|
31615
|
+
letter-spacing: -0.03em;
|
|
31616
|
+
}
|
|
31617
|
+
}
|
|
31618
|
+
.verify-mobile__caption-medium____SZ_I,
|
|
31619
|
+
.verify-mobile__captionMedium___oPhTp {
|
|
31620
|
+
font-size: 12px;
|
|
31621
|
+
line-height: 1.5;
|
|
31622
|
+
letter-spacing: -0.02em;
|
|
31623
|
+
font-weight: 500;
|
|
31624
|
+
}
|
|
31625
|
+
@media only screen and (max-width: 480px) {
|
|
31626
|
+
.verify-mobile__caption-medium____SZ_I,
|
|
31627
|
+
.verify-mobile__captionMedium___oPhTp {
|
|
31628
|
+
font-size: 11px;
|
|
31629
|
+
}
|
|
31630
|
+
}
|
|
31631
|
+
.verify-mobile__caption-semi-bold___WAP0l,
|
|
31632
|
+
.verify-mobile__captionSemiBold___RvLRt {
|
|
31633
|
+
font-size: 12px;
|
|
31634
|
+
line-height: 1.5;
|
|
31635
|
+
letter-spacing: -0.02em;
|
|
31636
|
+
font-weight: 600;
|
|
31637
|
+
}
|
|
31638
|
+
@media only screen and (max-width: 480px) {
|
|
31639
|
+
.verify-mobile__caption-semi-bold___WAP0l,
|
|
31640
|
+
.verify-mobile__captionSemiBold___RvLRt {
|
|
31641
|
+
font-size: 11px;
|
|
31642
|
+
}
|
|
31643
|
+
}
|
|
31644
|
+
.verify-mobile__btn-link___qrUIP,
|
|
31645
|
+
.verify-mobile__btnLink___Wo61M {
|
|
31646
|
+
font-weight: 500;
|
|
31647
|
+
letter-spacing: -0.02em;
|
|
31648
|
+
font-size: 12px;
|
|
31649
|
+
line-height: 14px;
|
|
31650
|
+
border-radius: var(--buttonRadius, 0px);
|
|
31651
|
+
cursor: pointer;
|
|
31652
|
+
color: var(--buttonLink, #b1655b);
|
|
31653
|
+
text-decoration: underline;
|
|
31654
|
+
background: none;
|
|
31655
|
+
border: none;
|
|
31656
|
+
}
|
|
31657
|
+
@media only screen and (min-width: 769px) {
|
|
31658
|
+
.verify-mobile__btn-link___qrUIP,
|
|
31659
|
+
.verify-mobile__btnLink___Wo61M {
|
|
31660
|
+
font-weight: 500;
|
|
31661
|
+
letter-spacing: -0.02em;
|
|
31662
|
+
font-size: 14px;
|
|
31663
|
+
line-height: 16px;
|
|
31664
|
+
}
|
|
31665
|
+
}
|
|
31666
|
+
.verify-mobile__btn-link___qrUIP:hover,
|
|
31667
|
+
.verify-mobile__btnLink___Wo61M:hover {
|
|
31668
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
31669
|
+
}
|
|
31670
|
+
.verify-mobile__btn-link___qrUIP:disabled,
|
|
31671
|
+
.verify-mobile__btnLink___Wo61M:disabled {
|
|
31672
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
31673
|
+
}
|
|
31674
|
+
.verify-mobile__btn-link___qrUIP:active,
|
|
31675
|
+
.verify-mobile__btnLink___Wo61M:active {
|
|
31676
|
+
opacity: 0.8;
|
|
31677
|
+
}
|
|
31678
|
+
.verify-mobile__user-select-none___MovXd,
|
|
31679
|
+
.verify-mobile__userSelectNone___Uj5nN {
|
|
31680
|
+
user-select: none;
|
|
31681
|
+
-moz-user-select: none;
|
|
31682
|
+
-webkit-user-select: none;
|
|
31683
|
+
-ms-user-select: none;
|
|
31684
|
+
}
|
|
31685
|
+
.verify-mobile__margin-0-auto___gbVGn,
|
|
31686
|
+
.verify-mobile__margin0auto____e_N7 {
|
|
31687
|
+
margin: 0 auto;
|
|
31688
|
+
}
|
|
31689
|
+
.verify-mobile__base-page-container___Mj4ug,
|
|
31690
|
+
.verify-mobile__basePageContainer___sFgh_ {
|
|
31691
|
+
max-width: 1440px !important;
|
|
31692
|
+
}
|
|
31693
|
+
.verify-mobile__remove-scroll___sja4f,
|
|
31694
|
+
.verify-mobile__removeScroll___v6_h2 {
|
|
31695
|
+
overflow-y: hidden !important;
|
|
31696
|
+
}
|
|
31697
|
+
.verify-mobile__mr-5___oBu1k,
|
|
31698
|
+
.verify-mobile__mr5____DAJV {
|
|
31699
|
+
margin-inline-end: 30px !important;
|
|
31700
|
+
}
|
|
31701
|
+
.verify-mobile__mr-2___TOutC,
|
|
31702
|
+
.verify-mobile__mr2___Ots9l {
|
|
31703
|
+
margin-inline-end: 5px !important;
|
|
31704
|
+
}
|
|
31705
|
+
.verify-mobile__py-5___yIFMg,
|
|
31706
|
+
.verify-mobile__py5___urYCf {
|
|
31707
|
+
padding-top: 1.875rem !important;
|
|
31708
|
+
padding-bottom: 1.875rem !important;
|
|
31709
|
+
}
|
|
31710
|
+
.verify-mobile__view-all-text___InTn2,
|
|
31711
|
+
.verify-mobile__viewAllText___HnZRa {
|
|
31712
|
+
font-size: 20px;
|
|
31713
|
+
font-weight: 400;
|
|
31714
|
+
text-transform: lowercase;
|
|
31715
|
+
text-decoration: underline;
|
|
31716
|
+
}
|
|
31717
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
31718
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
31719
|
+
display: none;
|
|
31720
|
+
}
|
|
31721
|
+
@media only screen and (max-width: 768px) {
|
|
31722
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
31723
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
31724
|
+
display: flex;
|
|
31725
|
+
align-items: center;
|
|
31726
|
+
justify-content: center;
|
|
31727
|
+
margin-top: 40px;
|
|
31728
|
+
}
|
|
31729
|
+
}
|
|
31730
|
+
@media only screen and (max-width: 480px) {
|
|
31731
|
+
.verify-mobile__view-all-mobile___SHIHI,
|
|
31732
|
+
.verify-mobile__viewAllMobile___wrt6b {
|
|
31733
|
+
margin-top: 24px;
|
|
31734
|
+
}
|
|
31735
|
+
}
|
|
31736
|
+
.verify-mobile__accent-btn___qS6KX,
|
|
31737
|
+
.verify-mobile__accentBtn___XV2WL {
|
|
31738
|
+
background-color: var(--accentColor);
|
|
31739
|
+
color: #fff;
|
|
31740
|
+
}
|
|
31741
|
+
.verify-mobile__no-scroll___bJdWZ,
|
|
31742
|
+
.verify-mobile__noScroll___vFeyD {
|
|
31743
|
+
overflow-y: hidden;
|
|
31744
|
+
}
|
|
31745
|
+
.verify-mobile__hide-overflow___gujKm,
|
|
31746
|
+
.verify-mobile__hideOverflow___oKEZC {
|
|
31747
|
+
overflow: hidden;
|
|
31748
|
+
}
|
|
31749
|
+
.verify-mobile__markdown-body___LUV7f h6 {
|
|
31750
|
+
margin-top: 0 !important;
|
|
31751
|
+
margin-bottom: 0 !important;
|
|
31752
|
+
}
|
|
31753
|
+
@media only screen and (max-width: 480px) {
|
|
31754
|
+
.verify-mobile__markdown-body___LUV7f {
|
|
31755
|
+
font-size: 12px !important;
|
|
31756
|
+
padding: 5px !important;
|
|
31757
|
+
}
|
|
31758
|
+
}
|
|
31759
|
+
.verify-mobile__view3d-canvas___7Hi4D {
|
|
31760
|
+
width: 100%;
|
|
31761
|
+
height: 100%;
|
|
31762
|
+
}
|
|
31763
|
+
@media only screen and (max-width: 480px) {
|
|
31764
|
+
.verify-mobile__view-mobile-up___MWCOJ {
|
|
31765
|
+
display: none !important;
|
|
31766
|
+
}
|
|
31767
|
+
}
|
|
31768
|
+
@media only screen and (min-width: 481px) {
|
|
31769
|
+
.verify-mobile__view-mobile___IstTy {
|
|
31770
|
+
display: none !important;
|
|
31771
|
+
}
|
|
31772
|
+
}
|
|
31773
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
|
|
31774
|
+
margin-bottom: 8px;
|
|
31775
|
+
color: var(--textHeading, #26201a);
|
|
31776
|
+
text-align: center;
|
|
31777
|
+
font-size: 32px;
|
|
31778
|
+
font-style: normal;
|
|
31779
|
+
font-weight: 700;
|
|
31780
|
+
line-height: 44.8px;
|
|
31781
|
+
}
|
|
31782
|
+
@media only screen and (max-width: 768px) {
|
|
31783
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__header___OMDhu {
|
|
31784
|
+
font-size: 24px;
|
|
31785
|
+
line-height: 33.6px;
|
|
31786
|
+
}
|
|
31787
|
+
}
|
|
31788
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr {
|
|
31789
|
+
margin-bottom: 32px;
|
|
31790
|
+
color: var(--textBody, #3c3131);
|
|
31791
|
+
font-size: 14px;
|
|
31792
|
+
font-weight: 400;
|
|
31793
|
+
line-height: 19.6px;
|
|
31794
|
+
}
|
|
31795
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 {
|
|
31796
|
+
margin-bottom: 20px;
|
|
31797
|
+
margin-bottom: 32px;
|
|
31798
|
+
color: var(--textBody, #3c3131);
|
|
31799
|
+
text-align: center;
|
|
31800
|
+
font-size: 14px;
|
|
31801
|
+
font-style: normal;
|
|
31802
|
+
font-weight: 400;
|
|
31803
|
+
line-height: 19.6px;
|
|
31804
|
+
}
|
|
31805
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__verifyOtpForm___qtcdr .verify-mobile__otpSentMessage___LTtR3 .verify-mobile__changeBtn___x2Ce4 {
|
|
31806
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
31807
|
+
text-align: center;
|
|
31808
|
+
margin-inline-start: 8px;
|
|
31809
|
+
font-size: 14px;
|
|
31810
|
+
font-weight: 600;
|
|
31811
|
+
line-height: 140%;
|
|
31812
|
+
text-transform: uppercase;
|
|
31813
|
+
}
|
|
31814
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN {
|
|
31815
|
+
display: flex;
|
|
31816
|
+
flex-direction: column;
|
|
31817
|
+
margin-bottom: 24px;
|
|
31818
|
+
}
|
|
31819
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN .verify-mobile__label___TvOkp {
|
|
31820
|
+
position: absolute;
|
|
31821
|
+
background-color: var(--pageBackground, #f8f8f8);
|
|
31822
|
+
padding: 0 4px;
|
|
31823
|
+
margin: 0 12px;
|
|
31824
|
+
z-index: 1;
|
|
31825
|
+
transform: translateY(-50%);
|
|
31826
|
+
color: var(--textLabel);
|
|
31827
|
+
font-size: 12px;
|
|
31828
|
+
font-style: normal;
|
|
31829
|
+
font-weight: 400;
|
|
31830
|
+
line-height: 16.8px;
|
|
31831
|
+
}
|
|
31832
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input {
|
|
31833
|
+
width: 100%;
|
|
31834
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
31835
|
+
padding: 16px;
|
|
31836
|
+
border-radius: 4px;
|
|
31837
|
+
background: none;
|
|
31838
|
+
color: var(--textBody, #3c3131);
|
|
31839
|
+
font-size: 14px;
|
|
31840
|
+
font-style: normal;
|
|
31841
|
+
font-weight: 400;
|
|
31842
|
+
line-height: 18px;
|
|
31843
|
+
letter-spacing: -0.28px;
|
|
31844
|
+
}
|
|
31845
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-outer-spin-button,
|
|
31846
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input[type="number"]::-webkit-inner-spin-button {
|
|
31847
|
+
-webkit-appearance: none;
|
|
31848
|
+
}
|
|
31849
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN input:focus-visible {
|
|
31850
|
+
outline: none;
|
|
31851
|
+
}
|
|
31852
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC .verify-mobile__label___TvOkp {
|
|
31853
|
+
color: var(--errorText, #ff3333);
|
|
31854
|
+
}
|
|
31855
|
+
.verify-mobile__formWrapper___k115y .verify-mobile__inputGroup___D7DmN.verify-mobile__error___U6vLC input {
|
|
31856
|
+
border-color: var(--errorText, #ff3333);
|
|
31857
|
+
}
|
|
31858
|
+
.verify-mobile__submitBtn___UpyZf {
|
|
31859
|
+
border: none;
|
|
31860
|
+
border-radius: 4px;
|
|
31861
|
+
width: 100%;
|
|
31862
|
+
height: 48px;
|
|
31863
|
+
color: var(--buttonSecondary, #fff);
|
|
31864
|
+
background: var(--buttonPrimary, #4e3f09);
|
|
31865
|
+
font-size: 16px;
|
|
31866
|
+
font-style: normal;
|
|
31867
|
+
font-weight: 600;
|
|
31868
|
+
line-height: 22.4px;
|
|
31869
|
+
text-transform: uppercase;
|
|
31870
|
+
cursor: pointer;
|
|
31871
|
+
}
|
|
31872
|
+
.verify-mobile__submitBtn___UpyZf:focus-visible {
|
|
31873
|
+
outline: none;
|
|
31874
|
+
}
|
|
31875
|
+
.verify-mobile__submitBtn___UpyZf[disabled] {
|
|
31876
|
+
cursor: default;
|
|
31877
|
+
}
|
|
31878
|
+
.verify-mobile__loginAlert___B2fDP {
|
|
31879
|
+
font-size: 12px;
|
|
31880
|
+
font-weight: 400;
|
|
31881
|
+
line-height: 140%;
|
|
31882
|
+
margin-top: 8px;
|
|
31883
|
+
color: var(--errorText, #ff3333);
|
|
31884
|
+
}
|
|
31885
|
+
.verify-mobile__resendOtpWrapper___QQY10 {
|
|
31886
|
+
display: flex;
|
|
31887
|
+
justify-content: center;
|
|
31888
|
+
margin-top: 32px;
|
|
31889
|
+
}
|
|
31890
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB {
|
|
31891
|
+
color: var(--textSecondary, #9c9c9c);
|
|
31892
|
+
font-size: 14px;
|
|
31893
|
+
font-style: normal;
|
|
31894
|
+
font-weight: 600;
|
|
31895
|
+
line-height: 19.6px;
|
|
31896
|
+
text-transform: uppercase;
|
|
31897
|
+
cursor: pointer;
|
|
31898
|
+
background: none;
|
|
31899
|
+
border: none;
|
|
31900
|
+
}
|
|
31901
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB:focus-visible {
|
|
31902
|
+
outline: none;
|
|
31903
|
+
}
|
|
31904
|
+
.verify-mobile__resendOtpWrapper___QQY10 .verify-mobile__resendOtpBtn____KMuB[disabled] {
|
|
31905
|
+
opacity: 0.5;
|
|
31906
|
+
cursor: default;
|
|
31907
|
+
}
|
|
31908
|
+
.verify-mobile__loginInputGroup___jhY3l {
|
|
31909
|
+
margin-bottom: 20px;
|
|
31910
|
+
position: relative;
|
|
31911
|
+
}
|
|
31912
|
+
.verify-mobile__loginInputGroup___jhY3l .verify-mobile__loginInputTitle___RFPIx {
|
|
31913
|
+
position: absolute;
|
|
31914
|
+
padding: 0 4px;
|
|
31915
|
+
margin: 0 12px;
|
|
31916
|
+
z-index: 1;
|
|
31917
|
+
transform: translateY(-50%);
|
|
31918
|
+
color: var(--textLabel);
|
|
31919
|
+
font-size: 12px;
|
|
31920
|
+
font-style: normal;
|
|
31921
|
+
font-weight: 400;
|
|
31922
|
+
line-height: 16.8px;
|
|
31923
|
+
background: var(--pageBackground, #f8f8f8);
|
|
31924
|
+
}
|
|
31925
|
+
.verify-mobile__loginInputGroup___jhY3l input {
|
|
31926
|
+
width: 100%;
|
|
31927
|
+
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
31928
|
+
padding: 16px;
|
|
31929
|
+
border-radius: 4px;
|
|
31930
|
+
height: 48px;
|
|
31931
|
+
font-size: 14px;
|
|
31932
|
+
box-sizing: border-box;
|
|
31933
|
+
background: var(--pageBackground, #f8f8f8);
|
|
31934
|
+
}
|
|
31935
|
+
.verify-mobile__loginInputGroup___jhY3l input::placeholder {
|
|
31936
|
+
color: var(--dividerStokes, #d4d1d1);
|
|
31937
|
+
opacity: 0.3;
|
|
31938
|
+
}
|
|
31939
|
+
.verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC .verify-mobile__loginInputTitle___RFPIx {
|
|
31940
|
+
color: var(--errorText, #ff3333);
|
|
31941
|
+
}
|
|
31942
|
+
.verify-mobile__loginInputGroup___jhY3l.verify-mobile__error___U6vLC input {
|
|
31943
|
+
border-color: var(--errorText, #ff3333);
|
|
31944
|
+
}
|
|
31945
|
+
.verify-mobile__passwordToggle___AJ0VA {
|
|
31946
|
+
height: 24px;
|
|
31947
|
+
width: 24px;
|
|
31948
|
+
position: absolute;
|
|
31949
|
+
top: 50%;
|
|
31950
|
+
transform: translateY(-50%);
|
|
31951
|
+
inset-inline-end: 12px;
|
|
31952
|
+
cursor: pointer;
|
|
31953
|
+
background: none;
|
|
31954
|
+
border: none;
|
|
31955
|
+
}
|
|
31956
|
+
.verify-mobile__passwordToggle___AJ0VA:focus-visible {
|
|
31957
|
+
outline: none;
|
|
31958
|
+
}
|
|
31959
|
+
|
|
30899
31960
|
/**color by character**/
|
|
30900
31961
|
/** Font family **/
|
|
30901
31962
|
/** Font weight **/
|
|
@@ -35422,13 +36483,17 @@ h5,
|
|
|
35422
36483
|
border: 1px solid var(--dividerStokes);
|
|
35423
36484
|
border-radius: 8px;
|
|
35424
36485
|
opacity: 0.5;
|
|
35425
|
-
margin-top: 20px;
|
|
35426
36486
|
}
|
|
35427
36487
|
@media only screen and (min-width: 769px) and (max-width: 1024px) {
|
|
35428
36488
|
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
35429
36489
|
padding: 16px;
|
|
35430
36490
|
}
|
|
35431
36491
|
}
|
|
36492
|
+
@media only screen and (max-width: 768px) {
|
|
36493
|
+
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
36494
|
+
margin-top: 20px;
|
|
36495
|
+
}
|
|
36496
|
+
}
|
|
35432
36497
|
@media only screen and (max-width: 480px) {
|
|
35433
36498
|
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
35434
36499
|
display: none;
|
|
@@ -35448,12 +36513,16 @@ h5,
|
|
|
35448
36513
|
}
|
|
35449
36514
|
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
35450
36515
|
padding: 24px;
|
|
35451
|
-
margin-top: 20px;
|
|
35452
36516
|
display: flex;
|
|
35453
36517
|
justify-content: space-between;
|
|
35454
36518
|
border: 1px solid var(--dividerStokes);
|
|
35455
36519
|
border-radius: 8px;
|
|
35456
36520
|
}
|
|
36521
|
+
@media only screen and (max-width: 768px) {
|
|
36522
|
+
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
36523
|
+
margin-top: 20px;
|
|
36524
|
+
}
|
|
36525
|
+
}
|
|
35457
36526
|
@media only screen and (min-width: 769px) and (max-width: 1024px) {
|
|
35458
36527
|
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
35459
36528
|
padding: 16px;
|
|
@@ -35503,7 +36572,6 @@ h5,
|
|
|
35503
36572
|
display: flex;
|
|
35504
36573
|
justify-content: space-between;
|
|
35505
36574
|
border: 1px solid var(--dividerStokes);
|
|
35506
|
-
margin-top: 20px;
|
|
35507
36575
|
}
|
|
35508
36576
|
@media only screen and (min-width: 769px) {
|
|
35509
36577
|
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
@@ -35515,6 +36583,11 @@ h5,
|
|
|
35515
36583
|
padding: 16px;
|
|
35516
36584
|
}
|
|
35517
36585
|
}
|
|
36586
|
+
@media only screen and (max-width: 768px) {
|
|
36587
|
+
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
36588
|
+
margin-top: 20px;
|
|
36589
|
+
}
|
|
36590
|
+
}
|
|
35518
36591
|
@media only screen and (max-width: 480px) {
|
|
35519
36592
|
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
35520
36593
|
padding: 6px 16px;
|
|
@@ -39512,7 +40585,6 @@ h5,
|
|
|
39512
40585
|
.checkout-payment-content__container___HusGh .checkout-payment-content__otherPay____c2Rs .checkout-payment-content__payBtn___dgcAp[disabled] {
|
|
39513
40586
|
padding: 14px;
|
|
39514
40587
|
border-radius: var(--buttonRadius, 0px);
|
|
39515
|
-
background-color: white;
|
|
39516
40588
|
color: var(--primaryColor);
|
|
39517
40589
|
border: 1px solid var(--primaryColor);
|
|
39518
40590
|
width: 100%;
|
|
@@ -41996,8 +43068,10 @@ h5,
|
|
|
41996
43068
|
display: none !important;
|
|
41997
43069
|
}
|
|
41998
43070
|
}
|
|
41999
|
-
|
|
42000
|
-
|
|
43071
|
+
@media only screen and (max-width: 768px) {
|
|
43072
|
+
.checkout-payment__paymentContainer___1UBn5 {
|
|
43073
|
+
margin-top: 20px;
|
|
43074
|
+
}
|
|
42001
43075
|
}
|
|
42002
43076
|
.checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
|
|
42003
43077
|
pointer-events: none;
|
|
@@ -47409,13 +48483,6 @@ h5,
|
|
|
47409
48483
|
display: none !important;
|
|
47410
48484
|
}
|
|
47411
48485
|
}
|
|
47412
|
-
.blog__nextArrowStyles___XGDmU {
|
|
47413
|
-
right: 20px;
|
|
47414
|
-
inset-inline-start: "unset";
|
|
47415
|
-
}
|
|
47416
|
-
.blog__prevArrowStyles___R1SbU {
|
|
47417
|
-
left: 20px;
|
|
47418
|
-
}
|
|
47419
48486
|
.blog__loader___xsYMP {
|
|
47420
48487
|
position: relative;
|
|
47421
48488
|
height: 90vh;
|
|
@@ -47566,15 +48633,13 @@ h5,
|
|
|
47566
48633
|
.blog__sliderWrapper___VIimB {
|
|
47567
48634
|
padding-bottom: 60px;
|
|
47568
48635
|
}
|
|
47569
|
-
.blog__sliderWrapper___VIimB .
|
|
47570
|
-
display:
|
|
47571
|
-
}
|
|
47572
|
-
.blog__sliderWrapper___VIimB .slick-slide {
|
|
47573
|
-
height: inherit !important;
|
|
48636
|
+
.blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c[disabled] {
|
|
48637
|
+
display: none;
|
|
47574
48638
|
}
|
|
47575
|
-
|
|
47576
|
-
.blog__sliderWrapper___VIimB .
|
|
47577
|
-
|
|
48639
|
+
@media only screen and (max-width: 768px) {
|
|
48640
|
+
.blog__sliderWrapper___VIimB .blog__carouselBtn___Nh42c {
|
|
48641
|
+
display: none;
|
|
48642
|
+
}
|
|
47578
48643
|
}
|
|
47579
48644
|
.blog__sliderWrapper___VIimB .blog__blogItem___JxjzJ {
|
|
47580
48645
|
font-size: 14px;
|
|
@@ -47872,6 +48937,7 @@ h5,
|
|
|
47872
48937
|
inset-inline-end: 8px;
|
|
47873
48938
|
transform: translateY(-50%);
|
|
47874
48939
|
fill: var(--buttonSecondary, #fff);
|
|
48940
|
+
cursor: pointer;
|
|
47875
48941
|
}
|
|
47876
48942
|
.blog__blog___gdQog {
|
|
47877
48943
|
background: var(--themeAccentL5, #fff);
|
|
@@ -48795,383 +49861,6 @@ h5,
|
|
|
48795
49861
|
}
|
|
48796
49862
|
}
|
|
48797
49863
|
|
|
48798
|
-
/**color by character**/
|
|
48799
|
-
/** Font family **/
|
|
48800
|
-
/** Font weight **/
|
|
48801
|
-
.slider-arrow__display-block___jznNZ {
|
|
48802
|
-
display: block;
|
|
48803
|
-
}
|
|
48804
|
-
.slider-arrow__inline-block___RmXca,
|
|
48805
|
-
.slider-arrow__inlineBlock___G6nhG {
|
|
48806
|
-
display: inline-block;
|
|
48807
|
-
}
|
|
48808
|
-
.slider-arrow__flex-row___L3GoM {
|
|
48809
|
-
display: flex;
|
|
48810
|
-
}
|
|
48811
|
-
.slider-arrow__flex-column___wVxJi,
|
|
48812
|
-
.slider-arrow__flexColumn___eW1Nr {
|
|
48813
|
-
display: flex;
|
|
48814
|
-
flex-direction: column;
|
|
48815
|
-
}
|
|
48816
|
-
.slider-arrow__flex-align-center___AAZmg,
|
|
48817
|
-
.slider-arrow__flexAlignCenter___ZIO68 {
|
|
48818
|
-
display: flex;
|
|
48819
|
-
align-items: center;
|
|
48820
|
-
}
|
|
48821
|
-
.slider-arrow__flex-justify-center___UymiX,
|
|
48822
|
-
.slider-arrow__flexJustifyCenter___z3OMQ {
|
|
48823
|
-
display: flex;
|
|
48824
|
-
justify-content: center;
|
|
48825
|
-
}
|
|
48826
|
-
.slider-arrow__flex-center___wTU4q,
|
|
48827
|
-
.slider-arrow__flexCenter___DI2yR {
|
|
48828
|
-
display: flex;
|
|
48829
|
-
justify-content: center;
|
|
48830
|
-
align-items: center;
|
|
48831
|
-
}
|
|
48832
|
-
.slider-arrow__justify-start___wogJt,
|
|
48833
|
-
.slider-arrow__justifyStart___PonzM {
|
|
48834
|
-
justify-content: flex-start;
|
|
48835
|
-
}
|
|
48836
|
-
.slider-arrow__justify-end___r6iy0,
|
|
48837
|
-
.slider-arrow__justifyEnd___JPS7A {
|
|
48838
|
-
justify-content: flex-end;
|
|
48839
|
-
}
|
|
48840
|
-
.slider-arrow__justify-between___rTXXx,
|
|
48841
|
-
.slider-arrow__justifyBetween___we7na {
|
|
48842
|
-
justify-content: space-between;
|
|
48843
|
-
}
|
|
48844
|
-
.slider-arrow__justify-around___Z0zMU,
|
|
48845
|
-
.slider-arrow__justifyAround___pMBxl {
|
|
48846
|
-
justify-content: space-around;
|
|
48847
|
-
}
|
|
48848
|
-
.slider-arrow__justify-evenly___We8Hx,
|
|
48849
|
-
.slider-arrow__justifyEvenly___GBnrY {
|
|
48850
|
-
justify-content: space-evenly;
|
|
48851
|
-
}
|
|
48852
|
-
h1,
|
|
48853
|
-
.slider-arrow__h1___xFEXI {
|
|
48854
|
-
font-weight: 700;
|
|
48855
|
-
font-size: 28px;
|
|
48856
|
-
line-height: 42px;
|
|
48857
|
-
letter-spacing: -0.03em;
|
|
48858
|
-
color: var(--textHeading, #26201a);
|
|
48859
|
-
}
|
|
48860
|
-
@media only screen and (min-width: 769px) {
|
|
48861
|
-
h1,
|
|
48862
|
-
.slider-arrow__h1___xFEXI {
|
|
48863
|
-
font-size: 36px;
|
|
48864
|
-
line-height: 48px;
|
|
48865
|
-
}
|
|
48866
|
-
}
|
|
48867
|
-
h2,
|
|
48868
|
-
.slider-arrow__h2___uOlIV {
|
|
48869
|
-
font-weight: 700;
|
|
48870
|
-
font-size: 28px;
|
|
48871
|
-
line-height: 36px;
|
|
48872
|
-
letter-spacing: -0.03em;
|
|
48873
|
-
color: var(--textHeading, #26201a);
|
|
48874
|
-
}
|
|
48875
|
-
@media only screen and (min-width: 769px) {
|
|
48876
|
-
h2,
|
|
48877
|
-
.slider-arrow__h2___uOlIV {
|
|
48878
|
-
font-size: 32px;
|
|
48879
|
-
line-height: 42px;
|
|
48880
|
-
}
|
|
48881
|
-
}
|
|
48882
|
-
h3,
|
|
48883
|
-
.slider-arrow__h3___qjbDs {
|
|
48884
|
-
font-weight: 700;
|
|
48885
|
-
letter-spacing: -0.02em;
|
|
48886
|
-
color: var(--textHeading, #26201a);
|
|
48887
|
-
font-size: 24px;
|
|
48888
|
-
line-height: 32px;
|
|
48889
|
-
}
|
|
48890
|
-
@media only screen and (min-width: 769px) {
|
|
48891
|
-
h3,
|
|
48892
|
-
.slider-arrow__h3___qjbDs {
|
|
48893
|
-
font-weight: 700;
|
|
48894
|
-
letter-spacing: -0.02em;
|
|
48895
|
-
color: var(--textHeading, #26201a);
|
|
48896
|
-
font-size: 28px;
|
|
48897
|
-
line-height: 36px;
|
|
48898
|
-
}
|
|
48899
|
-
}
|
|
48900
|
-
h4,
|
|
48901
|
-
.slider-arrow__h4___EP_b7 {
|
|
48902
|
-
font-weight: 600;
|
|
48903
|
-
letter-spacing: -0.02em;
|
|
48904
|
-
color: var(--textHeading, #26201a);
|
|
48905
|
-
font-size: 16px;
|
|
48906
|
-
line-height: 1.5;
|
|
48907
|
-
}
|
|
48908
|
-
@media only screen and (min-width: 769px) {
|
|
48909
|
-
h4,
|
|
48910
|
-
.slider-arrow__h4___EP_b7 {
|
|
48911
|
-
font-weight: 600;
|
|
48912
|
-
letter-spacing: -0.02em;
|
|
48913
|
-
color: var(--textHeading, #26201a);
|
|
48914
|
-
font-size: 20px;
|
|
48915
|
-
line-height: 1.5;
|
|
48916
|
-
}
|
|
48917
|
-
}
|
|
48918
|
-
h5,
|
|
48919
|
-
.slider-arrow__h5___PlQq2 {
|
|
48920
|
-
font-weight: 600;
|
|
48921
|
-
font-size: 14px;
|
|
48922
|
-
line-height: 16px;
|
|
48923
|
-
letter-spacing: -0.02em;
|
|
48924
|
-
color: var(--textHeading, #26201a);
|
|
48925
|
-
}
|
|
48926
|
-
@media only screen and (min-width: 769px) {
|
|
48927
|
-
h5,
|
|
48928
|
-
.slider-arrow__h5___PlQq2 {
|
|
48929
|
-
font-size: 16px;
|
|
48930
|
-
line-height: 18px;
|
|
48931
|
-
}
|
|
48932
|
-
}
|
|
48933
|
-
.slider-arrow__b1___j_oVa {
|
|
48934
|
-
font-weight: 400;
|
|
48935
|
-
font-size: 14px;
|
|
48936
|
-
line-height: 18px;
|
|
48937
|
-
letter-spacing: -0.02em;
|
|
48938
|
-
color: var(--textBody, #3c3131);
|
|
48939
|
-
}
|
|
48940
|
-
@media only screen and (min-width: 769px) {
|
|
48941
|
-
.slider-arrow__b1___j_oVa {
|
|
48942
|
-
font-size: 16px;
|
|
48943
|
-
line-height: 20px;
|
|
48944
|
-
}
|
|
48945
|
-
}
|
|
48946
|
-
.slider-arrow__b-small___lUnIb,
|
|
48947
|
-
.slider-arrow__bSmall___mdosE,
|
|
48948
|
-
.slider-arrow__b2___XYFbC {
|
|
48949
|
-
font-weight: 400;
|
|
48950
|
-
letter-spacing: -0.02em;
|
|
48951
|
-
color: var(--textBody, #3c3131);
|
|
48952
|
-
font-size: 12px;
|
|
48953
|
-
line-height: 16px;
|
|
48954
|
-
}
|
|
48955
|
-
@media only screen and (min-width: 769px) {
|
|
48956
|
-
.slider-arrow__b-small___lUnIb,
|
|
48957
|
-
.slider-arrow__bSmall___mdosE,
|
|
48958
|
-
.slider-arrow__b2___XYFbC {
|
|
48959
|
-
font-weight: 400;
|
|
48960
|
-
letter-spacing: -0.02em;
|
|
48961
|
-
color: var(--textBody, #3c3131);
|
|
48962
|
-
font-size: 14px;
|
|
48963
|
-
line-height: 18px;
|
|
48964
|
-
}
|
|
48965
|
-
}
|
|
48966
|
-
.slider-arrow__d1___VqQLC {
|
|
48967
|
-
font-size: 36px;
|
|
48968
|
-
font-weight: 700;
|
|
48969
|
-
line-height: 48px;
|
|
48970
|
-
letter-spacing: -0.02em;
|
|
48971
|
-
}
|
|
48972
|
-
@media only screen and (min-width: 769px) {
|
|
48973
|
-
.slider-arrow__d1___VqQLC {
|
|
48974
|
-
font-size: 64px;
|
|
48975
|
-
line-height: 85px;
|
|
48976
|
-
letter-spacing: -0.03em;
|
|
48977
|
-
}
|
|
48978
|
-
}
|
|
48979
|
-
.slider-arrow__caption-medium___um9Qh,
|
|
48980
|
-
.slider-arrow__captionMedium___bygCS {
|
|
48981
|
-
font-size: 12px;
|
|
48982
|
-
line-height: 1.5;
|
|
48983
|
-
letter-spacing: -0.02em;
|
|
48984
|
-
font-weight: 500;
|
|
48985
|
-
}
|
|
48986
|
-
@media only screen and (max-width: 480px) {
|
|
48987
|
-
.slider-arrow__caption-medium___um9Qh,
|
|
48988
|
-
.slider-arrow__captionMedium___bygCS {
|
|
48989
|
-
font-size: 11px;
|
|
48990
|
-
}
|
|
48991
|
-
}
|
|
48992
|
-
.slider-arrow__caption-semi-bold___yPxjK,
|
|
48993
|
-
.slider-arrow__captionSemiBold___UJqnn {
|
|
48994
|
-
font-size: 12px;
|
|
48995
|
-
line-height: 1.5;
|
|
48996
|
-
letter-spacing: -0.02em;
|
|
48997
|
-
font-weight: 600;
|
|
48998
|
-
}
|
|
48999
|
-
@media only screen and (max-width: 480px) {
|
|
49000
|
-
.slider-arrow__caption-semi-bold___yPxjK,
|
|
49001
|
-
.slider-arrow__captionSemiBold___UJqnn {
|
|
49002
|
-
font-size: 11px;
|
|
49003
|
-
}
|
|
49004
|
-
}
|
|
49005
|
-
.slider-arrow__btn-link___s9ZZ8,
|
|
49006
|
-
.slider-arrow__btnLink___FL71f {
|
|
49007
|
-
font-weight: 500;
|
|
49008
|
-
letter-spacing: -0.02em;
|
|
49009
|
-
font-size: 12px;
|
|
49010
|
-
line-height: 14px;
|
|
49011
|
-
border-radius: var(--buttonRadius, 0px);
|
|
49012
|
-
cursor: pointer;
|
|
49013
|
-
color: var(--buttonLink, #b1655b);
|
|
49014
|
-
text-decoration: underline;
|
|
49015
|
-
background: none;
|
|
49016
|
-
border: none;
|
|
49017
|
-
}
|
|
49018
|
-
@media only screen and (min-width: 769px) {
|
|
49019
|
-
.slider-arrow__btn-link___s9ZZ8,
|
|
49020
|
-
.slider-arrow__btnLink___FL71f {
|
|
49021
|
-
font-weight: 500;
|
|
49022
|
-
letter-spacing: -0.02em;
|
|
49023
|
-
font-size: 14px;
|
|
49024
|
-
line-height: 16px;
|
|
49025
|
-
}
|
|
49026
|
-
}
|
|
49027
|
-
.slider-arrow__btn-link___s9ZZ8:hover,
|
|
49028
|
-
.slider-arrow__btnLink___FL71f:hover {
|
|
49029
|
-
color: var(--buttonLinkL1, #c1847c);
|
|
49030
|
-
}
|
|
49031
|
-
.slider-arrow__btn-link___s9ZZ8:disabled,
|
|
49032
|
-
.slider-arrow__btnLink___FL71f:disabled {
|
|
49033
|
-
color: var(--buttonLinkL2, #d0a39d);
|
|
49034
|
-
}
|
|
49035
|
-
.slider-arrow__btn-link___s9ZZ8:active,
|
|
49036
|
-
.slider-arrow__btnLink___FL71f:active {
|
|
49037
|
-
opacity: 0.8;
|
|
49038
|
-
}
|
|
49039
|
-
.slider-arrow__user-select-none___iHsq3,
|
|
49040
|
-
.slider-arrow__userSelectNone___T8Nrn {
|
|
49041
|
-
user-select: none;
|
|
49042
|
-
-moz-user-select: none;
|
|
49043
|
-
-webkit-user-select: none;
|
|
49044
|
-
-ms-user-select: none;
|
|
49045
|
-
}
|
|
49046
|
-
.slider-arrow__margin-0-auto___f_hVB,
|
|
49047
|
-
.slider-arrow__margin0auto___xlST0 {
|
|
49048
|
-
margin: 0 auto;
|
|
49049
|
-
}
|
|
49050
|
-
.slider-arrow__base-page-container___Mmkkk,
|
|
49051
|
-
.slider-arrow__basePageContainer___RlEHO {
|
|
49052
|
-
max-width: 1440px !important;
|
|
49053
|
-
}
|
|
49054
|
-
.slider-arrow__remove-scroll___GA03b,
|
|
49055
|
-
.slider-arrow__removeScroll___iblWR {
|
|
49056
|
-
overflow-y: hidden !important;
|
|
49057
|
-
}
|
|
49058
|
-
.slider-arrow__mr-5___cSZem,
|
|
49059
|
-
.slider-arrow__mr5___GKo0b {
|
|
49060
|
-
margin-inline-end: 30px !important;
|
|
49061
|
-
}
|
|
49062
|
-
.slider-arrow__mr-2___BK8l0,
|
|
49063
|
-
.slider-arrow__mr2_____CEE {
|
|
49064
|
-
margin-inline-end: 5px !important;
|
|
49065
|
-
}
|
|
49066
|
-
.slider-arrow__py-5___JUcYc,
|
|
49067
|
-
.slider-arrow__py5___MpAFg {
|
|
49068
|
-
padding-top: 1.875rem !important;
|
|
49069
|
-
padding-bottom: 1.875rem !important;
|
|
49070
|
-
}
|
|
49071
|
-
.slider-arrow__view-all-text___HjsBa,
|
|
49072
|
-
.slider-arrow__viewAllText___Dpy4N {
|
|
49073
|
-
font-size: 20px;
|
|
49074
|
-
font-weight: 400;
|
|
49075
|
-
text-transform: lowercase;
|
|
49076
|
-
text-decoration: underline;
|
|
49077
|
-
}
|
|
49078
|
-
.slider-arrow__view-all-mobile___miTh8,
|
|
49079
|
-
.slider-arrow__viewAllMobile___AaJgj {
|
|
49080
|
-
display: none;
|
|
49081
|
-
}
|
|
49082
|
-
@media only screen and (max-width: 768px) {
|
|
49083
|
-
.slider-arrow__view-all-mobile___miTh8,
|
|
49084
|
-
.slider-arrow__viewAllMobile___AaJgj {
|
|
49085
|
-
display: flex;
|
|
49086
|
-
align-items: center;
|
|
49087
|
-
justify-content: center;
|
|
49088
|
-
margin-top: 40px;
|
|
49089
|
-
}
|
|
49090
|
-
}
|
|
49091
|
-
@media only screen and (max-width: 480px) {
|
|
49092
|
-
.slider-arrow__view-all-mobile___miTh8,
|
|
49093
|
-
.slider-arrow__viewAllMobile___AaJgj {
|
|
49094
|
-
margin-top: 24px;
|
|
49095
|
-
}
|
|
49096
|
-
}
|
|
49097
|
-
.slider-arrow__accent-btn___q7o7t,
|
|
49098
|
-
.slider-arrow__accentBtn___pT7e0 {
|
|
49099
|
-
background-color: var(--accentColor);
|
|
49100
|
-
color: #fff;
|
|
49101
|
-
}
|
|
49102
|
-
.slider-arrow__no-scroll___mrDXM,
|
|
49103
|
-
.slider-arrow__noScroll___OnSy9 {
|
|
49104
|
-
overflow-y: hidden;
|
|
49105
|
-
}
|
|
49106
|
-
.slider-arrow__hide-overflow___cZ0Sb,
|
|
49107
|
-
.slider-arrow__hideOverflow___hMuvA {
|
|
49108
|
-
overflow: hidden;
|
|
49109
|
-
}
|
|
49110
|
-
.slider-arrow__markdown-body___wzQ5j h6 {
|
|
49111
|
-
margin-top: 0 !important;
|
|
49112
|
-
margin-bottom: 0 !important;
|
|
49113
|
-
}
|
|
49114
|
-
@media only screen and (max-width: 480px) {
|
|
49115
|
-
.slider-arrow__markdown-body___wzQ5j {
|
|
49116
|
-
font-size: 12px !important;
|
|
49117
|
-
padding: 5px !important;
|
|
49118
|
-
}
|
|
49119
|
-
}
|
|
49120
|
-
.slider-arrow__view3d-canvas___qTRv4 {
|
|
49121
|
-
width: 100%;
|
|
49122
|
-
height: 100%;
|
|
49123
|
-
}
|
|
49124
|
-
@media only screen and (max-width: 480px) {
|
|
49125
|
-
.slider-arrow__view-mobile-up___vp0xA {
|
|
49126
|
-
display: none !important;
|
|
49127
|
-
}
|
|
49128
|
-
}
|
|
49129
|
-
@media only screen and (min-width: 481px) {
|
|
49130
|
-
.slider-arrow__view-mobile___fZ8Pv {
|
|
49131
|
-
display: none !important;
|
|
49132
|
-
}
|
|
49133
|
-
}
|
|
49134
|
-
/* Shared arrow style */
|
|
49135
|
-
.slider-arrow__slickArrow___hlIs6 {
|
|
49136
|
-
width: 48px;
|
|
49137
|
-
height: 48px;
|
|
49138
|
-
border-radius: 50%;
|
|
49139
|
-
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
49140
|
-
background: transparent;
|
|
49141
|
-
display: flex;
|
|
49142
|
-
align-items: center;
|
|
49143
|
-
justify-content: center;
|
|
49144
|
-
position: absolute;
|
|
49145
|
-
top: 50%;
|
|
49146
|
-
transform: translateY(-50%);
|
|
49147
|
-
z-index: 2;
|
|
49148
|
-
cursor: pointer;
|
|
49149
|
-
}
|
|
49150
|
-
.slider-arrow__slickArrow___hlIs6 svg {
|
|
49151
|
-
display: block;
|
|
49152
|
-
}
|
|
49153
|
-
.slider-arrow__slickArrow___hlIs6:hover {
|
|
49154
|
-
box-shadow: 0 6px 20px 0 var(--dividerStokes, #c0bebe);
|
|
49155
|
-
background: var(--themeAccentL4, #f8f8f8);
|
|
49156
|
-
}
|
|
49157
|
-
.slider-arrow__slickArrow___hlIs6::before {
|
|
49158
|
-
content: none !important;
|
|
49159
|
-
}
|
|
49160
|
-
.slider-arrow__slick-prev___x4XmO.slider-arrow__slickArrow___hlIs6 {
|
|
49161
|
-
left: 20px !important;
|
|
49162
|
-
inset-inline-start: unset;
|
|
49163
|
-
}
|
|
49164
|
-
.slider-arrow__slick-next___Hxsu5.slider-arrow__slickArrow___hlIs6 {
|
|
49165
|
-
right: 20px !important;
|
|
49166
|
-
inset-inline-start: unset;
|
|
49167
|
-
}
|
|
49168
|
-
/* Hide on mobile if required */
|
|
49169
|
-
@media (max-width: 768px) {
|
|
49170
|
-
.slider-arrow__slickArrow___hlIs6 {
|
|
49171
|
-
display: none !important;
|
|
49172
|
-
}
|
|
49173
|
-
}
|
|
49174
|
-
|
|
49175
49864
|
/**color by character**/
|
|
49176
49865
|
/** Font family **/
|
|
49177
49866
|
/** Font weight **/
|