@gofynd/theme-template 3.2.10 → 3.2.11

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.
Files changed (99) hide show
  1. package/dist/components/accordion/accordion.js +1 -1
  2. package/dist/components/address-form/address-form.js +1 -1
  3. package/dist/components/address-form/form-input-selector.js +1 -1
  4. package/dist/components/address-form/v2/address-form.js +1 -1
  5. package/dist/components/bag/bag.css +433 -0
  6. package/dist/components/bag/bag.js +1 -0
  7. package/dist/components/blog-page/blog-page.js +1 -1
  8. package/dist/components/compare-product-card/compare-product-card.js +1 -1
  9. package/dist/components/filter-modal/filter-modal.css +26 -10
  10. package/dist/components/filter-modal/filter-modal.js +2 -1
  11. package/dist/components/filter-modal/filter-modal.js.LICENSE.txt +25 -0
  12. package/dist/components/form-builder/form-builder.js +1 -1
  13. package/dist/components/google-map/v2/google-map.js +1 -1
  14. package/dist/components/index.css +1 -1
  15. package/dist/components/index.js +1 -1
  16. package/dist/components/order-shipment/order-shipment.css +434 -5
  17. package/dist/components/order-shipment/order-shipment.js +1 -1
  18. package/dist/components/product-card/product-card.js +1 -1
  19. package/dist/components/profile-navigation/profile-navigation.css +1 -1
  20. package/dist/components/quantity-control/quantity-control.js +1 -1
  21. package/dist/components/range-slider/range-slider.css +26 -10
  22. package/dist/components/range-slider/range-slider.js +2 -1
  23. package/dist/components/range-slider/range-slider.js.LICENSE.txt +25 -0
  24. package/dist/components/shipment-item/shipment-item.css +434 -11
  25. package/dist/components/shipment-item/shipment-item.js +1 -1
  26. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  27. package/dist/components/shipments-update-item/shipments-update-item.css +441 -28
  28. package/dist/components/shipments-update-item/shipments-update-item.js +1 -1
  29. package/dist/helper/hooks/index.js +1 -1
  30. package/dist/helper/hooks/useAddressAutofill.js +1 -0
  31. package/dist/index.css +674 -303
  32. package/dist/index.js +1 -1
  33. package/dist/index.js.LICENSE.txt +20 -0
  34. package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
  35. package/dist/page-layouts/cart/Components/chip-item/chip-image.css +411 -0
  36. package/dist/page-layouts/cart/Components/chip-item/chip-image.js +1 -0
  37. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +411 -0
  38. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  39. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  40. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  41. package/dist/page-layouts/compare/compare.js +1 -1
  42. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  43. package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
  44. package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.css +373 -0
  45. package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.js +1 -0
  46. package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.css +373 -0
  47. package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.js +1 -0
  48. package/dist/page-layouts/login/component/soacial-login-button/google-login-button.css +375 -0
  49. package/dist/page-layouts/login/component/soacial-login-button/google-login-button.js +1 -0
  50. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -1
  51. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  52. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +26 -10
  53. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +2 -1
  54. package/dist/page-layouts/plp/Components/filter-item/filter-item.js.LICENSE.txt +25 -0
  55. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +26 -10
  56. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +2 -1
  57. package/dist/page-layouts/plp/Components/filter-list/filter-list.js.LICENSE.txt +25 -0
  58. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.js +1 -1
  59. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  60. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  61. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  62. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  63. package/dist/pages/blog/blog.js +1 -1
  64. package/dist/pages/blog/index.js +1 -1
  65. package/dist/pages/cart/cart.css +411 -0
  66. package/dist/pages/cart/cart.js +1 -1
  67. package/dist/pages/cart/index.css +411 -0
  68. package/dist/pages/cart/index.js +1 -1
  69. package/dist/pages/checkout/checkout.js +1 -1
  70. package/dist/pages/checkout/index.js +1 -1
  71. package/dist/pages/edit-profile/edit-profile.js +1 -1
  72. package/dist/pages/edit-profile/index.js +1 -1
  73. package/dist/pages/index.css +729 -358
  74. package/dist/pages/index.js +1 -1
  75. package/dist/pages/index.js.LICENSE.txt +20 -0
  76. package/dist/pages/login/index.css +292 -292
  77. package/dist/pages/login/index.js +1 -1
  78. package/dist/pages/login/login.css +292 -292
  79. package/dist/pages/login/login.js +1 -1
  80. package/dist/pages/order/order-tracking-details/order-tracking-details.css +435 -16
  81. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  82. package/dist/pages/order-status/index.css +895 -6
  83. package/dist/pages/order-status/index.js +1 -1
  84. package/dist/pages/order-status/order-status.css +895 -6
  85. package/dist/pages/order-status/order-status.js +1 -1
  86. package/dist/pages/product-listing/index.css +26 -10
  87. package/dist/pages/product-listing/index.js +1 -1
  88. package/dist/pages/product-listing/index.js.LICENSE.txt +20 -0
  89. package/dist/pages/product-listing/product-listing.css +26 -10
  90. package/dist/pages/product-listing/product-listing.js +1 -1
  91. package/dist/pages/product-listing/product-listing.js.LICENSE.txt +20 -0
  92. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  93. package/dist/pages/profile/phone/index.js +1 -1
  94. package/dist/pages/profile/phone/phone.js +1 -1
  95. package/dist/pages/register/index.js +1 -1
  96. package/dist/pages/register/register.js +1 -1
  97. package/dist/pages/wishlist/index.js +1 -1
  98. package/dist/pages/wishlist/wishlist.js +1 -1
  99. package/package.json +2 -1
package/dist/index.css CHANGED
@@ -11410,7 +11410,7 @@ h5,
11410
11410
  }
11411
11411
  @media only screen and (min-width: 769px) {
11412
11412
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC {
11413
- margin-top: 40px;
11413
+ margin-block: 40px;
11414
11414
  }
11415
11415
  }
11416
11416
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__profileContent___EeXTJ {
@@ -14776,6 +14776,361 @@ h5,
14776
14776
  transform: rotate(180deg);
14777
14777
  }
14778
14778
 
