@@ -3062,6 +3062,227 @@ a {
3062
3062
background-color : # 61d1fa ;
3063
3063
}
3064
3064
3065
+ .efi-pricing-button {
3066
+ width : 100% ;
3067
+ background-color : # 2b2f35 ;
3068
+ border-radius : 15.46px ;
3069
+ justify-content : center;
3070
+ align-items : center;
3071
+ padding : 15px 40px ;
3072
+ font-size : 15.46px ;
3073
+ transition : all .7s ;
3074
+ display : flex;
3075
+ }
3076
+
3077
+ .efi-pricing-button : hover {
3078
+ transform : translate (0 , -7px );
3079
+ }
3080
+
3081
+ .efi-option {
3082
+ color : # 11151d ;
3083
+ font-size : 15px ;
3084
+ font-weight : 400 ;
3085
+ line-height : 22.5px ;
3086
+ }
3087
+
3088
+ .efi-points-grid {
3089
+ grid-column-gap : 5px ;
3090
+ grid-row-gap : 20px ;
3091
+ grid-template-rows : auto;
3092
+ grid-template-columns : .25fr 2.75fr ;
3093
+ margin-bottom : 15px ;
3094
+ }
3095
+
3096
+ .efi-pricing-points {
3097
+ margin-bottom : 0 ;
3098
+ }
3099
+
3100
+ .efi-h2 {
3101
+ color : # 11151d ;
3102
+ margin-bottom : 0 ;
3103
+ font-weight : 500 ;
3104
+ }
3105
+
3106
+ .efi-price-block {
3107
+ margin-bottom : 0 ;
3108
+ }
3109
+
3110
+ .efi-big-paragraph {
3111
+ margin-bottom : 9.55px ;
3112
+ font-size : 15px ;
3113
+ font-weight : 400 ;
3114
+ }
3115
+
3116
+ .efi-h4 {
3117
+ margin-top : 9.55px ;
3118
+ margin-bottom : 9.55px ;
3119
+ font-size : 24.27px ;
3120
+ }
3121
+
3122
+ .efi-pricing-header {
3123
+ color : # 11151d ;
3124
+ border-bottom : 1px solid # 5f5f5f ;
3125
+ padding-bottom : 0 ;
3126
+ }
3127
+
3128
+ .efi-pricing-container {
3129
+ grid-column-gap : 40px ;
3130
+ grid-row-gap : 38px ;
3131
+ border-bottom : 1px # 000 ;
3132
+ flex-direction : column;
3133
+ grid-template-rows : auto;
3134
+ grid-template-columns : 1fr ;
3135
+ grid-auto-columns : 1fr ;
3136
+ justify-content : space-between;
3137
+ align-items : flex-start;
3138
+ padding-bottom : 20px ;
3139
+ display : grid;
3140
+ }
3141
+
3142
+ .efi-pr-01-pricing-cell {
3143
+ background-color : # e1e1e0 ;
3144
+ border : 0 solid # ccc ;
3145
+ border-radius : 15.46px ;
3146
+ flex-direction : column;
3147
+ justify-content : space-between;
3148
+ padding : 40px 20px ;
3149
+ display : flex;
3150
+ }
3151
+
3152
+ .efi-pr-01-pricing-cell .grey {
3153
+ background-color : # e1e1e0 ;
3154
+ border-style : none;
3155
+ padding-left : 15.46px ;
3156
+ padding-right : 15.46px ;
3157
+ }
3158
+
3159
+ .efi-pr-01-pricing-grid {
3160
+ grid-column-gap : 20px ;
3161
+ grid-template-rows : auto;
3162
+ grid-template-columns : 1fr 1fr ;
3163
+ }
3164
+
3165
+ .efi-tab-text {
3166
+ text-align : center;
3167
+ font-size : 24.27px ;
3168
+ font-weight : 600 ;
3169
+ }
3170
+
3171
+ .efi-tab-link {
3172
+ color : # fff ;
3173
+ background-color : rgba (0 , 0 , 0 , 0 );
3174
+ padding-left : 0 ;
3175
+ padding-right : 20px ;
3176
+ }
3177
+
3178
+ .efi-tab-link .w--current {
3179
+ filter : none;
3180
+ color : # c2c2c2 ;
3181
+ background-color : rgba (0 , 0 , 0 , 0 );
3182
+ padding-left : 0 ;
3183
+ padding-right : 20px ;
3184
+ }
3185
+
3186
+ .efi-tab-link .black {
3187
+ width : 450px ;
3188
+ color : # 000 ;
3189
+ text-align : center;
3190
+ background-color : # ba64f2 ;
3191
+ border-radius : 9.55px ;
3192
+ margin-left : 5.9px ;
3193
+ margin-right : 5.9px ;
3194
+ padding : 15.46px 9.55px ;
3195
+ }
3196
+
3197
+ .efi-tab-link .black .w--current {
3198
+ width : 450px ;
3199
+ color : # e1e1e0 ;
3200
+ background-color : # 492f64 ;
3201
+ border-radius : 9.55px ;
3202
+ margin-left : 5.9px ;
3203
+ margin-right : 5.9px ;
3204
+ padding-left : 9.55px ;
3205
+ padding-right : 9.55px ;
3206
+ }
3207
+
3208
+ .efi-pr-01-tab-menu {
3209
+ text-align : center;
3210
+ margin-bottom : 35px ;
3211
+ }
3212
+
3213
+ .efi-paragraph {
3214
+ color : # 11151d ;
3215
+ font-size : 15px ;
3216
+ font-weight : 400 ;
3217
+ }
3218
+
3219
+ .efi-pr-01-grid {
3220
+ grid-column-gap : 75px ;
3221
+ grid-template-rows : auto;
3222
+ margin-bottom : 15.46px ;
3223
+ }
3224
+
3225
+ .efi-pr-01-container {
3226
+ width : 100% ;
3227
+ max-width : 1440px ;
3228
+ margin-left : auto;
3229
+ margin-right : auto;
3230
+ }
3231
+
3232
+ .efi-pr-01 {
3233
+ background-color : rgba (134 , 136 , 139 , 0 );
3234
+ padding : 25px 5% 37px ;
3235
+ }
3236
+
3237
+ .tab-link-tab-3 {
3238
+ background-color : # c8c8c8 ;
3239
+ }
3240
+
3241
+ .tab-link-tab-3 .w--current {
3242
+ background-color : # 3898ec ;
3243
+ font-size : 15.46px ;
3244
+ font-weight : 600 ;
3245
+ }
3246
+
3247
+ .superscript , .superscript-2 {
3248
+ font-size : 24.27px ;
3249
+ }
3250
+
3251
+ .body-9-cloudhome {
3252
+ background-color : # 11151d ;
3253
+ background-image : linear-gradient (rgba (17 , 21 , 29 , .4 ), rgba (17 , 21 , 29 , .4 )), url ('../images/11x17_ResoniteFeatured_Website_01_00000.jpg' );
3254
+ background-position : 0 0 , 50% 35% ;
3255
+ background-size : auto, cover;
3256
+ }
3257
+
3258
+ .efi-h2-copy {
3259
+ color : # e1e1e0 ;
3260
+ margin-bottom : 0 ;
3261
+ font-weight : 500 ;
3262
+ }
3263
+
3264
+ .efi-paragraph-copy {
3265
+ color : # e1e1e0 ;
3266
+ font-size : 15px ;
3267
+ font-weight : 400 ;
3268
+ }
3269
+
3270
+ .efi-pricing-button-copy {
3271
+ width : 30% ;
3272
+ background-color : # 2b2f35 ;
3273
+ border-radius : 15.46px ;
3274
+ justify-content : center;
3275
+ align-items : center;
3276
+ padding : 15px 40px ;
3277
+ font-size : 15.46px ;
3278
+ transition : all .7s ;
3279
+ display : flex;
3280
+ }
3281
+
3282
+ .efi-pricing-button-copy : hover {
3283
+ transform : translate (0 , -7px );
3284
+ }
3285
+
3065
3286
@media screen and (max-width : 991px ) {
3066
3287
.container-2 {
3067
3288
max-width : 728px ;
@@ -3383,6 +3604,30 @@ a {
3383
3604
font-size : 39px ;
3384
3605
line-height : 58.5px ;
3385
3606
}
3607
+
3608
+ .efi-pr-01-pricing-grid {
3609
+ grid-row-gap : 50px ;
3610
+ grid-template-columns : 1fr ;
3611
+ }
3612
+
3613
+ .efi-tab-link .black , .efi-tab-link .black .w--current {
3614
+ margin-top : 9.55px ;
3615
+ margin-bottom : 9.55px ;
3616
+ }
3617
+
3618
+ .efi-pr-01 {
3619
+ aspect-ratio : auto;
3620
+ -webkit-text-fill-color : inherit;
3621
+ object-fit : fill;
3622
+ background-clip : border-box;
3623
+ }
3624
+
3625
+ .body-9-cloudhome {
3626
+ background-image : linear-gradient (to bottom, null, null), url ('../images/11x17_ResoniteFeatured_Website_01_00000.jpg' );
3627
+ -webkit-text-fill-color : inherit;
3628
+ background-size : auto, contain;
3629
+ background-clip : border-box;
3630
+ }
3386
3631
}
3387
3632
3388
3633
@media screen and (max-width : 767px ) {
@@ -3681,6 +3926,10 @@ a {
3681
3926
.image-8 {
3682
3927
transform : scale (.6 );
3683
3928
}
3929
+
3930
+ .efi-pr-01-grid {
3931
+ grid-template-columns : 1fr ;
3932
+ }
3684
3933
}
3685
3934
3686
3935
@media screen and (max-width : 479px ) {
@@ -4077,6 +4326,25 @@ a {
4077
4326
margin-left : 6px ;
4078
4327
margin-right : 6px ;
4079
4328
}
4329
+
4330
+ .efi-tab-text {
4331
+ line-height : 26px ;
4332
+ }
4333
+
4334
+ .efi-tab-link .black {
4335
+ margin-top : 9.55px ;
4336
+ margin-bottom : 9.55px ;
4337
+ }
4338
+
4339
+ .efi-tab-link .black .w--current {
4340
+ height : 56.9167px ;
4341
+ margin-top : 9.55px ;
4342
+ margin-bottom : 9.55px ;
4343
+ }
4344
+
4345
+ .efi-pricing-button-copy {
4346
+ width : 80% ;
4347
+ }
4080
4348
}
4081
4349
4082
4350
# w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429d2-efa77703 , # w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429dc-efa77703 , # w-node-_94b3c992-6e84-9ddb-59fb-4a4d840429e6-efa77703 , # w-node-_64ee8472-d36f-cdd2-0ed6-b51224e73e29-efa77703 , # w-node-_64ee8472-d36f-cdd2-0ed6-b51224e73e20-efa77703 , # w-node-_64ee8472-d36f-cdd2-0ed6-b51224e73e34-efa77703 {
@@ -4265,7 +4533,7 @@ a {
4265
4533
align-self : auto;
4266
4534
}
4267
4535
4268
- # w-node-ff999d2c-1d34-dfbc-531f-04fb83420a75-73a28f91 , # w-node-ff999d2c-1d34-dfbc-531f-04fb83420a7c-73a28f91 , # w-node-ff999d2c-1d34-dfbc-531f-04fb83420a85-73a28f91 {
4536
+ # w-node-ff999d2c-1d34-dfbc-531f-04fb83420a75-73a28f91 , # w-node-ff999d2c-1d34-dfbc-531f-04fb83420a7c-73a28f91 , # w-node-ff999d2c-1d34-dfbc-531f-04fb83420a85-73a28f91 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2eca1-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecb3-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecba-9c8db035 , # w-node-_5803b901-96cb-5b53-82d9-49698df88f4e-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecbf-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecc4-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecc9-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecce-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecd3-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecdb-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ece2-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ece9-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecee-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecf3-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecf8-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ecfd-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed02-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed07-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed3b-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed42-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed47-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed4c-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed51-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed56-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed5b-9c8db035 , # w-node-_2bd14fb4-50b6-535e-3da8-b70d1ee5a3e8-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed60-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed63-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed6a-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed71-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed76-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed7b-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed80-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed85-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed8a-9c8db035 , # w-node-_22ebd6c1-076f-4699-af43-48b438d2ed8f-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c573-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c57a-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c584-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c589-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c58e-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c593-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c598-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c59d-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5a2-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5a5-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5ac-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5b4-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5b9-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5be-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5c3-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5c8-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5cd-9c8db035 , # w-node-_70cfe2b5-00e7-bc90-4259-09c271b5c5d2-9c8db035 {
4269
4537
grid-area : span 1 / span 1 / span 1 / span 1 ;
4270
4538
}
4271
4539
0 commit comments