Lokesh Yadav | ba54437 | 2021-12-07 15:09:27 +0530 | [diff] [blame^] | 1 | .nav_element-container { |
| 2 | display: flex; |
| 3 | position: relative; |
| 4 | } |
| 5 | .nav_element-text { |
| 6 | font-style: normal; |
| 7 | transition: 0.3s; |
| 8 | font-weight: 500; |
| 9 | margin-left: 72px; |
| 10 | } |
| 11 | |
| 12 | |
| 13 | .button-container { |
| 14 | display: flex; |
| 15 | position: relative; |
| 16 | align-items: flex-start; |
| 17 | flex-direction: column; |
| 18 | } |
| 19 | .button-text { |
| 20 | color: var(--dl-color-gray-white); |
| 21 | cursor: pointer; |
| 22 | align-self: center; |
| 23 | margin-top: var(--dl-space-space-halfunit); |
| 24 | transition: 0.3s; |
| 25 | margin-left: var(--dl-space-space-halfunit); |
| 26 | padding-top: var(--dl-space-space-halfunit); |
| 27 | margin-right: var(--dl-space-space-halfunit); |
| 28 | padding-left: var(--dl-space-space-oneandhalfunits); |
| 29 | border-radius: var(--dl-radius-radius-radius8); |
| 30 | margin-bottom: var(--dl-space-space-halfunit); |
| 31 | padding-right: var(--dl-space-space-oneandhalfunits); |
| 32 | padding-bottom: var(--dl-space-space-halfunit); |
| 33 | background-color: var(--dl-color-primary-300); |
| 34 | } |
| 35 | .button-text:hover { |
| 36 | color: var(--dl-color-primary-300); |
| 37 | background-color: var(--dl-color-gray-white); |
| 38 | } |
| 39 | |
| 40 | |
| 41 | |
| 42 | |
| 43 | |
| 44 | |
| 45 | |
| 46 | |
| 47 | |
| 48 | |
| 49 | |
| 50 | .navbar_team-image { |
| 51 | width: 60px; |
| 52 | height: 60px; |
| 53 | } |
| 54 | .navbar_team-container { |
| 55 | flex: 0 0 auto; |
| 56 | width: auto; |
| 57 | height: auto; |
| 58 | display: flex; |
| 59 | align-items: space-between; |
| 60 | margin-right: var(--dl-space-space-oneandhalfunits); |
| 61 | flex-direction: column; |
| 62 | } |
| 63 | .navbar_team-nav-elements-desktop { |
| 64 | flex: 0 0 auto; |
| 65 | display: flex; |
| 66 | align-self: center; |
| 67 | align-items: center; |
| 68 | margin-left: 0px; |
| 69 | flex-direction: row; |
| 70 | } |
| 71 | .navbar_team-navlink { |
| 72 | display: contents; |
| 73 | } |
| 74 | .navbar_team-component { |
| 75 | text-decoration: none; |
| 76 | } |
| 77 | .navbar_team-navlink1 { |
| 78 | display: contents; |
| 79 | } |
| 80 | .navbar_team-component1 { |
| 81 | text-decoration: none; |
| 82 | } |
| 83 | .navbar_team-link { |
| 84 | display: contents; |
| 85 | } |
| 86 | .navbar_team-component2 { |
| 87 | text-decoration: none; |
| 88 | } |
| 89 | .navbar_team-link1 { |
| 90 | display: contents; |
| 91 | } |
| 92 | .navbar_team-component3 { |
| 93 | text-decoration: none; |
| 94 | } |
| 95 | .navbar_team-btn-group { |
| 96 | display: flex; |
| 97 | align-items: center; |
| 98 | flex-direction: row; |
| 99 | justify-content: space-between; |
| 100 | text-decoration: none; |
| 101 | } |
| 102 | .navbar_team-component4 { |
| 103 | text-decoration: none; |
| 104 | } |
| 105 | .navbar_team-burger-menu { |
| 106 | display: none; |
| 107 | } |
| 108 | .navbar_team-icon { |
| 109 | width: var(--dl-size-size-xsmall); |
| 110 | height: var(--dl-size-size-xsmall); |
| 111 | display: none; |
| 112 | transition: 0.3s; |
| 113 | } |
| 114 | |
| 115 | .navbar_team-nav-elements-mobile { |
| 116 | flex: 0 0 auto; |
| 117 | display: none; |
| 118 | position: absolute; |
| 119 | align-self: center; |
| 120 | align-items: center; |
| 121 | margin-left: 0px; |
| 122 | flex-direction: column; |
| 123 | } |
| 124 | .navbar_team-navlink2 { |
| 125 | font-style: normal; |
| 126 | transition: 0.3s; |
| 127 | } |
| 128 | |
| 129 | .navbar_team-navlink2:active { |
| 130 | color: var(--dl-color-primary-300); |
| 131 | } |
| 132 | .navbar_team-link3 { |
| 133 | font-style: normal; |
| 134 | transition: 0.3s; |
| 135 | } |
| 136 | |
| 137 | .navbar_team-link3:active { |
| 138 | color: var(--dl-color-primary-300); |
| 139 | } |
| 140 | .navbar_team-navlink3 { |
| 141 | font-style: normal; |
| 142 | transition: 0.3s; |
| 143 | text-decoration: none; |
| 144 | } |
| 145 | |
| 146 | .navbar_team-navlink3:active { |
| 147 | color: var(--dl-color-primary-300); |
| 148 | } |
| 149 | .navbar_team-text { |
| 150 | font-style: normal; |
| 151 | transition: 0.3s; |
| 152 | } |
| 153 | |
| 154 | .navbar_team-text:active { |
| 155 | color: var(--dl-color-primary-300); |
| 156 | } |
| 157 | .navbar_team-text1 { |
| 158 | font-style: normal; |
| 159 | transition: 0.3s; |
| 160 | } |
| 161 | |
| 162 | .navbar_team-text1:active { |
| 163 | color: var(--dl-color-primary-300); |
| 164 | } |
| 165 | .navbar_team-btn-group1 { |
| 166 | display: flex; |
| 167 | align-items: center; |
| 168 | flex-direction: row; |
| 169 | justify-content: space-between; |
| 170 | text-decoration: none; |
| 171 | } |
| 172 | .navbar_team-component5 { |
| 173 | text-decoration: none; |
| 174 | } |
| 175 | .navbar_team-container1 { |
| 176 | top: 32px; |
| 177 | width: 24px; |
| 178 | height: 24px; |
| 179 | position: absolute; |
| 180 | } |
| 181 | .navbar_team-icon2 { |
| 182 | width: 24px; |
| 183 | height: 24px; |
| 184 | } |
| 185 | |
| 186 | @media(max-width: 991px) { |
| 187 | .navbar_team-nav-elements-desktop { |
| 188 | display: none; |
| 189 | } |
| 190 | .navbar_team-btn-group { |
| 191 | display: none; |
| 192 | } |
| 193 | .navbar_team-burger-menu { |
| 194 | display: flex; |
| 195 | } |
| 196 | .navbar_team-icon { |
| 197 | fill: #D9D9D9; |
| 198 | width: var(--dl-size-size-small); |
| 199 | height: var(--dl-size-size-small); |
| 200 | display: flex; |
| 201 | } |
| 202 | .navbar_team-nav-elements-mobile { |
| 203 | top: 0px; |
| 204 | left: 0px; |
| 205 | right: 0px; |
| 206 | display: flex; |
| 207 | align-items: flex-start; |
| 208 | margin-left: 0px; |
| 209 | padding-top: var(--dl-space-space-twounits); |
| 210 | padding-left: var(--dl-space-space-twounits); |
| 211 | padding-right: var(--dl-space-space-twounits); |
| 212 | padding-bottom: var(--dl-space-space-twounits); |
| 213 | background-color: var(--dl-color-gray-black); |
| 214 | } |
| 215 | .navbar_team-btn-group1 { |
| 216 | display: none; |
| 217 | } |
| 218 | .navbar_team-container1 { |
| 219 | right: 32px; |
| 220 | } |
| 221 | } |
| 222 | @media(max-width: 767px) { |
| 223 | .navbar_team-icon { |
| 224 | fill: var(--dl-color-gray-900); |
| 225 | width: var(--dl-size-size-small); |
| 226 | height: var(--dl-size-size-small); |
| 227 | } |
| 228 | } |
| 229 | @media(max-width: 479px) { |
| 230 | .navbar_team-image { |
| 231 | width: auto; |
| 232 | height: auto; |
| 233 | } |
| 234 | .navbar_team-burger-menu { |
| 235 | display: flex; |
| 236 | } |
| 237 | .navbar_team-icon { |
| 238 | fill: var(--dl-color-gray-900); |
| 239 | width: 32px; |
| 240 | height: 32px; |
| 241 | } |
| 242 | .navbar_team-nav-elements-mobile { |
| 243 | height: 100vh; |
| 244 | flex-direction: column; |
| 245 | justify-content: center; |
| 246 | background-color: var(--dl-color-gray-white); |
| 247 | } |
| 248 | .navbar_team-navlink2 { |
| 249 | color: var(--dl-color-primary-100); |
| 250 | margin-top: var(--dl-space-space-unit); |
| 251 | text-align: left; |
| 252 | margin-bottom: var(--dl-space-space-unit); |
| 253 | } |
| 254 | .navbar_team-link3 { |
| 255 | color: var(--dl-color-primary-100); |
| 256 | margin-top: var(--dl-space-space-unit); |
| 257 | text-align: left; |
| 258 | margin-bottom: var(--dl-space-space-unit); |
| 259 | } |
| 260 | .navbar_team-navlink3 { |
| 261 | color: var(--dl-color-primary-100); |
| 262 | margin-top: var(--dl-space-space-unit); |
| 263 | text-align: left; |
| 264 | margin-bottom: var(--dl-space-space-unit); |
| 265 | } |
| 266 | .navbar_team-text { |
| 267 | color: var(--dl-color-primary-100); |
| 268 | margin-top: var(--dl-space-space-unit); |
| 269 | text-align: left; |
| 270 | margin-bottom: var(--dl-space-space-unit); |
| 271 | } |
| 272 | .navbar_team-text1 { |
| 273 | color: var(--dl-color-primary-100); |
| 274 | margin-top: var(--dl-space-space-unit); |
| 275 | text-align: left; |
| 276 | margin-bottom: var(--dl-space-space-unit); |
| 277 | } |
| 278 | .navbar_team-btn-group1 { |
| 279 | display: flex; |
| 280 | margin-top: var(--dl-space-space-halfunit); |
| 281 | margin-bottom: var(--dl-space-space-halfunit); |
| 282 | } |
| 283 | .navbar_team-icon2 { |
| 284 | fill: var(--dl-color-primary-100); |
| 285 | } |
| 286 | } |
| 287 | |
| 288 | .member-container { |
| 289 | cursor: pointer; |
| 290 | display: flex; |
| 291 | position: relative; |
| 292 | align-items: flex-start; |
| 293 | justify-content: center; |
| 294 | } |
| 295 | .member-container1 { |
| 296 | flex: 0 0 auto; |
| 297 | width: 240px; |
| 298 | height: 280px; |
| 299 | margin: var(--dl-space-space-halfunit); |
| 300 | display: flex; |
| 301 | padding: var(--dl-space-space-unit); |
| 302 | transition: 0.3s; |
| 303 | align-items: center; |
| 304 | border-radius: var(--dl-radius-radius-radius8); |
| 305 | flex-direction: column; |
| 306 | justify-content: center; |
| 307 | background-color: #121212; |
| 308 | } |
| 309 | .member-container1:hover { |
| 310 | box-shadow: 0px 2px 32px 24px #000000; |
| 311 | background-color: #181818; |
| 312 | } |
| 313 | .member-image { |
| 314 | width: 104px; |
| 315 | height: 104px; |
| 316 | min-width: var(--dl-size-size-small); |
| 317 | min-height: var(--dl-size-size-small); |
| 318 | object-fit: cover; |
| 319 | border-radius: var(--dl-radius-radius-round); |
| 320 | } |
| 321 | .member-text { |
| 322 | color: var(--dl-color-primary-300); |
| 323 | margin-top: var(--dl-space-space-unit); |
| 324 | } |
| 325 | .member-text1 { |
| 326 | color: var(--dl-color-gray-900); |
| 327 | align-self: center; |
| 328 | margin-top: var(--dl-space-space-halfunit); |
| 329 | text-align: center; |
| 330 | margin-bottom: var(--dl-space-space-halfunit); |
| 331 | } |
| 332 | .member-text2 { |
| 333 | color: var(--dl-color-gray-500); |
| 334 | width: 250px; |
| 335 | display: none; |
| 336 | text-align: center; |
| 337 | } |
| 338 | .member-icons { |
| 339 | flex: 0 0 auto; |
| 340 | display: flex; |
| 341 | flex-wrap: wrap; |
| 342 | margin-top: var(--dl-space-space-halfunit); |
| 343 | align-items: center; |
| 344 | margin-bottom: var(--dl-space-space-halfunit); |
| 345 | justify-content: center; |
| 346 | } |
| 347 | .member-icon { |
| 348 | fill: #D9D9D9; |
| 349 | width: 20px; |
| 350 | transition: 0.3s; |
| 351 | } |
| 352 | .member-icon:hover { |
| 353 | fill: var(--dl-color-primary-500); |
| 354 | } |
| 355 | .member-icon2 { |
| 356 | fill: #D9D9D9; |
| 357 | width: 20px; |
| 358 | transition: 0.3s; |
| 359 | margin-left: var(--dl-space-space-unit); |
| 360 | margin-right: var(--dl-space-space-unit); |
| 361 | } |
| 362 | .member-icon2:hover { |
| 363 | fill: var(--dl-color-primary-500); |
| 364 | } |
| 365 | .member-icon4 { |
| 366 | fill: #D9D9D9; |
| 367 | width: 20px; |
| 368 | transition: 0.3s; |
| 369 | } |
| 370 | .member-icon4:hover { |
| 371 | fill: var(--dl-color-primary-500); |
| 372 | } |
| 373 | |
| 374 | |
| 375 | |
| 376 | |
| 377 | |
| 378 | .rootClassName5 { |
| 379 | align-self: center; |
| 380 | } |
| 381 | |
| 382 | |
| 383 | |
| 384 | |
| 385 | |
| 386 | |
| 387 | |
| 388 | |
| 389 | @media(max-width: 479px) { |
| 390 | .member-container { |
| 391 | width: auto; |
| 392 | } |
| 393 | .member-container1 { |
| 394 | width: auto; |
| 395 | height: auto; |
| 396 | margin: 0px; |
| 397 | padding-top: var(--dl-space-space-unit); |
| 398 | padding-left: 24px; |
| 399 | padding-right: 24px; |
| 400 | padding-bottom: var(--dl-space-space-unit); |
| 401 | } |
| 402 | .member-image { |
| 403 | width: var(--dl-size-size-medium); |
| 404 | height: var(--dl-size-size-medium); |
| 405 | min-width: var(--dl-size-size-small); |
| 406 | min-height: var(--dl-size-size-small); |
| 407 | } |
| 408 | .member-text1 { |
| 409 | width: var(--dl-size-size-medium); |
| 410 | } |
| 411 | .member-icon { |
| 412 | width: var(--dl-size-size-xsmall); |
| 413 | } |
| 414 | .member-icon2 { |
| 415 | width: var(--dl-size-size-xsmall); |
| 416 | } |
| 417 | .member-icon4 { |
| 418 | width: var(--dl-size-size-xsmall); |
| 419 | } |
| 420 | } |
| 421 | |
| 422 | .footer-footer { |
| 423 | width: 100%; |
| 424 | display: flex; |
| 425 | max-width: 100%; |
| 426 | align-items: center; |
| 427 | padding-top: var(--dl-space-space-twounits); |
| 428 | padding-left: var(--dl-space-space-fourunits); |
| 429 | padding-right: var(--dl-space-space-fourunits); |
| 430 | flex-direction: column; |
| 431 | padding-bottom: var(--dl-space-space-twounits); |
| 432 | justify-content: space-between; |
| 433 | background-image: linear-gradient(180deg, rgb(18, 18, 18) 0.00%,rgb(35, 55, 74) 97.00%); |
| 434 | } |
| 435 | .footer-container { |
| 436 | width: 100%; |
| 437 | display: flex; |
| 438 | align-items: flex-start; |
| 439 | flex-direction: row; |
| 440 | justify-content: space-between; |
| 441 | } |
| 442 | .footer-logo { |
| 443 | display: flex; |
| 444 | max-width: var(--dl-size-size-maxwidth); |
| 445 | align-self: flex-start; |
| 446 | align-items: flex-start; |
| 447 | margin-right: 56px; |
| 448 | flex-direction: column; |
| 449 | justify-content: center; |
| 450 | } |
| 451 | .footer-logo1 { |
| 452 | display: flex; |
| 453 | align-items: center; |
| 454 | flex-direction: column; |
| 455 | } |
| 456 | .footer-image { |
| 457 | width: var(--dl-size-size-medium); |
| 458 | height: 64px; |
| 459 | } |
| 460 | .footer-text { |
| 461 | color: var(--dl-color-primary-500); |
| 462 | margin-top: var(--dl-space-space-halfunit); |
| 463 | margin-bottom: var(--dl-space-space-halfunit); |
| 464 | } |
| 465 | .footer-text02 { |
| 466 | color: var(--dl-color-gray-900); |
| 467 | width: 224px; |
| 468 | margin-top: var(--dl-space-space-unit); |
| 469 | line-height: 1.32; |
| 470 | } |
| 471 | .footer-links-container { |
| 472 | display: flex; |
| 473 | align-items: flex-start; |
| 474 | flex-direction: row; |
| 475 | justify-content: space-between; |
| 476 | } |
| 477 | .footer-container1 { |
| 478 | display: flex; |
| 479 | align-items: flex-start; |
| 480 | margin-right: var(--dl-space-space-fourunits); |
| 481 | flex-direction: row; |
| 482 | justify-content: space-between; |
| 483 | } |
| 484 | .footer-community-container { |
| 485 | flex: 0 0 auto; |
| 486 | display: flex; |
| 487 | align-items: flex-start; |
| 488 | margin-right: var(--dl-space-space-fourunits); |
| 489 | flex-direction: column; |
| 490 | justify-content: flex-start; |
| 491 | } |
| 492 | .footer-text05 { |
| 493 | color: var(--dl-color-primary-700); |
| 494 | font-weight: 700; |
| 495 | margin-bottom: var(--dl-space-space-oneandhalfunits); |
| 496 | } |
| 497 | .footer-link { |
| 498 | text-decoration: none; |
| 499 | } |
| 500 | .footer-link01 { |
| 501 | text-decoration: none; |
| 502 | } |
| 503 | .footer-link02 { |
| 504 | text-decoration: none; |
| 505 | } |
| 506 | .footer-sources-container { |
| 507 | flex: 0 0 auto; |
| 508 | display: flex; |
| 509 | align-items: flex-start; |
| 510 | flex-direction: column; |
| 511 | justify-content: flex-start; |
| 512 | } |
| 513 | .footer-text08 { |
| 514 | color: var(--dl-color-primary-700); |
| 515 | font-weight: 700; |
| 516 | margin-bottom: var(--dl-space-space-oneandhalfunits); |
| 517 | } |
| 518 | .footer-link03 { |
| 519 | text-decoration: none; |
| 520 | } |
| 521 | .footer-link04 { |
| 522 | text-decoration: none; |
| 523 | } |
| 524 | .footer-link05 { |
| 525 | text-decoration: none; |
| 526 | } |
| 527 | .footer-link06 { |
| 528 | text-decoration: none; |
| 529 | } |
| 530 | .footer-link07 { |
| 531 | text-decoration: none; |
| 532 | } |
| 533 | .footer-container2 { |
| 534 | display: flex; |
| 535 | align-items: flex-start; |
| 536 | flex-direction: column; |
| 537 | justify-content: flex-start; |
| 538 | } |
| 539 | .footer-contact { |
| 540 | display: flex; |
| 541 | align-items: flex-start; |
| 542 | margin-bottom: 40px; |
| 543 | flex-direction: column; |
| 544 | justify-content: flex-start; |
| 545 | } |
| 546 | .footer-text12 { |
| 547 | color: var(--dl-color-primary-700); |
| 548 | margin-bottom: var(--dl-space-space-oneandhalfunits); |
| 549 | } |
| 550 | .footer-link08 { |
| 551 | text-decoration: none; |
| 552 | } |
| 553 | .footer-link09 { |
| 554 | text-decoration: none; |
| 555 | } |
| 556 | .footer-link10 { |
| 557 | text-decoration: none; |
| 558 | } |
| 559 | .footer-socials { |
| 560 | display: flex; |
| 561 | align-items: flex-start; |
| 562 | flex-direction: column; |
| 563 | justify-content: flex-start; |
| 564 | } |
| 565 | .footer-text13 { |
| 566 | color: var(--dl-color-primary-700); |
| 567 | margin-bottom: var(--dl-space-space-unit); |
| 568 | } |
| 569 | .footer-icon-group { |
| 570 | display: flex; |
| 571 | align-items: center; |
| 572 | flex-direction: row; |
| 573 | justify-content: space-between; |
| 574 | } |
| 575 | .footer-link11 { |
| 576 | display: contents; |
| 577 | } |
| 578 | .footer-link12 { |
| 579 | display: contents; |
| 580 | } |
| 581 | .footer-icon02 { |
| 582 | text-decoration: none; |
| 583 | } |
| 584 | .footer-link13 { |
| 585 | display: contents; |
| 586 | } |
| 587 | .footer-icon04 { |
| 588 | text-decoration: none; |
| 589 | } |
| 590 | .footer-link14 { |
| 591 | display: contents; |
| 592 | } |
| 593 | .footer-icon06 { |
| 594 | fill: #D9D9D9; |
| 595 | text-decoration: none; |
| 596 | } |
| 597 | .footer-link15 { |
| 598 | display: contents; |
| 599 | } |
| 600 | .footer-icon08 { |
| 601 | text-decoration: none; |
| 602 | } |
| 603 | .footer-link16 { |
| 604 | display: contents; |
| 605 | } |
| 606 | .footer-separator { |
| 607 | width: 100%; |
| 608 | height: 1px; |
| 609 | margin-top: var(--dl-space-space-twounits); |
| 610 | margin-bottom: var(--dl-space-space-twounits); |
| 611 | background-color: var(--dl-color-primary-700); |
| 612 | } |
| 613 | |
| 614 | .rootClassName1 { |
| 615 | margin-top: var(--dl-space-space-oneandhalfunits); |
| 616 | background-image: linear-gradient(180deg, rgb(18, 18, 18) 0.00%,rgb(16, 44, 70) 97.00%); |
| 617 | } |
| 618 | @media(max-width: 991px) { |
| 619 | .footer-footer { |
| 620 | flex-direction: column; |
| 621 | } |
| 622 | .footer-links-container { |
| 623 | align-items: flex-start; |
| 624 | flex-direction: column; |
| 625 | } |
| 626 | .footer-container1 { |
| 627 | margin-right: var(--dl-space-space-fourunits); |
| 628 | } |
| 629 | .footer-community-container { |
| 630 | margin-right: var(--dl-space-space-fourunits); |
| 631 | } |
| 632 | } |
| 633 | @media(max-width: 767px) { |
| 634 | .footer-footer { |
| 635 | padding-left: var(--dl-space-space-twounits); |
| 636 | padding-right: var(--dl-space-space-twounits); |
| 637 | } |
| 638 | .footer-container { |
| 639 | align-items: center; |
| 640 | flex-direction: column; |
| 641 | justify-content: space-between; |
| 642 | } |
| 643 | .footer-logo { |
| 644 | align-items: center; |
| 645 | } |
| 646 | .footer-image { |
| 647 | margin-bottom: var(--dl-space-space-oneandhalfunits); |
| 648 | } |
| 649 | .footer-text02 { |
| 650 | margin-top: var(--dl-space-space-twounits); |
| 651 | text-align: center; |
| 652 | margin-bottom: var(--dl-space-space-twounits); |
| 653 | } |
| 654 | .footer-links-container { |
| 655 | width: 100%; |
| 656 | align-items: flex-start; |
| 657 | flex-direction: row; |
| 658 | justify-content: center; |
| 659 | } |
| 660 | .footer-container1 { |
| 661 | margin-right: var(--dl-space-space-fourunits); |
| 662 | } |
| 663 | .footer-community-container { |
| 664 | margin-right: var(--dl-space-space-fourunits); |
| 665 | } |
| 666 | .rootClassName { |
| 667 | width: 100%; |
| 668 | } |
| 669 | } |
| 670 | @media(max-width: 479px) { |
| 671 | .footer-footer { |
| 672 | padding: var(--dl-space-space-unit); |
| 673 | } |
| 674 | .footer-container { |
| 675 | padding: var(--dl-space-space-twounits); |
| 676 | align-self: center; |
| 677 | align-items: center; |
| 678 | flex-direction: column; |
| 679 | } |
| 680 | .footer-logo { |
| 681 | align-self: center; |
| 682 | align-items: center; |
| 683 | margin-right: 0px; |
| 684 | justify-content: center; |
| 685 | } |
| 686 | .footer-image { |
| 687 | margin-bottom: 0px; |
| 688 | } |
| 689 | .footer-text02 { |
| 690 | width: var(--dl-size-size-xxlarge); |
| 691 | align-self: center; |
| 692 | margin-top: var(--dl-space-space-unit); |
| 693 | text-align: center; |
| 694 | margin-bottom: var(--dl-space-space-unit); |
| 695 | } |
| 696 | .footer-links-container { |
| 697 | align-self: flex-start; |
| 698 | flex-direction: column; |
| 699 | } |
| 700 | .footer-container1 { |
| 701 | margin: var(--dl-space-space-unit); |
| 702 | flex-direction: column; |
| 703 | } |
| 704 | .footer-sources-container { |
| 705 | margin-top: var(--dl-space-space-twounits); |
| 706 | } |
| 707 | .footer-container2 { |
| 708 | margin: var(--dl-space-space-unit); |
| 709 | } |
| 710 | .footer-contact { |
| 711 | align-items: flex-start; |
| 712 | margin-bottom: var(--dl-space-space-unit); |
| 713 | } |
| 714 | .footer-socials { |
| 715 | margin-top: var(--dl-space-space-oneandhalfunits); |
| 716 | } |
| 717 | .footer-icon02 { |
| 718 | fill: var(--dl-color-gray-white); |
| 719 | } |
| 720 | .footer-icon04 { |
| 721 | fill: var(--dl-color-gray-white); |
| 722 | } |
| 723 | .footer-icon06 { |
| 724 | fill: var(--dl-color-gray-white); |
| 725 | } |
| 726 | .footer-icon08 { |
| 727 | fill: var(--dl-color-gray-white); |
| 728 | } |
| 729 | .footer-icon10 { |
| 730 | fill: var(--dl-color-gray-white); |
| 731 | } |
| 732 | .footer-separator { |
| 733 | margin-top: 0px; |
| 734 | margin-bottom: 0px; |
| 735 | background-color: var(--dl-color-primary-700); |
| 736 | } |
| 737 | .rootClassName { |
| 738 | width: 100%; |
| 739 | } |
| 740 | } |
| 741 | |
| 742 | .team-container { |
| 743 | height: auto; |
| 744 | display: flex; |
| 745 | min-height: 100vh; |
| 746 | align-items: center; |
| 747 | flex-direction: column; |
| 748 | justify-content: flex-start; |
| 749 | background-color: #121212; |
| 750 | } |
| 751 | .team-herosection { |
| 752 | flex: 0 0 auto; |
| 753 | height: auto; |
| 754 | display: flex; |
| 755 | align-self: center; |
| 756 | margin-top: 120px; |
| 757 | align-items: flex-start; |
| 758 | margin-left: var(--dl-space-space-oneandhalfunits); |
| 759 | padding-top: var(--dl-space-space-unit); |
| 760 | margin-right: var(--dl-space-space-oneandhalfunits); |
| 761 | padding-left: var(--dl-space-space-oneandhalfunits); |
| 762 | border-radius: var(--dl-radius-radius-radius8); |
| 763 | margin-bottom: var(--dl-space-space-oneandhalfunits); |
| 764 | padding-right: var(--dl-space-space-oneandhalfunits); |
| 765 | padding-bottom: var(--dl-space-space-unit); |
| 766 | justify-content: center; |
| 767 | } |
| 768 | .team-container01 { |
| 769 | height: 482px; |
| 770 | display: flex; |
| 771 | align-self: stretch; |
| 772 | align-items: flex-start; |
| 773 | margin-right: var(--dl-space-space-oneandhalfunits); |
| 774 | flex-direction: column; |
| 775 | justify-content: space-between; |
| 776 | } |
| 777 | .team-text { |
| 778 | color: var(--dl-color-gray-white); |
| 779 | font-size: 56px; |
| 780 | align-self: flex-start; |
| 781 | font-style: normal; |
| 782 | margin-top: var(--dl-space-space-threeunits); |
| 783 | font-weight: 500; |
| 784 | margin-left: var(--dl-space-space-threeunits); |
| 785 | } |
| 786 | .team-text04 { |
| 787 | color: #FF7437; |
| 788 | } |
| 789 | .team-text06 { |
| 790 | color: #FF7437; |
| 791 | } |
| 792 | .team-text07 { |
| 793 | color: var(--dl-color-gray-900); |
| 794 | width: 250px; |
| 795 | max-width: 260px; |
| 796 | min-width: 250px; |
| 797 | align-self: flex-start; |
| 798 | text-align: left; |
| 799 | margin-left: var(--dl-space-space-threeunits); |
| 800 | margin-right: 0px; |
| 801 | margin-bottom: var(--dl-space-space-fiveunits); |
| 802 | } |
| 803 | .team-image { |
| 804 | width: 600px; |
| 805 | align-self: flex-start; |
| 806 | object-fit: cover; |
| 807 | margin-left: var(--dl-space-space-oneandhalfunits); |
| 808 | } |
| 809 | .team-scroll-down { |
| 810 | flex: 0 0 auto; |
| 811 | width: auto; |
| 812 | height: auto; |
| 813 | display: flex; |
| 814 | align-items: center; |
| 815 | justify-content: center; |
| 816 | } |
| 817 | .team-icon { |
| 818 | fill: var(--dl-color-gray-900); |
| 819 | width: 24px; |
| 820 | height: 24px; |
| 821 | } |
| 822 | .team-container02 { |
| 823 | display: flex; |
| 824 | align-items: flex-end; |
| 825 | flex-direction: row; |
| 826 | justify-content: flex-start; |
| 827 | } |
| 828 | .team-text08 { |
| 829 | color: var(--dl-color-gray-900); |
| 830 | padding-left: var(--dl-space-space-unit); |
| 831 | } |
| 832 | .team-coremembers { |
| 833 | margin: var(--dl-space-space-threeunits); |
| 834 | display: flex; |
| 835 | align-self: center; |
| 836 | align-items: center; |
| 837 | flex-direction: column; |
| 838 | justify-content: center; |
| 839 | } |
| 840 | .team-text12 { |
| 841 | color: var(--dl-color-primary-500); |
| 842 | align-self: flex-start; |
| 843 | margin-top: var(--dl-space-space-threeunits); |
| 844 | text-align: center; |
| 845 | margin-left: var(--dl-space-space-sixunits); |
| 846 | margin-right: var(--dl-space-space-threeunits); |
| 847 | margin-bottom: var(--dl-space-space-threeunits); |
| 848 | letter-spacing: 1px; |
| 849 | } |
| 850 | .team-container03 { |
| 851 | display: flex; |
| 852 | align-items: center; |
| 853 | flex-direction: row; |
| 854 | justify-content: center; |
| 855 | } |
| 856 | .team-container04 { |
| 857 | display: flex; |
| 858 | align-items: center; |
| 859 | flex-direction: row; |
| 860 | justify-content: center; |
| 861 | } |
| 862 | .team-container05 { |
| 863 | display: flex; |
| 864 | align-items: center; |
| 865 | flex-direction: row; |
| 866 | justify-content: center; |
| 867 | } |
| 868 | .team-container06 { |
| 869 | display: flex; |
| 870 | align-items: center; |
| 871 | flex-direction: row; |
| 872 | justify-content: center; |
| 873 | } |
| 874 | .team-container07 { |
| 875 | display: flex; |
| 876 | align-items: center; |
| 877 | flex-direction: row; |
| 878 | justify-content: center; |
| 879 | } |
| 880 | .team-container08 { |
| 881 | display: flex; |
| 882 | align-items: center; |
| 883 | flex-direction: row; |
| 884 | justify-content: center; |
| 885 | } |
| 886 | .team-container09 { |
| 887 | display: flex; |
| 888 | align-self: center; |
| 889 | align-items: center; |
| 890 | flex-direction: row; |
| 891 | justify-content: center; |
| 892 | } |
| 893 | .team-container10 { |
| 894 | display: flex; |
| 895 | align-items: center; |
| 896 | flex-direction: row; |
| 897 | justify-content: center; |
| 898 | } |
| 899 | .team-container11 { |
| 900 | display: flex; |
| 901 | align-items: center; |
| 902 | flex-direction: row; |
| 903 | justify-content: center; |
| 904 | } |
| 905 | .team-container12 { |
| 906 | display: flex; |
| 907 | align-items: center; |
| 908 | flex-direction: row; |
| 909 | justify-content: center; |
| 910 | } |
| 911 | @media(max-width: 991px) { |
| 912 | .team-herosection { |
| 913 | width: 100%; |
| 914 | } |
| 915 | .team-coremembers { |
| 916 | width: 100%; |
| 917 | margin: 0px; |
| 918 | } |
| 919 | } |
| 920 | @media(max-width: 767px) { |
| 921 | .team-herosection { |
| 922 | width: auto; |
| 923 | } |
| 924 | .team-image { |
| 925 | width: 300px; |
| 926 | } |
| 927 | .team-coremembers { |
| 928 | width: auto; |
| 929 | align-self: center; |
| 930 | align-items: center; |
| 931 | } |
| 932 | .team-container03 { |
| 933 | flex-direction: column; |
| 934 | } |
| 935 | .team-container06 { |
| 936 | flex-direction: column; |
| 937 | } |
| 938 | .team-container09 { |
| 939 | flex-direction: column; |
| 940 | } |
| 941 | .team-container12 { |
| 942 | flex-direction: row; |
| 943 | } |
| 944 | } |
| 945 | @media(max-width: 479px) { |
| 946 | .team-herosection { |
| 947 | width: auto; |
| 948 | } |
| 949 | .team-image { |
| 950 | display: none; |
| 951 | } |
| 952 | .team-coremembers { |
| 953 | width: auto; |
| 954 | margin: 0px; |
| 955 | } |
| 956 | .team-container03 { |
| 957 | width: auto; |
| 958 | flex-direction: column; |
| 959 | } |
| 960 | .team-container06 { |
| 961 | width: auto; |
| 962 | flex-direction: column; |
| 963 | } |
| 964 | .team-container09 { |
| 965 | width: auto; |
| 966 | flex-direction: column; |
| 967 | } |
| 968 | .team-container12 { |
| 969 | width: auto; |
| 970 | } |
| 971 | } |