14779
+ /**color by character**/
14780
+ /** Font family **/
14781
+ /** Font weight **/
14782
+ .chip-image__display-block___OuizS {
14783
+ display: block;
14784
+ }
14785
+ .chip-image__inline-block___nVa8u,
14786
+ .chip-image__inlineBlock___MrqYT {
14787
+ display: inline-block;
14788
+ }
14789
+ .chip-image__flex-row___qJjtR {
14790
+ display: flex;
14791
+ }
14792
+ .chip-image__flex-column___miaE6,
14793
+ .chip-image__flexColumn___Ezdx_ {
14794
+ display: flex;
14795
+ flex-direction: column;
14796
+ }
14797
+ .chip-image__flex-align-center___U2eJz,
14798
+ .chip-image__flexAlignCenter___mC696 {
14799
+ display: flex;
14800
+ align-items: center;
14801
+ }
14802
+ .chip-image__flex-justify-center___y6U3r,
14803
+ .chip-image__flexJustifyCenter___CLtmr {
14804
+ display: flex;
14805
+ justify-content: center;
14806
+ }
14807
+ .chip-image__flex-center___IpWRo,
14808
+ .chip-image__flexCenter___mWw2o {
14809
+ display: flex;
14810
+ justify-content: center;
14811
+ align-items: center;
14812
+ }
14813
+ .chip-image__justify-start___DPXbM,
14814
+ .chip-image__justifyStart___Sisnp {
14815
+ justify-content: flex-start;
14816
+ }
14817
+ .chip-image__justify-end___vsL9M,
14818
+ .chip-image__justifyEnd___XtMIj {
14819
+ justify-content: flex-end;
14820
+ }
14821
+ .chip-image__justify-between___IpbDV,
14822
+ .chip-image__justifyBetween___jlsIg {
14823
+ justify-content: space-between;
14824
+ }
14825
+ .chip-image__justify-around___yQL48,
14826
+ .chip-image__justifyAround___ufCuh {
14827
+ justify-content: space-around;
14828
+ }
14829
+ .chip-image__justify-evenly___zV1Tq,
14830
+ .chip-image__justifyEvenly___nq462 {
14831
+ justify-content: space-evenly;
14832
+ }
14833
+ h1,
14834
+ .chip-image__h1___HVIJD {
14835
+ font-weight: 700;
14836
+ font-size: 28px;
14837
+ line-height: 42px;
14838
+ letter-spacing: -0.03em;
14839
+ color: var(--textHeading, #26201a);
14840
+ }
14841
+ @media only screen and (min-width: 769px) {
14842
+ h1,
14843
+ .chip-image__h1___HVIJD {
14844
+ font-size: 36px;
14845
+ line-height: 48px;
14846
+ }
14847
+ }
14848
+ h2,
14849
+ .chip-image__h2___UmXWJ {
14850
+ font-weight: 700;
14851
+ font-size: 28px;
14852
+ line-height: 36px;
14853
+ letter-spacing: -0.03em;
14854
+ color: var(--textHeading, #26201a);
14855
+ }
14856
+ @media only screen and (min-width: 769px) {
14857
+ h2,
14858
+ .chip-image__h2___UmXWJ {
14859
+ font-size: 32px;
14860
+ line-height: 42px;
14861
+ }
14862
+ }
14863
+ h3,
14864
+ .chip-image__h3___ZSx9h {
14865
+ font-weight: 700;
14866
+ letter-spacing: -0.02em;
14867
+ color: var(--textHeading, #26201a);
14868
+ font-size: 24px;
14869
+ line-height: 32px;
14870
+ }
14871
+ @media only screen and (min-width: 769px) {
14872
+ h3,
14873
+ .chip-image__h3___ZSx9h {
14874
+ font-weight: 700;
14875
+ letter-spacing: -0.02em;
14876
+ color: var(--textHeading, #26201a);
14877
+ font-size: 28px;
14878
+ line-height: 36px;
14879
+ }
14880
+ }
14881
+ h4,
14882
+ .chip-image__h4___K4xl2 {
14883
+ font-weight: 600;
14884
+ letter-spacing: -0.02em;
14885
+ color: var(--textHeading, #26201a);
14886
+ font-size: 16px;
14887
+ line-height: 1.5;
14888
+ }
14889
+ @media only screen and (min-width: 769px) {
14890
+ h4,
14891
+ .chip-image__h4___K4xl2 {
14892
+ font-weight: 600;
14893
+ letter-spacing: -0.02em;
14894
+ color: var(--textHeading, #26201a);
14895
+ font-size: 20px;
14896
+ line-height: 1.5;
14897
+ }
14898
+ }
14899
+ h5,
14900
+ .chip-image__h5___hLBZZ {
14901
+ font-weight: 600;
14902
+ font-size: 14px;
14903
+ line-height: 16px;
14904
+ letter-spacing: -0.02em;
14905
+ color: var(--textHeading, #26201a);
14906
+ }
14907
+ @media only screen and (min-width: 769px) {
14908
+ h5,
14909
+ .chip-image__h5___hLBZZ {
14910
+ font-size: 16px;
14911
+ line-height: 18px;
14912
+ }
14913
+ }
14914
+ .chip-image__b1___mLxBn {
14915
+ font-weight: 400;
14916
+ font-size: 14px;
14917
+ line-height: 18px;
14918
+ letter-spacing: -0.02em;
14919
+ color: var(--textBody, #3c3131);
14920
+ }
14921
+ @media only screen and (min-width: 769px) {
14922
+ .chip-image__b1___mLxBn {
14923
+ font-size: 16px;
14924
+ line-height: 20px;
14925
+ }
14926
+ }
14927
+ .chip-image__b-small___GNIRy,
14928
+ .chip-image__bSmall___eE6iN,
14929
+ .chip-image__b2___MHEr_ {
14930
+ font-weight: 400;
14931
+ letter-spacing: -0.02em;
14932
+ color: var(--textBody, #3c3131);
14933
+ font-size: 12px;
14934
+ line-height: 16px;
14935
+ }
14936
+ @media only screen and (min-width: 769px) {
14937
+ .chip-image__b-small___GNIRy,
14938
+ .chip-image__bSmall___eE6iN,
14939
+ .chip-image__b2___MHEr_ {
14940
+ font-weight: 400;
14941
+ letter-spacing: -0.02em;
14942
+ color: var(--textBody, #3c3131);
14943
+ font-size: 14px;
14944
+ line-height: 18px;
14945
+ }
14946
+ }
14947
+ .chip-image__d1___TS7ml {
14948
+ font-size: 36px;
14949
+ font-weight: 700;
14950
+ line-height: 48px;
14951
+ letter-spacing: -0.02em;
14952
+ }
14953
+ @media only screen and (min-width: 769px) {
14954
+ .chip-image__d1___TS7ml {
14955
+ font-size: 64px;
14956
+ line-height: 85px;
14957
+ letter-spacing: -0.03em;
14958
+ }
14959
+ }
14960
+ .chip-image__caption-medium___mr7Vz,
14961
+ .chip-image__captionMedium___dNTT7 {
14962
+ font-size: 12px;
14963
+ line-height: 1.5;
14964
+ letter-spacing: -0.02em;
14965
+ font-weight: 500;
14966
+ }
14967
+ @media only screen and (max-width: 480px) {
14968
+ .chip-image__caption-medium___mr7Vz,
14969
+ .chip-image__captionMedium___dNTT7 {
14970
+ font-size: 11px;
14971
+ }
14972
+ }
14973
+ .chip-image__caption-semi-bold___qKLWj,
14974
+ .chip-image__captionSemiBold___RLhzs {
14975
+ font-size: 12px;
14976
+ line-height: 1.5;
14977
+ letter-spacing: -0.02em;
14978
+ font-weight: 600;
14979
+ }
14980
+ @media only screen and (max-width: 480px) {
14981
+ .chip-image__caption-semi-bold___qKLWj,
14982
+ .chip-image__captionSemiBold___RLhzs {
14983
+ font-size: 11px;
14984
+ }
14985
+ }
14986
+ .chip-image__btn-link___mg0Zd,
14987
+ .chip-image__btnLink___EtG1o {
14988
+ font-weight: 500;
14989
+ letter-spacing: -0.02em;
14990
+ font-size: 12px;
14991
+ line-height: 14px;
14992
+ border-radius: var(--buttonRadius, 0px);
14993
+ cursor: pointer;
14994
+ color: var(--buttonLink, #b1655b);
14995
+ text-decoration: underline;
14996
+ background: none;
14997
+ border: none;
14998
+ }
14999
+ @media only screen and (min-width: 769px) {
15000
+ .chip-image__btn-link___mg0Zd,
15001
+ .chip-image__btnLink___EtG1o {
15002
+ font-weight: 500;
15003
+ letter-spacing: -0.02em;
15004
+ font-size: 14px;
15005
+ line-height: 16px;
15006
+ }
15007
+ }
15008
+ .chip-image__btn-link___mg0Zd:hover,
15009
+ .chip-image__btnLink___EtG1o:hover {
15010
+ color: var(--buttonLinkL1, #c1847c);
15011
+ }
15012
+ .chip-image__btn-link___mg0Zd:disabled,
15013
+ .chip-image__btnLink___EtG1o:disabled {
15014
+ color: var(--buttonLinkL2, #d0a39d);
15015
+ }
15016
+ .chip-image__btn-link___mg0Zd:active,
15017
+ .chip-image__btnLink___EtG1o:active {
15018
+ opacity: 0.8;
15019
+ }
15020
+ .chip-image__user-select-none___VJzKH,
15021
+ .chip-image__userSelectNone___EoMzP {
15022
+ user-select: none;
15023
+ -moz-user-select: none;
15024
+ -webkit-user-select: none;
15025
+ -ms-user-select: none;
15026
+ }
15027
+ .chip-image__margin-0-auto___ZhtMU,
15028
+ .chip-image__margin0auto___OW356 {
15029
+ margin: 0 auto;
15030
+ }
15031
+ .chip-image__base-page-container___OKazQ,
15032
+ .chip-image__basePageContainer___wlRhe {
15033
+ max-width: 1440px !important;
15034
+ }
15035
+ .chip-image__remove-scroll___GeKDV,
15036
+ .chip-image__removeScroll___MIf8Q {
15037
+ overflow-y: hidden !important;
15038
+ }
15039
+ .chip-image__mr-5___FZzoX,
15040
+ .chip-image__mr5___ePzOp {
15041
+ margin-inline-end: 30px !important;
15042
+ }
15043
+ .chip-image__mr-2___VBnR4,
15044
+ .chip-image__mr2___3h34i {
15045
+ margin-inline-end: 5px !important;
15046
+ }
15047
+ .chip-image__py-5___Up4YD,
15048
+ .chip-image__py5___Wed7Q {
15049
+ padding-top: 1.875rem !important;
15050
+ padding-bottom: 1.875rem !important;
15051
+ }
15052
+ .chip-image__view-all-text___OsbTy,
15053
+ .chip-image__viewAllText___xz2m1 {
15054
+ font-size: 20px;
15055
+ font-weight: 400;
15056
+ text-transform: lowercase;
15057
+ text-decoration: underline;
15058
+ }
15059
+ .chip-image__view-all-mobile___TdsAS,
15060
+ .chip-image__viewAllMobile___ODDM1 {
15061
+ display: none;
15062
+ }
15063
+ @media only screen and (max-width: 768px) {
15064
+ .chip-image__view-all-mobile___TdsAS,
15065
+ .chip-image__viewAllMobile___ODDM1 {
15066
+ display: flex;
15067
+ align-items: center;
15068
+ justify-content: center;
15069
+ margin-top: 40px;
15070
+ }
15071
+ }
15072
+ @media only screen and (max-width: 480px) {
15073
+ .chip-image__view-all-mobile___TdsAS,
15074
+ .chip-image__viewAllMobile___ODDM1 {
15075
+ margin-top: 24px;
15076
+ }
15077
+ }
15078
+ .chip-image__accent-btn___iBQrJ,
15079
+ .chip-image__accentBtn___NNJti {
15080
+ background-color: var(--accentColor);
15081
+ color: #fff;
15082
+ }
15083
+ .chip-image__no-scroll___hk_ZJ,
15084
+ .chip-image__noScroll___mGKlX {
15085
+ overflow-y: hidden;
15086
+ }
15087
+ .chip-image__hide-overflow___xncYy,
15088
+ .chip-image__hideOverflow___Hyiqo {
15089
+ overflow: hidden;
15090
+ }
15091
+ .chip-image__markdown-body___hBdYJ h6 {
15092
+ margin-top: 0 !important;
15093
+ margin-bottom: 0 !important;
15094
+ }
15095
+ @media only screen and (max-width: 480px) {
15096
+ .chip-image__markdown-body___hBdYJ {
15097
+ font-size: 12px !important;
15098
+ padding: 5px !important;
15099
+ }
15100
+ }
15101
+ .chip-image__view3d-canvas___kJpcj {
15102
+ width: 100%;
15103
+ height: 100%;
15104
+ }
15105
+ @media only screen and (max-width: 480px) {
15106
+ .chip-image__view-mobile-up___KHfYd {
15107
+ display: none !important;
15108
+ }
15109
+ }
15110
+ @media only screen and (min-width: 481px) {
15111
+ .chip-image__view-mobile___LjGIQ {
15112
+ display: none !important;
15113
+ }
15114
+ }
15115
+ .chip-image__itemImg___iI27G {
15116
+ width: 100%;
15117
+ border-radius: var(--buttonRadius, 0px);
15118
+ overflow: hidden;
15119
+ }
15120
+ .chip-image__bundleChipImages___aq4HR {
15121
+ width: 100%;
15122
+ display: grid;
15123
+ grid-template-columns: repeat(2, 1fr);
15124
+ padding: 4px;
15125
+ gap: 4px;
15126
+ border: 1px solid var(--dividerStokes, #d4d1d1);
15127
+ border-radius: var(--buttonRadius, 0px);
15128
+ }
15129
+ .chip-image__bundleChipImages___aq4HR .chip-image__itemImg___iI27G {
15130
+ border-radius: calc(var(--buttonRadius, 0px) / 2);
15131
+ display: flex;
15132
+ }
15133
+
14779
15134
  /**color by character**/
14780
15135
  /** Font family **/
14781
15136
  /** Font weight **/
@@ -20111,7 +20466,8 @@ h5,
20111
20466
  height: auto;
20112
20467
  }
20113
20468
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__sliderWrapper___mpdbX {
20114
- min-height: 12px;
20469
+ min-height: 16px;
20470
+ padding: 0 8px;
20115
20471
  }
20116
20472
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__errorMessage___rABCa {
20117
20473
  font-size: 10px;
@@ -20121,18 +20477,33 @@ h5,
20121
20477
  }
20122
20478
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
20123
20479
  height: 4px;
20124
- background: var(--buttonPrimaryL3, #b8b29d);
20480
+ position: relative;
20125
20481
  }
20126
- .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q .range-slider__thumb {
20127
- width: 16px;
20128
- height: 16px;
20482
+ .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q .rc-slider-handle {
20483
+ height: 16px !important;
20484
+ width: 16px !important;
20129
20485
  border-radius: 50%;
20130
- background-color: #fff;
20131
- box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
20132
- border: 1px solid var(--buttonPrimary, #4e3f09);
20486
+ margin-top: -6px !important;
20487
+ background-color: #fff !important;
20488
+ border: 1px solid var(--buttonPrimary, #4e3f09) !important;
20489
+ opacity: 1 !important;
20490
+ cursor: pointer;
20133
20491
  }
20134
- .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q .range-slider__range {
20135
- background: var(--buttonPrimary, #4e3f09);
20492
+ .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q .rc-slider-handle:active,
20493
+ .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q .rc-slider-handle-dragging {
20494
+ box-shadow: none;
20495
+ outline: none;
20496
+ }
20497
+ .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q .rc-slider-rail {
20498
+ background-color: var(--buttonPrimaryL3, #b8b29d) !important;
20499
+ height: 4px !important;
20500
+ }
20501
+ .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q .rc-slider-track {
20502
+ background: var(--buttonPrimary, #4e3f09) !important;
20503
+ height: 4px !important;
20504
+ }
20505
+ .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q .rc-slider-tracks {
20506
+ background: var(--buttonPrimary, #4e3f09) !important;
20136
20507
  }
20137
20508
 
20138
20509
  /**color by character**/
@@ -32571,59 +32942,59 @@ h5,
32571
32942
  /**color by character**/
32572
32943
  /** Font family **/
32573
32944
  /** Font weight **/
32574
- .google-login-button__display-block___s15RG {
32945
+ .google-login-button__display-block___EQK2o {
32575
32946
  display: block;
32576
32947
  }
32577
- .google-login-button__inline-block___Q_L25,
32578
- .google-login-button__inlineBlock___PixDy {
32948
+ .google-login-button__inline-block___9pJfj,
32949
+ .google-login-button__inlineBlock___xaDLJ {
32579
32950
  display: inline-block;
32580
32951
  }
32581
- .google-login-button__flex-row___Ac1Tp {
32952
+ .google-login-button__flex-row___w3sfS {
32582
32953
  display: flex;
32583
32954
  }
32584
- .google-login-button__flex-column___yjfVB,
32585
- .google-login-button__flexColumn___tktA6 {
32955
+ .google-login-button__flex-column___cMdoc,
32956
+ .google-login-button__flexColumn___vi3_l {
32586
32957
  display: flex;
32587
32958
  flex-direction: column;
32588
32959
  }
32589
- .google-login-button__flex-align-center___AGQ4A,
32590
- .google-login-button__flexAlignCenter___jcHeh {
32960
+ .google-login-button__flex-align-center___mhY9m,
32961
+ .google-login-button__flexAlignCenter___OEPpa {
32591
32962
  display: flex;
32592
32963
  align-items: center;
32593
32964
  }
32594
- .google-login-button__flex-justify-center___pwIau,
32595
- .google-login-button__flexJustifyCenter___etrqc {
32965
+ .google-login-button__flex-justify-center___IXrmp,
32966
+ .google-login-button__flexJustifyCenter___U16kz {
32596
32967
  display: flex;
32597
32968
  justify-content: center;
32598
32969
  }
32599
- .google-login-button__flex-center___iZzXf,
32600
- .google-login-button__flexCenter___Udri1 {
32970
+ .google-login-button__flex-center___Gh9Mi,
32971
+ .google-login-button__flexCenter___AEfD1 {
32601
32972
  display: flex;
32602
32973
  justify-content: center;
32603
32974
  align-items: center;
32604
32975
  }
32605
- .google-login-button__justify-start___jP0Bf,
32606
- .google-login-button__justifyStart___lB7Bm {
32976
+ .google-login-button__justify-start___h6Jgw,
32977
+ .google-login-button__justifyStart___hikzO {
32607
32978
  justify-content: flex-start;
32608
32979
  }
32609
- .google-login-button__justify-end___M6bWw,
32610
- .google-login-button__justifyEnd___g8Qzy {
32980
+ .google-login-button__justify-end___JjvSy,
32981
+ .google-login-button__justifyEnd___bwuFS {
32611
32982
  justify-content: flex-end;
32612
32983
  }
32613
- .google-login-button__justify-between___otTVm,
32614
- .google-login-button__justifyBetween___Zv57a {
32984
+ .google-login-button__justify-between___Umw8R,
32985
+ .google-login-button__justifyBetween___uv6BP {
32615
32986
  justify-content: space-between;
32616
32987
  }
32617
- .google-login-button__justify-around___BJOT_,
32618
- .google-login-button__justifyAround___VvLTn {
32988
+ .google-login-button__justify-around___lfcBD,
32989
+ .google-login-button__justifyAround___tNO7M {
32619
32990
  justify-content: space-around;
32620
32991
  }
32621
- .google-login-button__justify-evenly___JJl44,
32622
- .google-login-button__justifyEvenly___UKmGy {
32992
+ .google-login-button__justify-evenly___ivoWs,
32993
+ .google-login-button__justifyEvenly___UOMVU {
32623
32994
  justify-content: space-evenly;
32624
32995
  }
32625
32996
  h1,
32626
- .google-login-button__h1___IRFRh {
32997
+ .google-login-button__h1___vLAjS {
32627
32998
  font-weight: 700;
32628
32999
  font-size: 28px;
32629
33000
  line-height: 42px;
@@ -32632,13 +33003,13 @@ h1,
32632
33003
  }
32633
33004
  @media only screen and (min-width: 769px) {
32634
33005
  h1,
32635
- .google-login-button__h1___IRFRh {
33006
+ .google-login-button__h1___vLAjS {
32636
33007
  font-size: 36px;
32637
33008
  line-height: 48px;
32638
33009
  }
32639
33010
  }
32640
33011
  h2,
32641
- .google-login-button__h2___rMEfg {
33012
+ .google-login-button__h2___ucEr5 {
32642
33013
  font-weight: 700;
32643
33014
  font-size: 28px;
32644
33015
  line-height: 36px;
@@ -32647,13 +33018,13 @@ h2,
32647
33018
  }
32648
33019
  @media only screen and (min-width: 769px) {
32649
33020
  h2,
32650
- .google-login-button__h2___rMEfg {
33021
+ .google-login-button__h2___ucEr5 {
32651
33022
  font-size: 32px;
32652
33023
  line-height: 42px;
32653
33024
  }
32654
33025
  }
32655
33026
  h3,
32656
- .google-login-button__h3___gdnae {
33027
+ .google-login-button__h3___loah0 {
32657
33028
  font-weight: 700;
32658
33029
  letter-spacing: -0.02em;
32659
33030
  color: var(--textHeading, #26201a);
@@ -32662,7 +33033,7 @@ h3,
32662
33033
  }
32663
33034
  @media only screen and (min-width: 769px) {
32664
33035
  h3,
32665
- .google-login-button__h3___gdnae {
33036
+ .google-login-button__h3___loah0 {
32666
33037
  font-weight: 700;
32667
33038
  letter-spacing: -0.02em;
32668
33039
  color: var(--textHeading, #26201a);
@@ -32671,7 +33042,7 @@ h3,
32671
33042
  }
32672
33043
  }
32673
33044
  h4,
32674
- .google-login-button__h4___GupbO {
33045
+ .google-login-button__h4___FXEwb {
32675
33046
  font-weight: 600;
32676
33047
  letter-spacing: -0.02em;
32677
33048
  color: var(--textHeading, #26201a);
@@ -32680,7 +33051,7 @@ h4,
32680
33051
  }
32681
33052
  @media only screen and (min-width: 769px) {
32682
33053
  h4,
32683
- .google-login-button__h4___GupbO {
33054
+ .google-login-button__h4___FXEwb {
32684
33055
  font-weight: 600;
32685
33056
  letter-spacing: -0.02em;
32686
33057
  color: var(--textHeading, #26201a);
@@ -32689,7 +33060,7 @@ h4,
32689
33060
  }
32690
33061
  }
32691
33062
  h5,
32692
- .google-login-button__h5___qDny5 {
33063
+ .google-login-button__h5___PTFst {
32693
33064
  font-weight: 600;
32694
33065
  font-size: 14px;
32695
33066
  line-height: 16px;
@@ -32698,12 +33069,12 @@ h5,
32698
33069
  }
32699
33070
  @media only screen and (min-width: 769px) {
32700
33071
  h5,
32701
- .google-login-button__h5___qDny5 {
33072
+ .google-login-button__h5___PTFst {
32702
33073
  font-size: 16px;
32703
33074
  line-height: 18px;
32704
33075
  }
32705
33076
  }
32706
- .google-login-button__b1___zQFOd {
33077
+ .google-login-button__b1___gn5kp {
32707
33078
  font-weight: 400;
32708
33079
  font-size: 14px;
32709
33080
  line-height: 18px;
@@ -32711,14 +33082,14 @@ h5,
32711
33082
  color: var(--textBody, #3c3131);
32712
33083
  }
32713
33084
  @media only screen and (min-width: 769px) {
32714
- .google-login-button__b1___zQFOd {
33085
+ .google-login-button__b1___gn5kp {
32715
33086
  font-size: 16px;
32716
33087
  line-height: 20px;
32717
33088
  }
32718
33089
  }
32719
- .google-login-button__b-small___D10Xc,
32720
- .google-login-button__bSmall___IXVmp,
32721
- .google-login-button__b2___rV4mg {
33090
+ .google-login-button__b-small___XRSEe,
33091
+ .google-login-button__bSmall___XmFGu,
33092
+ .google-login-button__b2___TKzu0 {
32722
33093
  font-weight: 400;
32723
33094
  letter-spacing: -0.02em;
32724
33095
  color: var(--textBody, #3c3131);
@@ -32726,9 +33097,9 @@ h5,
32726
33097
  line-height: 16px;
32727
33098
  }
32728
33099
  @media only screen and (min-width: 769px) {
32729
- .google-login-button__b-small___D10Xc,
32730
- .google-login-button__bSmall___IXVmp,
32731
- .google-login-button__b2___rV4mg {
33100
+ .google-login-button__b-small___XRSEe,
33101
+ .google-login-button__bSmall___XmFGu,
33102
+ .google-login-button__b2___TKzu0 {
32732
33103
  font-weight: 400;
32733
33104
  letter-spacing: -0.02em;
32734
33105
  color: var(--textBody, #3c3131);
@@ -32736,47 +33107,47 @@ h5,
32736
33107
  line-height: 18px;
32737
33108
  }
32738
33109
  }
32739
- .google-login-button__d1___UVhdX {
33110
+ .google-login-button__d1___M75gW {
32740
33111
  font-size: 36px;
32741
33112
  font-weight: 700;
32742
33113
  line-height: 48px;
32743
33114
  letter-spacing: -0.02em;
32744
33115
  }
32745
33116
  @media only screen and (min-width: 769px) {
32746
- .google-login-button__d1___UVhdX {
33117
+ .google-login-button__d1___M75gW {
32747
33118
  font-size: 64px;
32748
33119
  line-height: 85px;
32749
33120
  letter-spacing: -0.03em;
32750
33121
  }
32751
33122
  }
32752
- .google-login-button__caption-medium___yVS2n,
32753
- .google-login-button__captionMedium___UIV13 {
33123
+ .google-login-button__caption-medium___OCpEN,
33124
+ .google-login-button__captionMedium___bKtvU {
32754
33125
  font-size: 12px;
32755
33126
  line-height: 1.5;
32756
33127
  letter-spacing: -0.02em;
32757
33128
  font-weight: 500;
32758
33129
  }
32759
33130
  @media only screen and (max-width: 480px) {
32760
- .google-login-button__caption-medium___yVS2n,
32761
- .google-login-button__captionMedium___UIV13 {
33131
+ .google-login-button__caption-medium___OCpEN,
33132
+ .google-login-button__captionMedium___bKtvU {
32762
33133
  font-size: 11px;
32763
33134
  }
32764
33135
  }
32765
- .google-login-button__caption-semi-bold___Joz60,
32766
- .google-login-button__captionSemiBold___C8p1l {
33136
+ .google-login-button__caption-semi-bold___GD7ZM,
33137
+ .google-login-button__captionSemiBold___FZEVw {
32767
33138
  font-size: 12px;
32768
33139
  line-height: 1.5;
32769
33140
  letter-spacing: -0.02em;
32770
33141
  font-weight: 600;
32771
33142
  }
32772
33143
  @media only screen and (max-width: 480px) {
32773
- .google-login-button__caption-semi-bold___Joz60,
32774
- .google-login-button__captionSemiBold___C8p1l {
33144
+ .google-login-button__caption-semi-bold___GD7ZM,
33145
+ .google-login-button__captionSemiBold___FZEVw {
32775
33146
  font-size: 11px;
32776
33147
  }
32777
33148
  }
32778
- .google-login-button__btn-link___Z4yx6,
32779
- .google-login-button__btnLink___WYTcb {
33149
+ .google-login-button__btn-link___E020C,
33150
+ .google-login-button__btnLink___DyX1T {
32780
33151
  font-weight: 500;
32781
33152
  letter-spacing: -0.02em;
32782
33153
  font-size: 12px;
@@ -32789,72 +33160,72 @@ h5,
32789
33160
  border: none;
32790
33161
  }
32791
33162
  @media only screen and (min-width: 769px) {
32792
- .google-login-button__btn-link___Z4yx6,
32793
- .google-login-button__btnLink___WYTcb {
33163
+ .google-login-button__btn-link___E020C,
33164
+ .google-login-button__btnLink___DyX1T {
32794
33165
  font-weight: 500;
32795
33166
  letter-spacing: -0.02em;
32796
33167
  font-size: 14px;
32797
33168
  line-height: 16px;
32798
33169
  }
32799
33170
  }
32800
- .google-login-button__btn-link___Z4yx6:hover,
32801
- .google-login-button__btnLink___WYTcb:hover {
33171
+ .google-login-button__btn-link___E020C:hover,
33172
+ .google-login-button__btnLink___DyX1T:hover {
32802
33173
  color: var(--buttonLinkL1, #c1847c);
32803
33174
  }
32804
- .google-login-button__btn-link___Z4yx6:disabled,
32805
- .google-login-button__btnLink___WYTcb:disabled {
33175
+ .google-login-button__btn-link___E020C:disabled,
33176
+ .google-login-button__btnLink___DyX1T:disabled {
32806
33177
  color: var(--buttonLinkL2, #d0a39d);
32807
33178
  }
32808
- .google-login-button__btn-link___Z4yx6:active,
32809
- .google-login-button__btnLink___WYTcb:active {
33179
+ .google-login-button__btn-link___E020C:active,
33180
+ .google-login-button__btnLink___DyX1T:active {
32810
33181
  opacity: 0.8;
32811
33182
  }
32812
- .google-login-button__user-select-none___atNX0,
32813
- .google-login-button__userSelectNone___TjXmt {
33183
+ .google-login-button__user-select-none___bC0RH,
33184
+ .google-login-button__userSelectNone___HQ4BZ {
32814
33185
  user-select: none;
32815
33186
  -moz-user-select: none;
32816
33187
  -webkit-user-select: none;
32817
33188
  -ms-user-select: none;
32818
33189
  }
32819
- .google-login-button__margin-0-auto___lSMrD,
32820
- .google-login-button__margin0auto___pjEMN {
33190
+ .google-login-button__margin-0-auto___UgACc,
33191
+ .google-login-button__margin0auto___KDHNy {
32821
33192
  margin: 0 auto;
32822
33193
  }
32823
- .google-login-button__base-page-container___HDsM1,
32824
- .google-login-button__basePageContainer___EH4cp {
33194
+ .google-login-button__base-page-container___cCddh,
33195
+ .google-login-button__basePageContainer___Luskf {
32825
33196
  max-width: 1440px !important;
32826
33197
  }
32827
- .google-login-button__remove-scroll___Sv0ai,
32828
- .google-login-button__removeScroll___hX_DS {
33198
+ .google-login-button__remove-scroll___vm0Bf,
33199
+ .google-login-button__removeScroll___tRToz {
32829
33200
  overflow-y: hidden !important;
32830
33201
  }
32831
- .google-login-button__mr-5___iQJLH,
32832
- .google-login-button__mr5___co5at {
33202
+ .google-login-button__mr-5___x4XQr,
33203
+ .google-login-button__mr5___iTyOy {
32833
33204
  margin-inline-end: 30px !important;
32834
33205
  }
32835
- .google-login-button__mr-2___cdlE_,
32836
- .google-login-button__mr2___hrKWR {
33206
+ .google-login-button__mr-2___nmNTa,
33207
+ .google-login-button__mr2___SCEtu {
32837
33208
  margin-inline-end: 5px !important;
32838
33209
  }
32839
- .google-login-button__py-5___ffmv9,
32840
- .google-login-button__py5___h99Qk {
33210
+ .google-login-button__py-5___xlK1L,
33211
+ .google-login-button__py5___Df4BQ {
32841
33212
  padding-top: 1.875rem !important;
32842
33213
  padding-bottom: 1.875rem !important;
32843
33214
  }
32844
- .google-login-button__view-all-text___wMzMP,
32845
- .google-login-button__viewAllText___n8878 {
33215
+ .google-login-button__view-all-text___vrryv,
33216
+ .google-login-button__viewAllText___uFfCU {
32846
33217
  font-size: 20px;
32847
33218
  font-weight: 400;
32848
33219
  text-transform: lowercase;
32849
33220
  text-decoration: underline;
32850
33221
  }
32851
- .google-login-button__view-all-mobile___z3IOw,
32852
- .google-login-button__viewAllMobile___kwSTY {
33222
+ .google-login-button__view-all-mobile___A40K0,
33223
+ .google-login-button__viewAllMobile___Iohgc {
32853
33224
  display: none;
32854
33225
  }
32855
33226
  @media only screen and (max-width: 768px) {
32856
- .google-login-button__view-all-mobile___z3IOw,
32857
- .google-login-button__viewAllMobile___kwSTY {
33227
+ .google-login-button__view-all-mobile___A40K0,
33228
+ .google-login-button__viewAllMobile___Iohgc {
32858
33229
  display: flex;
32859
33230
  align-items: center;
32860
33231
  justify-content: center;
@@ -32862,55 +33233,55 @@ h5,
32862
33233
  }
32863
33234
  }
32864
33235
  @media only screen and (max-width: 480px) {
32865
- .google-login-button__view-all-mobile___z3IOw,
32866
- .google-login-button__viewAllMobile___kwSTY {
33236
+ .google-login-button__view-all-mobile___A40K0,
33237
+ .google-login-button__viewAllMobile___Iohgc {
32867
33238
  margin-top: 24px;
32868
33239
  }
32869
33240
  }
32870
- .google-login-button__accent-btn___brS2S,
32871
- .google-login-button__accentBtn___k4j9C {
33241
+ .google-login-button__accent-btn___rKmnO,
33242
+ .google-login-button__accentBtn___VKUfQ {
32872
33243
  background-color: var(--accentColor);
32873
33244
  color: #fff;
32874
33245
  }
32875
- .google-login-button__no-scroll___ybGFl,
32876
- .google-login-button__noScroll___vbFH0 {
33246
+ .google-login-button__no-scroll___lm8sG,
33247
+ .google-login-button__noScroll___E1yUU {
32877
33248
  overflow-y: hidden;
32878
33249
  }
32879
- .google-login-button__hide-overflow___o6HaR,
32880
- .google-login-button__hideOverflow___nKtWu {
33250
+ .google-login-button__hide-overflow___v49bU,
33251
+ .google-login-button__hideOverflow___E2jbU {
32881
33252
  overflow: hidden;
32882
33253
  }
32883
- .google-login-button__markdown-body___sVl5K h6 {
33254
+ .google-login-button__markdown-body___f2CS3 h6 {
32884
33255
  margin-top: 0 !important;
32885
33256
  margin-bottom: 0 !important;
32886
33257
  }
32887
33258
  @media only screen and (max-width: 480px) {
32888
- .google-login-button__markdown-body___sVl5K {
33259
+ .google-login-button__markdown-body___f2CS3 {
32889
33260
  font-size: 12px !important;
32890
33261
  padding: 5px !important;
32891
33262
  }
32892
33263
  }
32893
- .google-login-button__view3d-canvas___yERj4 {
33264
+ .google-login-button__view3d-canvas___Dznnl {
32894
33265
  width: 100%;
32895
33266
  height: 100%;
32896
33267
  }
32897
33268
  @media only screen and (max-width: 480px) {
32898
- .google-login-button__view-mobile-up___xPbca {
33269
+ .google-login-button__view-mobile-up___roIVw {
32899
33270
  display: none !important;
32900
33271
  }
32901
33272
  }
32902
33273
  @media only screen and (min-width: 481px) {
32903
- .google-login-button__view-mobile___g5Syu {
33274
+ .google-login-button__view-mobile___ixdST {
32904
33275
  display: none !important;
32905
33276
  }
32906
33277
  }
32907
- .google-login-button__google-login-container___txHJV {
33278
+ .google-login-button__google-login-container___gsSus {
32908
33279
  margin-top: 12px;
32909
33280
  }
32910
- .google-login-button__google-login-container___txHJV .google-login-button__google-signin-wrapper___AifjG {
33281
+ .google-login-button__google-login-container___gsSus .google-login-button__google-signin-wrapper___ewjLC {
32911
33282
  width: 100%;
32912
33283
  }
32913
- .google-login-button__google-login-container___txHJV .g_id_signin > div[role="button"] {
33284
+ .google-login-button__google-login-container___gsSus .g_id_signin > div[role="button"] {
32914
33285
  height: 48px !important;
32915
33286
  padding: 12px !important;
32916
33287
  background: transparent !important;
@@ -32928,10 +33299,10 @@ h5,
32928
33299
  align-items: center !important;
32929
33300
  cursor: pointer !important;
32930
33301
  }
32931
- .google-login-button__google-login-container___txHJV .g_id_signin svg {
33302
+ .google-login-button__google-login-container___gsSus .g_id_signin svg {
32932
33303
  flex: 0 0 24px !important;
32933
33304
  }
32934
- .google-login-button__google-login-container___txHJV .g_id_signin span {
33305
+ .google-login-button__google-login-container___gsSus .g_id_signin span {
32935
33306
  margin-inline-end: 24px !important;
32936
33307
  color: var(--textHeading, #26201a) !important;
32937
33308
  font-size: 14px !important;
@@ -32946,59 +33317,59 @@ h5,
32946
33317
  /**color by character**/
32947
33318
  /** Font family **/
32948
33319
  /** Font weight **/
32949
- .facebook-login-button__display-block___zjvnE {
33320
+ .facebook-login-button__display-block___XhSEK {
32950
33321
  display: block;
32951
33322
  }
32952
- .facebook-login-button__inline-block___DI3Vk,
32953
- .facebook-login-button__inlineBlock___p0R2f {
33323
+ .facebook-login-button__inline-block___UTivJ,
33324
+ .facebook-login-button__inlineBlock___CJfcj {
32954
33325
  display: inline-block;
32955
33326
  }
32956
- .facebook-login-button__flex-row___OaM0g {
33327
+ .facebook-login-button__flex-row___Y8pmb {
32957
33328
  display: flex;
32958
33329
  }
32959
- .facebook-login-button__flex-column___GWHUO,
32960
- .facebook-login-button__flexColumn___vmTFT {
33330
+ .facebook-login-button__flex-column___Hvv6Q,
33331
+ .facebook-login-button__flexColumn___cwtVd {
32961
33332
  display: flex;
32962
33333
  flex-direction: column;
32963
33334
  }
32964
- .facebook-login-button__flex-align-center___M1zHK,
32965
- .facebook-login-button__flexAlignCenter___YhQNt {
33335
+ .facebook-login-button__flex-align-center___y7O93,
33336
+ .facebook-login-button__flexAlignCenter___pxAAO {
32966
33337
  display: flex;
32967
33338
  align-items: center;
32968
33339
  }
32969
- .facebook-login-button__flex-justify-center___mlKsM,
32970
- .facebook-login-button__flexJustifyCenter___QYADt {
33340
+ .facebook-login-button__flex-justify-center___nFkDG,
33341
+ .facebook-login-button__flexJustifyCenter___je6Rp {
32971
33342
  display: flex;
32972
33343
  justify-content: center;
32973
33344
  }
32974
- .facebook-login-button__flex-center___tJtdp,
32975
- .facebook-login-button__flexCenter___jM1oP {
33345
+ .facebook-login-button__flex-center___Yjph0,
33346
+ .facebook-login-button__flexCenter___bNHnz {
32976
33347
  display: flex;
32977
33348
  justify-content: center;
32978
33349
  align-items: center;
32979
33350
  }
32980
- .facebook-login-button__justify-start___o8HIw,
32981
- .facebook-login-button__justifyStart___ydOaC {
33351
+ .facebook-login-button__justify-start___WSj1O,
33352
+ .facebook-login-button__justifyStart___ACwJf {
32982
33353
  justify-content: flex-start;
32983
33354
  }
32984
- .facebook-login-button__justify-end___Xxu9y,
32985
- .facebook-login-button__justifyEnd___JJahf {
33355
+ .facebook-login-button__justify-end___gekV3,
33356
+ .facebook-login-button__justifyEnd___htqz2 {
32986
33357
  justify-content: flex-end;
32987
33358
  }
32988
- .facebook-login-button__justify-between___Vewwo,
32989
- .facebook-login-button__justifyBetween___EeHlc {
33359
+ .facebook-login-button__justify-between___t_ADo,
33360
+ .facebook-login-button__justifyBetween___nofq_ {
32990
33361
  justify-content: space-between;
32991
33362
  }
32992
- .facebook-login-button__justify-around___LmeOW,
32993
- .facebook-login-button__justifyAround___JSyJb {
33363
+ .facebook-login-button__justify-around___lI0fk,
33364
+ .facebook-login-button__justifyAround___OV4zr {
32994
33365
  justify-content: space-around;
32995
33366
  }
32996
- .facebook-login-button__justify-evenly___MZbi6,
32997
- .facebook-login-button__justifyEvenly___wt99i {
33367
+ .facebook-login-button__justify-evenly___mHAFJ,
33368
+ .facebook-login-button__justifyEvenly___a5pys {
32998
33369
  justify-content: space-evenly;
32999
33370
  }
33000
33371
  h1,
33001
- .facebook-login-button__h1___H8grr {
33372
+ .facebook-login-button__h1___AL3BU {
33002
33373
  font-weight: 700;
33003
33374
  font-size: 28px;
33004
33375
  line-height: 42px;
@@ -33007,13 +33378,13 @@ h1,
33007
33378
  }
33008
33379
  @media only screen and (min-width: 769px) {
33009
33380
  h1,
33010
- .facebook-login-button__h1___H8grr {
33381
+ .facebook-login-button__h1___AL3BU {
33011
33382
  font-size: 36px;
33012
33383
  line-height: 48px;
33013
33384
  }
33014
33385
  }
33015
33386
  h2,
33016
- .facebook-login-button__h2___iRoil {
33387
+ .facebook-login-button__h2___scLLL {
33017
33388
  font-weight: 700;
33018
33389
  font-size: 28px;
33019
33390
  line-height: 36px;
@@ -33022,13 +33393,13 @@ h2,
33022
33393
  }
33023
33394
  @media only screen and (min-width: 769px) {
33024
33395
  h2,
33025
- .facebook-login-button__h2___iRoil {
33396
+ .facebook-login-button__h2___scLLL {
33026
33397
  font-size: 32px;
33027
33398
  line-height: 42px;
33028
33399
  }
33029
33400
  }
33030
33401
  h3,
33031
- .facebook-login-button__h3___Jn7gH {
33402
+ .facebook-login-button__h3___Jq6MM {
33032
33403
  font-weight: 700;
33033
33404
  letter-spacing: -0.02em;
33034
33405
  color: var(--textHeading, #26201a);
@@ -33037,7 +33408,7 @@ h3,
33037
33408
  }
33038
33409
  @media only screen and (min-width: 769px) {
33039
33410
  h3,
33040
- .facebook-login-button__h3___Jn7gH {
33411
+ .facebook-login-button__h3___Jq6MM {
33041
33412
  font-weight: 700;
33042
33413
  letter-spacing: -0.02em;
33043
33414
  color: var(--textHeading, #26201a);
@@ -33046,7 +33417,7 @@ h3,
33046
33417
  }
33047
33418
  }
33048
33419
  h4,
33049
- .facebook-login-button__h4____fgnK {
33420
+ .facebook-login-button__h4___wcH90 {
33050
33421
  font-weight: 600;
33051
33422
  letter-spacing: -0.02em;
33052
33423
  color: var(--textHeading, #26201a);
@@ -33055,7 +33426,7 @@ h4,
33055
33426
  }
33056
33427
  @media only screen and (min-width: 769px) {
33057
33428
  h4,
33058
- .facebook-login-button__h4____fgnK {
33429
+ .facebook-login-button__h4___wcH90 {
33059
33430
  font-weight: 600;
33060
33431
  letter-spacing: -0.02em;
33061
33432
  color: var(--textHeading, #26201a);
@@ -33064,7 +33435,7 @@ h4,
33064
33435
  }
33065
33436
  }
33066
33437
  h5,
33067
- .facebook-login-button__h5___ZOk0w {
33438
+ .facebook-login-button__h5____2X5P {
33068
33439
  font-weight: 600;
33069
33440
  font-size: 14px;
33070
33441
  line-height: 16px;
@@ -33073,12 +33444,12 @@ h5,
33073
33444
  }
33074
33445
  @media only screen and (min-width: 769px) {
33075
33446
  h5,
33076
- .facebook-login-button__h5___ZOk0w {
33447
+ .facebook-login-button__h5____2X5P {
33077
33448
  font-size: 16px;
33078
33449
  line-height: 18px;
33079
33450
  }
33080
33451
  }
33081
- .facebook-login-button__b1___U1Mgc {
33452
+ .facebook-login-button__b1___U0OKm {
33082
33453
  font-weight: 400;
33083
33454
  font-size: 14px;
33084
33455
  line-height: 18px;
@@ -33086,14 +33457,14 @@ h5,
33086
33457
  color: var(--textBody, #3c3131);
33087
33458
  }
33088
33459
  @media only screen and (min-width: 769px) {
33089
- .facebook-login-button__b1___U1Mgc {
33460
+ .facebook-login-button__b1___U0OKm {
33090
33461
  font-size: 16px;
33091
33462
  line-height: 20px;
33092
33463
  }
33093
33464
  }
33094
- .facebook-login-button__b-small___cQ06P,
33095
- .facebook-login-button__bSmall___niutO,
33096
- .facebook-login-button__b2___nTIF5 {
33465
+ .facebook-login-button__b-small___bv_rc,
33466
+ .facebook-login-button__bSmall___l88G0,
33467
+ .facebook-login-button__b2___uQWsw {
33097
33468
  font-weight: 400;
33098
33469
  letter-spacing: -0.02em;
33099
33470
  color: var(--textBody, #3c3131);
@@ -33101,9 +33472,9 @@ h5,
33101
33472
  line-height: 16px;
33102
33473
  }
33103
33474
  @media only screen and (min-width: 769px) {
33104
- .facebook-login-button__b-small___cQ06P,
33105
- .facebook-login-button__bSmall___niutO,
33106
- .facebook-login-button__b2___nTIF5 {
33475
+ .facebook-login-button__b-small___bv_rc,
33476
+ .facebook-login-button__bSmall___l88G0,
33477
+ .facebook-login-button__b2___uQWsw {
33107
33478
  font-weight: 400;
33108
33479
  letter-spacing: -0.02em;
33109
33480
  color: var(--textBody, #3c3131);
@@ -33111,47 +33482,47 @@ h5,
33111
33482
  line-height: 18px;
33112
33483
  }
33113
33484
  }
33114
- .facebook-login-button__d1___LbIQx {
33485
+ .facebook-login-button__d1___diZdy {
33115
33486
  font-size: 36px;
33116
33487
  font-weight: 700;
33117
33488
  line-height: 48px;
33118
33489
  letter-spacing: -0.02em;
33119
33490
  }
33120
33491
  @media only screen and (min-width: 769px) {
33121
- .facebook-login-button__d1___LbIQx {
33492
+ .facebook-login-button__d1___diZdy {
33122
33493
  font-size: 64px;
33123
33494
  line-height: 85px;
33124
33495
  letter-spacing: -0.03em;
33125
33496
  }
33126
33497
  }
33127
- .facebook-login-button__caption-medium___TsfS6,
33128
- .facebook-login-button__captionMedium___pHi7v {
33498
+ .facebook-login-button__caption-medium___vOMBS,
33499
+ .facebook-login-button__captionMedium___IZpTs {
33129
33500
  font-size: 12px;
33130
33501
  line-height: 1.5;
33131
33502
  letter-spacing: -0.02em;
33132
33503
  font-weight: 500;
33133
33504
  }
33134
33505
  @media only screen and (max-width: 480px) {
33135
- .facebook-login-button__caption-medium___TsfS6,
33136
- .facebook-login-button__captionMedium___pHi7v {
33506
+ .facebook-login-button__caption-medium___vOMBS,
33507
+ .facebook-login-button__captionMedium___IZpTs {
33137
33508
  font-size: 11px;
33138
33509
  }
33139
33510
  }
33140
- .facebook-login-button__caption-semi-bold___jgz3q,
33141
- .facebook-login-button__captionSemiBold___Whpz9 {
33511
+ .facebook-login-button__caption-semi-bold___i4AEd,
33512
+ .facebook-login-button__captionSemiBold___M6C7N {
33142
33513
  font-size: 12px;
33143
33514
  line-height: 1.5;
33144
33515
  letter-spacing: -0.02em;
33145
33516
  font-weight: 600;
33146
33517
  }
33147
33518
  @media only screen and (max-width: 480px) {
33148
- .facebook-login-button__caption-semi-bold___jgz3q,
33149
- .facebook-login-button__captionSemiBold___Whpz9 {
33519
+ .facebook-login-button__caption-semi-bold___i4AEd,
33520
+ .facebook-login-button__captionSemiBold___M6C7N {
33150
33521
  font-size: 11px;
33151
33522
  }
33152
33523
  }
33153
- .facebook-login-button__btn-link___xqFij,
33154
- .facebook-login-button__btnLink___nQQDj {
33524
+ .facebook-login-button__btn-link___AamyI,
33525
+ .facebook-login-button__btnLink___xFljW {
33155
33526
  font-weight: 500;
33156
33527
  letter-spacing: -0.02em;
33157
33528
  font-size: 12px;
@@ -33164,72 +33535,72 @@ h5,
33164
33535
  border: none;
33165
33536
  }
33166
33537
  @media only screen and (min-width: 769px) {
33167
- .facebook-login-button__btn-link___xqFij,
33168
- .facebook-login-button__btnLink___nQQDj {
33538
+ .facebook-login-button__btn-link___AamyI,
33539
+ .facebook-login-button__btnLink___xFljW {
33169
33540
  font-weight: 500;
33170
33541
  letter-spacing: -0.02em;
33171
33542
  font-size: 14px;
33172
33543
  line-height: 16px;
33173
33544
  }
33174
33545
  }
33175
- .facebook-login-button__btn-link___xqFij:hover,
33176
- .facebook-login-button__btnLink___nQQDj:hover {
33546
+ .facebook-login-button__btn-link___AamyI:hover,
33547
+ .facebook-login-button__btnLink___xFljW:hover {
33177
33548
  color: var(--buttonLinkL1, #c1847c);
33178
33549
  }
33179
- .facebook-login-button__btn-link___xqFij:disabled,
33180
- .facebook-login-button__btnLink___nQQDj:disabled {
33550
+ .facebook-login-button__btn-link___AamyI:disabled,
33551
+ .facebook-login-button__btnLink___xFljW:disabled {
33181
33552
  color: var(--buttonLinkL2, #d0a39d);
33182
33553
  }
33183
- .facebook-login-button__btn-link___xqFij:active,
33184
- .facebook-login-button__btnLink___nQQDj:active {
33554
+ .facebook-login-button__btn-link___AamyI:active,
33555
+ .facebook-login-button__btnLink___xFljW:active {
33185
33556
  opacity: 0.8;
33186
33557
  }
33187
- .facebook-login-button__user-select-none___VOxiT,
33188
- .facebook-login-button__userSelectNone___OWMIQ {
33558
+ .facebook-login-button__user-select-none___soMg6,
33559
+ .facebook-login-button__userSelectNone___j9D1f {
33189
33560
  user-select: none;
33190
33561
  -moz-user-select: none;
33191
33562
  -webkit-user-select: none;
33192
33563
  -ms-user-select: none;
33193
33564
  }
33194
- .facebook-login-button__margin-0-auto___HYkij,
33195
- .facebook-login-button__margin0auto___nKW2C {
33565
+ .facebook-login-button__margin-0-auto___a3Cxr,
33566
+ .facebook-login-button__margin0auto___cS_K5 {
33196
33567
  margin: 0 auto;
33197
33568
  }
33198
- .facebook-login-button__base-page-container___EtZuz,
33199
- .facebook-login-button__basePageContainer___mDB5N {
33569
+ .facebook-login-button__base-page-container___O_N9P,
33570
+ .facebook-login-button__basePageContainer___s6ij5 {
33200
33571
  max-width: 1440px !important;
33201
33572
  }
33202
- .facebook-login-button__remove-scroll___eBRUs,
33203
- .facebook-login-button__removeScroll___GXb7r {
33573
+ .facebook-login-button__remove-scroll___qg7Iq,
33574
+ .facebook-login-button__removeScroll___GkaEy {
33204
33575
  overflow-y: hidden !important;
33205
33576
  }
33206
- .facebook-login-button__mr-5___q58cH,
33207
- .facebook-login-button__mr5___fwWw2 {
33577
+ .facebook-login-button__mr-5___kOpYH,
33578
+ .facebook-login-button__mr5___I5EZY {
33208
33579
  margin-inline-end: 30px !important;
33209
33580
  }
33210
- .facebook-login-button__mr-2___ZKd3H,
33211
- .facebook-login-button__mr2___erY8R {
33581
+ .facebook-login-button__mr-2___jKNra,
33582
+ .facebook-login-button__mr2___LMmXN {
33212
33583
  margin-inline-end: 5px !important;
33213
33584
  }
33214
- .facebook-login-button__py-5___VjPa9,
33215
- .facebook-login-button__py5____PWCV {
33585
+ .facebook-login-button__py-5___A8xFv,
33586
+ .facebook-login-button__py5___GiuQJ {
33216
33587
  padding-top: 1.875rem !important;
33217
33588
  padding-bottom: 1.875rem !important;
33218
33589
  }
33219
- .facebook-login-button__view-all-text___LEUab,
33220
- .facebook-login-button__viewAllText___nDMhF {
33590
+ .facebook-login-button__view-all-text___ygCYR,
33591
+ .facebook-login-button__viewAllText___NhWpY {
33221
33592
  font-size: 20px;
33222
33593
  font-weight: 400;
33223
33594
  text-transform: lowercase;
33224
33595
  text-decoration: underline;
33225
33596
  }
33226
- .facebook-login-button__view-all-mobile___zvPKL,
33227
- .facebook-login-button__viewAllMobile___D2Vp0 {
33597
+ .facebook-login-button__view-all-mobile___HkvLk,
33598
+ .facebook-login-button__viewAllMobile___YjAcs {
33228
33599
  display: none;
33229
33600
  }
33230
33601
  @media only screen and (max-width: 768px) {
33231
- .facebook-login-button__view-all-mobile___zvPKL,
33232
- .facebook-login-button__viewAllMobile___D2Vp0 {
33602
+ .facebook-login-button__view-all-mobile___HkvLk,
33603
+ .facebook-login-button__viewAllMobile___YjAcs {
33233
33604
  display: flex;
33234
33605
  align-items: center;
33235
33606
  justify-content: center;
@@ -33237,52 +33608,52 @@ h5,
33237
33608
  }
33238
33609
  }
33239
33610
  @media only screen and (max-width: 480px) {
33240
- .facebook-login-button__view-all-mobile___zvPKL,
33241
- .facebook-login-button__viewAllMobile___D2Vp0 {
33611
+ .facebook-login-button__view-all-mobile___HkvLk,
33612
+ .facebook-login-button__viewAllMobile___YjAcs {
33242
33613
  margin-top: 24px;
33243
33614
  }
33244
33615
  }
33245
- .facebook-login-button__accent-btn___WXMXk,
33246
- .facebook-login-button__accentBtn___Eo2xa {
33616
+ .facebook-login-button__accent-btn___vN2Hc,
33617
+ .facebook-login-button__accentBtn___KjOTk {
33247
33618
  background-color: var(--accentColor);
33248
33619
  color: #fff;
33249
33620
  }
33250
- .facebook-login-button__no-scroll___DA1oc,
33251
- .facebook-login-button__noScroll___Vz_wN {
33621
+ .facebook-login-button__no-scroll___vJu7j,
33622
+ .facebook-login-button__noScroll___ZBsMe {
33252
33623
  overflow-y: hidden;
33253
33624
  }
33254
- .facebook-login-button__hide-overflow___IOMnf,
33255
- .facebook-login-button__hideOverflow___dUDT6 {
33625
+ .facebook-login-button__hide-overflow___CYfL3,
33626
+ .facebook-login-button__hideOverflow___kdxH7 {
33256
33627
  overflow: hidden;
33257
33628
  }
33258
- .facebook-login-button__markdown-body___hpsNo h6 {
33629
+ .facebook-login-button__markdown-body___Q_FEQ h6 {
33259
33630
  margin-top: 0 !important;
33260
33631
  margin-bottom: 0 !important;
33261
33632
  }
33262
33633
  @media only screen and (max-width: 480px) {
33263
- .facebook-login-button__markdown-body___hpsNo {
33634
+ .facebook-login-button__markdown-body___Q_FEQ {
33264
33635
  font-size: 12px !important;
33265
33636
  padding: 5px !important;
33266
33637
  }
33267
33638
  }
33268
- .facebook-login-button__view3d-canvas___drNqq {
33639
+ .facebook-login-button__view3d-canvas___AKXgA {
33269
33640
  width: 100%;
33270
33641
  height: 100%;
33271
33642
  }
33272
33643
  @media only screen and (max-width: 480px) {
33273
- .facebook-login-button__view-mobile-up___KlJWO {
33644
+ .facebook-login-button__view-mobile-up___Bg2SA {
33274
33645
  display: none !important;
33275
33646
  }
33276
33647
  }
33277
33648
  @media only screen and (min-width: 481px) {
33278
- .facebook-login-button__view-mobile___ovTS9 {
33649
+ .facebook-login-button__view-mobile___ZZimg {
33279
33650
  display: none !important;
33280
33651
  }
33281
33652
  }
33282
- .facebook-login-button__facebook-login-container____88Dn {
33653
+ .facebook-login-button__facebook-login-container___JKKX0 {
33283
33654
  margin-top: 12px;
33284
33655
  }
33285
- .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw {
33656
+ .facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP {
33286
33657
  height: 48px;
33287
33658
  padding: 12px;
33288
33659
  background: transparent;
@@ -33301,11 +33672,11 @@ h5,
33301
33672
  cursor: pointer;
33302
33673
  font-family: var(--font-body);
33303
33674
  }
33304
- .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw svg {
33675
+ .facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP svg {
33305
33676
  flex: 0 0 24px;
33306
33677
  fill: #1877f2;
33307
33678
  }
33308
- .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw span {
33679
+ .facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP span {
33309
33680
  margin-inline-end: 24px;
33310
33681
  color: var(--textHeading, #3c4043);
33311
33682
  font-size: 14px;
@@ -33319,59 +33690,59 @@ h5,
33319
33690
  /**color by character**/
33320
33691
  /** Font family **/
33321
33692
  /** Font weight **/
33322
- .apple-login-button__display-block___hwLap {
33693
+ .apple-login-button__display-block___dG0cB {
33323
33694
  display: block;
33324
33695
  }
33325
- .apple-login-button__inline-block___aCF4e,
33326
- .apple-login-button__inlineBlock___B4Xl5 {
33696
+ .apple-login-button__inline-block___rxWk0,
33697
+ .apple-login-button__inlineBlock___GbOb0 {
33327
33698
  display: inline-block;
33328
33699
  }
33329
- .apple-login-button__flex-row___X9IvI {
33700
+ .apple-login-button__flex-row___Qw_Fa {
33330
33701
  display: flex;
33331
33702
  }
33332
- .apple-login-button__flex-column___G7Y3y,
33333
- .apple-login-button__flexColumn___SFk5p {
33703
+ .apple-login-button__flex-column___A1G0F,
33704
+ .apple-login-button__flexColumn___YgkEF {
33334
33705
  display: flex;
33335
33706
  flex-direction: column;
33336
33707
  }
33337
- .apple-login-button__flex-align-center___daUe5,
33338
- .apple-login-button__flexAlignCenter___ofuh5 {
33708
+ .apple-login-button__flex-align-center___EreYd,
33709
+ .apple-login-button__flexAlignCenter___oLZmE {
33339
33710
  display: flex;
33340
33711
  align-items: center;
33341
33712
  }
33342
- .apple-login-button__flex-justify-center___DJ3WX,
33343
- .apple-login-button__flexJustifyCenter___aC83Y {
33713
+ .apple-login-button__flex-justify-center___a8nUo,
33714
+ .apple-login-button__flexJustifyCenter___O2d1e {
33344
33715
  display: flex;
33345
33716
  justify-content: center;
33346
33717
  }
33347
- .apple-login-button__flex-center___yxBkX,
33348
- .apple-login-button__flexCenter___mtYEb {
33718
+ .apple-login-button__flex-center___Df9rs,
33719
+ .apple-login-button__flexCenter___elYd0 {
33349
33720
  display: flex;
33350
33721
  justify-content: center;
33351
33722
  align-items: center;
33352
33723
  }
33353
- .apple-login-button__justify-start___Ob0Wc,
33354
- .apple-login-button__justifyStart___yoZ4s {
33724
+ .apple-login-button__justify-start___Lc4VK,
33725
+ .apple-login-button__justifyStart___SnLmh {
33355
33726
  justify-content: flex-start;
33356
33727
  }
33357
- .apple-login-button__justify-end___D4MFl,
33358
- .apple-login-button__justifyEnd___w7f3L {
33728
+ .apple-login-button__justify-end___PnUX5,
33729
+ .apple-login-button__justifyEnd___BheGy {
33359
33730
  justify-content: flex-end;
33360
33731
  }
33361
- .apple-login-button__justify-between___L8FRs,
33362
- .apple-login-button__justifyBetween___FcE4J {
33732
+ .apple-login-button__justify-between___Jk3Ft,
33733
+ .apple-login-button__justifyBetween___S2jbv {
33363
33734
  justify-content: space-between;
33364
33735
  }
33365
- .apple-login-button__justify-around___jzZ4w,
33366
- .apple-login-button__justifyAround___Z4Oi1 {
33736
+ .apple-login-button__justify-around___DsR2p,
33737
+ .apple-login-button__justifyAround___EKItA {
33367
33738
  justify-content: space-around;
33368
33739
  }
33369
- .apple-login-button__justify-evenly___AmQxs,
33370
- .apple-login-button__justifyEvenly___RWzUG {
33740
+ .apple-login-button__justify-evenly___pIfvx,
33741
+ .apple-login-button__justifyEvenly___dSYeJ {
33371
33742
  justify-content: space-evenly;
33372
33743
  }
33373
33744
  h1,
33374
- .apple-login-button__h1___oGPVa {
33745
+ .apple-login-button__h1___JcdLQ {
33375
33746
  font-weight: 700;
33376
33747
  font-size: 28px;
33377
33748
  line-height: 42px;
@@ -33380,13 +33751,13 @@ h1,
33380
33751
  }
33381
33752
  @media only screen and (min-width: 769px) {
33382
33753
  h1,
33383
- .apple-login-button__h1___oGPVa {
33754
+ .apple-login-button__h1___JcdLQ {
33384
33755
  font-size: 36px;
33385
33756
  line-height: 48px;
33386
33757
  }
33387
33758
  }
33388
33759
  h2,
33389
- .apple-login-button__h2___HPSR0 {
33760
+ .apple-login-button__h2___vOU4L {
33390
33761
  font-weight: 700;
33391
33762
  font-size: 28px;
33392
33763
  line-height: 36px;
@@ -33395,13 +33766,13 @@ h2,
33395
33766
  }
33396
33767
  @media only screen and (min-width: 769px) {
33397
33768
  h2,
33398
- .apple-login-button__h2___HPSR0 {
33769
+ .apple-login-button__h2___vOU4L {
33399
33770
  font-size: 32px;
33400
33771
  line-height: 42px;
33401
33772
  }
33402
33773
  }
33403
33774
  h3,
33404
- .apple-login-button__h3___JIdf0 {
33775
+ .apple-login-button__h3___FVfvK {
33405
33776
  font-weight: 700;
33406
33777
  letter-spacing: -0.02em;
33407
33778
  color: var(--textHeading, #26201a);
@@ -33410,7 +33781,7 @@ h3,
33410
33781
  }
33411
33782
  @media only screen and (min-width: 769px) {
33412
33783
  h3,
33413
- .apple-login-button__h3___JIdf0 {
33784
+ .apple-login-button__h3___FVfvK {
33414
33785
  font-weight: 700;
33415
33786
  letter-spacing: -0.02em;
33416
33787
  color: var(--textHeading, #26201a);
@@ -33419,7 +33790,7 @@ h3,
33419
33790
  }
33420
33791
  }
33421
33792
  h4,
33422
- .apple-login-button__h4___bA6k4 {
33793
+ .apple-login-button__h4___xdITK {
33423
33794
  font-weight: 600;
33424
33795
  letter-spacing: -0.02em;
33425
33796
  color: var(--textHeading, #26201a);
@@ -33428,7 +33799,7 @@ h4,
33428
33799
  }
33429
33800
  @media only screen and (min-width: 769px) {
33430
33801
  h4,
33431
- .apple-login-button__h4___bA6k4 {
33802
+ .apple-login-button__h4___xdITK {
33432
33803
  font-weight: 600;
33433
33804
  letter-spacing: -0.02em;
33434
33805
  color: var(--textHeading, #26201a);
@@ -33437,7 +33808,7 @@ h4,
33437
33808
  }
33438
33809
  }
33439
33810
  h5,
33440
- .apple-login-button__h5___zP6bH {
33811
+ .apple-login-button__h5___Qdbbu {
33441
33812
  font-weight: 600;
33442
33813
  font-size: 14px;
33443
33814
  line-height: 16px;
@@ -33446,12 +33817,12 @@ h5,
33446
33817
  }
33447
33818
  @media only screen and (min-width: 769px) {
33448
33819
  h5,
33449
- .apple-login-button__h5___zP6bH {
33820
+ .apple-login-button__h5___Qdbbu {
33450
33821
  font-size: 16px;
33451
33822
  line-height: 18px;
33452
33823
  }
33453
33824
  }
33454
- .apple-login-button__b1___ipJa4 {
33825
+ .apple-login-button__b1___LI7x4 {
33455
33826
  font-weight: 400;
33456
33827
  font-size: 14px;
33457
33828
  line-height: 18px;
@@ -33459,14 +33830,14 @@ h5,
33459
33830
  color: var(--textBody, #3c3131);
33460
33831
  }
33461
33832
  @media only screen and (min-width: 769px) {
33462
- .apple-login-button__b1___ipJa4 {
33833
+ .apple-login-button__b1___LI7x4 {
33463
33834
  font-size: 16px;
33464
33835
  line-height: 20px;
33465
33836
  }
33466
33837
  }
33467
- .apple-login-button__b-small___4Ny5P,
33468
- .apple-login-button__bSmall___gQa9Z,
33469
- .apple-login-button__b2___dxOtO {
33838
+ .apple-login-button__b-small___S0r6Y,
33839
+ .apple-login-button__bSmall___ShBOg,
33840
+ .apple-login-button__b2___QdIFV {
33470
33841
  font-weight: 400;
33471
33842
  letter-spacing: -0.02em;
33472
33843
  color: var(--textBody, #3c3131);
@@ -33474,9 +33845,9 @@ h5,
33474
33845
  line-height: 16px;
33475
33846
  }
33476
33847
  @media only screen and (min-width: 769px) {
33477
- .apple-login-button__b-small___4Ny5P,
33478
- .apple-login-button__bSmall___gQa9Z,
33479
- .apple-login-button__b2___dxOtO {
33848
+ .apple-login-button__b-small___S0r6Y,
33849
+ .apple-login-button__bSmall___ShBOg,
33850
+ .apple-login-button__b2___QdIFV {
33480
33851
  font-weight: 400;
33481
33852
  letter-spacing: -0.02em;
33482
33853
  color: var(--textBody, #3c3131);
@@ -33484,47 +33855,47 @@ h5,
33484
33855
  line-height: 18px;
33485
33856
  }
33486
33857
  }
33487
- .apple-login-button__d1___aUKTx {
33858
+ .apple-login-button__d1___WpD6I {
33488
33859
  font-size: 36px;
33489
33860
  font-weight: 700;
33490
33861
  line-height: 48px;
33491
33862
  letter-spacing: -0.02em;
33492
33863
  }
33493
33864
  @media only screen and (min-width: 769px) {
33494
- .apple-login-button__d1___aUKTx {
33865
+ .apple-login-button__d1___WpD6I {
33495
33866
  font-size: 64px;
33496
33867
  line-height: 85px;
33497
33868
  letter-spacing: -0.03em;
33498
33869
  }
33499
33870
  }
33500
- .apple-login-button__caption-medium___lIWNV,
33501
- .apple-login-button__captionMedium___bHFgu {
33871
+ .apple-login-button__caption-medium___xbIYA,
33872
+ .apple-login-button__captionMedium___Gvj0Y {
33502
33873
  font-size: 12px;
33503
33874
  line-height: 1.5;
33504
33875
  letter-spacing: -0.02em;
33505
33876
  font-weight: 500;
33506
33877
  }
33507
33878
  @media only screen and (max-width: 480px) {
33508
- .apple-login-button__caption-medium___lIWNV,
33509
- .apple-login-button__captionMedium___bHFgu {
33879
+ .apple-login-button__caption-medium___xbIYA,
33880
+ .apple-login-button__captionMedium___Gvj0Y {
33510
33881
  font-size: 11px;
33511
33882
  }
33512
33883
  }
33513
- .apple-login-button__caption-semi-bold___Y_xIg,
33514
- .apple-login-button__captionSemiBold___zYVQG {
33884
+ .apple-login-button__caption-semi-bold___xqkJH,
33885
+ .apple-login-button__captionSemiBold___ypuug {
33515
33886
  font-size: 12px;
33516
33887
  line-height: 1.5;
33517
33888
  letter-spacing: -0.02em;
33518
33889
  font-weight: 600;
33519
33890
  }
33520
33891
  @media only screen and (max-width: 480px) {
33521
- .apple-login-button__caption-semi-bold___Y_xIg,
33522
- .apple-login-button__captionSemiBold___zYVQG {
33892
+ .apple-login-button__caption-semi-bold___xqkJH,
33893
+ .apple-login-button__captionSemiBold___ypuug {
33523
33894
  font-size: 11px;
33524
33895
  }
33525
33896
  }
33526
- .apple-login-button__btn-link___AyEZc,
33527
- .apple-login-button__btnLink___agp9E {
33897
+ .apple-login-button__btn-link___pb7wA,
33898
+ .apple-login-button__btnLink___lVhUr {
33528
33899
  font-weight: 500;
33529
33900
  letter-spacing: -0.02em;
33530
33901
  font-size: 12px;
@@ -33537,72 +33908,72 @@ h5,
33537
33908
  border: none;
33538
33909
  }
33539
33910
  @media only screen and (min-width: 769px) {
33540
- .apple-login-button__btn-link___AyEZc,
33541
- .apple-login-button__btnLink___agp9E {
33911
+ .apple-login-button__btn-link___pb7wA,
33912
+ .apple-login-button__btnLink___lVhUr {
33542
33913
  font-weight: 500;
33543
33914
  letter-spacing: -0.02em;
33544
33915
  font-size: 14px;
33545
33916
  line-height: 16px;
33546
33917
  }
33547
33918
  }
33548
- .apple-login-button__btn-link___AyEZc:hover,
33549
- .apple-login-button__btnLink___agp9E:hover {
33919
+ .apple-login-button__btn-link___pb7wA:hover,
33920
+ .apple-login-button__btnLink___lVhUr:hover {
33550
33921
  color: var(--buttonLinkL1, #c1847c);
33551
33922
  }
33552
- .apple-login-button__btn-link___AyEZc:disabled,
33553
- .apple-login-button__btnLink___agp9E:disabled {
33923
+ .apple-login-button__btn-link___pb7wA:disabled,
33924
+ .apple-login-button__btnLink___lVhUr:disabled {
33554
33925
  color: var(--buttonLinkL2, #d0a39d);
33555
33926
  }
33556
- .apple-login-button__btn-link___AyEZc:active,
33557
- .apple-login-button__btnLink___agp9E:active {
33927
+ .apple-login-button__btn-link___pb7wA:active,
33928
+ .apple-login-button__btnLink___lVhUr:active {
33558
33929
  opacity: 0.8;
33559
33930
  }
33560
- .apple-login-button__user-select-none___Uu59m,
33561
- .apple-login-button__userSelectNone___xv1oB {
33931
+ .apple-login-button__user-select-none___xLxbK,
33932
+ .apple-login-button__userSelectNone___Yb76S {
33562
33933
  user-select: none;
33563
33934
  -moz-user-select: none;
33564
33935
  -webkit-user-select: none;
33565
33936
  -ms-user-select: none;
33566
33937
  }
33567
- .apple-login-button__margin-0-auto___l6O1E,
33568
- .apple-login-button__margin0auto___Nsb8q {
33938
+ .apple-login-button__margin-0-auto___sCy7C,
33939
+ .apple-login-button__margin0auto___PiAtN {
33569
33940
  margin: 0 auto;
33570
33941
  }
33571
- .apple-login-button__base-page-container___dQWd_,
33572
- .apple-login-button__basePageContainer___ZgJBO {
33942
+ .apple-login-button__base-page-container___xhJC1,
33943
+ .apple-login-button__basePageContainer___HdZ9Z {
33573
33944
  max-width: 1440px !important;
33574
33945
  }
33575
- .apple-login-button__remove-scroll___AJwUm,
33576
- .apple-login-button__removeScroll___glZJJ {
33946
+ .apple-login-button__remove-scroll___kn_oH,
33947
+ .apple-login-button__removeScroll___ISkN8 {
33577
33948
  overflow-y: hidden !important;
33578
33949
  }
33579
- .apple-login-button__mr-5____BDrE,
33580
- .apple-login-button__mr5___hzHua {
33950
+ .apple-login-button__mr-5___Tp04W,
33951
+ .apple-login-button__mr5___xIXK0 {
33581
33952
  margin-inline-end: 30px !important;
33582
33953
  }
33583
- .apple-login-button__mr-2___AgcLa,
33584
- .apple-login-button__mr2___seZiB {
33954
+ .apple-login-button__mr-2___kGX0D,
33955
+ .apple-login-button__mr2___48yrx {
33585
33956
  margin-inline-end: 5px !important;
33586
33957
  }
33587
- .apple-login-button__py-5___H1MFT,
33588
- .apple-login-button__py5___bGZBu {
33958
+ .apple-login-button__py-5___FPiuH,
33959
+ .apple-login-button__py5___ucemw {
33589
33960
  padding-top: 1.875rem !important;
33590
33961
  padding-bottom: 1.875rem !important;
33591
33962
  }
33592
- .apple-login-button__view-all-text___luJo7,
33593
- .apple-login-button__viewAllText___h297C {
33963
+ .apple-login-button__view-all-text___UWZW1,
33964
+ .apple-login-button__viewAllText___nF_hO {
33594
33965
  font-size: 20px;
33595
33966
  font-weight: 400;
33596
33967
  text-transform: lowercase;
33597
33968
  text-decoration: underline;
33598
33969
  }
33599
- .apple-login-button__view-all-mobile___Kk5t1,
33600
- .apple-login-button__viewAllMobile___cznr_ {
33970
+ .apple-login-button__view-all-mobile___EQceO,
33971
+ .apple-login-button__viewAllMobile___Kxztt {
33601
33972
  display: none;
33602
33973
  }
33603
33974
  @media only screen and (max-width: 768px) {
33604
- .apple-login-button__view-all-mobile___Kk5t1,
33605
- .apple-login-button__viewAllMobile___cznr_ {
33975
+ .apple-login-button__view-all-mobile___EQceO,
33976
+ .apple-login-button__viewAllMobile___Kxztt {
33606
33977
  display: flex;
33607
33978
  align-items: center;
33608
33979
  justify-content: center;
@@ -33610,52 +33981,52 @@ h5,
33610
33981
  }
33611
33982
  }
33612
33983
  @media only screen and (max-width: 480px) {
33613
- .apple-login-button__view-all-mobile___Kk5t1,
33614
- .apple-login-button__viewAllMobile___cznr_ {
33984
+ .apple-login-button__view-all-mobile___EQceO,
33985
+ .apple-login-button__viewAllMobile___Kxztt {
33615
33986
  margin-top: 24px;
33616
33987
  }
33617
33988
  }
33618
- .apple-login-button__accent-btn___nsUdz,
33619
- .apple-login-button__accentBtn___nV53L {
33989
+ .apple-login-button__accent-btn___gEKGS,
33990
+ .apple-login-button__accentBtn___YDRux {
33620
33991
  background-color: var(--accentColor);
33621
33992
  color: #fff;
33622
33993
  }
33623
- .apple-login-button__no-scroll___K6rEz,
33624
- .apple-login-button__noScroll___YSL2S {
33994
+ .apple-login-button__no-scroll___nAAr6,
33995
+ .apple-login-button__noScroll___UUzVo {
33625
33996
  overflow-y: hidden;
33626
33997
  }
33627
- .apple-login-button__hide-overflow___nBoux,
33628
- .apple-login-button__hideOverflow___UTMCC {
33998
+ .apple-login-button__hide-overflow___ZR1cR,
33999
+ .apple-login-button__hideOverflow___JkOWO {
33629
34000
  overflow: hidden;
33630
34001
  }
33631
- .apple-login-button__markdown-body___hbLF0 h6 {
34002
+ .apple-login-button__markdown-body___FzhVg h6 {
33632
34003
  margin-top: 0 !important;
33633
34004
  margin-bottom: 0 !important;
33634
34005
  }
33635
34006
  @media only screen and (max-width: 480px) {
33636
- .apple-login-button__markdown-body___hbLF0 {
34007
+ .apple-login-button__markdown-body___FzhVg {
33637
34008
  font-size: 12px !important;
33638
34009
  padding: 5px !important;
33639
34010
  }
33640
34011
  }
33641
- .apple-login-button__view3d-canvas___YbVDV {
34012
+ .apple-login-button__view3d-canvas___p2S5_ {
33642
34013
  width: 100%;
33643
34014
  height: 100%;
33644
34015
  }
33645
34016
  @media only screen and (max-width: 480px) {
33646
- .apple-login-button__view-mobile-up___QmpIA {
34017
+ .apple-login-button__view-mobile-up___zIt7A {
33647
34018
  display: none !important;
33648
34019
  }
33649
34020
  }
33650
34021
  @media only screen and (min-width: 481px) {
33651
- .apple-login-button__view-mobile___hDSl7 {
34022
+ .apple-login-button__view-mobile___ny3wS {
33652
34023
  display: none !important;
33653
34024
  }
33654
34025
  }
33655
- .apple-login-button__apple-login-container___QDt06 {
34026
+ .apple-login-button__apple-login-container___bBsdH {
33656
34027
  margin-top: 12px;
33657
34028
  }
33658
- .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ {
34029
+ .apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW {
33659
34030
  height: 48px;
33660
34031
  padding: 12px;
33661
34032
  background: transparent;
@@ -33674,11 +34045,11 @@ h5,
33674
34045
  cursor: pointer;
33675
34046
  font-family: var(--font-body);
33676
34047
  }
33677
- .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ svg {
34048
+ .apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW svg {
33678
34049
  flex: 0 0 24px;
33679
34050
  fill: black;
33680
34051
  }
33681
- .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ span {
34052
+ .apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW span {
33682
34053
  margin-inline-end: 24px;
33683
34054
  color: var(--textHeading, #3c4043);
33684
34055
  font-size: 14px;