@gofynd/theme-template 3.2.7 → 3.2.9
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.js +1 -1
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/compare-product-card/compare-product-card.css +888 -0
- package/dist/components/compare-product-card/compare-product-card.js +1 -0
- package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
- package/dist/components/core/fy-input/fy-input.js +1 -1
- package/dist/components/filter-modal/filter-modal.js +1 -1
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/google-map.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.js +1 -1
- package/dist/index.css +1401 -216
- package/dist/index.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.js +1 -1
- package/dist/page-layouts/compare/compare.css +7384 -309
- package/dist/page-layouts/compare/compare.js +2 -1
- package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
- package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
- package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
- package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +58 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +1046 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +1192 -144
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +58 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +62 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +62 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/index.css +1401 -216
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +1121 -0
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +1121 -0
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.js +1 -1
- package/dist/pages/order-status/index.css +5 -0
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +5 -0
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +3 -0
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +3 -0
- package/dist/pages/product-listing/product-listing.js +1 -1
- 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.js +1 -1
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/index.js +1 -1
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/profile/profile-details.js +1 -1
- package/dist/pages/wishlist/index.css +3 -0
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +3 -0
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
|
@@ -651,7 +651,7 @@ h5,
|
|
|
651
651
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
|
|
652
652
|
transform: rotate(270deg);
|
|
653
653
|
}
|
|
654
|
-
[dir=
|
|
654
|
+
[dir="rtl"] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
|
|
655
655
|
transform: rotate(90deg);
|
|
656
656
|
}
|
|
657
657
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
|
|
@@ -2210,6 +2210,63 @@ h5,
|
|
|
2210
2210
|
width: 24px;
|
|
2211
2211
|
height: 24px;
|
|
2212
2212
|
}
|
|
2213
|
+
.checkout-payment-content__noOptionContainer___uCGHg {
|
|
2214
|
+
display: flex;
|
|
2215
|
+
padding: 24px;
|
|
2216
|
+
flex-direction: column;
|
|
2217
|
+
align-items: center;
|
|
2218
|
+
gap: 24px;
|
|
2219
|
+
align-self: stretch;
|
|
2220
|
+
border: 1px solid var(--dividerStokes);
|
|
2221
|
+
border-top: unset;
|
|
2222
|
+
border-radius: 0 0 8px 8px;
|
|
2223
|
+
background: var(--pageBackground, #f8f8f8);
|
|
2224
|
+
}
|
|
2225
|
+
@media only screen and (max-width: 768px) {
|
|
2226
|
+
.checkout-payment-content__noOptionContainer___uCGHg {
|
|
2227
|
+
border-radius: 0;
|
|
2228
|
+
border: none;
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
2232
|
+
display: flex;
|
|
2233
|
+
max-width: 580px;
|
|
2234
|
+
width: 100%;
|
|
2235
|
+
flex-direction: column;
|
|
2236
|
+
align-items: center;
|
|
2237
|
+
gap: 8px;
|
|
2238
|
+
}
|
|
2239
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
|
|
2240
|
+
color: var(--textHeading, #26201a);
|
|
2241
|
+
text-align: center;
|
|
2242
|
+
font-size: 16px;
|
|
2243
|
+
font-style: normal;
|
|
2244
|
+
font-weight: 700;
|
|
2245
|
+
line-height: 140%;
|
|
2246
|
+
align-self: stretch;
|
|
2247
|
+
}
|
|
2248
|
+
@media only screen and (max-width: 768px) {
|
|
2249
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
|
|
2250
|
+
font-weight: 600;
|
|
2251
|
+
}
|
|
2252
|
+
}
|
|
2253
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
|
|
2254
|
+
color: var(--textBody, #3c3131);
|
|
2255
|
+
text-align: center;
|
|
2256
|
+
font-size: 14px;
|
|
2257
|
+
font-style: normal;
|
|
2258
|
+
font-weight: 400;
|
|
2259
|
+
line-height: 140%;
|
|
2260
|
+
align-self: stretch;
|
|
2261
|
+
}
|
|
2262
|
+
@media only screen and (max-width: 768px) {
|
|
2263
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
|
|
2264
|
+
font-size: 12px;
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
|
|
2268
|
+
margin-top: 12px;
|
|
2269
|
+
}
|
|
2213
2270
|
|
|
2214
2271
|
/**color by character**/
|
|
2215
2272
|
/** Font family **/
|
|
@@ -3864,59 +3921,59 @@ h5,
|
|
|
3864
3921
|
/**color by character**/
|
|
3865
3922
|
/** Font family **/
|
|
3866
3923
|
/** Font weight **/
|
|
3867
|
-
.
|
|
3924
|
+
.fy-button__display-block___vef36 {
|
|
3868
3925
|
display: block;
|
|
3869
3926
|
}
|
|
3870
|
-
.
|
|
3871
|
-
.
|
|
3927
|
+
.fy-button__inline-block___AP9JK,
|
|
3928
|
+
.fy-button__inlineBlock___xYCrv {
|
|
3872
3929
|
display: inline-block;
|
|
3873
3930
|
}
|
|
3874
|
-
.
|
|
3931
|
+
.fy-button__flex-row___PMsJD {
|
|
3875
3932
|
display: flex;
|
|
3876
3933
|
}
|
|
3877
|
-
.
|
|
3878
|
-
.
|
|
3934
|
+
.fy-button__flex-column___vcBv1,
|
|
3935
|
+
.fy-button__flexColumn___ReqFL {
|
|
3879
3936
|
display: flex;
|
|
3880
3937
|
flex-direction: column;
|
|
3881
3938
|
}
|
|
3882
|
-
.
|
|
3883
|
-
.
|
|
3939
|
+
.fy-button__flex-align-center___QErLo,
|
|
3940
|
+
.fy-button__flexAlignCenter___byvov {
|
|
3884
3941
|
display: flex;
|
|
3885
3942
|
align-items: center;
|
|
3886
3943
|
}
|
|
3887
|
-
.
|
|
3888
|
-
.
|
|
3944
|
+
.fy-button__flex-justify-center___myq9D,
|
|
3945
|
+
.fy-button__flexJustifyCenter___mJQrA {
|
|
3889
3946
|
display: flex;
|
|
3890
3947
|
justify-content: center;
|
|
3891
3948
|
}
|
|
3892
|
-
.
|
|
3893
|
-
.
|
|
3949
|
+
.fy-button__flex-center____Om97,
|
|
3950
|
+
.fy-button__flexCenter___PHlCU {
|
|
3894
3951
|
display: flex;
|
|
3895
3952
|
justify-content: center;
|
|
3896
3953
|
align-items: center;
|
|
3897
3954
|
}
|
|
3898
|
-
.
|
|
3899
|
-
.
|
|
3955
|
+
.fy-button__justify-start___vgs9K,
|
|
3956
|
+
.fy-button__justifyStart___NggTJ {
|
|
3900
3957
|
justify-content: flex-start;
|
|
3901
3958
|
}
|
|
3902
|
-
.
|
|
3903
|
-
.
|
|
3959
|
+
.fy-button__justify-end___evwo6,
|
|
3960
|
+
.fy-button__justifyEnd___fDa0b {
|
|
3904
3961
|
justify-content: flex-end;
|
|
3905
3962
|
}
|
|
3906
|
-
.
|
|
3907
|
-
.
|
|
3963
|
+
.fy-button__justify-between___gbKe9,
|
|
3964
|
+
.fy-button__justifyBetween___XdXo5 {
|
|
3908
3965
|
justify-content: space-between;
|
|
3909
3966
|
}
|
|
3910
|
-
.
|
|
3911
|
-
.
|
|
3967
|
+
.fy-button__justify-around___O7fq3,
|
|
3968
|
+
.fy-button__justifyAround___NdK7j {
|
|
3912
3969
|
justify-content: space-around;
|
|
3913
3970
|
}
|
|
3914
|
-
.
|
|
3915
|
-
.
|
|
3971
|
+
.fy-button__justify-evenly___Fukno,
|
|
3972
|
+
.fy-button__justifyEvenly____8lbT {
|
|
3916
3973
|
justify-content: space-evenly;
|
|
3917
3974
|
}
|
|
3918
3975
|
h1,
|
|
3919
|
-
.
|
|
3976
|
+
.fy-button__h1___ljmcG {
|
|
3920
3977
|
font-weight: 700;
|
|
3921
3978
|
font-size: 28px;
|
|
3922
3979
|
line-height: 42px;
|
|
@@ -3925,13 +3982,13 @@ h1,
|
|
|
3925
3982
|
}
|
|
3926
3983
|
@media only screen and (min-width: 769px) {
|
|
3927
3984
|
h1,
|
|
3928
|
-
.
|
|
3985
|
+
.fy-button__h1___ljmcG {
|
|
3929
3986
|
font-size: 36px;
|
|
3930
3987
|
line-height: 48px;
|
|
3931
3988
|
}
|
|
3932
3989
|
}
|
|
3933
3990
|
h2,
|
|
3934
|
-
.
|
|
3991
|
+
.fy-button__h2___dtda8 {
|
|
3935
3992
|
font-weight: 700;
|
|
3936
3993
|
font-size: 28px;
|
|
3937
3994
|
line-height: 36px;
|
|
@@ -3940,13 +3997,13 @@ h2,
|
|
|
3940
3997
|
}
|
|
3941
3998
|
@media only screen and (min-width: 769px) {
|
|
3942
3999
|
h2,
|
|
3943
|
-
.
|
|
4000
|
+
.fy-button__h2___dtda8 {
|
|
3944
4001
|
font-size: 32px;
|
|
3945
4002
|
line-height: 42px;
|
|
3946
4003
|
}
|
|
3947
4004
|
}
|
|
3948
4005
|
h3,
|
|
3949
|
-
.
|
|
4006
|
+
.fy-button__h3___HHfmk {
|
|
3950
4007
|
font-weight: 700;
|
|
3951
4008
|
letter-spacing: -0.02em;
|
|
3952
4009
|
color: var(--textHeading, #26201a);
|
|
@@ -3955,7 +4012,7 @@ h3,
|
|
|
3955
4012
|
}
|
|
3956
4013
|
@media only screen and (min-width: 769px) {
|
|
3957
4014
|
h3,
|
|
3958
|
-
.
|
|
4015
|
+
.fy-button__h3___HHfmk {
|
|
3959
4016
|
font-weight: 700;
|
|
3960
4017
|
letter-spacing: -0.02em;
|
|
3961
4018
|
color: var(--textHeading, #26201a);
|
|
@@ -3964,7 +4021,7 @@ h3,
|
|
|
3964
4021
|
}
|
|
3965
4022
|
}
|
|
3966
4023
|
h4,
|
|
3967
|
-
.
|
|
4024
|
+
.fy-button__h4___SvINy {
|
|
3968
4025
|
font-weight: 600;
|
|
3969
4026
|
letter-spacing: -0.02em;
|
|
3970
4027
|
color: var(--textHeading, #26201a);
|
|
@@ -3973,7 +4030,7 @@ h4,
|
|
|
3973
4030
|
}
|
|
3974
4031
|
@media only screen and (min-width: 769px) {
|
|
3975
4032
|
h4,
|
|
3976
|
-
.
|
|
4033
|
+
.fy-button__h4___SvINy {
|
|
3977
4034
|
font-weight: 600;
|
|
3978
4035
|
letter-spacing: -0.02em;
|
|
3979
4036
|
color: var(--textHeading, #26201a);
|
|
@@ -3982,7 +4039,7 @@ h4,
|
|
|
3982
4039
|
}
|
|
3983
4040
|
}
|
|
3984
4041
|
h5,
|
|
3985
|
-
.
|
|
4042
|
+
.fy-button__h5___LNYpO {
|
|
3986
4043
|
font-weight: 600;
|
|
3987
4044
|
font-size: 14px;
|
|
3988
4045
|
line-height: 16px;
|
|
@@ -3991,12 +4048,12 @@ h5,
|
|
|
3991
4048
|
}
|
|
3992
4049
|
@media only screen and (min-width: 769px) {
|
|
3993
4050
|
h5,
|
|
3994
|
-
.
|
|
4051
|
+
.fy-button__h5___LNYpO {
|
|
3995
4052
|
font-size: 16px;
|
|
3996
4053
|
line-height: 18px;
|
|
3997
4054
|
}
|
|
3998
4055
|
}
|
|
3999
|
-
.
|
|
4056
|
+
.fy-button__b1___cBoS2 {
|
|
4000
4057
|
font-weight: 400;
|
|
4001
4058
|
font-size: 14px;
|
|
4002
4059
|
line-height: 18px;
|
|
@@ -4004,14 +4061,14 @@ h5,
|
|
|
4004
4061
|
color: var(--textBody, #3c3131);
|
|
4005
4062
|
}
|
|
4006
4063
|
@media only screen and (min-width: 769px) {
|
|
4007
|
-
.
|
|
4064
|
+
.fy-button__b1___cBoS2 {
|
|
4008
4065
|
font-size: 16px;
|
|
4009
4066
|
line-height: 20px;
|
|
4010
4067
|
}
|
|
4011
4068
|
}
|
|
4012
|
-
.
|
|
4013
|
-
.
|
|
4014
|
-
.
|
|
4069
|
+
.fy-button__b-small___s1m8o,
|
|
4070
|
+
.fy-button__bSmall___fny2f,
|
|
4071
|
+
.fy-button__b2___gOnJ1 {
|
|
4015
4072
|
font-weight: 400;
|
|
4016
4073
|
letter-spacing: -0.02em;
|
|
4017
4074
|
color: var(--textBody, #3c3131);
|
|
@@ -4019,9 +4076,9 @@ h5,
|
|
|
4019
4076
|
line-height: 16px;
|
|
4020
4077
|
}
|
|
4021
4078
|
@media only screen and (min-width: 769px) {
|
|
4022
|
-
.
|
|
4023
|
-
.
|
|
4024
|
-
.
|
|
4079
|
+
.fy-button__b-small___s1m8o,
|
|
4080
|
+
.fy-button__bSmall___fny2f,
|
|
4081
|
+
.fy-button__b2___gOnJ1 {
|
|
4025
4082
|
font-weight: 400;
|
|
4026
4083
|
letter-spacing: -0.02em;
|
|
4027
4084
|
color: var(--textBody, #3c3131);
|
|
@@ -4029,47 +4086,47 @@ h5,
|
|
|
4029
4086
|
line-height: 18px;
|
|
4030
4087
|
}
|
|
4031
4088
|
}
|
|
4032
|
-
.
|
|
4089
|
+
.fy-button__d1___jr5H6 {
|
|
4033
4090
|
font-size: 36px;
|
|
4034
4091
|
font-weight: 700;
|
|
4035
4092
|
line-height: 48px;
|
|
4036
4093
|
letter-spacing: -0.02em;
|
|
4037
4094
|
}
|
|
4038
4095
|
@media only screen and (min-width: 769px) {
|
|
4039
|
-
.
|
|
4096
|
+
.fy-button__d1___jr5H6 {
|
|
4040
4097
|
font-size: 64px;
|
|
4041
4098
|
line-height: 85px;
|
|
4042
4099
|
letter-spacing: -0.03em;
|
|
4043
4100
|
}
|
|
4044
4101
|
}
|
|
4045
|
-
.
|
|
4046
|
-
.
|
|
4102
|
+
.fy-button__caption-medium___PSB4T,
|
|
4103
|
+
.fy-button__captionMedium___iW0z_ {
|
|
4047
4104
|
font-size: 12px;
|
|
4048
4105
|
line-height: 1.5;
|
|
4049
4106
|
letter-spacing: -0.02em;
|
|
4050
4107
|
font-weight: 500;
|
|
4051
4108
|
}
|
|
4052
4109
|
@media only screen and (max-width: 480px) {
|
|
4053
|
-
.
|
|
4054
|
-
.
|
|
4110
|
+
.fy-button__caption-medium___PSB4T,
|
|
4111
|
+
.fy-button__captionMedium___iW0z_ {
|
|
4055
4112
|
font-size: 11px;
|
|
4056
4113
|
}
|
|
4057
4114
|
}
|
|
4058
|
-
.
|
|
4059
|
-
.
|
|
4115
|
+
.fy-button__caption-semi-bold___FFG2N,
|
|
4116
|
+
.fy-button__captionSemiBold___czTMx {
|
|
4060
4117
|
font-size: 12px;
|
|
4061
4118
|
line-height: 1.5;
|
|
4062
4119
|
letter-spacing: -0.02em;
|
|
4063
4120
|
font-weight: 600;
|
|
4064
4121
|
}
|
|
4065
4122
|
@media only screen and (max-width: 480px) {
|
|
4066
|
-
.
|
|
4067
|
-
.
|
|
4123
|
+
.fy-button__caption-semi-bold___FFG2N,
|
|
4124
|
+
.fy-button__captionSemiBold___czTMx {
|
|
4068
4125
|
font-size: 11px;
|
|
4069
4126
|
}
|
|
4070
4127
|
}
|
|
4071
|
-
.
|
|
4072
|
-
.
|
|
4128
|
+
.fy-button__btn-link___bKkQ1,
|
|
4129
|
+
.fy-button__btnLink___jOAiL {
|
|
4073
4130
|
font-weight: 500;
|
|
4074
4131
|
letter-spacing: -0.02em;
|
|
4075
4132
|
font-size: 12px;
|
|
@@ -4082,72 +4139,72 @@ h5,
|
|
|
4082
4139
|
border: none;
|
|
4083
4140
|
}
|
|
4084
4141
|
@media only screen and (min-width: 769px) {
|
|
4085
|
-
.
|
|
4086
|
-
.
|
|
4142
|
+
.fy-button__btn-link___bKkQ1,
|
|
4143
|
+
.fy-button__btnLink___jOAiL {
|
|
4087
4144
|
font-weight: 500;
|
|
4088
4145
|
letter-spacing: -0.02em;
|
|
4089
4146
|
font-size: 14px;
|
|
4090
4147
|
line-height: 16px;
|
|
4091
4148
|
}
|
|
4092
4149
|
}
|
|
4093
|
-
.
|
|
4094
|
-
.
|
|
4150
|
+
.fy-button__btn-link___bKkQ1:hover,
|
|
4151
|
+
.fy-button__btnLink___jOAiL:hover {
|
|
4095
4152
|
color: var(--buttonLinkL1, #c1847c);
|
|
4096
4153
|
}
|
|
4097
|
-
.
|
|
4098
|
-
.
|
|
4154
|
+
.fy-button__btn-link___bKkQ1:disabled,
|
|
4155
|
+
.fy-button__btnLink___jOAiL:disabled {
|
|
4099
4156
|
color: var(--buttonLinkL2, #d0a39d);
|
|
4100
4157
|
}
|
|
4101
|
-
.
|
|
4102
|
-
.
|
|
4158
|
+
.fy-button__btn-link___bKkQ1:active,
|
|
4159
|
+
.fy-button__btnLink___jOAiL:active {
|
|
4103
4160
|
opacity: 0.8;
|
|
4104
4161
|
}
|
|
4105
|
-
.
|
|
4106
|
-
.
|
|
4162
|
+
.fy-button__user-select-none___CegHT,
|
|
4163
|
+
.fy-button__userSelectNone___DdRnr {
|
|
4107
4164
|
user-select: none;
|
|
4108
4165
|
-moz-user-select: none;
|
|
4109
4166
|
-webkit-user-select: none;
|
|
4110
4167
|
-ms-user-select: none;
|
|
4111
4168
|
}
|
|
4112
|
-
.
|
|
4113
|
-
.
|
|
4169
|
+
.fy-button__margin-0-auto___f2LiK,
|
|
4170
|
+
.fy-button__margin0auto___LCb81 {
|
|
4114
4171
|
margin: 0 auto;
|
|
4115
4172
|
}
|
|
4116
|
-
.
|
|
4117
|
-
.
|
|
4173
|
+
.fy-button__base-page-container___blkPJ,
|
|
4174
|
+
.fy-button__basePageContainer___ciPsX {
|
|
4118
4175
|
max-width: 1440px !important;
|
|
4119
4176
|
}
|
|
4120
|
-
.
|
|
4121
|
-
.
|
|
4177
|
+
.fy-button__remove-scroll___Kd5MZ,
|
|
4178
|
+
.fy-button__removeScroll___UpL4U {
|
|
4122
4179
|
overflow-y: hidden !important;
|
|
4123
4180
|
}
|
|
4124
|
-
.
|
|
4125
|
-
.
|
|
4181
|
+
.fy-button__mr-5___A5qJJ,
|
|
4182
|
+
.fy-button__mr5___BRUgW {
|
|
4126
4183
|
margin-inline-end: 30px !important;
|
|
4127
4184
|
}
|
|
4128
|
-
.
|
|
4129
|
-
.
|
|
4185
|
+
.fy-button__mr-2___Qtkhv,
|
|
4186
|
+
.fy-button__mr2___ajbyt {
|
|
4130
4187
|
margin-inline-end: 5px !important;
|
|
4131
4188
|
}
|
|
4132
|
-
.
|
|
4133
|
-
.
|
|
4189
|
+
.fy-button__py-5___y7k5w,
|
|
4190
|
+
.fy-button__py5___Zi5JN {
|
|
4134
4191
|
padding-top: 1.875rem !important;
|
|
4135
4192
|
padding-bottom: 1.875rem !important;
|
|
4136
4193
|
}
|
|
4137
|
-
.
|
|
4138
|
-
.
|
|
4194
|
+
.fy-button__view-all-text___U6bgs,
|
|
4195
|
+
.fy-button__viewAllText___CpXoj {
|
|
4139
4196
|
font-size: 20px;
|
|
4140
4197
|
font-weight: 400;
|
|
4141
4198
|
text-transform: lowercase;
|
|
4142
4199
|
text-decoration: underline;
|
|
4143
4200
|
}
|
|
4144
|
-
.
|
|
4145
|
-
.
|
|
4201
|
+
.fy-button__view-all-mobile___T8nf5,
|
|
4202
|
+
.fy-button__viewAllMobile___yLYMO {
|
|
4146
4203
|
display: none;
|
|
4147
4204
|
}
|
|
4148
4205
|
@media only screen and (max-width: 768px) {
|
|
4149
|
-
.
|
|
4150
|
-
.
|
|
4206
|
+
.fy-button__view-all-mobile___T8nf5,
|
|
4207
|
+
.fy-button__viewAllMobile___yLYMO {
|
|
4151
4208
|
display: flex;
|
|
4152
4209
|
align-items: center;
|
|
4153
4210
|
justify-content: center;
|
|
@@ -4155,121 +4212,270 @@ h5,
|
|
|
4155
4212
|
}
|
|
4156
4213
|
}
|
|
4157
4214
|
@media only screen and (max-width: 480px) {
|
|
4158
|
-
.
|
|
4159
|
-
.
|
|
4215
|
+
.fy-button__view-all-mobile___T8nf5,
|
|
4216
|
+
.fy-button__viewAllMobile___yLYMO {
|
|
4160
4217
|
margin-top: 24px;
|
|
4161
4218
|
}
|
|
4162
4219
|
}
|
|
4163
|
-
.
|
|
4164
|
-
.
|
|
4220
|
+
.fy-button__accent-btn___xbDFn,
|
|
4221
|
+
.fy-button__accentBtn___opgXg {
|
|
4165
4222
|
background-color: var(--accentColor);
|
|
4166
4223
|
color: #fff;
|
|
4167
4224
|
}
|
|
4168
|
-
.
|
|
4169
|
-
.
|
|
4225
|
+
.fy-button__no-scroll___oFpSx,
|
|
4226
|
+
.fy-button__noScroll___ghKBa {
|
|
4170
4227
|
overflow-y: hidden;
|
|
4171
4228
|
}
|
|
4172
|
-
.
|
|
4173
|
-
.
|
|
4229
|
+
.fy-button__hide-overflow___wDMEA,
|
|
4230
|
+
.fy-button__hideOverflow___F8mRq {
|
|
4174
4231
|
overflow: hidden;
|
|
4175
4232
|
}
|
|
4176
|
-
.
|
|
4233
|
+
.fy-button__markdown-body___uimil h6 {
|
|
4177
4234
|
margin-top: 0 !important;
|
|
4178
4235
|
margin-bottom: 0 !important;
|
|
4179
4236
|
}
|
|
4180
4237
|
@media only screen and (max-width: 480px) {
|
|
4181
|
-
.
|
|
4238
|
+
.fy-button__markdown-body___uimil {
|
|
4182
4239
|
font-size: 12px !important;
|
|
4183
4240
|
padding: 5px !important;
|
|
4184
4241
|
}
|
|
4185
4242
|
}
|
|
4186
|
-
.
|
|
4243
|
+
.fy-button__view3d-canvas___E1pOb {
|
|
4187
4244
|
width: 100%;
|
|
4188
4245
|
height: 100%;
|
|
4189
4246
|
}
|
|
4190
4247
|
@media only screen and (max-width: 480px) {
|
|
4191
|
-
.
|
|
4248
|
+
.fy-button__view-mobile-up___sto08 {
|
|
4192
4249
|
display: none !important;
|
|
4193
4250
|
}
|
|
4194
4251
|
}
|
|
4195
4252
|
@media only screen and (min-width: 481px) {
|
|
4196
|
-
.
|
|
4253
|
+
.fy-button__view-mobile___yMsQF {
|
|
4197
4254
|
display: none !important;
|
|
4198
4255
|
}
|
|
4199
4256
|
}
|
|
4200
|
-
.
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4257
|
+
.fy-button__button___UES8C {
|
|
4258
|
+
font-family: inherit;
|
|
4259
|
+
border: none;
|
|
4260
|
+
border-radius: var(--buttonRadius, 0px);
|
|
4261
|
+
cursor: pointer;
|
|
4262
|
+
display: flex;
|
|
4263
|
+
align-items: center;
|
|
4264
|
+
justify-content: center;
|
|
4265
|
+
text-align: center;
|
|
4266
|
+
gap: 6px;
|
|
4267
|
+
transition: background-color 0.3s ease;
|
|
4207
4268
|
}
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4269
|
+
.fy-button__button___UES8C span {
|
|
4270
|
+
display: inline-flex;
|
|
4271
|
+
}
|
|
4272
|
+
.fy-button__button___UES8C:focus-visible {
|
|
4273
|
+
outline: none;
|
|
4274
|
+
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
|
|
4275
|
+
}
|
|
4276
|
+
.fy-button__button___UES8C:disabled {
|
|
4277
|
+
cursor: not-allowed;
|
|
4278
|
+
opacity: 0.7;
|
|
4279
|
+
}
|
|
4280
|
+
.fy-button__button___UES8C .fy-button__loaderContainer___BYHJs {
|
|
4281
|
+
position: unset;
|
|
4282
|
+
background: transparent;
|
|
4283
|
+
height: auto;
|
|
4284
|
+
z-index: 0;
|
|
4285
|
+
}
|
|
4286
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i {
|
|
4287
|
+
height: 14px;
|
|
4288
|
+
width: unset;
|
|
4289
|
+
aspect-ratio: 1;
|
|
4290
|
+
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
4291
|
+
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
4292
|
+
padding: 0;
|
|
4293
|
+
margin-inline-start: 0;
|
|
4294
|
+
}
|
|
4295
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
4296
|
+
border-top-color: #ffffff;
|
|
4297
|
+
}
|
|
4298
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__secondary___z_hBB,
|
|
4299
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__secondary___z_hBB {
|
|
4300
|
+
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
4301
|
+
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
4302
|
+
}
|
|
4303
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
4304
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
4305
|
+
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
4306
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
4307
|
+
}
|
|
4308
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
4309
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
4310
|
+
border: 2px solid var(--successBackground, #c2dbc9);
|
|
4311
|
+
border-top: 2px solid var(--successText, #1c958f);
|
|
4312
|
+
}
|
|
4313
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
4314
|
+
border: 2px solid #ffffff;
|
|
4315
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
4316
|
+
}
|
|
4317
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
4318
|
+
border: 2px solid #ffffff;
|
|
4319
|
+
border-top: 2px solid var(--successText, #1c958f);
|
|
4320
|
+
}
|
|
4321
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__secondary___z_hBB {
|
|
4322
|
+
border: 2px solid #ffffff;
|
|
4323
|
+
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
4324
|
+
}
|
|
4325
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__medium___uyLw8 {
|
|
4326
|
+
height: 30px;
|
|
4327
|
+
border-width: 4px;
|
|
4328
|
+
}
|
|
4329
|
+
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__large___nv2sC {
|
|
4330
|
+
height: 40px;
|
|
4331
|
+
border-width: 4px;
|
|
4332
|
+
}
|
|
4333
|
+
.fy-button__fullWidth___FLrWt {
|
|
4334
|
+
width: 100%;
|
|
4335
|
+
}
|
|
4336
|
+
.fy-button__text___HwP6V {
|
|
4337
|
+
background-color: transparent;
|
|
4338
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
4339
|
+
}
|
|
4340
|
+
.fy-button__text___HwP6V.fy-button__secondary___z_hBB {
|
|
4341
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
4342
|
+
}
|
|
4343
|
+
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
4344
|
+
color: var(--errorText, #ff3333);
|
|
4345
|
+
}
|
|
4346
|
+
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
4347
|
+
color: var(--successText, #1c958f);
|
|
4348
|
+
}
|
|
4349
|
+
.fy-button__contained___F5O7g {
|
|
4350
|
+
background-color: var(--buttonPrimary, #4e3f09);
|
|
4351
|
+
color: #ffffff;
|
|
4352
|
+
}
|
|
4353
|
+
.fy-button__contained___F5O7g.fy-button__primary___xKz1S:hover {
|
|
4354
|
+
background-color: var(--buttonPrimaryL1, #71653a);
|
|
4355
|
+
color: #ffffff;
|
|
4356
|
+
}
|
|
4357
|
+
.fy-button__contained___F5O7g.fy-button__secondary___z_hBB {
|
|
4358
|
+
background-color: var(--buttonSecondary, #fff);
|
|
4359
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
4360
|
+
}
|
|
4361
|
+
.fy-button__contained___F5O7g.fy-button__secondary___z_hBB:hover {
|
|
4362
|
+
background-color: var(--buttonPrimaryL1, #71653a);
|
|
4363
|
+
color: #ffffff;
|
|
4364
|
+
}
|
|
4365
|
+
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
4366
|
+
background-color: var(--errorBackground, #e6d5d5);
|
|
4367
|
+
color: var(--errorText, #ff3333);
|
|
4368
|
+
}
|
|
4369
|
+
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
4370
|
+
background-color: var(--successBackground, #c2dbc9);
|
|
4371
|
+
color: var(--successText, #1c958f);
|
|
4372
|
+
}
|
|
4373
|
+
.fy-button__outlined___WccQN {
|
|
4374
|
+
background-color: transparent;
|
|
4375
|
+
border: 1px solid var(--buttonPrimary, #4e3f09);
|
|
4376
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
4377
|
+
}
|
|
4378
|
+
.fy-button__outlined___WccQN.fy-button__primary___xKz1S:hover {
|
|
4379
|
+
background-color: var(--buttonPrimary, #4e3f09);
|
|
4380
|
+
color: var(--buttonSecondary, #fff);
|
|
4381
|
+
}
|
|
4382
|
+
.fy-button__outlined___WccQN.fy-button__primary___xKz1S:hover svg path {
|
|
4383
|
+
fill: var(--buttonSecondary, #fff);
|
|
4384
|
+
}
|
|
4385
|
+
.fy-button__outlined___WccQN.fy-button__secondary___z_hBB {
|
|
4386
|
+
border: 1px solid var(--buttonSecondary, #fff);
|
|
4387
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
4388
|
+
}
|
|
4389
|
+
.fy-button__outlined___WccQN.fy-button__secondary___z_hBB:hover {
|
|
4390
|
+
background-color: var(--buttonPrimary, #4e3f09);
|
|
4391
|
+
color: #ffffff;
|
|
4392
|
+
}
|
|
4393
|
+
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
4394
|
+
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
4395
|
+
color: var(--errorText, #ff3333);
|
|
4396
|
+
}
|
|
4397
|
+
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
4398
|
+
border: 1px solid var(--successBackground, #c2dbc9);
|
|
4399
|
+
color: var(--successText, #1c958f);
|
|
4400
|
+
}
|
|
4401
|
+
.fy-button__info___zO7uV {
|
|
4402
|
+
background-color: var(--informationBackground, #ebd3bc);
|
|
4403
|
+
color: var(--informationText, #d28f51);
|
|
4404
|
+
cursor: unset;
|
|
4405
|
+
}
|
|
4406
|
+
.fy-button__small___MktU8 {
|
|
4407
|
+
padding: 5px 10px;
|
|
4408
|
+
font-size: 12px;
|
|
4409
|
+
}
|
|
4410
|
+
.fy-button__medium___uyLw8 {
|
|
4411
|
+
height: 48px;
|
|
4412
|
+
padding: 12px 28px;
|
|
4413
|
+
font-size: 14px;
|
|
4414
|
+
font-weight: 500;
|
|
4415
|
+
line-height: normal;
|
|
4416
|
+
letter-spacing: -0.28px;
|
|
4417
|
+
}
|
|
4418
|
+
.fy-button__large___nv2sC {
|
|
4419
|
+
padding: 15px 20px;
|
|
4420
|
+
font-size: 16px;
|
|
4215
4421
|
}
|
|
4216
4422
|
|
|
4217
4423
|
/**color by character**/
|
|
4218
4424
|
/** Font family **/
|
|
4219
4425
|
/** Font weight **/
|
|
4220
|
-
.
|
|
4426
|
+
.loader__display-block___C28Wh {
|
|
4221
4427
|
display: block;
|
|
4222
4428
|
}
|
|
4223
|
-
.
|
|
4224
|
-
.
|
|
4429
|
+
.loader__inline-block___qe6ST,
|
|
4430
|
+
.loader__inlineBlock___RbcTU {
|
|
4225
4431
|
display: inline-block;
|
|
4226
4432
|
}
|
|
4227
|
-
.
|
|
4433
|
+
.loader__flex-row___jtutA {
|
|
4228
4434
|
display: flex;
|
|
4229
4435
|
}
|
|
4230
|
-
.
|
|
4231
|
-
.
|
|
4436
|
+
.loader__flex-column___Xo1gh,
|
|
4437
|
+
.loader__flexColumn___BZ1uV {
|
|
4232
4438
|
display: flex;
|
|
4233
4439
|
flex-direction: column;
|
|
4234
4440
|
}
|
|
4235
|
-
.
|
|
4236
|
-
.
|
|
4441
|
+
.loader__flex-align-center___QKakD,
|
|
4442
|
+
.loader__flexAlignCenter____hCbC {
|
|
4237
4443
|
display: flex;
|
|
4238
4444
|
align-items: center;
|
|
4239
4445
|
}
|
|
4240
|
-
.
|
|
4241
|
-
.
|
|
4446
|
+
.loader__flex-justify-center___iXbnu,
|
|
4447
|
+
.loader__flexJustifyCenter___x_1Sc {
|
|
4242
4448
|
display: flex;
|
|
4243
4449
|
justify-content: center;
|
|
4244
4450
|
}
|
|
4245
|
-
.
|
|
4246
|
-
.
|
|
4451
|
+
.loader__flex-center___cERbN,
|
|
4452
|
+
.loader__flexCenter___FRjsH {
|
|
4247
4453
|
display: flex;
|
|
4248
4454
|
justify-content: center;
|
|
4249
4455
|
align-items: center;
|
|
4250
4456
|
}
|
|
4251
|
-
.
|
|
4252
|
-
.
|
|
4457
|
+
.loader__justify-start___PXa_q,
|
|
4458
|
+
.loader__justifyStart___RIbpq {
|
|
4253
4459
|
justify-content: flex-start;
|
|
4254
4460
|
}
|
|
4255
|
-
.
|
|
4256
|
-
.
|
|
4461
|
+
.loader__justify-end___N_MxT,
|
|
4462
|
+
.loader__justifyEnd___c9Puj {
|
|
4257
4463
|
justify-content: flex-end;
|
|
4258
4464
|
}
|
|
4259
|
-
.
|
|
4260
|
-
.
|
|
4465
|
+
.loader__justify-between___ryNlc,
|
|
4466
|
+
.loader__justifyBetween___bNm10 {
|
|
4261
4467
|
justify-content: space-between;
|
|
4262
4468
|
}
|
|
4263
|
-
.
|
|
4264
|
-
.
|
|
4469
|
+
.loader__justify-around___kWvQU,
|
|
4470
|
+
.loader__justifyAround___TO6v6 {
|
|
4265
4471
|
justify-content: space-around;
|
|
4266
4472
|
}
|
|
4267
|
-
.
|
|
4268
|
-
.
|
|
4473
|
+
.loader__justify-evenly___r6oLK,
|
|
4474
|
+
.loader__justifyEvenly___NI1zZ {
|
|
4269
4475
|
justify-content: space-evenly;
|
|
4270
4476
|
}
|
|
4271
4477
|
h1,
|
|
4272
|
-
.
|
|
4478
|
+
.loader__h1___N9UmV {
|
|
4273
4479
|
font-weight: 700;
|
|
4274
4480
|
font-size: 28px;
|
|
4275
4481
|
line-height: 42px;
|
|
@@ -4278,13 +4484,13 @@ h1,
|
|
|
4278
4484
|
}
|
|
4279
4485
|
@media only screen and (min-width: 769px) {
|
|
4280
4486
|
h1,
|
|
4281
|
-
.
|
|
4487
|
+
.loader__h1___N9UmV {
|
|
4282
4488
|
font-size: 36px;
|
|
4283
4489
|
line-height: 48px;
|
|
4284
4490
|
}
|
|
4285
4491
|
}
|
|
4286
4492
|
h2,
|
|
4287
|
-
.
|
|
4493
|
+
.loader__h2___tLPka {
|
|
4288
4494
|
font-weight: 700;
|
|
4289
4495
|
font-size: 28px;
|
|
4290
4496
|
line-height: 36px;
|
|
@@ -4293,13 +4499,13 @@ h2,
|
|
|
4293
4499
|
}
|
|
4294
4500
|
@media only screen and (min-width: 769px) {
|
|
4295
4501
|
h2,
|
|
4296
|
-
.
|
|
4502
|
+
.loader__h2___tLPka {
|
|
4297
4503
|
font-size: 32px;
|
|
4298
4504
|
line-height: 42px;
|
|
4299
4505
|
}
|
|
4300
4506
|
}
|
|
4301
4507
|
h3,
|
|
4302
|
-
.
|
|
4508
|
+
.loader__h3___lpAs2 {
|
|
4303
4509
|
font-weight: 700;
|
|
4304
4510
|
letter-spacing: -0.02em;
|
|
4305
4511
|
color: var(--textHeading, #26201a);
|
|
@@ -4308,7 +4514,7 @@ h3,
|
|
|
4308
4514
|
}
|
|
4309
4515
|
@media only screen and (min-width: 769px) {
|
|
4310
4516
|
h3,
|
|
4311
|
-
.
|
|
4517
|
+
.loader__h3___lpAs2 {
|
|
4312
4518
|
font-weight: 700;
|
|
4313
4519
|
letter-spacing: -0.02em;
|
|
4314
4520
|
color: var(--textHeading, #26201a);
|
|
@@ -4317,7 +4523,7 @@ h3,
|
|
|
4317
4523
|
}
|
|
4318
4524
|
}
|
|
4319
4525
|
h4,
|
|
4320
|
-
.
|
|
4526
|
+
.loader__h4___I9T7x {
|
|
4321
4527
|
font-weight: 600;
|
|
4322
4528
|
letter-spacing: -0.02em;
|
|
4323
4529
|
color: var(--textHeading, #26201a);
|
|
@@ -4326,7 +4532,7 @@ h4,
|
|
|
4326
4532
|
}
|
|
4327
4533
|
@media only screen and (min-width: 769px) {
|
|
4328
4534
|
h4,
|
|
4329
|
-
.
|
|
4535
|
+
.loader__h4___I9T7x {
|
|
4330
4536
|
font-weight: 600;
|
|
4331
4537
|
letter-spacing: -0.02em;
|
|
4332
4538
|
color: var(--textHeading, #26201a);
|
|
@@ -4335,7 +4541,7 @@ h4,
|
|
|
4335
4541
|
}
|
|
4336
4542
|
}
|
|
4337
4543
|
h5,
|
|
4338
|
-
.
|
|
4544
|
+
.loader__h5___U0S2a {
|
|
4339
4545
|
font-weight: 600;
|
|
4340
4546
|
font-size: 14px;
|
|
4341
4547
|
line-height: 16px;
|
|
@@ -4344,12 +4550,12 @@ h5,
|
|
|
4344
4550
|
}
|
|
4345
4551
|
@media only screen and (min-width: 769px) {
|
|
4346
4552
|
h5,
|
|
4347
|
-
.
|
|
4553
|
+
.loader__h5___U0S2a {
|
|
4348
4554
|
font-size: 16px;
|
|
4349
4555
|
line-height: 18px;
|
|
4350
4556
|
}
|
|
4351
4557
|
}
|
|
4352
|
-
.
|
|
4558
|
+
.loader__b1___ava08 {
|
|
4353
4559
|
font-weight: 400;
|
|
4354
4560
|
font-size: 14px;
|
|
4355
4561
|
line-height: 18px;
|
|
@@ -4357,13 +4563,852 @@ h5,
|
|
|
4357
4563
|
color: var(--textBody, #3c3131);
|
|
4358
4564
|
}
|
|
4359
4565
|
@media only screen and (min-width: 769px) {
|
|
4360
|
-
.
|
|
4566
|
+
.loader__b1___ava08 {
|
|
4361
4567
|
font-size: 16px;
|
|
4362
4568
|
line-height: 20px;
|
|
4363
4569
|
}
|
|
4364
4570
|
}
|
|
4365
|
-
.
|
|
4366
|
-
.
|
|
4571
|
+
.loader__b-small___MxINE,
|
|
4572
|
+
.loader__bSmall___vHKDM,
|
|
4573
|
+
.loader__b2___yNXNt {
|
|
4574
|
+
font-weight: 400;
|
|
4575
|
+
letter-spacing: -0.02em;
|
|
4576
|
+
color: var(--textBody, #3c3131);
|
|
4577
|
+
font-size: 12px;
|
|
4578
|
+
line-height: 16px;
|
|
4579
|
+
}
|
|
4580
|
+
@media only screen and (min-width: 769px) {
|
|
4581
|
+
.loader__b-small___MxINE,
|
|
4582
|
+
.loader__bSmall___vHKDM,
|
|
4583
|
+
.loader__b2___yNXNt {
|
|
4584
|
+
font-weight: 400;
|
|
4585
|
+
letter-spacing: -0.02em;
|
|
4586
|
+
color: var(--textBody, #3c3131);
|
|
4587
|
+
font-size: 14px;
|
|
4588
|
+
line-height: 18px;
|
|
4589
|
+
}
|
|
4590
|
+
}
|
|
4591
|
+
.loader__d1___zLD7l {
|
|
4592
|
+
font-size: 36px;
|
|
4593
|
+
font-weight: 700;
|
|
4594
|
+
line-height: 48px;
|
|
4595
|
+
letter-spacing: -0.02em;
|
|
4596
|
+
}
|
|
4597
|
+
@media only screen and (min-width: 769px) {
|
|
4598
|
+
.loader__d1___zLD7l {
|
|
4599
|
+
font-size: 64px;
|
|
4600
|
+
line-height: 85px;
|
|
4601
|
+
letter-spacing: -0.03em;
|
|
4602
|
+
}
|
|
4603
|
+
}
|
|
4604
|
+
.loader__caption-medium___Urevx,
|
|
4605
|
+
.loader__captionMedium___AiB4A {
|
|
4606
|
+
font-size: 12px;
|
|
4607
|
+
line-height: 1.5;
|
|
4608
|
+
letter-spacing: -0.02em;
|
|
4609
|
+
font-weight: 500;
|
|
4610
|
+
}
|
|
4611
|
+
@media only screen and (max-width: 480px) {
|
|
4612
|
+
.loader__caption-medium___Urevx,
|
|
4613
|
+
.loader__captionMedium___AiB4A {
|
|
4614
|
+
font-size: 11px;
|
|
4615
|
+
}
|
|
4616
|
+
}
|
|
4617
|
+
.loader__caption-semi-bold___F9hrq,
|
|
4618
|
+
.loader__captionSemiBold___GwZZD {
|
|
4619
|
+
font-size: 12px;
|
|
4620
|
+
line-height: 1.5;
|
|
4621
|
+
letter-spacing: -0.02em;
|
|
4622
|
+
font-weight: 600;
|
|
4623
|
+
}
|
|
4624
|
+
@media only screen and (max-width: 480px) {
|
|
4625
|
+
.loader__caption-semi-bold___F9hrq,
|
|
4626
|
+
.loader__captionSemiBold___GwZZD {
|
|
4627
|
+
font-size: 11px;
|
|
4628
|
+
}
|
|
4629
|
+
}
|
|
4630
|
+
.loader__btn-link___z7cQQ,
|
|
4631
|
+
.loader__btnLink___hjxLE {
|
|
4632
|
+
font-weight: 500;
|
|
4633
|
+
letter-spacing: -0.02em;
|
|
4634
|
+
font-size: 12px;
|
|
4635
|
+
line-height: 14px;
|
|
4636
|
+
border-radius: var(--buttonRadius, 0px);
|
|
4637
|
+
cursor: pointer;
|
|
4638
|
+
color: var(--buttonLink, #b1655b);
|
|
4639
|
+
text-decoration: underline;
|
|
4640
|
+
background: none;
|
|
4641
|
+
border: none;
|
|
4642
|
+
}
|
|
4643
|
+
@media only screen and (min-width: 769px) {
|
|
4644
|
+
.loader__btn-link___z7cQQ,
|
|
4645
|
+
.loader__btnLink___hjxLE {
|
|
4646
|
+
font-weight: 500;
|
|
4647
|
+
letter-spacing: -0.02em;
|
|
4648
|
+
font-size: 14px;
|
|
4649
|
+
line-height: 16px;
|
|
4650
|
+
}
|
|
4651
|
+
}
|
|
4652
|
+
.loader__btn-link___z7cQQ:hover,
|
|
4653
|
+
.loader__btnLink___hjxLE:hover {
|
|
4654
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
4655
|
+
}
|
|
4656
|
+
.loader__btn-link___z7cQQ:disabled,
|
|
4657
|
+
.loader__btnLink___hjxLE:disabled {
|
|
4658
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
4659
|
+
}
|
|
4660
|
+
.loader__btn-link___z7cQQ:active,
|
|
4661
|
+
.loader__btnLink___hjxLE:active {
|
|
4662
|
+
opacity: 0.8;
|
|
4663
|
+
}
|
|
4664
|
+
.loader__user-select-none___M5hoJ,
|
|
4665
|
+
.loader__userSelectNone___iA0b1 {
|
|
4666
|
+
user-select: none;
|
|
4667
|
+
-moz-user-select: none;
|
|
4668
|
+
-webkit-user-select: none;
|
|
4669
|
+
-ms-user-select: none;
|
|
4670
|
+
}
|
|
4671
|
+
.loader__margin-0-auto___T2r2j,
|
|
4672
|
+
.loader__margin0auto___ZVL7u {
|
|
4673
|
+
margin: 0 auto;
|
|
4674
|
+
}
|
|
4675
|
+
.loader__base-page-container____Zsxk,
|
|
4676
|
+
.loader__basePageContainer___DLiFl {
|
|
4677
|
+
max-width: 1440px !important;
|
|
4678
|
+
}
|
|
4679
|
+
.loader__remove-scroll___hWs9Y,
|
|
4680
|
+
.loader__removeScroll___HDDzE {
|
|
4681
|
+
overflow-y: hidden !important;
|
|
4682
|
+
}
|
|
4683
|
+
.loader__mr-5___eLBs7,
|
|
4684
|
+
.loader__mr5___zJD9I {
|
|
4685
|
+
margin-inline-end: 30px !important;
|
|
4686
|
+
}
|
|
4687
|
+
.loader__mr-2___tbwub,
|
|
4688
|
+
.loader__mr2___X89Qh {
|
|
4689
|
+
margin-inline-end: 5px !important;
|
|
4690
|
+
}
|
|
4691
|
+
.loader__py-5___pdJLF,
|
|
4692
|
+
.loader__py5___AvRNG {
|
|
4693
|
+
padding-top: 1.875rem !important;
|
|
4694
|
+
padding-bottom: 1.875rem !important;
|
|
4695
|
+
}
|
|
4696
|
+
.loader__view-all-text___liiUk,
|
|
4697
|
+
.loader__viewAllText___Y96u7 {
|
|
4698
|
+
font-size: 20px;
|
|
4699
|
+
font-weight: 400;
|
|
4700
|
+
text-transform: lowercase;
|
|
4701
|
+
text-decoration: underline;
|
|
4702
|
+
}
|
|
4703
|
+
.loader__view-all-mobile___ZXDhV,
|
|
4704
|
+
.loader__viewAllMobile___h_w0I {
|
|
4705
|
+
display: none;
|
|
4706
|
+
}
|
|
4707
|
+
@media only screen and (max-width: 768px) {
|
|
4708
|
+
.loader__view-all-mobile___ZXDhV,
|
|
4709
|
+
.loader__viewAllMobile___h_w0I {
|
|
4710
|
+
display: flex;
|
|
4711
|
+
align-items: center;
|
|
4712
|
+
justify-content: center;
|
|
4713
|
+
margin-top: 40px;
|
|
4714
|
+
}
|
|
4715
|
+
}
|
|
4716
|
+
@media only screen and (max-width: 480px) {
|
|
4717
|
+
.loader__view-all-mobile___ZXDhV,
|
|
4718
|
+
.loader__viewAllMobile___h_w0I {
|
|
4719
|
+
margin-top: 24px;
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
.loader__accent-btn___P6FBY,
|
|
4723
|
+
.loader__accentBtn___VC5di {
|
|
4724
|
+
background-color: var(--accentColor);
|
|
4725
|
+
color: #fff;
|
|
4726
|
+
}
|
|
4727
|
+
.loader__no-scroll___vVb6b,
|
|
4728
|
+
.loader__noScroll___ddkr9 {
|
|
4729
|
+
overflow-y: hidden;
|
|
4730
|
+
}
|
|
4731
|
+
.loader__hide-overflow___sIszC,
|
|
4732
|
+
.loader__hideOverflow___qX4zB {
|
|
4733
|
+
overflow: hidden;
|
|
4734
|
+
}
|
|
4735
|
+
.loader__markdown-body___ZDTE_ h6 {
|
|
4736
|
+
margin-top: 0 !important;
|
|
4737
|
+
margin-bottom: 0 !important;
|
|
4738
|
+
}
|
|
4739
|
+
@media only screen and (max-width: 480px) {
|
|
4740
|
+
.loader__markdown-body___ZDTE_ {
|
|
4741
|
+
font-size: 12px !important;
|
|
4742
|
+
padding: 5px !important;
|
|
4743
|
+
}
|
|
4744
|
+
}
|
|
4745
|
+
.loader__view3d-canvas___Y51aL {
|
|
4746
|
+
width: 100%;
|
|
4747
|
+
height: 100%;
|
|
4748
|
+
}
|
|
4749
|
+
@media only screen and (max-width: 480px) {
|
|
4750
|
+
.loader__view-mobile-up___tbZ1n {
|
|
4751
|
+
display: none !important;
|
|
4752
|
+
}
|
|
4753
|
+
}
|
|
4754
|
+
@media only screen and (min-width: 481px) {
|
|
4755
|
+
.loader__view-mobile___zSuiC {
|
|
4756
|
+
display: none !important;
|
|
4757
|
+
}
|
|
4758
|
+
}
|
|
4759
|
+
.loader__loading___r6ySa {
|
|
4760
|
+
position: fixed;
|
|
4761
|
+
z-index: 2000;
|
|
4762
|
+
height: 2em;
|
|
4763
|
+
width: 2em;
|
|
4764
|
+
overflow: visible;
|
|
4765
|
+
margin: auto;
|
|
4766
|
+
top: 0;
|
|
4767
|
+
inset-inline-start: 0;
|
|
4768
|
+
bottom: 0;
|
|
4769
|
+
inset-inline-end: 0;
|
|
4770
|
+
}
|
|
4771
|
+
/* Transparent Overlay */
|
|
4772
|
+
.loader__loading___r6ySa:before {
|
|
4773
|
+
content: "";
|
|
4774
|
+
display: block;
|
|
4775
|
+
position: fixed;
|
|
4776
|
+
top: 0;
|
|
4777
|
+
inset-inline-start: 0;
|
|
4778
|
+
width: 100%;
|
|
4779
|
+
height: 100%;
|
|
4780
|
+
background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
|
|
4781
|
+
background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
|
|
4782
|
+
}
|
|
4783
|
+
/* :not(:required) hides these rules from IE9 and below */
|
|
4784
|
+
.loader__loading___r6ySa:not(:required) {
|
|
4785
|
+
/* hide "loading..." text */
|
|
4786
|
+
font: 0/0 a;
|
|
4787
|
+
color: transparent;
|
|
4788
|
+
text-shadow: none;
|
|
4789
|
+
background-color: transparent;
|
|
4790
|
+
border: 0;
|
|
4791
|
+
}
|
|
4792
|
+
.loader__loading___r6ySa:not(:required):after {
|
|
4793
|
+
content: "";
|
|
4794
|
+
display: block;
|
|
4795
|
+
font-size: 10px;
|
|
4796
|
+
width: 1em;
|
|
4797
|
+
height: 1em;
|
|
4798
|
+
margin-top: -0.5em;
|
|
4799
|
+
-webkit-animation: loader__spinner___zNEkS 150ms infinite linear;
|
|
4800
|
+
-moz-animation: loader__spinner___zNEkS 150ms infinite linear;
|
|
4801
|
+
-ms-animation: loader__spinner___zNEkS 150ms infinite linear;
|
|
4802
|
+
-o-animation: loader__spinner___zNEkS 150ms infinite linear;
|
|
4803
|
+
animation: loader__spinner___zNEkS 150ms infinite linear;
|
|
4804
|
+
border-radius: 0.5em;
|
|
4805
|
+
-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
|
|
4806
|
+
box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
|
|
4807
|
+
}
|
|
4808
|
+
/* Animation */
|
|
4809
|
+
@-webkit-keyframes loader__spinner___zNEkS {
|
|
4810
|
+
0% {
|
|
4811
|
+
-webkit-transform: rotate(0deg);
|
|
4812
|
+
-moz-transform: rotate(0deg);
|
|
4813
|
+
-ms-transform: rotate(0deg);
|
|
4814
|
+
-o-transform: rotate(0deg);
|
|
4815
|
+
transform: rotate(0deg);
|
|
4816
|
+
}
|
|
4817
|
+
100% {
|
|
4818
|
+
-webkit-transform: rotate(360deg);
|
|
4819
|
+
-moz-transform: rotate(360deg);
|
|
4820
|
+
-ms-transform: rotate(360deg);
|
|
4821
|
+
-o-transform: rotate(360deg);
|
|
4822
|
+
transform: rotate(360deg);
|
|
4823
|
+
}
|
|
4824
|
+
}
|
|
4825
|
+
@-moz-keyframes loader__spinner___zNEkS {
|
|
4826
|
+
0% {
|
|
4827
|
+
-webkit-transform: rotate(0deg);
|
|
4828
|
+
-moz-transform: rotate(0deg);
|
|
4829
|
+
-ms-transform: rotate(0deg);
|
|
4830
|
+
-o-transform: rotate(0deg);
|
|
4831
|
+
transform: rotate(0deg);
|
|
4832
|
+
}
|
|
4833
|
+
100% {
|
|
4834
|
+
-webkit-transform: rotate(360deg);
|
|
4835
|
+
-moz-transform: rotate(360deg);
|
|
4836
|
+
-ms-transform: rotate(360deg);
|
|
4837
|
+
-o-transform: rotate(360deg);
|
|
4838
|
+
transform: rotate(360deg);
|
|
4839
|
+
}
|
|
4840
|
+
}
|
|
4841
|
+
@-o-keyframes loader__spinner___zNEkS {
|
|
4842
|
+
0% {
|
|
4843
|
+
-webkit-transform: rotate(0deg);
|
|
4844
|
+
-moz-transform: rotate(0deg);
|
|
4845
|
+
-ms-transform: rotate(0deg);
|
|
4846
|
+
-o-transform: rotate(0deg);
|
|
4847
|
+
transform: rotate(0deg);
|
|
4848
|
+
}
|
|
4849
|
+
100% {
|
|
4850
|
+
-webkit-transform: rotate(360deg);
|
|
4851
|
+
-moz-transform: rotate(360deg);
|
|
4852
|
+
-ms-transform: rotate(360deg);
|
|
4853
|
+
-o-transform: rotate(360deg);
|
|
4854
|
+
transform: rotate(360deg);
|
|
4855
|
+
}
|
|
4856
|
+
}
|
|
4857
|
+
@keyframes loader__spinner___zNEkS {
|
|
4858
|
+
0% {
|
|
4859
|
+
-webkit-transform: rotate(0deg);
|
|
4860
|
+
-moz-transform: rotate(0deg);
|
|
4861
|
+
-ms-transform: rotate(0deg);
|
|
4862
|
+
-o-transform: rotate(0deg);
|
|
4863
|
+
transform: rotate(0deg);
|
|
4864
|
+
}
|
|
4865
|
+
100% {
|
|
4866
|
+
-webkit-transform: rotate(360deg);
|
|
4867
|
+
-moz-transform: rotate(360deg);
|
|
4868
|
+
-ms-transform: rotate(360deg);
|
|
4869
|
+
-o-transform: rotate(360deg);
|
|
4870
|
+
transform: rotate(360deg);
|
|
4871
|
+
}
|
|
4872
|
+
}
|
|
4873
|
+
.loader__page-loader-container___jJHee {
|
|
4874
|
+
position: fixed;
|
|
4875
|
+
top: 0;
|
|
4876
|
+
inset-inline-start: 0;
|
|
4877
|
+
width: 100%;
|
|
4878
|
+
background: rgba(0, 0, 0, 0.1);
|
|
4879
|
+
display: flex;
|
|
4880
|
+
justify-content: center;
|
|
4881
|
+
align-items: center;
|
|
4882
|
+
height: 100vh;
|
|
4883
|
+
z-index: 222;
|
|
4884
|
+
}
|
|
4885
|
+
.loader__loader___ytdT3 {
|
|
4886
|
+
border: 8px solid var(--themeAccentL4, #f9f6f0);
|
|
4887
|
+
border-top: 8px solid var(--themeAccentD3, #5c584e);
|
|
4888
|
+
border-radius: 50%;
|
|
4889
|
+
width: 50px;
|
|
4890
|
+
height: 50px;
|
|
4891
|
+
animation: loader__spin___omoke 2s linear infinite;
|
|
4892
|
+
margin-inline-start: 10%;
|
|
4893
|
+
}
|
|
4894
|
+
@keyframes loader__spin___omoke {
|
|
4895
|
+
0% {
|
|
4896
|
+
transform: rotate(0deg);
|
|
4897
|
+
}
|
|
4898
|
+
100% {
|
|
4899
|
+
transform: rotate(360deg);
|
|
4900
|
+
}
|
|
4901
|
+
}
|
|
4902
|
+
.loader__page-loader-container___jJHee p {
|
|
4903
|
+
margin-inline-start: 10px;
|
|
4904
|
+
font-weight: bold;
|
|
4905
|
+
color: #333;
|
|
4906
|
+
/* Dark grey */
|
|
4907
|
+
}
|
|
4908
|
+
|
|
4909
|
+
/**color by character**/
|
|
4910
|
+
/** Font family **/
|
|
4911
|
+
/** Font weight **/
|
|
4912
|
+
.shimmer__display-block___KqKOs {
|
|
4913
|
+
display: block;
|
|
4914
|
+
}
|
|
4915
|
+
.shimmer__inline-block___nil4V,
|
|
4916
|
+
.shimmer__inlineBlock___hAKaU {
|
|
4917
|
+
display: inline-block;
|
|
4918
|
+
}
|
|
4919
|
+
.shimmer__flex-row___K_GLH {
|
|
4920
|
+
display: flex;
|
|
4921
|
+
}
|
|
4922
|
+
.shimmer__flex-column___j7L8h,
|
|
4923
|
+
.shimmer__flexColumn____ueRj {
|
|
4924
|
+
display: flex;
|
|
4925
|
+
flex-direction: column;
|
|
4926
|
+
}
|
|
4927
|
+
.shimmer__flex-align-center___IU73o,
|
|
4928
|
+
.shimmer__flexAlignCenter___a20Y6 {
|
|
4929
|
+
display: flex;
|
|
4930
|
+
align-items: center;
|
|
4931
|
+
}
|
|
4932
|
+
.shimmer__flex-justify-center___k7rxq,
|
|
4933
|
+
.shimmer__flexJustifyCenter___qc6o_ {
|
|
4934
|
+
display: flex;
|
|
4935
|
+
justify-content: center;
|
|
4936
|
+
}
|
|
4937
|
+
.shimmer__flex-center___gPA9Y,
|
|
4938
|
+
.shimmer__flexCenter___kk6Ze {
|
|
4939
|
+
display: flex;
|
|
4940
|
+
justify-content: center;
|
|
4941
|
+
align-items: center;
|
|
4942
|
+
}
|
|
4943
|
+
.shimmer__justify-start___cdM76,
|
|
4944
|
+
.shimmer__justifyStart___KOCpm {
|
|
4945
|
+
justify-content: flex-start;
|
|
4946
|
+
}
|
|
4947
|
+
.shimmer__justify-end___mO5Xw,
|
|
4948
|
+
.shimmer__justifyEnd___JEWEK {
|
|
4949
|
+
justify-content: flex-end;
|
|
4950
|
+
}
|
|
4951
|
+
.shimmer__justify-between___i_6PG,
|
|
4952
|
+
.shimmer__justifyBetween___jgG4j {
|
|
4953
|
+
justify-content: space-between;
|
|
4954
|
+
}
|
|
4955
|
+
.shimmer__justify-around___eWwfy,
|
|
4956
|
+
.shimmer__justifyAround___XXzeg {
|
|
4957
|
+
justify-content: space-around;
|
|
4958
|
+
}
|
|
4959
|
+
.shimmer__justify-evenly___s10dI,
|
|
4960
|
+
.shimmer__justifyEvenly___KBq95 {
|
|
4961
|
+
justify-content: space-evenly;
|
|
4962
|
+
}
|
|
4963
|
+
h1,
|
|
4964
|
+
.shimmer__h1____gV3I {
|
|
4965
|
+
font-weight: 700;
|
|
4966
|
+
font-size: 28px;
|
|
4967
|
+
line-height: 42px;
|
|
4968
|
+
letter-spacing: -0.03em;
|
|
4969
|
+
color: var(--textHeading, #26201a);
|
|
4970
|
+
}
|
|
4971
|
+
@media only screen and (min-width: 769px) {
|
|
4972
|
+
h1,
|
|
4973
|
+
.shimmer__h1____gV3I {
|
|
4974
|
+
font-size: 36px;
|
|
4975
|
+
line-height: 48px;
|
|
4976
|
+
}
|
|
4977
|
+
}
|
|
4978
|
+
h2,
|
|
4979
|
+
.shimmer__h2___haEep {
|
|
4980
|
+
font-weight: 700;
|
|
4981
|
+
font-size: 28px;
|
|
4982
|
+
line-height: 36px;
|
|
4983
|
+
letter-spacing: -0.03em;
|
|
4984
|
+
color: var(--textHeading, #26201a);
|
|
4985
|
+
}
|
|
4986
|
+
@media only screen and (min-width: 769px) {
|
|
4987
|
+
h2,
|
|
4988
|
+
.shimmer__h2___haEep {
|
|
4989
|
+
font-size: 32px;
|
|
4990
|
+
line-height: 42px;
|
|
4991
|
+
}
|
|
4992
|
+
}
|
|
4993
|
+
h3,
|
|
4994
|
+
.shimmer__h3___ym9A9 {
|
|
4995
|
+
font-weight: 700;
|
|
4996
|
+
letter-spacing: -0.02em;
|
|
4997
|
+
color: var(--textHeading, #26201a);
|
|
4998
|
+
font-size: 24px;
|
|
4999
|
+
line-height: 32px;
|
|
5000
|
+
}
|
|
5001
|
+
@media only screen and (min-width: 769px) {
|
|
5002
|
+
h3,
|
|
5003
|
+
.shimmer__h3___ym9A9 {
|
|
5004
|
+
font-weight: 700;
|
|
5005
|
+
letter-spacing: -0.02em;
|
|
5006
|
+
color: var(--textHeading, #26201a);
|
|
5007
|
+
font-size: 28px;
|
|
5008
|
+
line-height: 36px;
|
|
5009
|
+
}
|
|
5010
|
+
}
|
|
5011
|
+
h4,
|
|
5012
|
+
.shimmer__h4___gyvMX {
|
|
5013
|
+
font-weight: 600;
|
|
5014
|
+
letter-spacing: -0.02em;
|
|
5015
|
+
color: var(--textHeading, #26201a);
|
|
5016
|
+
font-size: 16px;
|
|
5017
|
+
line-height: 1.5;
|
|
5018
|
+
}
|
|
5019
|
+
@media only screen and (min-width: 769px) {
|
|
5020
|
+
h4,
|
|
5021
|
+
.shimmer__h4___gyvMX {
|
|
5022
|
+
font-weight: 600;
|
|
5023
|
+
letter-spacing: -0.02em;
|
|
5024
|
+
color: var(--textHeading, #26201a);
|
|
5025
|
+
font-size: 20px;
|
|
5026
|
+
line-height: 1.5;
|
|
5027
|
+
}
|
|
5028
|
+
}
|
|
5029
|
+
h5,
|
|
5030
|
+
.shimmer__h5___bN7mp {
|
|
5031
|
+
font-weight: 600;
|
|
5032
|
+
font-size: 14px;
|
|
5033
|
+
line-height: 16px;
|
|
5034
|
+
letter-spacing: -0.02em;
|
|
5035
|
+
color: var(--textHeading, #26201a);
|
|
5036
|
+
}
|
|
5037
|
+
@media only screen and (min-width: 769px) {
|
|
5038
|
+
h5,
|
|
5039
|
+
.shimmer__h5___bN7mp {
|
|
5040
|
+
font-size: 16px;
|
|
5041
|
+
line-height: 18px;
|
|
5042
|
+
}
|
|
5043
|
+
}
|
|
5044
|
+
.shimmer__b1___LdTR4 {
|
|
5045
|
+
font-weight: 400;
|
|
5046
|
+
font-size: 14px;
|
|
5047
|
+
line-height: 18px;
|
|
5048
|
+
letter-spacing: -0.02em;
|
|
5049
|
+
color: var(--textBody, #3c3131);
|
|
5050
|
+
}
|
|
5051
|
+
@media only screen and (min-width: 769px) {
|
|
5052
|
+
.shimmer__b1___LdTR4 {
|
|
5053
|
+
font-size: 16px;
|
|
5054
|
+
line-height: 20px;
|
|
5055
|
+
}
|
|
5056
|
+
}
|
|
5057
|
+
.shimmer__b-small___qWHLA,
|
|
5058
|
+
.shimmer__bSmall___MRmV7,
|
|
5059
|
+
.shimmer__b2___izX7s {
|
|
5060
|
+
font-weight: 400;
|
|
5061
|
+
letter-spacing: -0.02em;
|
|
5062
|
+
color: var(--textBody, #3c3131);
|
|
5063
|
+
font-size: 12px;
|
|
5064
|
+
line-height: 16px;
|
|
5065
|
+
}
|
|
5066
|
+
@media only screen and (min-width: 769px) {
|
|
5067
|
+
.shimmer__b-small___qWHLA,
|
|
5068
|
+
.shimmer__bSmall___MRmV7,
|
|
5069
|
+
.shimmer__b2___izX7s {
|
|
5070
|
+
font-weight: 400;
|
|
5071
|
+
letter-spacing: -0.02em;
|
|
5072
|
+
color: var(--textBody, #3c3131);
|
|
5073
|
+
font-size: 14px;
|
|
5074
|
+
line-height: 18px;
|
|
5075
|
+
}
|
|
5076
|
+
}
|
|
5077
|
+
.shimmer__d1____e6av {
|
|
5078
|
+
font-size: 36px;
|
|
5079
|
+
font-weight: 700;
|
|
5080
|
+
line-height: 48px;
|
|
5081
|
+
letter-spacing: -0.02em;
|
|
5082
|
+
}
|
|
5083
|
+
@media only screen and (min-width: 769px) {
|
|
5084
|
+
.shimmer__d1____e6av {
|
|
5085
|
+
font-size: 64px;
|
|
5086
|
+
line-height: 85px;
|
|
5087
|
+
letter-spacing: -0.03em;
|
|
5088
|
+
}
|
|
5089
|
+
}
|
|
5090
|
+
.shimmer__caption-medium___pPy1K,
|
|
5091
|
+
.shimmer__captionMedium___r4GQ7 {
|
|
5092
|
+
font-size: 12px;
|
|
5093
|
+
line-height: 1.5;
|
|
5094
|
+
letter-spacing: -0.02em;
|
|
5095
|
+
font-weight: 500;
|
|
5096
|
+
}
|
|
5097
|
+
@media only screen and (max-width: 480px) {
|
|
5098
|
+
.shimmer__caption-medium___pPy1K,
|
|
5099
|
+
.shimmer__captionMedium___r4GQ7 {
|
|
5100
|
+
font-size: 11px;
|
|
5101
|
+
}
|
|
5102
|
+
}
|
|
5103
|
+
.shimmer__caption-semi-bold___XEL7J,
|
|
5104
|
+
.shimmer__captionSemiBold___tdnAw {
|
|
5105
|
+
font-size: 12px;
|
|
5106
|
+
line-height: 1.5;
|
|
5107
|
+
letter-spacing: -0.02em;
|
|
5108
|
+
font-weight: 600;
|
|
5109
|
+
}
|
|
5110
|
+
@media only screen and (max-width: 480px) {
|
|
5111
|
+
.shimmer__caption-semi-bold___XEL7J,
|
|
5112
|
+
.shimmer__captionSemiBold___tdnAw {
|
|
5113
|
+
font-size: 11px;
|
|
5114
|
+
}
|
|
5115
|
+
}
|
|
5116
|
+
.shimmer__btn-link___rwrdT,
|
|
5117
|
+
.shimmer__btnLink___rywxA {
|
|
5118
|
+
font-weight: 500;
|
|
5119
|
+
letter-spacing: -0.02em;
|
|
5120
|
+
font-size: 12px;
|
|
5121
|
+
line-height: 14px;
|
|
5122
|
+
border-radius: var(--buttonRadius, 0px);
|
|
5123
|
+
cursor: pointer;
|
|
5124
|
+
color: var(--buttonLink, #b1655b);
|
|
5125
|
+
text-decoration: underline;
|
|
5126
|
+
background: none;
|
|
5127
|
+
border: none;
|
|
5128
|
+
}
|
|
5129
|
+
@media only screen and (min-width: 769px) {
|
|
5130
|
+
.shimmer__btn-link___rwrdT,
|
|
5131
|
+
.shimmer__btnLink___rywxA {
|
|
5132
|
+
font-weight: 500;
|
|
5133
|
+
letter-spacing: -0.02em;
|
|
5134
|
+
font-size: 14px;
|
|
5135
|
+
line-height: 16px;
|
|
5136
|
+
}
|
|
5137
|
+
}
|
|
5138
|
+
.shimmer__btn-link___rwrdT:hover,
|
|
5139
|
+
.shimmer__btnLink___rywxA:hover {
|
|
5140
|
+
color: var(--buttonLinkL1, #c1847c);
|
|
5141
|
+
}
|
|
5142
|
+
.shimmer__btn-link___rwrdT:disabled,
|
|
5143
|
+
.shimmer__btnLink___rywxA:disabled {
|
|
5144
|
+
color: var(--buttonLinkL2, #d0a39d);
|
|
5145
|
+
}
|
|
5146
|
+
.shimmer__btn-link___rwrdT:active,
|
|
5147
|
+
.shimmer__btnLink___rywxA:active {
|
|
5148
|
+
opacity: 0.8;
|
|
5149
|
+
}
|
|
5150
|
+
.shimmer__user-select-none___Z0xme,
|
|
5151
|
+
.shimmer__userSelectNone___yN1Qu {
|
|
5152
|
+
user-select: none;
|
|
5153
|
+
-moz-user-select: none;
|
|
5154
|
+
-webkit-user-select: none;
|
|
5155
|
+
-ms-user-select: none;
|
|
5156
|
+
}
|
|
5157
|
+
.shimmer__margin-0-auto___adpvx,
|
|
5158
|
+
.shimmer__margin0auto___xyxLg {
|
|
5159
|
+
margin: 0 auto;
|
|
5160
|
+
}
|
|
5161
|
+
.shimmer__base-page-container___Rn5KL,
|
|
5162
|
+
.shimmer__basePageContainer___gzYLo {
|
|
5163
|
+
max-width: 1440px !important;
|
|
5164
|
+
}
|
|
5165
|
+
.shimmer__remove-scroll___HQR5l,
|
|
5166
|
+
.shimmer__removeScroll___tjurd {
|
|
5167
|
+
overflow-y: hidden !important;
|
|
5168
|
+
}
|
|
5169
|
+
.shimmer__mr-5___F8hOD,
|
|
5170
|
+
.shimmer__mr5___It4I_ {
|
|
5171
|
+
margin-inline-end: 30px !important;
|
|
5172
|
+
}
|
|
5173
|
+
.shimmer__mr-2___EaUKZ,
|
|
5174
|
+
.shimmer__mr2___dR4P0 {
|
|
5175
|
+
margin-inline-end: 5px !important;
|
|
5176
|
+
}
|
|
5177
|
+
.shimmer__py-5___M0fI2,
|
|
5178
|
+
.shimmer__py5___Rtxsj {
|
|
5179
|
+
padding-top: 1.875rem !important;
|
|
5180
|
+
padding-bottom: 1.875rem !important;
|
|
5181
|
+
}
|
|
5182
|
+
.shimmer__view-all-text___vmduf,
|
|
5183
|
+
.shimmer__viewAllText___D2C2T {
|
|
5184
|
+
font-size: 20px;
|
|
5185
|
+
font-weight: 400;
|
|
5186
|
+
text-transform: lowercase;
|
|
5187
|
+
text-decoration: underline;
|
|
5188
|
+
}
|
|
5189
|
+
.shimmer__view-all-mobile___S9Jmi,
|
|
5190
|
+
.shimmer__viewAllMobile___rHXMU {
|
|
5191
|
+
display: none;
|
|
5192
|
+
}
|
|
5193
|
+
@media only screen and (max-width: 768px) {
|
|
5194
|
+
.shimmer__view-all-mobile___S9Jmi,
|
|
5195
|
+
.shimmer__viewAllMobile___rHXMU {
|
|
5196
|
+
display: flex;
|
|
5197
|
+
align-items: center;
|
|
5198
|
+
justify-content: center;
|
|
5199
|
+
margin-top: 40px;
|
|
5200
|
+
}
|
|
5201
|
+
}
|
|
5202
|
+
@media only screen and (max-width: 480px) {
|
|
5203
|
+
.shimmer__view-all-mobile___S9Jmi,
|
|
5204
|
+
.shimmer__viewAllMobile___rHXMU {
|
|
5205
|
+
margin-top: 24px;
|
|
5206
|
+
}
|
|
5207
|
+
}
|
|
5208
|
+
.shimmer__accent-btn___aeNG4,
|
|
5209
|
+
.shimmer__accentBtn___yOXdz {
|
|
5210
|
+
background-color: var(--accentColor);
|
|
5211
|
+
color: #fff;
|
|
5212
|
+
}
|
|
5213
|
+
.shimmer__no-scroll___f4vKo,
|
|
5214
|
+
.shimmer__noScroll___jlm3A {
|
|
5215
|
+
overflow-y: hidden;
|
|
5216
|
+
}
|
|
5217
|
+
.shimmer__hide-overflow___qyrhR,
|
|
5218
|
+
.shimmer__hideOverflow___kiluw {
|
|
5219
|
+
overflow: hidden;
|
|
5220
|
+
}
|
|
5221
|
+
.shimmer__markdown-body___O0_VR h6 {
|
|
5222
|
+
margin-top: 0 !important;
|
|
5223
|
+
margin-bottom: 0 !important;
|
|
5224
|
+
}
|
|
5225
|
+
@media only screen and (max-width: 480px) {
|
|
5226
|
+
.shimmer__markdown-body___O0_VR {
|
|
5227
|
+
font-size: 12px !important;
|
|
5228
|
+
padding: 5px !important;
|
|
5229
|
+
}
|
|
5230
|
+
}
|
|
5231
|
+
.shimmer__view3d-canvas___Oe1zv {
|
|
5232
|
+
width: 100%;
|
|
5233
|
+
height: 100%;
|
|
5234
|
+
}
|
|
5235
|
+
@media only screen and (max-width: 480px) {
|
|
5236
|
+
.shimmer__view-mobile-up___kKqQL {
|
|
5237
|
+
display: none !important;
|
|
5238
|
+
}
|
|
5239
|
+
}
|
|
5240
|
+
@media only screen and (min-width: 481px) {
|
|
5241
|
+
.shimmer__view-mobile___pBIGH {
|
|
5242
|
+
display: none !important;
|
|
5243
|
+
}
|
|
5244
|
+
}
|
|
5245
|
+
.shimmer__shimmerBox___LToot {
|
|
5246
|
+
width: var(--width);
|
|
5247
|
+
height: var(--height);
|
|
5248
|
+
background: linear-gradient(90deg, var(--themeAccentL4, #f9f6f0) 25%, var(--themeAccentL3, #f5f1e7) 50%, var(--themeAccentL4, #f9f6f0) 75%);
|
|
5249
|
+
background-size: 200% 100%;
|
|
5250
|
+
animation: shimmer__shimmer___b_S5k 1.5s infinite linear;
|
|
5251
|
+
border-radius: 8px;
|
|
5252
|
+
}
|
|
5253
|
+
@keyframes shimmer__shimmer___b_S5k {
|
|
5254
|
+
0% {
|
|
5255
|
+
background-position: -200% 0;
|
|
5256
|
+
}
|
|
5257
|
+
100% {
|
|
5258
|
+
background-position: 200% 0;
|
|
5259
|
+
}
|
|
5260
|
+
}
|
|
5261
|
+
|
|
5262
|
+
/**color by character**/
|
|
5263
|
+
/** Font family **/
|
|
5264
|
+
/** Font weight **/
|
|
5265
|
+
.skeleton__display-block___flsvh {
|
|
5266
|
+
display: block;
|
|
5267
|
+
}
|
|
5268
|
+
.skeleton__inline-block___D3lZU,
|
|
5269
|
+
.skeleton__inlineBlock___jupAM {
|
|
5270
|
+
display: inline-block;
|
|
5271
|
+
}
|
|
5272
|
+
.skeleton__flex-row___b7XIS {
|
|
5273
|
+
display: flex;
|
|
5274
|
+
}
|
|
5275
|
+
.skeleton__flex-column___cx8gj,
|
|
5276
|
+
.skeleton__flexColumn___LJ8kN {
|
|
5277
|
+
display: flex;
|
|
5278
|
+
flex-direction: column;
|
|
5279
|
+
}
|
|
5280
|
+
.skeleton__flex-align-center___BkiwJ,
|
|
5281
|
+
.skeleton__flexAlignCenter___eDO81 {
|
|
5282
|
+
display: flex;
|
|
5283
|
+
align-items: center;
|
|
5284
|
+
}
|
|
5285
|
+
.skeleton__flex-justify-center___Bprfn,
|
|
5286
|
+
.skeleton__flexJustifyCenter___Vbv2j {
|
|
5287
|
+
display: flex;
|
|
5288
|
+
justify-content: center;
|
|
5289
|
+
}
|
|
5290
|
+
.skeleton__flex-center___cMoDY,
|
|
5291
|
+
.skeleton__flexCenter___XDPsj {
|
|
5292
|
+
display: flex;
|
|
5293
|
+
justify-content: center;
|
|
5294
|
+
align-items: center;
|
|
5295
|
+
}
|
|
5296
|
+
.skeleton__justify-start___Yje0h,
|
|
5297
|
+
.skeleton__justifyStart___hRG1R {
|
|
5298
|
+
justify-content: flex-start;
|
|
5299
|
+
}
|
|
5300
|
+
.skeleton__justify-end___RBgxm,
|
|
5301
|
+
.skeleton__justifyEnd___TvO4Q {
|
|
5302
|
+
justify-content: flex-end;
|
|
5303
|
+
}
|
|
5304
|
+
.skeleton__justify-between___V2gwm,
|
|
5305
|
+
.skeleton__justifyBetween___EBTai {
|
|
5306
|
+
justify-content: space-between;
|
|
5307
|
+
}
|
|
5308
|
+
.skeleton__justify-around___aZcpf,
|
|
5309
|
+
.skeleton__justifyAround___nDOBv {
|
|
5310
|
+
justify-content: space-around;
|
|
5311
|
+
}
|
|
5312
|
+
.skeleton__justify-evenly___X9J4f,
|
|
5313
|
+
.skeleton__justifyEvenly___indDM {
|
|
5314
|
+
justify-content: space-evenly;
|
|
5315
|
+
}
|
|
5316
|
+
h1,
|
|
5317
|
+
.skeleton__h1___stHxc {
|
|
5318
|
+
font-weight: 700;
|
|
5319
|
+
font-size: 28px;
|
|
5320
|
+
line-height: 42px;
|
|
5321
|
+
letter-spacing: -0.03em;
|
|
5322
|
+
color: var(--textHeading, #26201a);
|
|
5323
|
+
}
|
|
5324
|
+
@media only screen and (min-width: 769px) {
|
|
5325
|
+
h1,
|
|
5326
|
+
.skeleton__h1___stHxc {
|
|
5327
|
+
font-size: 36px;
|
|
5328
|
+
line-height: 48px;
|
|
5329
|
+
}
|
|
5330
|
+
}
|
|
5331
|
+
h2,
|
|
5332
|
+
.skeleton__h2___mN5C0 {
|
|
5333
|
+
font-weight: 700;
|
|
5334
|
+
font-size: 28px;
|
|
5335
|
+
line-height: 36px;
|
|
5336
|
+
letter-spacing: -0.03em;
|
|
5337
|
+
color: var(--textHeading, #26201a);
|
|
5338
|
+
}
|
|
5339
|
+
@media only screen and (min-width: 769px) {
|
|
5340
|
+
h2,
|
|
5341
|
+
.skeleton__h2___mN5C0 {
|
|
5342
|
+
font-size: 32px;
|
|
5343
|
+
line-height: 42px;
|
|
5344
|
+
}
|
|
5345
|
+
}
|
|
5346
|
+
h3,
|
|
5347
|
+
.skeleton__h3___kIOpi {
|
|
5348
|
+
font-weight: 700;
|
|
5349
|
+
letter-spacing: -0.02em;
|
|
5350
|
+
color: var(--textHeading, #26201a);
|
|
5351
|
+
font-size: 24px;
|
|
5352
|
+
line-height: 32px;
|
|
5353
|
+
}
|
|
5354
|
+
@media only screen and (min-width: 769px) {
|
|
5355
|
+
h3,
|
|
5356
|
+
.skeleton__h3___kIOpi {
|
|
5357
|
+
font-weight: 700;
|
|
5358
|
+
letter-spacing: -0.02em;
|
|
5359
|
+
color: var(--textHeading, #26201a);
|
|
5360
|
+
font-size: 28px;
|
|
5361
|
+
line-height: 36px;
|
|
5362
|
+
}
|
|
5363
|
+
}
|
|
5364
|
+
h4,
|
|
5365
|
+
.skeleton__h4___QpgGo {
|
|
5366
|
+
font-weight: 600;
|
|
5367
|
+
letter-spacing: -0.02em;
|
|
5368
|
+
color: var(--textHeading, #26201a);
|
|
5369
|
+
font-size: 16px;
|
|
5370
|
+
line-height: 1.5;
|
|
5371
|
+
}
|
|
5372
|
+
@media only screen and (min-width: 769px) {
|
|
5373
|
+
h4,
|
|
5374
|
+
.skeleton__h4___QpgGo {
|
|
5375
|
+
font-weight: 600;
|
|
5376
|
+
letter-spacing: -0.02em;
|
|
5377
|
+
color: var(--textHeading, #26201a);
|
|
5378
|
+
font-size: 20px;
|
|
5379
|
+
line-height: 1.5;
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
h5,
|
|
5383
|
+
.skeleton__h5___PMPlP {
|
|
5384
|
+
font-weight: 600;
|
|
5385
|
+
font-size: 14px;
|
|
5386
|
+
line-height: 16px;
|
|
5387
|
+
letter-spacing: -0.02em;
|
|
5388
|
+
color: var(--textHeading, #26201a);
|
|
5389
|
+
}
|
|
5390
|
+
@media only screen and (min-width: 769px) {
|
|
5391
|
+
h5,
|
|
5392
|
+
.skeleton__h5___PMPlP {
|
|
5393
|
+
font-size: 16px;
|
|
5394
|
+
line-height: 18px;
|
|
5395
|
+
}
|
|
5396
|
+
}
|
|
5397
|
+
.skeleton__b1___hpM23 {
|
|
5398
|
+
font-weight: 400;
|
|
5399
|
+
font-size: 14px;
|
|
5400
|
+
line-height: 18px;
|
|
5401
|
+
letter-spacing: -0.02em;
|
|
5402
|
+
color: var(--textBody, #3c3131);
|
|
5403
|
+
}
|
|
5404
|
+
@media only screen and (min-width: 769px) {
|
|
5405
|
+
.skeleton__b1___hpM23 {
|
|
5406
|
+
font-size: 16px;
|
|
5407
|
+
line-height: 20px;
|
|
5408
|
+
}
|
|
5409
|
+
}
|
|
5410
|
+
.skeleton__b-small___femyP,
|
|
5411
|
+
.skeleton__bSmall___PhkFq,
|
|
4367
5412
|
.skeleton__b2___agwxR {
|
|
4368
5413
|
font-weight: 400;
|
|
4369
5414
|
letter-spacing: -0.02em;
|
|
@@ -5326,6 +6371,9 @@ h5,
|
|
|
5326
6371
|
display: none !important;
|
|
5327
6372
|
}
|
|
5328
6373
|
}
|
|
6374
|
+
.checkout-payment__paymentContainer___1UBn5 {
|
|
6375
|
+
margin-top: 20px;
|
|
6376
|
+
}
|
|
5329
6377
|
.checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
|
|
5330
6378
|
pointer-events: none;
|
|
5331
6379
|
/* Prevents clicks */
|