sempli-website-lib 6.2.1-beta.1 → 6.2.1-beta.3
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.
|
@@ -14516,1432 +14516,3245 @@ header#main-header {
|
|
|
14516
14516
|
}
|
|
14517
14517
|
}
|
|
14518
14518
|
|
|
14519
|
-
|
|
14520
|
-
|
|
14521
|
-
|
|
14522
|
-
|
|
14519
|
+
/*=============== HEADER & NAV SEMPLI 2.0 ===============*/
|
|
14520
|
+
.header {
|
|
14521
|
+
position: fixed;
|
|
14522
|
+
width: 100%;
|
|
14523
|
+
top: 0;
|
|
14524
|
+
background-color: #fff;
|
|
14525
|
+
z-index: 2;
|
|
14526
|
+
}
|
|
14523
14527
|
|
|
14524
|
-
|
|
14525
|
-
|
|
14526
|
-
|
|
14528
|
+
.nav-container {
|
|
14529
|
+
position: relative;
|
|
14530
|
+
height: 3.5rem;
|
|
14531
|
+
display: flex;
|
|
14532
|
+
justify-content: space-between;
|
|
14533
|
+
align-items: center;
|
|
14534
|
+
margin-inline: 1.5rem;
|
|
14527
14535
|
|
|
14528
|
-
|
|
14529
|
-
|
|
14536
|
+
@media screen and (min-width: 1023px) {
|
|
14537
|
+
height: calc(3.5rem + 1rem);
|
|
14538
|
+
column-gap: 2rem;
|
|
14539
|
+
display: flex;
|
|
14540
|
+
}
|
|
14530
14541
|
|
|
14531
|
-
.
|
|
14532
|
-
width:
|
|
14533
|
-
margin: 0 0 20px 0;
|
|
14542
|
+
.nav-logo {
|
|
14543
|
+
width: 100px;
|
|
14534
14544
|
|
|
14535
|
-
|
|
14536
|
-
|
|
14537
|
-
|
|
14538
|
-
background-size: 116px 30px;
|
|
14539
|
-
height: 0;
|
|
14540
|
-
width: 130px;
|
|
14541
|
-
padding-top: 40px;
|
|
14542
|
-
margin: 0;
|
|
14543
|
-
overflow: hidden;
|
|
14545
|
+
@media screen and (min-width: 1023px) {
|
|
14546
|
+
width: 150px;
|
|
14547
|
+
margin-left: 15px;
|
|
14544
14548
|
}
|
|
14545
14549
|
}
|
|
14550
|
+
}
|
|
14546
14551
|
|
|
14547
|
-
|
|
14548
|
-
|
|
14552
|
+
.hidden-toggle {
|
|
14553
|
+
z-index: -1 !important;
|
|
14554
|
+
}
|
|
14555
|
+
|
|
14556
|
+
.show-toggle {
|
|
14557
|
+
z-index: 1 !important;
|
|
14558
|
+
}
|
|
14559
|
+
|
|
14560
|
+
.hidden-close {
|
|
14561
|
+
z-index: -1 !important;
|
|
14562
|
+
}
|
|
14563
|
+
|
|
14564
|
+
.show-close {
|
|
14565
|
+
z-index: 1 !important;
|
|
14566
|
+
}
|
|
14567
|
+
|
|
14568
|
+
.nav-toggle,
|
|
14569
|
+
.nav-close {
|
|
14570
|
+
z-index: 1;
|
|
14571
|
+
display: inline-flex;
|
|
14572
|
+
font-size: 1.25rem;
|
|
14573
|
+
color: #434448;
|
|
14574
|
+
cursor: pointer;
|
|
14575
|
+
}
|
|
14576
|
+
|
|
14577
|
+
.nav-list {
|
|
14578
|
+
background-color: #f7f8fb;
|
|
14579
|
+
border-top-left-radius: 20px;
|
|
14580
|
+
border-top-right-radius: 20px;
|
|
14581
|
+
border-bottom-left-radius: 0;
|
|
14582
|
+
border-bottom-right-radius: 0;
|
|
14583
|
+
display: flex;
|
|
14584
|
+
flex-direction: column;
|
|
14585
|
+
text-align: center;
|
|
14586
|
+
|
|
14587
|
+
@media screen and (max-width: 1023px) {
|
|
14588
|
+
gap: 1rem;
|
|
14549
14589
|
}
|
|
14550
14590
|
|
|
14551
|
-
|
|
14552
|
-
|
|
14553
|
-
|
|
14554
|
-
|
|
14555
|
-
|
|
14556
|
-
|
|
14591
|
+
@media screen and (min-width: 1023px) {
|
|
14592
|
+
background-color: #fff;
|
|
14593
|
+
max-width: 800px;
|
|
14594
|
+
display: flex;
|
|
14595
|
+
flex-direction: row;
|
|
14596
|
+
align-items: center;
|
|
14597
|
+
gap: 10px;
|
|
14557
14598
|
}
|
|
14558
14599
|
|
|
14559
|
-
.
|
|
14560
|
-
|
|
14600
|
+
.dropdown-item {
|
|
14601
|
+
width: 100%;
|
|
14561
14602
|
|
|
14562
|
-
|
|
14563
|
-
|
|
14564
|
-
margin: 0 0 10px;
|
|
14603
|
+
@media screen and (max-width: 1023px) {
|
|
14604
|
+
min-height: max-content;
|
|
14565
14605
|
}
|
|
14566
14606
|
|
|
14567
|
-
|
|
14568
|
-
|
|
14569
|
-
|
|
14570
|
-
padding: 0;
|
|
14607
|
+
@media screen and (min-width: 1023px) {
|
|
14608
|
+
min-width: min-content;
|
|
14609
|
+
max-width: max-content;
|
|
14571
14610
|
}
|
|
14572
14611
|
|
|
14573
|
-
|
|
14574
|
-
|
|
14612
|
+
.nav-link {
|
|
14613
|
+
display: flex;
|
|
14614
|
+
text-align: center;
|
|
14615
|
+
justify-content: space-between;
|
|
14616
|
+
align-items: center;
|
|
14617
|
+
transition: background-color 0.3s;
|
|
14618
|
+
transition: color 0.3s;
|
|
14575
14619
|
|
|
14576
14620
|
&:hover {
|
|
14577
|
-
color:
|
|
14621
|
+
color: #4335f9;
|
|
14578
14622
|
}
|
|
14579
14623
|
|
|
14580
|
-
|
|
14581
|
-
|
|
14624
|
+
@media screen and (max-width: 1023px) {
|
|
14625
|
+
padding: 1.25rem 1.5rem !important;
|
|
14582
14626
|
}
|
|
14583
14627
|
}
|
|
14584
14628
|
}
|
|
14585
14629
|
}
|
|
14586
|
-
/*#############################################################################
|
|
14587
|
-
# GENERAL CONTENT ELEMENTS
|
|
14588
|
-
#############################################################################*/
|
|
14589
|
-
|
|
14590
|
-
// Content Box - Content Elements
|
|
14591
14630
|
|
|
14592
|
-
.
|
|
14593
|
-
|
|
14631
|
+
.nav-close {
|
|
14632
|
+
width: calc(100% - 40px);
|
|
14633
|
+
display: flex;
|
|
14634
|
+
justify-content: space-between;
|
|
14635
|
+
position: absolute;
|
|
14636
|
+
top: 1rem;
|
|
14594
14637
|
}
|
|
14595
14638
|
|
|
14596
|
-
.
|
|
14597
|
-
|
|
14598
|
-
color: #00C8E1;
|
|
14599
|
-
text-transform: uppercase;
|
|
14600
|
-
}
|
|
14601
|
-
|
|
14602
|
-
.content-description {
|
|
14603
|
-
color: $color-secondary-dark;
|
|
14604
|
-
}
|
|
14605
|
-
|
|
14606
|
-
.content-cta {
|
|
14607
|
-
font-weight: 900;
|
|
14608
|
-
}
|
|
14609
|
-
|
|
14610
|
-
.content-image {
|
|
14611
|
-
max-width: 500px;
|
|
14612
|
-
display: block;
|
|
14613
|
-
margin: 0 auto;
|
|
14614
|
-
}
|
|
14639
|
+
.nav-logo-menu-mobile {
|
|
14640
|
+
width: 100px;
|
|
14615
14641
|
}
|
|
14616
14642
|
|
|
14617
|
-
|
|
14618
|
-
|
|
14643
|
+
/*=============== DROPDOWN ===============*/
|
|
14644
|
+
.dropdown-custom-title-payments {
|
|
14645
|
+
display: flex;
|
|
14646
|
+
gap: 10px;
|
|
14619
14647
|
}
|
|
14620
14648
|
|
|
14621
|
-
.
|
|
14622
|
-
|
|
14649
|
+
.span-soon {
|
|
14650
|
+
pointer-events: none;
|
|
14651
|
+
background-color: #4d4cfc;
|
|
14652
|
+
color: #fff;
|
|
14653
|
+
font-size: .625rem;
|
|
14654
|
+
font-weight: 900;
|
|
14655
|
+
text-transform: uppercase;
|
|
14656
|
+
letter-spacing: 1px;
|
|
14657
|
+
margin-left: 3px;
|
|
14658
|
+
padding: 3px 8px;
|
|
14659
|
+
border-radius: 30px;
|
|
14623
14660
|
}
|
|
14624
14661
|
|
|
14625
|
-
.
|
|
14626
|
-
|
|
14627
|
-
padding:
|
|
14662
|
+
.dropdown-button {
|
|
14663
|
+
cursor: pointer;
|
|
14664
|
+
padding: 10px 10px;
|
|
14628
14665
|
|
|
14629
|
-
|
|
14630
|
-
|
|
14666
|
+
@media screen and (min-width: 1023px) {
|
|
14667
|
+
column-gap: 0.25rem;
|
|
14631
14668
|
}
|
|
14632
14669
|
}
|
|
14633
14670
|
|
|
14634
|
-
.
|
|
14671
|
+
.dropdown-arrow {
|
|
14635
14672
|
display: flex;
|
|
14636
|
-
|
|
14637
|
-
|
|
14638
|
-
|
|
14639
|
-
|
|
14640
|
-
.testimonial-box {
|
|
14641
|
-
flex: 0 1 calc(100% - 40px);
|
|
14642
|
-
margin: 0 20px 20px;
|
|
14643
|
-
|
|
14644
|
-
@include responsive($breakpoint-medium) {
|
|
14645
|
-
flex: 0 1 calc(50% - 40px);
|
|
14646
|
-
}
|
|
14673
|
+
align-self: flex-end;
|
|
14674
|
+
font-size: 1rem;
|
|
14675
|
+
font-weight: initial;
|
|
14676
|
+
transition: transform 0.4s;
|
|
14647
14677
|
|
|
14648
|
-
|
|
14649
|
-
|
|
14650
|
-
margin-bottom: 0;
|
|
14651
|
-
}
|
|
14678
|
+
@media screen and (min-width: 1023px) {
|
|
14679
|
+
display: none;
|
|
14652
14680
|
}
|
|
14653
14681
|
|
|
14654
|
-
|
|
14655
|
-
|
|
14656
|
-
font-size: rem-calc(14px);
|
|
14657
|
-
font-style: italic;
|
|
14658
|
-
opacity: 0.6;
|
|
14682
|
+
@media screen and (max-width: 1023px) {
|
|
14683
|
+
display: initial;
|
|
14659
14684
|
}
|
|
14685
|
+
}
|
|
14660
14686
|
|
|
14661
|
-
|
|
14662
|
-
|
|
14663
|
-
|
|
14664
|
-
|
|
14687
|
+
.dropdown-group,
|
|
14688
|
+
.dropdown-list {
|
|
14689
|
+
display: grid;
|
|
14690
|
+
}
|
|
14665
14691
|
|
|
14666
|
-
|
|
14667
|
-
|
|
14668
|
-
|
|
14669
|
-
@include box-shadow(
|
|
14670
|
-
0 0 0 4px rgba(white,0.1),
|
|
14671
|
-
0 0 0 1px rgba(white,1)
|
|
14672
|
-
);
|
|
14673
|
-
}
|
|
14692
|
+
.dropdown-group {
|
|
14693
|
+
row-gap: 0.2rem;
|
|
14694
|
+
}
|
|
14674
14695
|
|
|
14675
|
-
|
|
14676
|
-
|
|
14677
|
-
|
|
14696
|
+
.dropdown-container {
|
|
14697
|
+
width: 100%;
|
|
14698
|
+
margin: 0 auto;
|
|
14699
|
+
background-color: #f7f8fb;
|
|
14700
|
+
height: 0;
|
|
14701
|
+
overflow: hidden;
|
|
14702
|
+
transition: height 0.4s;
|
|
14703
|
+
|
|
14704
|
+
@media screen and (max-width: 1023px) {
|
|
14705
|
+
border: 1px solid #f7f8fb;
|
|
14706
|
+
border-radius: 20px;
|
|
14707
|
+
width: 90%;
|
|
14678
14708
|
}
|
|
14679
|
-
}
|
|
14680
14709
|
|
|
14681
|
-
|
|
14682
|
-
|
|
14683
|
-
|
|
14684
|
-
|
|
14685
|
-
|
|
14686
|
-
|
|
14710
|
+
@media screen and (min-width: 1023px) {
|
|
14711
|
+
position: absolute;
|
|
14712
|
+
height: max-content;
|
|
14713
|
+
width: max-content;
|
|
14714
|
+
max-width: 450px;
|
|
14715
|
+
border-radius: 10px;
|
|
14716
|
+
background-color: transparent;
|
|
14717
|
+
transition: height 0.4s, opacity 0.3s;
|
|
14718
|
+
pointer-events: none;
|
|
14719
|
+
opacity: 0;
|
|
14720
|
+
}
|
|
14687
14721
|
|
|
14688
|
-
|
|
14689
|
-
|
|
14690
|
-
|
|
14691
|
-
margin-top: 30px;
|
|
14692
|
-
text-align: center;
|
|
14693
|
-
position: relative;
|
|
14694
|
-
z-index: 1;
|
|
14695
|
-
background: #fff;
|
|
14696
|
-
padding: 0 15px;
|
|
14722
|
+
.dropdown-content {
|
|
14723
|
+
display: grid;
|
|
14724
|
+
row-gap: 1.75rem;
|
|
14697
14725
|
|
|
14698
|
-
|
|
14699
|
-
border-
|
|
14700
|
-
content: "";
|
|
14726
|
+
@media screen and (max-width: 1023px) {
|
|
14727
|
+
border-radius: 20px;
|
|
14701
14728
|
margin: 0 auto;
|
|
14702
|
-
|
|
14703
|
-
top: 50%;
|
|
14704
|
-
left: 0;
|
|
14705
|
-
right: 0;
|
|
14706
|
-
bottom: 0;
|
|
14707
|
-
width: 95%;
|
|
14708
|
-
z-index: -1;
|
|
14709
|
-
}
|
|
14710
|
-
span {
|
|
14711
|
-
background: #fff;
|
|
14712
|
-
padding: 0 15px;
|
|
14729
|
+
width: 100%;
|
|
14713
14730
|
}
|
|
14714
14731
|
|
|
14715
|
-
|
|
14716
|
-
|
|
14717
|
-
|
|
14732
|
+
@media screen and (min-width: 1023px) {
|
|
14733
|
+
padding: 20px;
|
|
14734
|
+
margin: 10px;
|
|
14735
|
+
border-radius: 10px;
|
|
14736
|
+
background-color: #fff;
|
|
14737
|
+
row-gap: 1.5rem;
|
|
14738
|
+
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
|
|
14718
14739
|
}
|
|
14719
14740
|
}
|
|
14720
14741
|
|
|
14721
|
-
|
|
14722
|
-
|
|
14723
|
-
|
|
14724
|
-
|
|
14742
|
+
.links-container {
|
|
14743
|
+
display: flex;
|
|
14744
|
+
flex-direction: column;
|
|
14745
|
+
align-items: center;
|
|
14725
14746
|
|
|
14726
|
-
@
|
|
14727
|
-
max-
|
|
14728
|
-
|
|
14729
|
-
|
|
14747
|
+
@media screen and (max-width: 1023px) {
|
|
14748
|
+
height: max-content;
|
|
14749
|
+
min-height: max-content;
|
|
14750
|
+
gap: 1rem;
|
|
14730
14751
|
}
|
|
14731
14752
|
|
|
14732
|
-
|
|
14733
|
-
|
|
14734
|
-
|
|
14735
|
-
}
|
|
14736
|
-
}
|
|
14753
|
+
.dropdown-link-a {
|
|
14754
|
+
width: 100%;
|
|
14755
|
+
padding: 15px;
|
|
14737
14756
|
|
|
14738
|
-
|
|
14739
|
-
|
|
14740
|
-
|
|
14741
|
-
|
|
14757
|
+
&:hover {
|
|
14758
|
+
color: #1414ea;
|
|
14759
|
+
}
|
|
14760
|
+
|
|
14761
|
+
@media screen and (max-width: 1023px) {
|
|
14762
|
+
border-radius: 20px;
|
|
14763
|
+
background-color: #fff;
|
|
14742
14764
|
}
|
|
14743
14765
|
}
|
|
14744
14766
|
}
|
|
14745
14767
|
}
|
|
14746
14768
|
|
|
14747
|
-
.
|
|
14748
|
-
|
|
14749
|
-
|
|
14769
|
+
.dropdown-title {
|
|
14770
|
+
font-size: 0.813rem;
|
|
14771
|
+
font-weight: 600;
|
|
14750
14772
|
|
|
14751
|
-
|
|
14752
|
-
|
|
14753
|
-
|
|
14773
|
+
@media screen and (min-width: 1023px) {
|
|
14774
|
+
width: 100%;
|
|
14775
|
+
display: flex;
|
|
14776
|
+
text-align: left;
|
|
14754
14777
|
}
|
|
14755
14778
|
|
|
14756
|
-
|
|
14757
|
-
|
|
14758
|
-
|
|
14759
|
-
|
|
14760
|
-
|
|
14761
|
-
|
|
14762
|
-
margin: 0 0 40px;
|
|
14763
|
-
@include transition(all 0.3s cubic-bezier(.7, 0, .175, 1) 0s);
|
|
14779
|
+
@media screen and (max-width: 1023px) {
|
|
14780
|
+
width: 100%;
|
|
14781
|
+
display: flex;
|
|
14782
|
+
text-align: left;
|
|
14783
|
+
}
|
|
14784
|
+
}
|
|
14764
14785
|
|
|
14765
|
-
|
|
14766
|
-
|
|
14767
|
-
|
|
14786
|
+
.dropdown-custom-title {
|
|
14787
|
+
font-size: 0.813rem;
|
|
14788
|
+
font-weight: 600;
|
|
14789
|
+
display: flex;
|
|
14790
|
+
text-align: left;
|
|
14791
|
+
}
|
|
14768
14792
|
|
|
14769
|
-
|
|
14770
|
-
|
|
14771
|
-
|
|
14793
|
+
.dropdown-list {
|
|
14794
|
+
row-gap: 0.25rem;
|
|
14795
|
+
}
|
|
14772
14796
|
|
|
14773
|
-
|
|
14774
|
-
|
|
14775
|
-
}
|
|
14797
|
+
.dropdown-icon-link {
|
|
14798
|
+
display: none;
|
|
14776
14799
|
|
|
14777
|
-
|
|
14778
|
-
|
|
14779
|
-
|
|
14780
|
-
|
|
14781
|
-
}
|
|
14800
|
+
@media screen and (min-width: 1023px) {
|
|
14801
|
+
display: unset;
|
|
14802
|
+
font-size: 24px;
|
|
14803
|
+
padding: 5px 10px 5px 0px;
|
|
14782
14804
|
}
|
|
14783
14805
|
}
|
|
14784
14806
|
|
|
14785
|
-
.
|
|
14786
|
-
|
|
14787
|
-
|
|
14788
|
-
|
|
14789
|
-
|
|
14790
|
-
|
|
14791
|
-
|
|
14807
|
+
.dropdown-link {
|
|
14808
|
+
font-size: 0.813rem;
|
|
14809
|
+
font-weight: 500;
|
|
14810
|
+
transition: color 0.3s;
|
|
14811
|
+
display: flex;
|
|
14812
|
+
align-items: center;
|
|
14813
|
+
gap: 0.5rem;
|
|
14814
|
+
padding: 10px 0px;
|
|
14792
14815
|
|
|
14793
|
-
|
|
14794
|
-
|
|
14816
|
+
&:hover {
|
|
14817
|
+
color: #1414ea;
|
|
14795
14818
|
}
|
|
14796
14819
|
|
|
14797
|
-
@
|
|
14798
|
-
|
|
14820
|
+
@media screen and (min-width: 1023px) {
|
|
14821
|
+
width: 100%;
|
|
14799
14822
|
}
|
|
14823
|
+
}
|
|
14800
14824
|
|
|
14801
|
-
|
|
14802
|
-
|
|
14803
|
-
|
|
14804
|
-
|
|
14825
|
+
.dropdown-link-texts {
|
|
14826
|
+
display: flex;
|
|
14827
|
+
flex-direction: column;
|
|
14828
|
+
gap: 0.2rem;
|
|
14829
|
+
}
|
|
14805
14830
|
|
|
14806
|
-
|
|
14807
|
-
|
|
14808
|
-
|
|
14809
|
-
padding: 0;
|
|
14831
|
+
.dropdown-link-content {
|
|
14832
|
+
display: flex;
|
|
14833
|
+
align-items: center;
|
|
14810
14834
|
|
|
14811
|
-
|
|
14812
|
-
|
|
14813
|
-
|
|
14814
|
-
|
|
14815
|
-
|
|
14835
|
+
@media screen and (max-width: 1023px) {
|
|
14836
|
+
padding: 10px;
|
|
14837
|
+
border-radius: 20px;
|
|
14838
|
+
background-color: #fff;
|
|
14839
|
+
}
|
|
14840
|
+
}
|
|
14816
14841
|
|
|
14817
|
-
|
|
14818
|
-
|
|
14819
|
-
|
|
14842
|
+
.show-dropdown .dropdown-arrow {
|
|
14843
|
+
transform: rotate(180deg);
|
|
14844
|
+
}
|
|
14820
14845
|
|
|
14821
|
-
|
|
14822
|
-
|
|
14823
|
-
|
|
14824
|
-
margin: 0;
|
|
14825
|
-
}
|
|
14846
|
+
.dropdown-item:hover .dropdown-arrow {
|
|
14847
|
+
transform: rotate(180deg);
|
|
14848
|
+
}
|
|
14826
14849
|
|
|
14827
|
-
|
|
14828
|
-
|
|
14829
|
-
|
|
14830
|
-
|
|
14831
|
-
|
|
14850
|
+
.dropdown-space-top {
|
|
14851
|
+
margin-top: 40px;
|
|
14852
|
+
|
|
14853
|
+
@media screen and (min-width: 1023px) {
|
|
14854
|
+
margin-top: 0px;
|
|
14832
14855
|
}
|
|
14856
|
+
}
|
|
14833
14857
|
|
|
14834
|
-
|
|
14835
|
-
|
|
14858
|
+
.nav-button-link {
|
|
14859
|
+
display: inline-block;
|
|
14860
|
+
color: #4335f9;
|
|
14836
14861
|
|
|
14837
|
-
|
|
14838
|
-
|
|
14839
|
-
|
|
14840
|
-
|
|
14862
|
+
@media screen and (max-width: 1023px) {
|
|
14863
|
+
width: 100%;
|
|
14864
|
+
padding-left: 15px;
|
|
14865
|
+
display: flex;
|
|
14866
|
+
align-items: center;
|
|
14867
|
+
gap: 10px;
|
|
14868
|
+
color: #434448;
|
|
14869
|
+
font-weight: 600;
|
|
14841
14870
|
}
|
|
14842
14871
|
}
|
|
14843
14872
|
|
|
14873
|
+
.nav-icon-link {
|
|
14874
|
+
display: none;
|
|
14844
14875
|
|
|
14845
|
-
|
|
14846
|
-
|
|
14847
|
-
|
|
14848
|
-
|
|
14849
|
-
|
|
14850
|
-
|
|
14851
|
-
|
|
14852
|
-
li {
|
|
14853
|
-
background: url("/assets/swl/interface/icons/check-green-circle-large.svg") no-repeat 0 0;
|
|
14854
|
-
margin-bottom: 40px;
|
|
14855
|
-
padding-left: 50px;
|
|
14856
|
-
min-height: 32px;
|
|
14876
|
+
@media screen and (max-width: 1023px) {
|
|
14877
|
+
display: initial;
|
|
14878
|
+
font-size: 28px;
|
|
14879
|
+
animation: changeIconColor 9s infinite;
|
|
14880
|
+
}
|
|
14881
|
+
}
|
|
14857
14882
|
|
|
14858
|
-
|
|
14859
|
-
|
|
14860
|
-
|
|
14883
|
+
.dropdown-description {
|
|
14884
|
+
width: 100%;
|
|
14885
|
+
display: flex;
|
|
14886
|
+
text-align: left;
|
|
14887
|
+
}
|
|
14861
14888
|
|
|
14862
|
-
|
|
14863
|
-
|
|
14864
|
-
|
|
14865
|
-
|
|
14866
|
-
|
|
14867
|
-
|
|
14889
|
+
@keyframes changeIconColor {
|
|
14890
|
+
0%, 100% {
|
|
14891
|
+
color: #4335f9;
|
|
14892
|
+
}
|
|
14893
|
+
16.67% {
|
|
14894
|
+
color: #3F3D56;
|
|
14895
|
+
}
|
|
14896
|
+
33.33% {
|
|
14897
|
+
color: #4335f9;
|
|
14898
|
+
}
|
|
14899
|
+
50% {
|
|
14900
|
+
color: #3F3D56;
|
|
14901
|
+
}
|
|
14902
|
+
66.67% {
|
|
14903
|
+
color: #4335f9;
|
|
14904
|
+
}
|
|
14905
|
+
83.33% {
|
|
14906
|
+
color: #3F3D56;
|
|
14907
|
+
}
|
|
14908
|
+
}
|
|
14868
14909
|
|
|
14869
|
-
|
|
14870
|
-
|
|
14871
|
-
|
|
14872
|
-
|
|
14910
|
+
@media screen and (max-width: 1023px) {
|
|
14911
|
+
.nav-menu {
|
|
14912
|
+
position: fixed;
|
|
14913
|
+
top: -150%;
|
|
14914
|
+
left: 0;
|
|
14915
|
+
background-color: #fff;
|
|
14916
|
+
width: 100%;
|
|
14917
|
+
box-shadow: 0 1px 16px hsla(210, 55%, 24%, 0.1);
|
|
14918
|
+
padding-block: 3.5rem 2rem;
|
|
14919
|
+
display: flex;
|
|
14920
|
+
flex-direction: column;
|
|
14921
|
+
overflow: auto;
|
|
14922
|
+
transition: top 0.4s;
|
|
14923
|
+
height: 100vh;
|
|
14924
|
+
padding: 70px 20px;
|
|
14925
|
+
}
|
|
14873
14926
|
|
|
14874
|
-
|
|
14927
|
+
.nav-menu::-webkit-scrollbar {
|
|
14928
|
+
width: 0.5rem;
|
|
14929
|
+
}
|
|
14875
14930
|
|
|
14876
|
-
|
|
14877
|
-
|
|
14878
|
-
background: url("/assets/swl/interface/icons/basic-check-magenta.svg") no-repeat 0 0;
|
|
14879
|
-
}
|
|
14880
|
-
}
|
|
14881
|
-
}
|
|
14931
|
+
.nav-menu::-webkit-scrollbar-thumb {
|
|
14932
|
+
background-color: hsl(220, 12%, 70%);
|
|
14882
14933
|
}
|
|
14883
|
-
}
|
|
14884
14934
|
|
|
14885
|
-
.
|
|
14886
|
-
|
|
14887
|
-
|
|
14935
|
+
.dropdown-item-title {
|
|
14936
|
+
font-weight: 600;
|
|
14937
|
+
}
|
|
14888
14938
|
|
|
14889
|
-
|
|
14890
|
-
display: block;
|
|
14891
|
-
max-width: 560px;
|
|
14939
|
+
.nav-button-login {
|
|
14892
14940
|
margin: 0 auto;
|
|
14941
|
+
width: 80%;
|
|
14893
14942
|
}
|
|
14894
|
-
}
|
|
14895
14943
|
|
|
14896
|
-
.
|
|
14897
|
-
|
|
14898
|
-
}
|
|
14944
|
+
.button-width {
|
|
14945
|
+
width: 100%;
|
|
14946
|
+
}
|
|
14899
14947
|
|
|
14900
|
-
.
|
|
14901
|
-
|
|
14902
|
-
|
|
14903
|
-
display: grid;
|
|
14904
|
-
grid-template-columns: 2fr 1fr;
|
|
14948
|
+
.show-menu {
|
|
14949
|
+
top: 0;
|
|
14950
|
+
}
|
|
14905
14951
|
|
|
14906
|
-
|
|
14907
|
-
|
|
14908
|
-
|
|
14952
|
+
.dropdown-group-container {
|
|
14953
|
+
display: flex;
|
|
14954
|
+
flex-direction: column;
|
|
14955
|
+
gap: 1rem;
|
|
14956
|
+
}
|
|
14909
14957
|
|
|
14910
|
-
|
|
14911
|
-
|
|
14912
|
-
|
|
14913
|
-
|
|
14914
|
-
|
|
14915
|
-
|
|
14916
|
-
|
|
14917
|
-
|
|
14918
|
-
|
|
14919
|
-
|
|
14958
|
+
.nav-buttons {
|
|
14959
|
+
padding: 30px 10px;
|
|
14960
|
+
display: flex;
|
|
14961
|
+
flex-direction: column;
|
|
14962
|
+
row-gap: 3rem;
|
|
14963
|
+
background-color: #f7f8fb;
|
|
14964
|
+
border-top-left-radius: 0px;
|
|
14965
|
+
border-top-right-radius: 0px;
|
|
14966
|
+
border-bottom-left-radius: 20px;
|
|
14967
|
+
border-bottom-right-radius: 20px;
|
|
14968
|
+
}
|
|
14920
14969
|
|
|
14921
|
-
|
|
14970
|
+
.nav-link-with-icon {
|
|
14971
|
+
display: flex;
|
|
14972
|
+
align-items: center;
|
|
14973
|
+
gap: 10px;
|
|
14974
|
+
}
|
|
14975
|
+
}
|
|
14922
14976
|
|
|
14923
|
-
|
|
14924
|
-
|
|
14925
|
-
|
|
14977
|
+
@media screen and (min-width: 1023px) {
|
|
14978
|
+
.nav-toggle,
|
|
14979
|
+
.nav-close {
|
|
14980
|
+
display: none;
|
|
14981
|
+
}
|
|
14926
14982
|
|
|
14927
|
-
|
|
14928
|
-
|
|
14929
|
-
|
|
14930
|
-
|
|
14983
|
+
.nav-menu {
|
|
14984
|
+
width: 100%;
|
|
14985
|
+
display: flex;
|
|
14986
|
+
align-items: center;
|
|
14987
|
+
justify-content: space-between;
|
|
14988
|
+
}
|
|
14931
14989
|
|
|
14932
|
-
|
|
14933
|
-
|
|
14934
|
-
|
|
14990
|
+
.dropdown-pointer-event {
|
|
14991
|
+
pointer-events: none;
|
|
14992
|
+
}
|
|
14935
14993
|
|
|
14936
|
-
|
|
14937
|
-
|
|
14938
|
-
|
|
14939
|
-
|
|
14994
|
+
.nav-buttons {
|
|
14995
|
+
display: flex;
|
|
14996
|
+
flex-direction: row;
|
|
14997
|
+
align-items: center;
|
|
14998
|
+
gap: 2rem;
|
|
14999
|
+
}
|
|
14940
15000
|
|
|
14941
|
-
|
|
14942
|
-
|
|
14943
|
-
|
|
15001
|
+
.dropdown-item:hover > .dropdown-container {
|
|
15002
|
+
opacity: 1;
|
|
15003
|
+
pointer-events: initial;
|
|
15004
|
+
cursor: initial;
|
|
15005
|
+
}
|
|
15006
|
+
}
|
|
15007
|
+
/*=============== END HEADER & NAV SEMPLI 2.0 ===============*/
|
|
14944
15008
|
|
|
14945
|
-
|
|
14946
|
-
|
|
14947
|
-
|
|
14948
|
-
}
|
|
15009
|
+
/*#############################################################################
|
|
15010
|
+
# FOOTER
|
|
15011
|
+
#############################################################################*/
|
|
14949
15012
|
|
|
14950
|
-
// Even Rows
|
|
14951
15013
|
|
|
14952
|
-
|
|
14953
|
-
|
|
15014
|
+
footer#main-footer {
|
|
15015
|
+
background: #f7f8fb;
|
|
15016
|
+
padding: 60px 0;
|
|
14954
15017
|
|
|
14955
|
-
|
|
14956
|
-
|
|
14957
|
-
border-bottom-color: rgba(black,0.2);
|
|
14958
|
-
}
|
|
14959
|
-
}
|
|
15018
|
+
font-size: rem-calc(14px);
|
|
15019
|
+
color: $color-secondary;
|
|
14960
15020
|
|
|
14961
|
-
|
|
15021
|
+
.sempli-logo {
|
|
15022
|
+
width: 130px;
|
|
15023
|
+
margin: 0 0 20px 0;
|
|
14962
15024
|
|
|
14963
|
-
|
|
14964
|
-
|
|
14965
|
-
|
|
14966
|
-
|
|
14967
|
-
|
|
14968
|
-
|
|
14969
|
-
|
|
14970
|
-
|
|
14971
|
-
|
|
14972
|
-
left: 0;
|
|
14973
|
-
bottom: 0;
|
|
14974
|
-
@include border-bottom-radius(5px);
|
|
14975
|
-
@include transform(translateY(100%));
|
|
14976
|
-
}
|
|
14977
|
-
}
|
|
15025
|
+
a {
|
|
15026
|
+
display: block;
|
|
15027
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
15028
|
+
background-size: 116px 30px;
|
|
15029
|
+
height: 0;
|
|
15030
|
+
width: 130px;
|
|
15031
|
+
padding-top: 40px;
|
|
15032
|
+
margin: 0;
|
|
15033
|
+
overflow: hidden;
|
|
14978
15034
|
}
|
|
14979
15035
|
}
|
|
14980
15036
|
|
|
14981
|
-
|
|
14982
|
-
|
|
14983
|
-
|
|
14984
|
-
|
|
14985
|
-
|
|
15037
|
+
p.sempli-description {
|
|
15038
|
+
padding-right: 40px;
|
|
15039
|
+
}
|
|
15040
|
+
|
|
15041
|
+
p.with-love {
|
|
15042
|
+
img.icon {
|
|
15043
|
+
display: inline-block;
|
|
15044
|
+
width: 16px;
|
|
15045
|
+
margin: 0 0 -3px 3px;
|
|
14986
15046
|
}
|
|
14987
15047
|
}
|
|
14988
15048
|
|
|
14989
|
-
|
|
15049
|
+
.site-sections-block {
|
|
15050
|
+
margin: 0 0 30px;
|
|
14990
15051
|
|
|
14991
|
-
|
|
14992
|
-
|
|
14993
|
-
|
|
14994
|
-
|
|
15052
|
+
h5 {
|
|
15053
|
+
color: $color-secondary-dark;
|
|
15054
|
+
margin: 0 0 10px;
|
|
15055
|
+
}
|
|
14995
15056
|
|
|
14996
|
-
|
|
14997
|
-
|
|
15057
|
+
ul.site-sections {
|
|
15058
|
+
list-style: none;
|
|
15059
|
+
margin: 0;
|
|
15060
|
+
padding: 0;
|
|
15061
|
+
}
|
|
15062
|
+
|
|
15063
|
+
a.link-item {
|
|
15064
|
+
color: $color-secondary;
|
|
15065
|
+
|
|
15066
|
+
&:hover {
|
|
15067
|
+
color: $color-text;
|
|
15068
|
+
}
|
|
15069
|
+
|
|
15070
|
+
&.active {
|
|
15071
|
+
color: $color-text;
|
|
15072
|
+
}
|
|
15073
|
+
}
|
|
14998
15074
|
}
|
|
14999
15075
|
}
|
|
15000
15076
|
|
|
15001
|
-
|
|
15002
|
-
|
|
15003
|
-
|
|
15004
|
-
|
|
15077
|
+
/*=============== FOOTER SEMPLI 2.0 ===============*/
|
|
15078
|
+
.active {
|
|
15079
|
+
color: #4335f9;
|
|
15080
|
+
}
|
|
15081
|
+
|
|
15082
|
+
.footer-main-container {
|
|
15083
|
+
width: 100%;
|
|
15084
|
+
margin-top: 100px;
|
|
15085
|
+
background-color: #F7F8FB;
|
|
15086
|
+
|
|
15087
|
+
.footer-container {
|
|
15088
|
+
max-width: 1280px;
|
|
15089
|
+
margin: 0 auto;
|
|
15090
|
+
width: 100%;
|
|
15091
|
+
padding: 20px 40px;
|
|
15092
|
+
font-size: 14px;
|
|
15093
|
+
|
|
15094
|
+
.footer-icons {
|
|
15095
|
+
width: 100%;
|
|
15096
|
+
display: flex;
|
|
15097
|
+
flex-direction: row;
|
|
15098
|
+
align-items: center;
|
|
15099
|
+
justify-content: space-between;
|
|
15100
|
+
padding-bottom: 20px;
|
|
15101
|
+
border-bottom: 1px solid #AFB3C0;
|
|
15102
|
+
|
|
15103
|
+
.footer-logo-sempli {
|
|
15104
|
+
width: 100px;
|
|
15105
|
+
}
|
|
15106
|
+
|
|
15107
|
+
.footer-social-networks {
|
|
15108
|
+
display: flex;
|
|
15109
|
+
flex-direction: row;
|
|
15110
|
+
gap: 15px;
|
|
15111
|
+
|
|
15112
|
+
@media screen and (max-width: 600px) {
|
|
15113
|
+
gap: 5px;
|
|
15114
|
+
}
|
|
15115
|
+
|
|
15116
|
+
.footer-social-networks-icon {
|
|
15117
|
+
width: 24px;
|
|
15118
|
+
transition: opacity .3s;
|
|
15119
|
+
opacity: .5;
|
|
15120
|
+
|
|
15121
|
+
&:hover {
|
|
15122
|
+
opacity: 1;
|
|
15123
|
+
}
|
|
15124
|
+
}
|
|
15125
|
+
}
|
|
15005
15126
|
}
|
|
15006
|
-
}
|
|
15007
15127
|
|
|
15008
|
-
|
|
15009
|
-
|
|
15010
|
-
|
|
15128
|
+
.footer-texts {
|
|
15129
|
+
width: 100%;
|
|
15130
|
+
height: 100%;
|
|
15131
|
+
display: flex;
|
|
15132
|
+
flex-direction: row;
|
|
15133
|
+
gap: 50px;
|
|
15134
|
+
padding-top: 20px;
|
|
15011
15135
|
|
|
15012
|
-
@
|
|
15013
|
-
display:
|
|
15136
|
+
@media screen and (max-width: 600px) {
|
|
15137
|
+
display: flex;
|
|
15138
|
+
flex-direction: column;
|
|
15139
|
+
}
|
|
15140
|
+
|
|
15141
|
+
.footer-text {
|
|
15142
|
+
height: 100%;
|
|
15143
|
+
display: flex;
|
|
15144
|
+
flex-direction: column;
|
|
15145
|
+
line-height: 1.5;
|
|
15146
|
+
gap: 15px;
|
|
15147
|
+
|
|
15148
|
+
&.footer-width-40 {
|
|
15149
|
+
width: 40%;
|
|
15150
|
+
|
|
15151
|
+
@media screen and (max-width: 600px) {
|
|
15152
|
+
width: 100%;
|
|
15153
|
+
}
|
|
15154
|
+
}
|
|
15155
|
+
|
|
15156
|
+
&.footer-width-30 {
|
|
15157
|
+
width: 30%;
|
|
15158
|
+
|
|
15159
|
+
@media screen and (max-width: 600px) {
|
|
15160
|
+
width: 100%;
|
|
15161
|
+
}
|
|
15162
|
+
}
|
|
15163
|
+
|
|
15164
|
+
.footter-sempli-description {
|
|
15165
|
+
padding-right: 30px;
|
|
15166
|
+
}
|
|
15167
|
+
|
|
15168
|
+
.icon-with-love {
|
|
15169
|
+
color: #4335f9;
|
|
15170
|
+
}
|
|
15171
|
+
|
|
15172
|
+
.footer-logos {
|
|
15173
|
+
width: 100%;
|
|
15174
|
+
display: flex;
|
|
15175
|
+
align-items: flex-end;
|
|
15176
|
+
flex-wrap: wrap;
|
|
15177
|
+
gap: 20px;
|
|
15178
|
+
|
|
15179
|
+
@media screen and (max-width: 600px) {
|
|
15180
|
+
gap: 10px;
|
|
15181
|
+
}
|
|
15182
|
+
|
|
15183
|
+
.footer-logo-link {
|
|
15184
|
+
height: 100%;
|
|
15185
|
+
|
|
15186
|
+
.footter-logo-link-img {
|
|
15187
|
+
display: flex;
|
|
15188
|
+
max-width: 100px;
|
|
15189
|
+
max-height: 45px;
|
|
15190
|
+
transition: opacity .3s;
|
|
15191
|
+
|
|
15192
|
+
&:hover {
|
|
15193
|
+
opacity: .7;
|
|
15194
|
+
}
|
|
15195
|
+
}
|
|
15196
|
+
}
|
|
15197
|
+
}
|
|
15198
|
+
|
|
15199
|
+
.footer-link {
|
|
15200
|
+
width: 100%;
|
|
15201
|
+
display: flex;
|
|
15202
|
+
flex-direction: column;
|
|
15203
|
+
}
|
|
15014
15204
|
}
|
|
15015
15205
|
}
|
|
15016
|
-
}
|
|
15017
15206
|
|
|
15018
|
-
|
|
15019
|
-
|
|
15020
|
-
display:
|
|
15207
|
+
.footer-custom-text {
|
|
15208
|
+
height: 100%;
|
|
15209
|
+
display: flex;
|
|
15210
|
+
flex-direction: column;
|
|
15211
|
+
line-height: 1.5;
|
|
15021
15212
|
|
|
15022
|
-
|
|
15023
|
-
|
|
15213
|
+
.footer-title-bold {
|
|
15214
|
+
font-weight: 600;
|
|
15215
|
+
}
|
|
15216
|
+
|
|
15217
|
+
.footer-link-items {
|
|
15218
|
+
display: flex;
|
|
15219
|
+
flex-direction: column;
|
|
15220
|
+
padding-left: 10px;
|
|
15221
|
+
|
|
15222
|
+
@media screen and (max-width: 600px) {
|
|
15223
|
+
padding-left: 0px;
|
|
15224
|
+
}
|
|
15225
|
+
}
|
|
15226
|
+
}
|
|
15227
|
+
|
|
15228
|
+
.footer-space-top {
|
|
15229
|
+
margin-top: 80px;
|
|
15230
|
+
}
|
|
15231
|
+
|
|
15232
|
+
.footer-paragraph {
|
|
15233
|
+
text-align: left;
|
|
15234
|
+
|
|
15235
|
+
@media screen and (max-width: 600px) {
|
|
15236
|
+
text-align: center;
|
|
15024
15237
|
}
|
|
15025
15238
|
}
|
|
15026
15239
|
}
|
|
15027
15240
|
}
|
|
15028
15241
|
|
|
15029
|
-
|
|
15030
|
-
// @include background-image(linear-gradient(#f5f6fa, #ffffff));
|
|
15031
|
-
// }
|
|
15242
|
+
/*=============== END FOOTER SEMPLI 2.0 ===============*/
|
|
15032
15243
|
|
|
15033
|
-
|
|
15034
|
-
|
|
15035
|
-
|
|
15036
|
-
margin-bottom: 0;
|
|
15037
|
-
padding: 50px 0;
|
|
15244
|
+
/*#############################################################################
|
|
15245
|
+
# GENERAL CONTENT ELEMENTS
|
|
15246
|
+
#############################################################################*/
|
|
15038
15247
|
|
|
15039
|
-
|
|
15040
|
-
|
|
15248
|
+
// Content Box - Content Elements
|
|
15249
|
+
|
|
15250
|
+
.div-border-red {
|
|
15251
|
+
border: 2px solid red;
|
|
15252
|
+
}
|
|
15253
|
+
|
|
15254
|
+
.content-box {
|
|
15255
|
+
.content-subtitle {
|
|
15256
|
+
color: #00C8E1;
|
|
15257
|
+
text-transform: uppercase;
|
|
15258
|
+
}
|
|
15259
|
+
|
|
15260
|
+
.content-description {
|
|
15261
|
+
color: $color-secondary-dark;
|
|
15262
|
+
}
|
|
15263
|
+
|
|
15264
|
+
.content-cta {
|
|
15265
|
+
font-weight: 900;
|
|
15266
|
+
}
|
|
15267
|
+
|
|
15268
|
+
.content-image {
|
|
15269
|
+
max-width: 500px;
|
|
15270
|
+
display: block;
|
|
15271
|
+
margin: 0 auto;
|
|
15272
|
+
}
|
|
15273
|
+
}
|
|
15274
|
+
|
|
15275
|
+
.rounded-image {
|
|
15276
|
+
border-radius: 50%;
|
|
15277
|
+
}
|
|
15278
|
+
|
|
15279
|
+
.text-general-description {
|
|
15280
|
+
color: $color-secondary-dark;
|
|
15281
|
+
}
|
|
15282
|
+
|
|
15283
|
+
.center-box {
|
|
15284
|
+
margin: 0 15%;
|
|
15285
|
+
padding: 60px 0;
|
|
15286
|
+
|
|
15287
|
+
.content-description {
|
|
15288
|
+
color: $color-secondary-dark;
|
|
15289
|
+
}
|
|
15290
|
+
}
|
|
15291
|
+
|
|
15292
|
+
.testimonials-wrapper {
|
|
15293
|
+
display: flex;
|
|
15294
|
+
flex-wrap: wrap;
|
|
15295
|
+
justify-content: space-between;
|
|
15296
|
+
margin: 50px 0 20px;
|
|
15297
|
+
|
|
15298
|
+
.testimonial-box {
|
|
15299
|
+
flex: 0 1 calc(100% - 40px);
|
|
15300
|
+
margin: 0 20px 20px;
|
|
15301
|
+
|
|
15302
|
+
@include responsive($breakpoint-medium) {
|
|
15303
|
+
flex: 0 1 calc(50% - 40px);
|
|
15041
15304
|
}
|
|
15042
15305
|
|
|
15043
|
-
|
|
15044
|
-
|
|
15045
|
-
|
|
15046
|
-
|
|
15047
|
-
|
|
15048
|
-
width: 4px;
|
|
15049
|
-
height: 100%;
|
|
15050
|
-
position: absolute;
|
|
15051
|
-
left: 50%;
|
|
15052
|
-
top: 0;
|
|
15053
|
-
@include transform(translateX(-50%));
|
|
15054
|
-
}
|
|
15306
|
+
@include responsive($breakpoint-large) {
|
|
15307
|
+
flex: 0 1 calc(25% - 40px);
|
|
15308
|
+
margin-bottom: 0;
|
|
15309
|
+
}
|
|
15310
|
+
}
|
|
15055
15311
|
|
|
15056
|
-
|
|
15057
|
-
|
|
15058
|
-
|
|
15059
|
-
|
|
15060
|
-
|
|
15061
|
-
|
|
15062
|
-
|
|
15063
|
-
|
|
15312
|
+
// Elements
|
|
15313
|
+
p.testimonial {
|
|
15314
|
+
font-size: rem-calc(14px);
|
|
15315
|
+
font-style: italic;
|
|
15316
|
+
opacity: 0.6;
|
|
15317
|
+
}
|
|
15318
|
+
|
|
15319
|
+
.testimonial-person {
|
|
15320
|
+
display: grid;
|
|
15321
|
+
grid-template-columns: 40px 1fr;
|
|
15322
|
+
grid-column-gap: 15px;
|
|
15323
|
+
|
|
15324
|
+
img.photo {
|
|
15325
|
+
max-width: 40px;
|
|
15326
|
+
@include border-radius(100%);
|
|
15327
|
+
@include box-shadow(
|
|
15328
|
+
0 0 0 4px rgba(white,0.1),
|
|
15329
|
+
0 0 0 1px rgba(white,1)
|
|
15330
|
+
);
|
|
15331
|
+
}
|
|
15332
|
+
|
|
15333
|
+
h6.name {
|
|
15334
|
+
font-size: rem-calc(14px);
|
|
15335
|
+
}
|
|
15336
|
+
}
|
|
15337
|
+
}
|
|
15338
|
+
|
|
15339
|
+
.logo-list-wrapper {
|
|
15340
|
+
display: flex;
|
|
15341
|
+
flex-wrap: wrap;
|
|
15342
|
+
align-items: center;
|
|
15343
|
+
align-content: center;
|
|
15344
|
+
justify-content: center;
|
|
15345
|
+
|
|
15346
|
+
&.title-line {
|
|
15347
|
+
font-size: 0.8em;
|
|
15348
|
+
font-weight: 100;
|
|
15349
|
+
margin-top: 30px;
|
|
15350
|
+
text-align: center;
|
|
15351
|
+
position: relative;
|
|
15352
|
+
z-index: 1;
|
|
15353
|
+
background: #fff;
|
|
15354
|
+
padding: 0 15px;
|
|
15355
|
+
|
|
15356
|
+
&:before {
|
|
15357
|
+
border-top: 1px solid #eeeeee;
|
|
15358
|
+
content: "";
|
|
15359
|
+
margin: 0 auto;
|
|
15360
|
+
position: absolute;
|
|
15361
|
+
top: 50%;
|
|
15362
|
+
left: 0;
|
|
15363
|
+
right: 0;
|
|
15364
|
+
bottom: 0;
|
|
15365
|
+
width: 95%;
|
|
15366
|
+
z-index: -1;
|
|
15367
|
+
}
|
|
15368
|
+
span {
|
|
15369
|
+
background: #fff;
|
|
15370
|
+
padding: 0 15px;
|
|
15371
|
+
}
|
|
15372
|
+
|
|
15373
|
+
.line-logo {
|
|
15374
|
+
background-color: #FFFFFF;
|
|
15375
|
+
padding-right: 15px;
|
|
15376
|
+
}
|
|
15377
|
+
}
|
|
15378
|
+
|
|
15379
|
+
img.allies-logo {
|
|
15380
|
+
max-width: 80px;
|
|
15381
|
+
max-height: 60px;
|
|
15382
|
+
margin: 10px 20px;
|
|
15383
|
+
|
|
15384
|
+
@include responsive($breakpoint-medium) {
|
|
15385
|
+
max-width: 100px;
|
|
15386
|
+
max-height: 80px;
|
|
15387
|
+
margin: 20px 40px;
|
|
15388
|
+
}
|
|
15389
|
+
|
|
15390
|
+
@include responsive($breakpoint-large) {
|
|
15391
|
+
max-width: 125px;
|
|
15392
|
+
max-height: 80px;
|
|
15393
|
+
}
|
|
15394
|
+
}
|
|
15395
|
+
|
|
15396
|
+
&.logo-7x {
|
|
15397
|
+
img.allies-logo {
|
|
15398
|
+
@include responsive($breakpoint-medium) {
|
|
15399
|
+
margin: 20px 25px;
|
|
15400
|
+
}
|
|
15401
|
+
}
|
|
15402
|
+
}
|
|
15403
|
+
}
|
|
15404
|
+
|
|
15405
|
+
.faqs-box {
|
|
15406
|
+
margin: 0 15%;
|
|
15407
|
+
padding: 60px 0;
|
|
15408
|
+
|
|
15409
|
+
header {
|
|
15410
|
+
text-align: center;
|
|
15411
|
+
margin-bottom: 70px;
|
|
15412
|
+
}
|
|
15413
|
+
|
|
15414
|
+
ul.faqs {
|
|
15415
|
+
list-style: none;
|
|
15416
|
+
padding: 0;
|
|
15417
|
+
margin: 0;
|
|
15418
|
+
|
|
15419
|
+
li {
|
|
15420
|
+
margin: 0 0 40px;
|
|
15421
|
+
@include transition(all 0.3s cubic-bezier(.7, 0, .175, 1) 0s);
|
|
15422
|
+
|
|
15423
|
+
&:last-child {
|
|
15424
|
+
margin: 0;
|
|
15425
|
+
}
|
|
15426
|
+
|
|
15427
|
+
&:hover {
|
|
15428
|
+
@include transform(scale(1.05));
|
|
15429
|
+
}
|
|
15430
|
+
|
|
15431
|
+
.question {
|
|
15432
|
+
margin: 0;
|
|
15433
|
+
}
|
|
15434
|
+
|
|
15435
|
+
.answer {
|
|
15436
|
+
color: $color-secondary-dark;
|
|
15437
|
+
margin: 0;
|
|
15438
|
+
}
|
|
15439
|
+
}
|
|
15440
|
+
}
|
|
15441
|
+
}
|
|
15442
|
+
|
|
15443
|
+
.required-documentation-box {
|
|
15444
|
+
@include responsive($breakpoint-medium) {
|
|
15445
|
+
background-image: url("/assets/swl/interface/documents.svg");
|
|
15446
|
+
background-position: 110% 50%;
|
|
15447
|
+
background-size: 340px 558px;
|
|
15448
|
+
background-repeat: no-repeat;
|
|
15449
|
+
}
|
|
15450
|
+
|
|
15451
|
+
@include responsive($breakpoint-xmedium) {
|
|
15452
|
+
background-size: 420px 690px;
|
|
15453
|
+
}
|
|
15454
|
+
|
|
15455
|
+
@include responsive($breakpoint-large) {
|
|
15456
|
+
background-size: 554px 910px;
|
|
15457
|
+
}
|
|
15458
|
+
|
|
15459
|
+
.required-documentation-title {
|
|
15460
|
+
font-size: rem-calc(28px);
|
|
15461
|
+
margin: 0 0 40px;
|
|
15462
|
+
}
|
|
15463
|
+
|
|
15464
|
+
ul.required-documentation {
|
|
15465
|
+
list-style: none;
|
|
15466
|
+
margin: 0 0 80px;
|
|
15467
|
+
padding: 0;
|
|
15468
|
+
|
|
15469
|
+
li {
|
|
15470
|
+
background: url("/assets/swl/interface/icons/check-green-circle-large.svg") no-repeat 0 0;
|
|
15471
|
+
margin-bottom: 40px;
|
|
15472
|
+
padding-left: 50px;
|
|
15473
|
+
min-height: 32px;
|
|
15474
|
+
|
|
15475
|
+
&:last-child {
|
|
15476
|
+
margin-bottom: 0;
|
|
15477
|
+
}
|
|
15478
|
+
|
|
15479
|
+
.document-title {
|
|
15480
|
+
font-size: rem-calc(18px);
|
|
15481
|
+
line-height: 32px;
|
|
15482
|
+
margin: 0;
|
|
15483
|
+
}
|
|
15484
|
+
|
|
15485
|
+
.document-description {
|
|
15486
|
+
font-size: rem-calc(18px);
|
|
15487
|
+
color: $color-secondary;
|
|
15488
|
+
}
|
|
15489
|
+
}
|
|
15490
|
+
}
|
|
15491
|
+
|
|
15492
|
+
.secure {
|
|
15493
|
+
margin: 0;
|
|
15494
|
+
|
|
15495
|
+
img {
|
|
15496
|
+
height: 70px;
|
|
15497
|
+
margin: 0 10px -25px 0;
|
|
15498
|
+
}
|
|
15499
|
+
}
|
|
15500
|
+
}
|
|
15501
|
+
|
|
15502
|
+
|
|
15503
|
+
section.email-confirmation, section.credit-lines, section.sempli-comfama, section.insurance {
|
|
15504
|
+
ul.confirmation-check-list {
|
|
15505
|
+
list-style: none;
|
|
15506
|
+
margin: 0 0 40px;
|
|
15507
|
+
padding: 0;
|
|
15508
|
+
font-weight: 100;
|
|
15509
|
+
|
|
15510
|
+
li {
|
|
15511
|
+
background: url("/assets/swl/interface/icons/check-green-circle-large.svg") no-repeat 0 0;
|
|
15512
|
+
margin-bottom: 40px;
|
|
15513
|
+
padding-left: 50px;
|
|
15514
|
+
min-height: 32px;
|
|
15515
|
+
|
|
15516
|
+
&:last-child {
|
|
15517
|
+
margin-bottom: 0;
|
|
15518
|
+
}
|
|
15519
|
+
|
|
15520
|
+
.checklist-item {
|
|
15521
|
+
font-size: rem-calc(18px);
|
|
15522
|
+
line-height: 32px;
|
|
15523
|
+
margin: 0;
|
|
15524
|
+
}
|
|
15525
|
+
}
|
|
15526
|
+
|
|
15527
|
+
&.basic-check {
|
|
15528
|
+
li {
|
|
15529
|
+
background: url("/assets/swl/interface/icons/basic-check.svg") no-repeat 0 0;
|
|
15530
|
+
margin-bottom: 10px;
|
|
15531
|
+
|
|
15532
|
+
}
|
|
15533
|
+
|
|
15534
|
+
&.magenta {
|
|
15535
|
+
li {
|
|
15536
|
+
background: url("/assets/swl/interface/icons/basic-check-magenta.svg") no-repeat 0 0;
|
|
15537
|
+
}
|
|
15538
|
+
}
|
|
15539
|
+
}
|
|
15540
|
+
}
|
|
15541
|
+
}
|
|
15542
|
+
|
|
15543
|
+
.contact-us-wrapper {
|
|
15544
|
+
border-bottom: 1px solid $color-secondary-light;
|
|
15545
|
+
padding-bottom: 120px;
|
|
15546
|
+
|
|
15547
|
+
img.contact-us-image {
|
|
15548
|
+
display: block;
|
|
15549
|
+
max-width: 560px;
|
|
15550
|
+
margin: 0 auto;
|
|
15551
|
+
}
|
|
15552
|
+
}
|
|
15553
|
+
|
|
15554
|
+
.comparison-table-title {
|
|
15555
|
+
margin-bottom: 80px;
|
|
15556
|
+
}
|
|
15557
|
+
|
|
15558
|
+
.comparison-table {
|
|
15559
|
+
// Structural Blocks
|
|
15560
|
+
.row {
|
|
15561
|
+
display: grid;
|
|
15562
|
+
grid-template-columns: 2fr 1fr;
|
|
15563
|
+
|
|
15564
|
+
@include responsive($breakpoint-medium) {
|
|
15565
|
+
grid-template-columns: 2fr repeat(3, 1fr);
|
|
15566
|
+
}
|
|
15567
|
+
|
|
15568
|
+
// Turn Grid Items into Flex Containers
|
|
15569
|
+
// for alignment purposes
|
|
15570
|
+
> * {
|
|
15571
|
+
display: flex;
|
|
15572
|
+
justify-content: center;
|
|
15573
|
+
align-items: center;
|
|
15574
|
+
border-bottom: 1px solid rgba(black,0.08);
|
|
15575
|
+
padding: 12px 10px;
|
|
15576
|
+
position: relative;
|
|
15577
|
+
}
|
|
15578
|
+
|
|
15579
|
+
// Row Grid Items
|
|
15580
|
+
|
|
15581
|
+
.item-name {
|
|
15582
|
+
justify-content: flex-start;
|
|
15583
|
+
}
|
|
15584
|
+
|
|
15585
|
+
.sempli {
|
|
15586
|
+
background-color: $color-primary-darker;
|
|
15587
|
+
color: #ffffff;
|
|
15588
|
+
}
|
|
15589
|
+
|
|
15590
|
+
.banks {
|
|
15591
|
+
display: none;
|
|
15592
|
+
color: $color-secondary;
|
|
15593
|
+
|
|
15594
|
+
@include responsive($breakpoint-medium) {
|
|
15595
|
+
display: flex;
|
|
15596
|
+
}
|
|
15597
|
+
}
|
|
15598
|
+
|
|
15599
|
+
.others {
|
|
15600
|
+
display: none;
|
|
15601
|
+
color: $color-secondary;
|
|
15602
|
+
|
|
15603
|
+
@include responsive($breakpoint-medium) {
|
|
15604
|
+
display: flex;
|
|
15605
|
+
}
|
|
15606
|
+
}
|
|
15607
|
+
|
|
15608
|
+
// Even Rows
|
|
15609
|
+
|
|
15610
|
+
&:nth-child(even) {
|
|
15611
|
+
background-color: rgba(black,0.04);
|
|
15612
|
+
|
|
15613
|
+
.sempli {
|
|
15614
|
+
background-color: darken($color-primary-darker, 5%);
|
|
15615
|
+
border-bottom-color: rgba(black,0.2);
|
|
15616
|
+
}
|
|
15617
|
+
}
|
|
15618
|
+
|
|
15619
|
+
// Last Child Row
|
|
15620
|
+
|
|
15621
|
+
&:last-child {
|
|
15622
|
+
.sempli {
|
|
15623
|
+
&::after {
|
|
15624
|
+
display: block;
|
|
15625
|
+
content: "";
|
|
15626
|
+
background-color: $color-primary-darker;
|
|
15627
|
+
height: 30px;
|
|
15628
|
+
width: 100%;
|
|
15629
|
+
position: absolute;
|
|
15630
|
+
left: 0;
|
|
15631
|
+
bottom: 0;
|
|
15632
|
+
@include border-bottom-radius(5px);
|
|
15633
|
+
@include transform(translateY(100%));
|
|
15634
|
+
}
|
|
15635
|
+
}
|
|
15636
|
+
}
|
|
15637
|
+
}
|
|
15638
|
+
|
|
15639
|
+
header {
|
|
15640
|
+
.sempli {
|
|
15641
|
+
padding-top: 20px;
|
|
15642
|
+
padding-bottom: 20px;
|
|
15643
|
+
@include border-top-radius(5px);
|
|
15644
|
+
}
|
|
15645
|
+
}
|
|
15646
|
+
|
|
15647
|
+
// Content elements
|
|
15648
|
+
|
|
15649
|
+
.title {
|
|
15650
|
+
margin: 0;
|
|
15651
|
+
text-align: center;
|
|
15652
|
+
}
|
|
15653
|
+
|
|
15654
|
+
img.icon {
|
|
15655
|
+
display: block;
|
|
15656
|
+
}
|
|
15657
|
+
}
|
|
15658
|
+
|
|
15659
|
+
section.blog-ctas {
|
|
15660
|
+
.container {
|
|
15661
|
+
&:first-child {
|
|
15662
|
+
margin-bottom: 100px;
|
|
15663
|
+
}
|
|
15664
|
+
}
|
|
15665
|
+
|
|
15666
|
+
.blog-ctas-title {
|
|
15667
|
+
br {
|
|
15668
|
+
display: none;
|
|
15669
|
+
|
|
15670
|
+
@include responsive($breakpoint-xmedium) {
|
|
15671
|
+
display: block;
|
|
15672
|
+
}
|
|
15673
|
+
}
|
|
15674
|
+
}
|
|
15675
|
+
|
|
15676
|
+
.blog-ctas-subtitle {
|
|
15677
|
+
br {
|
|
15678
|
+
display: none;
|
|
15679
|
+
|
|
15680
|
+
@include responsive($breakpoint-xmedium) {
|
|
15681
|
+
display: block;
|
|
15682
|
+
}
|
|
15683
|
+
}
|
|
15684
|
+
}
|
|
15685
|
+
}
|
|
15686
|
+
|
|
15687
|
+
// section.how-it-works-props {
|
|
15688
|
+
// @include background-image(linear-gradient(#f5f6fa, #ffffff));
|
|
15689
|
+
// }
|
|
15690
|
+
|
|
15691
|
+
section#our-history {
|
|
15692
|
+
.container {
|
|
15693
|
+
position: relative;
|
|
15694
|
+
margin-bottom: 0;
|
|
15695
|
+
padding: 50px 0;
|
|
15696
|
+
|
|
15697
|
+
&:first-child {
|
|
15698
|
+
margin-bottom: 100px;
|
|
15699
|
+
}
|
|
15700
|
+
|
|
15701
|
+
.content-box-col:nth-child(2) {
|
|
15702
|
+
&::before {
|
|
15703
|
+
content: "";
|
|
15704
|
+
display: block;
|
|
15705
|
+
background-color: lighten($color-secondary-light, 7%);
|
|
15706
|
+
width: 4px;
|
|
15707
|
+
height: 100%;
|
|
15708
|
+
position: absolute;
|
|
15709
|
+
left: 50%;
|
|
15710
|
+
top: 0;
|
|
15711
|
+
@include transform(translateX(-50%));
|
|
15712
|
+
}
|
|
15713
|
+
|
|
15714
|
+
&::after {
|
|
15715
|
+
content: "";
|
|
15716
|
+
display: block;
|
|
15717
|
+
background-color: lighten($color-secondary-light, 7%);
|
|
15718
|
+
width: 23px;
|
|
15719
|
+
height: 23px;
|
|
15720
|
+
position: absolute;
|
|
15721
|
+
left: 50%;
|
|
15722
|
+
|
|
15723
|
+
@include border-radius(100%);
|
|
15724
|
+
@include transform(translate(-50%, -50%));
|
|
15725
|
+
}
|
|
15726
|
+
}
|
|
15727
|
+
}
|
|
15728
|
+
|
|
15729
|
+
.content-image {
|
|
15730
|
+
max-height: 460px;
|
|
15731
|
+
max-width: 460px;
|
|
15732
|
+
@include border-radius(10px);
|
|
15733
|
+
@include box-shadow(
|
|
15734
|
+
0 0 0 1px rgba(white, 0.9),
|
|
15735
|
+
0 0 0 8px rgba(black, 0.05)
|
|
15736
|
+
);
|
|
15737
|
+
}
|
|
15738
|
+
}
|
|
15739
|
+
|
|
15740
|
+
section#our-team {
|
|
15741
|
+
.grid {
|
|
15742
|
+
.col {
|
|
15743
|
+
padding: 0 10px;
|
|
15744
|
+
}
|
|
15745
|
+
}
|
|
15746
|
+
|
|
15747
|
+
.container {
|
|
15748
|
+
&:first-child {
|
|
15749
|
+
margin-bottom: 100px;
|
|
15750
|
+
}
|
|
15751
|
+
}
|
|
15752
|
+
|
|
15753
|
+
.team-member {
|
|
15754
|
+
margin-bottom: 50px;
|
|
15755
|
+
}
|
|
15756
|
+
|
|
15757
|
+
// Content Elements
|
|
15758
|
+
|
|
15759
|
+
.team-member-photo {
|
|
15760
|
+
display: block;
|
|
15761
|
+
margin: 0 auto 20px;
|
|
15762
|
+
max-width: 100%;
|
|
15763
|
+
@include border-radius(10px);
|
|
15764
|
+
@include box-shadow(
|
|
15765
|
+
0 0 0 1px rgba(white, 0.9),
|
|
15766
|
+
0 0 0 8px rgba(black, 0.05)
|
|
15767
|
+
);
|
|
15768
|
+
}
|
|
15769
|
+
|
|
15770
|
+
.team-member-name {
|
|
15771
|
+
margin: 0 0 3px;
|
|
15772
|
+
}
|
|
15773
|
+
|
|
15774
|
+
.team-member-job-title {
|
|
15775
|
+
font-size: rem-calc(12px);
|
|
15776
|
+
text-transform: uppercase;
|
|
15777
|
+
margin: 0 0 8px;
|
|
15778
|
+
}
|
|
15779
|
+
|
|
15780
|
+
.team-member-description {
|
|
15781
|
+
font-size: rem-calc(14px);
|
|
15782
|
+
color: $color-secondary;
|
|
15783
|
+
margin: 0;
|
|
15784
|
+
}
|
|
15785
|
+
}
|
|
15786
|
+
|
|
15787
|
+
section#our-clients {
|
|
15788
|
+
.client {
|
|
15789
|
+
margin-bottom: 50px;
|
|
15790
|
+
}
|
|
15791
|
+
}
|
|
15792
|
+
|
|
15793
|
+
section#our-investors {
|
|
15794
|
+
.container {
|
|
15795
|
+
margin-bottom: 80px;
|
|
15796
|
+
}
|
|
15797
|
+
|
|
15798
|
+
// Content Elements
|
|
15799
|
+
|
|
15800
|
+
.investor-logo {
|
|
15801
|
+
max-width: 75%;
|
|
15802
|
+
}
|
|
15803
|
+
|
|
15804
|
+
.investor-description {
|
|
15805
|
+
color: $color-secondary;
|
|
15806
|
+
}
|
|
15807
|
+
}
|
|
15808
|
+
|
|
15809
|
+
section#help-center {
|
|
15810
|
+
header.help-center-header {
|
|
15811
|
+
border-bottom: 1px solid $color-secondary-light;
|
|
15812
|
+
margin-bottom: 40px;
|
|
15813
|
+
padding-bottom: 40px;
|
|
15814
|
+
}
|
|
15815
|
+
|
|
15816
|
+
.section-category-group {
|
|
15817
|
+
margin-bottom: 50px;
|
|
15818
|
+
}
|
|
15819
|
+
|
|
15820
|
+
.section-category-title {
|
|
15821
|
+
.centro-de-ayuda.category & {
|
|
15822
|
+
font-size: rem-calc(26px);
|
|
15823
|
+
margin: 0 0 30px;
|
|
15824
|
+
}
|
|
15825
|
+
}
|
|
15826
|
+
|
|
15827
|
+
.section-category-articles {
|
|
15828
|
+
padding-left: 20px;
|
|
15829
|
+
|
|
15830
|
+
li {
|
|
15831
|
+
color: $color-secondary-light;
|
|
15832
|
+
padding: 5px 0;
|
|
15833
|
+
|
|
15834
|
+
a {
|
|
15835
|
+
color: $color-text;
|
|
15836
|
+
white-space: normal;
|
|
15837
|
+
|
|
15838
|
+
&:hover {
|
|
15839
|
+
color: $color-primary;
|
|
15840
|
+
}
|
|
15841
|
+
}
|
|
15842
|
+
|
|
15843
|
+
.centro-de-ayuda.category & {
|
|
15844
|
+
font-size: rem-calc(18px);
|
|
15845
|
+
}
|
|
15846
|
+
}
|
|
15847
|
+
}
|
|
15848
|
+
|
|
15849
|
+
aside {
|
|
15850
|
+
display: none;
|
|
15851
|
+
|
|
15852
|
+
@include responsive($breakpoint-medium) {
|
|
15853
|
+
display: block;
|
|
15854
|
+
}
|
|
15855
|
+
|
|
15856
|
+
.section-categories {
|
|
15857
|
+
list-style: none;
|
|
15858
|
+
padding: 0;
|
|
15859
|
+
margin: 0;
|
|
15860
|
+
|
|
15861
|
+
li {
|
|
15862
|
+
margin-bottom: 10px;
|
|
15863
|
+
|
|
15864
|
+
a {
|
|
15865
|
+
color: $color-secondary-dark;
|
|
15866
|
+
font-size: rem-calc(18px);
|
|
15867
|
+
|
|
15868
|
+
&:hover {
|
|
15869
|
+
color: $color-text;
|
|
15870
|
+
}
|
|
15871
|
+
|
|
15872
|
+
&.active {
|
|
15873
|
+
color: $color-primary;
|
|
15874
|
+
}
|
|
15875
|
+
}
|
|
15876
|
+
}
|
|
15877
|
+
}
|
|
15878
|
+
}
|
|
15879
|
+
|
|
15880
|
+
main {
|
|
15881
|
+
article {
|
|
15882
|
+
// font-size: rem-calc(16px);
|
|
15883
|
+
font-size: 1rem;
|
|
15884
|
+
|
|
15885
|
+
.article-title {
|
|
15886
|
+
// font-size: rem-calc(34px);
|
|
15887
|
+
margin: 0 0 30px;
|
|
15888
|
+
}
|
|
15889
|
+
|
|
15890
|
+
blockquote {
|
|
15891
|
+
border-left: 3px solid $color-secondary-light;
|
|
15892
|
+
color: $color-secondary;
|
|
15893
|
+
margin: 40px 0;
|
|
15894
|
+
padding-left: 50px;
|
|
15895
|
+
}
|
|
15896
|
+
|
|
15897
|
+
img {
|
|
15898
|
+
display: block;
|
|
15899
|
+
margin: 30px auto;
|
|
15900
|
+
max-width: 100%;
|
|
15901
|
+
@include border-radius(10px);
|
|
15902
|
+
@include box-shadow(
|
|
15903
|
+
0 0 0 1px rgba(white, 0.9),
|
|
15904
|
+
0 0 0 8px rgba(black, 0.05)
|
|
15905
|
+
);
|
|
15906
|
+
}
|
|
15907
|
+
|
|
15908
|
+
.was-this-helpful {
|
|
15909
|
+
margin: 100px 0;
|
|
15910
|
+
|
|
15911
|
+
ul {
|
|
15912
|
+
display: flex;
|
|
15913
|
+
justify-content: center;
|
|
15914
|
+
align-items: center;
|
|
15915
|
+
list-style: none;
|
|
15916
|
+
padding: 0;
|
|
15917
|
+
margin: 30px 0 0;
|
|
15918
|
+
|
|
15919
|
+
li {
|
|
15920
|
+
margin: 0 10px;
|
|
15921
|
+
}
|
|
15922
|
+
}
|
|
15923
|
+
|
|
15924
|
+
a.satisfaction-option {
|
|
15925
|
+
display: block;
|
|
15926
|
+
@include border-radius(100%);
|
|
15927
|
+
|
|
15928
|
+
img.icon {
|
|
15929
|
+
margin: 0;
|
|
15930
|
+
@include box-shadow(none);
|
|
15931
|
+
}
|
|
15932
|
+
|
|
15933
|
+
&:hover, &.rated {
|
|
15934
|
+
@include box-shadow(0 0 0 5px rgba($color-primary, 0.2));
|
|
15935
|
+
}
|
|
15936
|
+
}
|
|
15937
|
+
}
|
|
15938
|
+
}
|
|
15939
|
+
}
|
|
15940
|
+
}
|
|
15941
|
+
|
|
15942
|
+
section#legal,
|
|
15943
|
+
section.insurance-details {
|
|
15944
|
+
aside {
|
|
15945
|
+
display: none;
|
|
15946
|
+
|
|
15947
|
+
@include responsive($breakpoint-medium) {
|
|
15948
|
+
display: block;
|
|
15949
|
+
}
|
|
15950
|
+
|
|
15951
|
+
.categories {
|
|
15952
|
+
list-style: none;
|
|
15953
|
+
padding: 0;
|
|
15954
|
+
margin: 0;
|
|
15955
|
+
|
|
15956
|
+
li {
|
|
15957
|
+
margin-bottom: 10px;
|
|
15958
|
+
|
|
15959
|
+
a {
|
|
15960
|
+
color: $color-secondary-dark;
|
|
15961
|
+
font-size: rem-calc(18px);
|
|
15962
|
+
|
|
15963
|
+
&:hover {
|
|
15964
|
+
color: $color-text;
|
|
15965
|
+
}
|
|
15966
|
+
|
|
15967
|
+
&.active {
|
|
15968
|
+
color: $color-primary;
|
|
15969
|
+
}
|
|
15970
|
+
}
|
|
15971
|
+
}
|
|
15972
|
+
}
|
|
15973
|
+
}
|
|
15974
|
+
|
|
15975
|
+
}
|
|
15976
|
+
|
|
15977
|
+
section#in-the-news {
|
|
15978
|
+
.news-feed {
|
|
15979
|
+
@include responsive($breakpoint-medium) {
|
|
15980
|
+
grid-column-gap: 60px;
|
|
15981
|
+
}
|
|
15982
|
+
}
|
|
15983
|
+
|
|
15984
|
+
.news-article {
|
|
15985
|
+
border-bottom: 1px solid $color-secondary-light;
|
|
15986
|
+
padding-bottom: 30px;
|
|
15987
|
+
margin-bottom: 40px;
|
|
15988
|
+
}
|
|
15989
|
+
|
|
15990
|
+
// Content Elements
|
|
15991
|
+
|
|
15992
|
+
img.content-image {
|
|
15993
|
+
max-width: 100%;
|
|
15994
|
+
@include border-radius(10px);
|
|
15995
|
+
@include box-shadow(
|
|
15996
|
+
0 0 0 1px rgba(white, 0.9),
|
|
15997
|
+
0 0 0 8px rgba(black, 0.05)
|
|
15998
|
+
);
|
|
15999
|
+
}
|
|
16000
|
+
|
|
16001
|
+
.news-article-title {
|
|
16002
|
+
color: $color-text;
|
|
16003
|
+
|
|
16004
|
+
&:hover {
|
|
16005
|
+
color: $color-primary;
|
|
16006
|
+
}
|
|
16007
|
+
}
|
|
16008
|
+
|
|
16009
|
+
.news-article-description {
|
|
16010
|
+
color: $color-secondary-dark;
|
|
16011
|
+
}
|
|
16012
|
+
|
|
16013
|
+
.news-article-meta {
|
|
16014
|
+
font-size: rem-calc(14px);
|
|
16015
|
+
margin: 0;
|
|
16016
|
+
|
|
16017
|
+
span {
|
|
16018
|
+
display: inline-block;
|
|
16019
|
+
margin-right: 10px;
|
|
16020
|
+
padding-right: 15px;
|
|
16021
|
+
color: $color-secondary;
|
|
16022
|
+
position: relative;
|
|
16023
|
+
|
|
16024
|
+
&::after {
|
|
16025
|
+
content: "";
|
|
16026
|
+
display: block;
|
|
16027
|
+
background-color: $color-secondary-light;
|
|
16028
|
+
height: 5px;
|
|
16029
|
+
width: 5px;
|
|
16030
|
+
position: absolute;
|
|
16031
|
+
right: 0;
|
|
16032
|
+
top: 50%;
|
|
16033
|
+
@include transform(translateY(-50%));
|
|
16034
|
+
@include border-radius(100%);
|
|
16035
|
+
}
|
|
16036
|
+
|
|
16037
|
+
&:last-child {
|
|
16038
|
+
margin: 0;
|
|
16039
|
+
padding: 0;
|
|
16040
|
+
|
|
16041
|
+
&::after {
|
|
16042
|
+
display: none;
|
|
16043
|
+
}
|
|
16044
|
+
}
|
|
16045
|
+
}
|
|
16046
|
+
}
|
|
16047
|
+
}
|
|
16048
|
+
|
|
16049
|
+
section#our-values {
|
|
16050
|
+
.values-wrapper {
|
|
16051
|
+
display: grid;
|
|
16052
|
+
grid-template-columns: 1fr;
|
|
16053
|
+
grid-row-gap: 40px;
|
|
16054
|
+
|
|
16055
|
+
@include responsive($breakpoint-xmedium) {
|
|
16056
|
+
grid-template-columns: 1fr 1fr;
|
|
16057
|
+
grid-column-gap: 40px;
|
|
16058
|
+
}
|
|
16059
|
+
}
|
|
16060
|
+
|
|
16061
|
+
.value-box {
|
|
16062
|
+
background-color: #ffffff;
|
|
16063
|
+
padding: 40px;
|
|
16064
|
+
text-align: center;
|
|
16065
|
+
@include border-radius(5px);
|
|
16066
|
+
@include box-shadow(4px 4px 25px 0 rgba(black, 0.05));
|
|
16067
|
+
}
|
|
16068
|
+
|
|
16069
|
+
// Content Elements
|
|
16070
|
+
|
|
16071
|
+
.values-title {
|
|
16072
|
+
margin-bottom: 50px;
|
|
16073
|
+
}
|
|
16074
|
+
|
|
16075
|
+
img.value-image {
|
|
16076
|
+
display: block;
|
|
16077
|
+
max-width: 160px;
|
|
16078
|
+
margin: 0 auto 10px;
|
|
16079
|
+
}
|
|
16080
|
+
|
|
16081
|
+
}
|
|
16082
|
+
|
|
16083
|
+
section#career-opportunities {
|
|
16084
|
+
header {
|
|
16085
|
+
margin-bottom: 60px;
|
|
16086
|
+
}
|
|
16087
|
+
|
|
16088
|
+
.opportunity-feed {
|
|
16089
|
+
grid-row-gap: 40px;
|
|
16090
|
+
|
|
16091
|
+
.opportunity {
|
|
16092
|
+
background-color: #ffffff;
|
|
16093
|
+
padding: 25px 30px;
|
|
16094
|
+
min-height: 280px;
|
|
16095
|
+
position: relative;
|
|
16096
|
+
@include border-radius(5px);
|
|
16097
|
+
@include box-shadow(4px 4px 25px 0 rgba($color-text, 0.15));
|
|
16098
|
+
|
|
16099
|
+
&:hover {
|
|
16100
|
+
@include box-shadow(8px 8px 30px 2px rgba($color-text, 0.15));
|
|
16101
|
+
}
|
|
16102
|
+
}
|
|
16103
|
+
}
|
|
16104
|
+
|
|
16105
|
+
// Content Elements
|
|
16106
|
+
|
|
16107
|
+
.opportunity-title {
|
|
16108
|
+
color: $color-text;
|
|
16109
|
+
margin: 0;
|
|
16110
|
+
}
|
|
16111
|
+
|
|
16112
|
+
.opportunity-meta {
|
|
16113
|
+
color: $color-text;
|
|
16114
|
+
font-size: rem-calc(14px);
|
|
16115
|
+
margin: 0;
|
|
16116
|
+
position: absolute;
|
|
16117
|
+
bottom: 30px;
|
|
16118
|
+
|
|
16119
|
+
span {
|
|
16120
|
+
display: inline-block;
|
|
16121
|
+
margin-right: 10px;
|
|
16122
|
+
padding-right: 15px;
|
|
16123
|
+
color: $color-secondary;
|
|
16124
|
+
position: relative;
|
|
16125
|
+
|
|
16126
|
+
&::after {
|
|
16127
|
+
content: "";
|
|
16128
|
+
display: block;
|
|
16129
|
+
background-color: $color-secondary-light;
|
|
16130
|
+
height: 5px;
|
|
16131
|
+
width: 5px;
|
|
16132
|
+
position: absolute;
|
|
16133
|
+
right: 0;
|
|
16134
|
+
top: 50%;
|
|
16135
|
+
@include transform(translateY(-50%));
|
|
16136
|
+
@include border-radius(100%);
|
|
16137
|
+
}
|
|
16138
|
+
|
|
16139
|
+
&:last-child {
|
|
16140
|
+
margin: 0;
|
|
16141
|
+
padding: 0;
|
|
16142
|
+
|
|
16143
|
+
&::after {
|
|
16144
|
+
display: none;
|
|
16145
|
+
}
|
|
16146
|
+
}
|
|
16147
|
+
}
|
|
16148
|
+
}
|
|
16149
|
+
}
|
|
16150
|
+
|
|
16151
|
+
.opportunity-type-label {
|
|
16152
|
+
display: inline-block;
|
|
16153
|
+
background-color: $color-secondary;
|
|
16154
|
+
color: #ffffff;
|
|
16155
|
+
padding: 5px 10px;
|
|
16156
|
+
margin: 0 0 20px;
|
|
16157
|
+
@include border-radius(3px);
|
|
16158
|
+
|
|
16159
|
+
&.product {
|
|
16160
|
+
background-color: #6ceab0;
|
|
16161
|
+
}
|
|
16162
|
+
|
|
16163
|
+
&.tech {
|
|
16164
|
+
background-color: #649ef5;
|
|
16165
|
+
}
|
|
16166
|
+
|
|
16167
|
+
&.operations {
|
|
16168
|
+
background-color: #b397f7;
|
|
16169
|
+
}
|
|
16170
|
+
}
|
|
16171
|
+
|
|
16172
|
+
.hero-description.opportunity-meta {
|
|
16173
|
+
color: $color-text;
|
|
16174
|
+
font-size: rem-calc(14px);
|
|
16175
|
+
margin: 0;
|
|
16176
|
+
opacity: 1 !important;
|
|
16177
|
+
|
|
16178
|
+
span {
|
|
16179
|
+
display: inline-block;
|
|
16180
|
+
margin-right: 10px;
|
|
16181
|
+
padding-right: 15px;
|
|
16182
|
+
color: $color-secondary;
|
|
16183
|
+
position: relative;
|
|
16184
|
+
|
|
16185
|
+
&::after {
|
|
16186
|
+
content: "";
|
|
16187
|
+
display: block;
|
|
16188
|
+
background-color: $color-secondary-light;
|
|
16189
|
+
height: 5px;
|
|
16190
|
+
width: 5px;
|
|
16191
|
+
position: absolute;
|
|
16192
|
+
right: 0;
|
|
16193
|
+
top: 50%;
|
|
16194
|
+
@include transform(translateY(-50%));
|
|
16195
|
+
@include border-radius(100%);
|
|
16196
|
+
}
|
|
16197
|
+
|
|
16198
|
+
&:last-child {
|
|
16199
|
+
margin: 0;
|
|
16200
|
+
padding: 0;
|
|
16201
|
+
|
|
16202
|
+
&::after {
|
|
16203
|
+
display: none;
|
|
16204
|
+
}
|
|
16205
|
+
}
|
|
16206
|
+
|
|
16207
|
+
&.opportunity-type-label {
|
|
16208
|
+
color: #ffffff;
|
|
16209
|
+
font-weight: 400;
|
|
16210
|
+
padding: 5px 15px;
|
|
16211
|
+
|
|
16212
|
+
&::after {
|
|
16213
|
+
display: none;
|
|
16214
|
+
}
|
|
16215
|
+
}
|
|
16216
|
+
}
|
|
16217
|
+
}
|
|
16218
|
+
|
|
16219
|
+
section#referral-program {
|
|
16220
|
+
.referral-program-title {
|
|
16221
|
+
font-size: rem-calc(28px);
|
|
16222
|
+
margin: 0 0 40px;
|
|
16223
|
+
}
|
|
16224
|
+
|
|
16225
|
+
ul.referral-program-steps {
|
|
16226
|
+
list-style: none;
|
|
16227
|
+
margin: 0 0 80px;
|
|
16228
|
+
padding: 0;
|
|
16229
|
+
|
|
16230
|
+
li {
|
|
16231
|
+
background: url("/assets/swl/interface/icons/check-green-circle-large.svg") no-repeat 0 0;
|
|
16232
|
+
margin-bottom: 40px;
|
|
16233
|
+
padding-left: 50px;
|
|
16234
|
+
min-height: 32px;
|
|
16235
|
+
|
|
16236
|
+
&:last-child {
|
|
16237
|
+
margin-bottom: 0;
|
|
16238
|
+
}
|
|
16239
|
+
|
|
16240
|
+
.document-title {
|
|
16241
|
+
font-size: rem-calc(18px);
|
|
16242
|
+
line-height: 32px;
|
|
16243
|
+
margin: 0;
|
|
16244
|
+
}
|
|
16245
|
+
|
|
16246
|
+
.document-description {
|
|
16247
|
+
font-size: rem-calc(18px);
|
|
16248
|
+
color: $color-secondary;
|
|
16249
|
+
}
|
|
16250
|
+
}
|
|
16251
|
+
}
|
|
16252
|
+
}
|
|
16253
|
+
|
|
16254
|
+
section#why-become-a-referrer {
|
|
16255
|
+
header {
|
|
16256
|
+
text-align: center;
|
|
16257
|
+
margin-bottom: 80px;
|
|
16258
|
+
}
|
|
16259
|
+
|
|
16260
|
+
ul.why-become-a-referrer {
|
|
16261
|
+
display: flex;
|
|
16262
|
+
flex-wrap: wrap;
|
|
16263
|
+
align-items: center;
|
|
16264
|
+
align-content: center;
|
|
16265
|
+
justify-content: center;
|
|
16266
|
+
|
|
16267
|
+
list-style: none;
|
|
16268
|
+
margin: 0;
|
|
16269
|
+
padding: 0;
|
|
16270
|
+
|
|
16271
|
+
li {
|
|
16272
|
+
background-color: #ffffff;
|
|
16273
|
+
padding: 40px;
|
|
16274
|
+
text-align: center;
|
|
16275
|
+
width: calc(33.333% - 20px);
|
|
16276
|
+
margin: 0 20px 20px 0;
|
|
16277
|
+
@include border-radius(5px);
|
|
16278
|
+
@include box-shadow(4px 4px 25px 0 rgba(black, 0.05));
|
|
16279
|
+
@include responsive-max($breakpoint-xmedium) {
|
|
16280
|
+
width: calc(50% - 20px);
|
|
16281
|
+
}
|
|
16282
|
+
@include responsive-max($breakpoint-medium) {
|
|
16283
|
+
width: 100%;
|
|
16284
|
+
margin-right: 0;
|
|
16285
|
+
}
|
|
16286
|
+
}
|
|
16287
|
+
}
|
|
16288
|
+
}
|
|
16289
|
+
|
|
16290
|
+
|
|
16291
|
+
section.simulators.hero-wrapper {
|
|
16292
|
+
background: #fff !important;
|
|
16293
|
+
}
|
|
16294
|
+
|
|
16295
|
+
section.simulators.simulators-wrapper {
|
|
16296
|
+
background-color: #f5f6fa;
|
|
16297
|
+
.roi-section-header {
|
|
16298
|
+
.section-description {
|
|
16299
|
+
color: $color-secondary-dark;
|
|
16300
|
+
}
|
|
16301
|
+
}
|
|
16302
|
+
}
|
|
16303
|
+
|
|
16304
|
+
.roi-calculator {
|
|
16305
|
+
display: grid;
|
|
16306
|
+
grid-template-columns: 1fr;
|
|
16307
|
+
background-color: #fff;
|
|
16308
|
+
padding: 0;
|
|
16309
|
+
@include border-radius(10px);
|
|
16310
|
+
@include box-shadow(-2px 2px 6px 0 rgba(0, 0, 0, 0.1));
|
|
16311
|
+
|
|
16312
|
+
@include responsive($breakpoint-xmedium) {
|
|
16313
|
+
grid-template-columns: 1fr 1fr;
|
|
16314
|
+
grid-template-rows: auto auto;
|
|
16315
|
+
}
|
|
16316
|
+
|
|
16317
|
+
.investment {
|
|
16318
|
+
border-bottom: 1px solid $color-secondary-light;
|
|
16319
|
+
padding: 20px 40px;
|
|
16320
|
+
@include border-top-radius(10px);
|
|
16321
|
+
|
|
16322
|
+
@include responsive($breakpoint-xmedium) {
|
|
16323
|
+
grid-column: 1 / 3;
|
|
16324
|
+
grid-row: 1;
|
|
16325
|
+
}
|
|
16326
|
+
}
|
|
16327
|
+
|
|
16328
|
+
.loan {
|
|
16329
|
+
border-right: 1px solid $color-secondary-light;
|
|
16330
|
+
padding: 20px 40px;
|
|
16331
|
+
|
|
16332
|
+
@include responsive($breakpoint-xmedium) {
|
|
16333
|
+
grid-column: 1;
|
|
16334
|
+
grid-row: 2;
|
|
16335
|
+
}
|
|
16336
|
+
}
|
|
16337
|
+
|
|
16338
|
+
.roi {
|
|
16339
|
+
padding: 20px 40px;
|
|
16340
|
+
background-color: rgba($color-secondary-light, 0.1);
|
|
16341
|
+
@include border-bottom-right-radius(10px);
|
|
16342
|
+
|
|
16343
|
+
@include responsive($breakpoint-xmedium) {
|
|
16344
|
+
grid-column: 2;
|
|
16345
|
+
grid-row: 2;
|
|
16346
|
+
}
|
|
16347
|
+
}
|
|
16348
|
+
}
|
|
16349
|
+
|
|
16350
|
+
.loan-calculator {
|
|
16351
|
+
background-color: #fff;
|
|
16352
|
+
padding: 0;
|
|
16353
|
+
margin-bottom: 30px;
|
|
16354
|
+
@include border-radius(10px);
|
|
16355
|
+
@include box-shadow(-2px 2px 6px 0 rgba(0, 0, 0, 0.1));
|
|
16356
|
+
|
|
16357
|
+
.main-inputs {
|
|
16358
|
+
border-bottom: 1px solid $color-secondary-light;
|
|
16359
|
+
padding: 20px 40px;
|
|
16360
|
+
@include border-top-radius(10px);
|
|
16361
|
+
}
|
|
16362
|
+
}
|
|
16363
|
+
|
|
16364
|
+
.loan-simulation {
|
|
16365
|
+
background-color: #fff;
|
|
16366
|
+
padding: 20px 40px;
|
|
16367
|
+
@include border-radius(10px);
|
|
16368
|
+
@include box-shadow(-2px 2px 6px 0 rgba(0, 0, 0, 0.1));
|
|
16369
|
+
}
|
|
16370
|
+
|
|
16371
|
+
.loan-calculator-panel {
|
|
16372
|
+
margin: 30px 0;
|
|
16373
|
+
|
|
16374
|
+
h6 {
|
|
16375
|
+
font-size: rem-calc(14px);
|
|
16376
|
+
font-weight: 400;
|
|
16377
|
+
opacity: 0.5;
|
|
16378
|
+
margin: 0;
|
|
16379
|
+
}
|
|
16380
|
+
|
|
16381
|
+
p {
|
|
16382
|
+
font-size: rem-calc(16px);
|
|
16383
|
+
font-weight: 900;
|
|
16384
|
+
margin: 0;
|
|
16385
|
+
}
|
|
16386
|
+
}
|
|
16387
|
+
|
|
16388
|
+
.loan-calculator-table {
|
|
16389
|
+
.table-header {
|
|
16390
|
+
.table-row {
|
|
16391
|
+
border-top: 2px solid $color-secondary;
|
|
16392
|
+
border-bottom: 2px solid $color-secondary;
|
|
16393
|
+
|
|
16394
|
+
.table-cell {
|
|
16395
|
+
color: $color-text;
|
|
16396
|
+
font-size: rem-calc(15px);
|
|
16397
|
+
font-weight: 900;
|
|
16398
|
+
padding: 20px 15px;
|
|
16399
|
+
}
|
|
16400
|
+
}
|
|
16401
|
+
}
|
|
16402
|
+
|
|
16403
|
+
.table-footer {
|
|
16404
|
+
.table-row {
|
|
16405
|
+
border-bottom: none;
|
|
16406
|
+
|
|
16407
|
+
.table-cell {
|
|
16408
|
+
color: $color-text;
|
|
16409
|
+
font-size: rem-calc(15px);
|
|
16410
|
+
font-weight: 900;
|
|
16411
|
+
}
|
|
16412
|
+
}
|
|
16413
|
+
}
|
|
16414
|
+
|
|
16415
|
+
.table-row {
|
|
16416
|
+
display: grid;
|
|
16417
|
+
grid-template-columns: 120px repeat(5, 1fr);
|
|
16418
|
+
border-bottom: 1px solid $color-secondary-light;
|
|
16419
|
+
|
|
16420
|
+
.table-cell {
|
|
16421
|
+
color: $color-secondary;
|
|
16422
|
+
font-size: rem-calc(13px);
|
|
16423
|
+
padding: 15px;
|
|
16424
|
+
text-align: center;
|
|
16425
|
+
|
|
16426
|
+
&:first-child {
|
|
16427
|
+
text-align: left;
|
|
16428
|
+
}
|
|
16429
|
+
|
|
16430
|
+
&:last-child {
|
|
16431
|
+
text-align: right;
|
|
16432
|
+
}
|
|
16433
|
+
}
|
|
16434
|
+
|
|
16435
|
+
&:hover {
|
|
16436
|
+
background-color: lighten($color-secondary-light, 15%);
|
|
16437
|
+
}
|
|
16438
|
+
}
|
|
16439
|
+
|
|
16440
|
+
// Cell Specific
|
|
16441
|
+
|
|
16442
|
+
.installment-num {
|
|
16443
|
+
display: inline-block;
|
|
16444
|
+
background-color: lighten($color-secondary, 15%);
|
|
16445
|
+
color: $color-text;
|
|
16446
|
+
font-weight: 900;
|
|
16447
|
+
padding: 1px 6px;
|
|
16448
|
+
@include border-radius(4px);
|
|
16449
|
+
}
|
|
16450
|
+
|
|
16451
|
+
.payment-total {
|
|
16452
|
+
color: $color-text;
|
|
16453
|
+
font-weight: 900;
|
|
16454
|
+
}
|
|
16455
|
+
|
|
16456
|
+
// Content Elements
|
|
16457
|
+
|
|
16458
|
+
span.payment-amount {
|
|
16459
|
+
display: block;
|
|
16460
|
+
font-size: rem-calc(15px);
|
|
16461
|
+
font-weight: 900;
|
|
16462
|
+
}
|
|
16463
|
+
|
|
16464
|
+
a.payment {
|
|
16465
|
+
img.icon {
|
|
16466
|
+
margin: 0 4px -4px 0;
|
|
16467
|
+
width: 18px;
|
|
16468
|
+
}
|
|
16469
|
+
}
|
|
16470
|
+
}
|
|
16471
|
+
|
|
16472
|
+
ul.results-table {
|
|
16473
|
+
list-style: none;
|
|
16474
|
+
margin: 0;
|
|
16475
|
+
padding: 0;
|
|
16476
|
+
|
|
16477
|
+
li {
|
|
16478
|
+
margin: 0 0 7px;
|
|
16479
|
+
position: relative;
|
|
16480
|
+
@include pie-clearfix;
|
|
16481
|
+
|
|
16482
|
+
&:last-child {
|
|
16483
|
+
margin: 0;
|
|
16484
|
+
}
|
|
16485
|
+
}
|
|
16486
|
+
|
|
16487
|
+
.table-separator {
|
|
16488
|
+
border-top: 1px solid $color-secondary-light;
|
|
16489
|
+
padding-top: 10px;
|
|
16490
|
+
}
|
|
16491
|
+
|
|
16492
|
+
.table-total {
|
|
16493
|
+
span {
|
|
16494
|
+
font-size: rem-calc(22px);
|
|
16495
|
+
}
|
|
16496
|
+
|
|
16497
|
+
span.results-table-item-value {
|
|
16498
|
+
&.positive {
|
|
16499
|
+
color: $color-success;
|
|
16500
|
+
}
|
|
16501
|
+
|
|
16502
|
+
&.negative {
|
|
16503
|
+
color: $color-alert;
|
|
16504
|
+
}
|
|
16505
|
+
}
|
|
16506
|
+
|
|
16507
|
+
img.icon.question-sign {
|
|
16508
|
+
margin-bottom: 0px;
|
|
16509
|
+
}
|
|
16510
|
+
}
|
|
16511
|
+
|
|
16512
|
+
// SMALL RESULTS
|
|
16513
|
+
&.small {
|
|
16514
|
+
span {
|
|
16515
|
+
font-size: rem-calc(14px);
|
|
16516
|
+
}
|
|
16517
|
+
}
|
|
16518
|
+
}
|
|
16519
|
+
|
|
16520
|
+
ul.results-table, label {
|
|
16521
|
+
img.icon.question-sign {
|
|
16522
|
+
display: inline-block;
|
|
16523
|
+
width: 16px;
|
|
16524
|
+
margin-bottom: -2px;
|
|
16525
|
+
}
|
|
16526
|
+
}
|
|
16527
|
+
|
|
16528
|
+
span.results-table-item-title {
|
|
16529
|
+
font-size: rem-calc(16px);
|
|
16530
|
+
font-weight: 900;
|
|
16531
|
+
@include float(left);
|
|
16532
|
+
}
|
|
16533
|
+
|
|
16534
|
+
span.results-table-item-value {
|
|
16535
|
+
font-size: rem-calc(16px);
|
|
16536
|
+
font-weight: 900;
|
|
16537
|
+
@include float(right);
|
|
16538
|
+
}
|
|
16539
|
+
|
|
16540
|
+
.calculator-wrapper {
|
|
16541
|
+
padding: 20px 40px;
|
|
16542
|
+
background-color: rgba(255, 255, 255, 1);
|
|
16543
|
+
border-radius: 5px;
|
|
16544
|
+
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
|
|
16545
|
+
opacity: 0.9;
|
|
16546
|
+
|
|
16547
|
+
@include responsive-max($breakpoint-xlarge) {
|
|
16548
|
+
margin-right: 40px;
|
|
16549
|
+
}
|
|
16550
|
+
|
|
16551
|
+
@include responsive-max($breakpoint-xmedium) {
|
|
16552
|
+
display: none;
|
|
16553
|
+
}
|
|
16554
|
+
|
|
16555
|
+
header {
|
|
16556
|
+
margin: 0 0 20px;
|
|
16557
|
+
|
|
16558
|
+
h1 {
|
|
16559
|
+
color: $color-primary;
|
|
16560
|
+
font-size: rem-calc(26px);
|
|
16561
|
+
font-weight: 900;
|
|
16562
|
+
line-height: 36px;
|
|
16563
|
+
margin: 0 0 10px;
|
|
16564
|
+
|
|
16565
|
+
// @include responsive($breakpoint-medium) {
|
|
16566
|
+
// font-size: rem-calc(40px);
|
|
16567
|
+
// line-height: 46px;
|
|
16568
|
+
// }
|
|
16569
|
+
}
|
|
16570
|
+
|
|
16571
|
+
p {
|
|
16572
|
+
font-size: rem-calc(16px);
|
|
16573
|
+
opacity: 0.5;
|
|
16574
|
+
margin: 0;
|
|
16575
|
+
}
|
|
16576
|
+
}
|
|
16577
|
+
|
|
16578
|
+
.calc-inputs {
|
|
16579
|
+
.grid {
|
|
16580
|
+
grid-column-gap: 20px;
|
|
16581
|
+
}
|
|
16582
|
+
}
|
|
16583
|
+
|
|
16584
|
+
.calc-results {
|
|
16585
|
+
a.to-simulator {
|
|
16586
|
+
display: block;
|
|
16587
|
+
font-size: rem-calc(14px);
|
|
16588
|
+
margin-top: 20px;
|
|
16589
|
+
}
|
|
16590
|
+
}
|
|
16591
|
+
|
|
16592
|
+
.calc-cta {
|
|
16593
|
+
padding: 25px 0 5px;
|
|
16594
|
+
}
|
|
16595
|
+
|
|
16596
|
+
.footer {
|
|
16597
|
+
border-top: 1px solid $color-secondary-light;
|
|
16598
|
+
font-size: rem-calc(12px);
|
|
16599
|
+
padding-top: 20px;
|
|
16600
|
+
}
|
|
16601
|
+
}
|
|
16602
|
+
|
|
16603
|
+
/*=============== SEMPLI 2.0 ===============*/
|
|
16604
|
+
.main {
|
|
16605
|
+
overflow: hidden;
|
|
16606
|
+
width: 100%;
|
|
16607
|
+
margin: 0 auto;
|
|
16608
|
+
}
|
|
16609
|
+
|
|
16610
|
+
.section-hero-main {
|
|
16611
|
+
width: 100%;
|
|
16612
|
+
display: flex;
|
|
16613
|
+
flex-direction: column;
|
|
16614
|
+
margin-top: 70px;
|
|
16615
|
+
|
|
16616
|
+
@media screen and (min-width: 769px) {
|
|
16617
|
+
flex-direction: row;
|
|
16618
|
+
}
|
|
16619
|
+
|
|
16620
|
+
@media screen and (max-width: 1023px) {
|
|
16621
|
+
margin-top: 56px;
|
|
16622
|
+
}
|
|
16623
|
+
}
|
|
16624
|
+
|
|
16625
|
+
.section-hero-texts {
|
|
16626
|
+
width: 100%;
|
|
16627
|
+
display: flex;
|
|
16628
|
+
align-items: center;
|
|
16629
|
+
justify-content: center;
|
|
16630
|
+
padding: 20px 20px 20px 40px;
|
|
16631
|
+
|
|
16632
|
+
@media screen and (min-width: 769px) {
|
|
16633
|
+
width: 50%;
|
|
16634
|
+
}
|
|
16635
|
+
}
|
|
16636
|
+
|
|
16637
|
+
.section-hero-text {
|
|
16638
|
+
width: max-content;
|
|
16639
|
+
display: flex;
|
|
16640
|
+
flex-direction: column;
|
|
16641
|
+
}
|
|
16642
|
+
|
|
16643
|
+
.section-hero-img {
|
|
16644
|
+
width: 100%;
|
|
16645
|
+
|
|
16646
|
+
@media screen and (min-width: 769px) {
|
|
16647
|
+
width: 50%;
|
|
16648
|
+
}
|
|
16649
|
+
}
|
|
16650
|
+
|
|
16651
|
+
.border-img {
|
|
16652
|
+
border-radius: 0 0 0 0;
|
|
16653
|
+
|
|
16654
|
+
@media screen and (min-width: 769px) {
|
|
16655
|
+
border-radius: 0 0 0 40%;
|
|
16656
|
+
}
|
|
16657
|
+
}
|
|
16658
|
+
|
|
16659
|
+
.sections-main {
|
|
16660
|
+
overflow: hidden;
|
|
16661
|
+
max-width: 1280px;
|
|
16662
|
+
width: 100%;
|
|
16663
|
+
margin: 0 auto;
|
|
16664
|
+
}
|
|
16665
|
+
|
|
16666
|
+
.hero-trustpilot {
|
|
16667
|
+
width: 100%;
|
|
16668
|
+
display: flex;
|
|
16669
|
+
justify-content: flex-end;
|
|
16670
|
+
}
|
|
16671
|
+
|
|
16672
|
+
.section-home-first-trustpilot {
|
|
16673
|
+
position: absolute;
|
|
16674
|
+
display: flex;
|
|
16675
|
+
width: 100%;
|
|
16676
|
+
margin: -90px 150px -120px 0;
|
|
16677
|
+
border-radius: 10px;
|
|
16678
|
+
padding: 20px 0px;
|
|
16679
|
+
text-align: center;
|
|
16680
|
+
background-color: rgba(250, 250, 250, 0.7);
|
|
16681
|
+
max-width: 220px;
|
|
16682
|
+
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
|
|
16683
|
+
|
|
16684
|
+
@media screen and (min-width: 1200px) {
|
|
16685
|
+
margin: -90px 180px 0 0;
|
|
16686
|
+
}
|
|
16687
|
+
|
|
16688
|
+
@media screen and (min-width: 1350px) {
|
|
16689
|
+
margin: -90px 200px 0 0;
|
|
16690
|
+
}
|
|
16691
|
+
|
|
16692
|
+
@media screen and (min-width: 1450px) {
|
|
16693
|
+
margin: -90px 300px 0 0;
|
|
16694
|
+
}
|
|
16695
|
+
|
|
16696
|
+
@media screen and (max-width: 995px) {
|
|
16697
|
+
margin: -90px 100px 0 0;
|
|
16698
|
+
}
|
|
16699
|
+
|
|
16700
|
+
@media screen and (max-width: 768px) {
|
|
16701
|
+
display: none;
|
|
16702
|
+
}
|
|
16703
|
+
}
|
|
16704
|
+
|
|
16705
|
+
.space-left {
|
|
16706
|
+
margin-left: -40px;
|
|
16707
|
+
}
|
|
16708
|
+
|
|
16709
|
+
.section-home-title {
|
|
16710
|
+
font-size: 36px;
|
|
16711
|
+
line-height: 1.2em;
|
|
16712
|
+
width: 100%;
|
|
15064
16713
|
|
|
15065
|
-
|
|
15066
|
-
|
|
15067
|
-
}
|
|
15068
|
-
}
|
|
16714
|
+
@media screen and (min-width: 900px) {
|
|
16715
|
+
font-size: 34px;
|
|
15069
16716
|
}
|
|
15070
16717
|
|
|
15071
|
-
|
|
15072
|
-
|
|
15073
|
-
max-width: 460px;
|
|
15074
|
-
@include border-radius(10px);
|
|
15075
|
-
@include box-shadow(
|
|
15076
|
-
0 0 0 1px rgba(white, 0.9),
|
|
15077
|
-
0 0 0 8px rgba(black, 0.05)
|
|
15078
|
-
);
|
|
16718
|
+
@media screen and (min-width: 1120px) {
|
|
16719
|
+
font-size: 36px;
|
|
15079
16720
|
}
|
|
15080
|
-
}
|
|
15081
16721
|
|
|
15082
|
-
|
|
15083
|
-
|
|
15084
|
-
.col {
|
|
15085
|
-
padding: 0 10px;
|
|
15086
|
-
}
|
|
16722
|
+
@media screen and (min-width: 1200px) {
|
|
16723
|
+
font-size: 38px;
|
|
15087
16724
|
}
|
|
15088
16725
|
|
|
15089
|
-
|
|
15090
|
-
|
|
15091
|
-
margin-bottom: 100px;
|
|
15092
|
-
}
|
|
16726
|
+
@media screen and (min-width: 1280px) {
|
|
16727
|
+
font-size: 40px;
|
|
15093
16728
|
}
|
|
15094
16729
|
|
|
15095
|
-
|
|
15096
|
-
|
|
16730
|
+
@media screen and (min-width: 1450px) {
|
|
16731
|
+
font-size: 44px;
|
|
15097
16732
|
}
|
|
15098
16733
|
|
|
15099
|
-
|
|
16734
|
+
@media screen and (min-width: 1700px) {
|
|
16735
|
+
font-size: 48px;
|
|
16736
|
+
}
|
|
15100
16737
|
|
|
15101
|
-
|
|
15102
|
-
|
|
15103
|
-
margin: 0 auto 20px;
|
|
15104
|
-
max-width: 100%;
|
|
15105
|
-
@include border-radius(10px);
|
|
15106
|
-
@include box-shadow(
|
|
15107
|
-
0 0 0 1px rgba(white, 0.9),
|
|
15108
|
-
0 0 0 8px rgba(black, 0.05)
|
|
15109
|
-
);
|
|
16738
|
+
@media screen and (max-width: 995px) {
|
|
16739
|
+
font-size: 32px;
|
|
15110
16740
|
}
|
|
15111
16741
|
|
|
15112
|
-
|
|
15113
|
-
|
|
16742
|
+
@media screen and (max-width: 868px) {
|
|
16743
|
+
font-size: 28px;
|
|
15114
16744
|
}
|
|
15115
16745
|
|
|
15116
|
-
|
|
15117
|
-
font-size:
|
|
15118
|
-
text-transform: uppercase;
|
|
15119
|
-
margin: 0 0 8px;
|
|
16746
|
+
@media screen and (max-width: 820px) {
|
|
16747
|
+
font-size: 18px;
|
|
15120
16748
|
}
|
|
15121
16749
|
|
|
15122
|
-
|
|
15123
|
-
font-size:
|
|
15124
|
-
color: $color-secondary;
|
|
15125
|
-
margin: 0;
|
|
16750
|
+
@media screen and (max-width: 768px) {
|
|
16751
|
+
font-size: 36px;
|
|
15126
16752
|
}
|
|
15127
|
-
}
|
|
15128
16753
|
|
|
15129
|
-
|
|
15130
|
-
|
|
15131
|
-
margin
|
|
16754
|
+
@media screen and (max-width: 600px) {
|
|
16755
|
+
display: flex;
|
|
16756
|
+
margin: 0px;
|
|
15132
16757
|
}
|
|
15133
16758
|
}
|
|
15134
16759
|
|
|
15135
|
-
section
|
|
15136
|
-
|
|
15137
|
-
|
|
16760
|
+
.section-home-paragrahp {
|
|
16761
|
+
font-size: 16px;
|
|
16762
|
+
margin-top: 15px;
|
|
16763
|
+
width: 100%;
|
|
16764
|
+
|
|
16765
|
+
@media screen and (max-width: 600px) {
|
|
16766
|
+
width: 100%;
|
|
15138
16767
|
}
|
|
15139
16768
|
|
|
15140
|
-
|
|
16769
|
+
@media screen and (min-width: 769px) {
|
|
16770
|
+
width: 70%;
|
|
16771
|
+
}
|
|
15141
16772
|
|
|
15142
|
-
|
|
15143
|
-
|
|
16773
|
+
@media screen and (min-width: 900px) {
|
|
16774
|
+
width: 100%;
|
|
15144
16775
|
}
|
|
15145
16776
|
|
|
15146
|
-
|
|
15147
|
-
|
|
16777
|
+
@media screen and (min-width: 1120px) {
|
|
16778
|
+
font-size: 18px;
|
|
16779
|
+
}
|
|
16780
|
+
|
|
16781
|
+
@media screen and (min-width: 1280px) {
|
|
16782
|
+
font-size: 20px;
|
|
16783
|
+
}
|
|
16784
|
+
|
|
16785
|
+
@media screen and (min-width: 1350px) {
|
|
16786
|
+
font-size: 22px;
|
|
15148
16787
|
}
|
|
15149
16788
|
}
|
|
15150
16789
|
|
|
15151
|
-
|
|
15152
|
-
|
|
15153
|
-
|
|
15154
|
-
|
|
15155
|
-
|
|
16790
|
+
.home-paragraph {
|
|
16791
|
+
font-weight: 300;
|
|
16792
|
+
|
|
16793
|
+
@media screen and (max-width: 600px) {
|
|
16794
|
+
font-weight: 400;
|
|
15156
16795
|
}
|
|
16796
|
+
}
|
|
15157
16797
|
|
|
15158
|
-
|
|
15159
|
-
|
|
16798
|
+
.section-home-cta {
|
|
16799
|
+
margin-top: 30px;
|
|
16800
|
+
width: 100%;
|
|
16801
|
+
display: flex;
|
|
16802
|
+
align-items: center;
|
|
16803
|
+
gap: 20px;
|
|
16804
|
+
flex-wrap: wrap;
|
|
16805
|
+
|
|
16806
|
+
@media screen and (max-width: 768px) {
|
|
16807
|
+
flex-direction: column;
|
|
15160
16808
|
}
|
|
16809
|
+
}
|
|
15161
16810
|
|
|
15162
|
-
|
|
15163
|
-
|
|
15164
|
-
|
|
15165
|
-
|
|
15166
|
-
|
|
16811
|
+
.cta {
|
|
16812
|
+
display: inline-block;
|
|
16813
|
+
background: #4335f9;
|
|
16814
|
+
color: #fff;
|
|
16815
|
+
text-decoration: none;
|
|
16816
|
+
min-width: 180px;
|
|
16817
|
+
padding: 5px 16px;
|
|
16818
|
+
border-radius: 30px;
|
|
16819
|
+
text-align: center;
|
|
16820
|
+
cursor: pointer;
|
|
16821
|
+
|
|
16822
|
+
&:hover {
|
|
16823
|
+
background: #1414ea;
|
|
16824
|
+
color: #fff;
|
|
15167
16825
|
}
|
|
16826
|
+
}
|
|
15168
16827
|
|
|
15169
|
-
|
|
15170
|
-
|
|
16828
|
+
.single-cta-blue {
|
|
16829
|
+
display: inline-block;
|
|
16830
|
+
position: relative;
|
|
16831
|
+
color: #4335f9;
|
|
16832
|
+
text-decoration: none;
|
|
16833
|
+
cursor: pointer;
|
|
15171
16834
|
|
|
15172
|
-
|
|
15173
|
-
|
|
15174
|
-
|
|
16835
|
+
&:hover {
|
|
16836
|
+
opacity: .8;
|
|
16837
|
+
}
|
|
16838
|
+
}
|
|
15175
16839
|
|
|
15176
|
-
|
|
15177
|
-
|
|
15178
|
-
|
|
16840
|
+
.cta-icon {
|
|
16841
|
+
transition: margin-left 0.3s;
|
|
16842
|
+
}
|
|
15179
16843
|
|
|
15180
|
-
|
|
15181
|
-
|
|
15182
|
-
|
|
15183
|
-
}
|
|
16844
|
+
.single-cta-blue:hover .cta-icon {
|
|
16845
|
+
margin-left: 4px;
|
|
16846
|
+
}
|
|
15184
16847
|
|
|
15185
|
-
|
|
15186
|
-
|
|
15187
|
-
|
|
15188
|
-
|
|
16848
|
+
.text-center {
|
|
16849
|
+
width: 100%;
|
|
16850
|
+
display: flex;
|
|
16851
|
+
align-items: center;
|
|
16852
|
+
justify-content: center;
|
|
16853
|
+
text-align: center;
|
|
16854
|
+
}
|
|
16855
|
+
|
|
16856
|
+
.btn-center {
|
|
16857
|
+
display: flex;
|
|
16858
|
+
align-items: center;
|
|
16859
|
+
justify-content: center;
|
|
16860
|
+
text-align: center;
|
|
16861
|
+
}
|
|
16862
|
+
|
|
16863
|
+
.btn-space {
|
|
16864
|
+
margin: 30px 0 10px 0;
|
|
16865
|
+
}
|
|
16866
|
+
|
|
16867
|
+
.section {
|
|
16868
|
+
width: 100%;
|
|
16869
|
+
padding: 0px 125px;
|
|
16870
|
+
margin-top: 70px;
|
|
16871
|
+
scroll-margin-top: -80px;
|
|
16872
|
+
|
|
16873
|
+
@media screen and (min-width: 900px) {
|
|
16874
|
+
padding: 0px 125px;
|
|
15189
16875
|
}
|
|
15190
16876
|
|
|
15191
|
-
|
|
15192
|
-
|
|
16877
|
+
@media screen and (max-width: 1023px) {
|
|
16878
|
+
padding: 0px 40px;
|
|
16879
|
+
}
|
|
15193
16880
|
|
|
15194
|
-
|
|
15195
|
-
|
|
15196
|
-
|
|
16881
|
+
@media screen and (max-width: 600px) {
|
|
16882
|
+
min-width: 340px;
|
|
16883
|
+
padding: 0px 20px;
|
|
16884
|
+
}
|
|
16885
|
+
}
|
|
15197
16886
|
|
|
15198
|
-
|
|
15199
|
-
|
|
15200
|
-
|
|
15201
|
-
|
|
16887
|
+
.section-container {
|
|
16888
|
+
display: flex;
|
|
16889
|
+
flex-direction: row;
|
|
16890
|
+
flex-wrap: wrap;
|
|
16891
|
+
width: 100%;
|
|
16892
|
+
height: 100%;
|
|
16893
|
+
}
|
|
15202
16894
|
|
|
15203
|
-
|
|
15204
|
-
|
|
16895
|
+
.space-elements {
|
|
16896
|
+
justify-content: space-between;
|
|
16897
|
+
gap: 20px;
|
|
16898
|
+
}
|
|
15205
16899
|
|
|
15206
|
-
|
|
15207
|
-
|
|
15208
|
-
|
|
16900
|
+
.section-element {
|
|
16901
|
+
display: flex;
|
|
16902
|
+
flex-direction: column;
|
|
16903
|
+
width: 50%;
|
|
16904
|
+
min-width: 340px;
|
|
16905
|
+
flex: 350px;
|
|
15209
16906
|
|
|
15210
|
-
|
|
15211
|
-
|
|
15212
|
-
|
|
16907
|
+
@media screen and (max-width: 600px) {
|
|
16908
|
+
flex-direction: column;
|
|
16909
|
+
width: 100%;
|
|
16910
|
+
flex: 350px;
|
|
16911
|
+
}
|
|
15213
16912
|
|
|
15214
|
-
|
|
15215
|
-
|
|
15216
|
-
}
|
|
15217
|
-
}
|
|
15218
|
-
}
|
|
15219
|
-
}
|
|
16913
|
+
@media screen and (max-width: 820px) {
|
|
16914
|
+
width: 100%;
|
|
15220
16915
|
}
|
|
16916
|
+
}
|
|
15221
16917
|
|
|
15222
|
-
|
|
15223
|
-
|
|
15224
|
-
|
|
15225
|
-
|
|
16918
|
+
.section-only-title {
|
|
16919
|
+
width: 100%;
|
|
16920
|
+
display: flex;
|
|
16921
|
+
flex-direction: column;
|
|
16922
|
+
align-items: center;
|
|
16923
|
+
justify-content: center;
|
|
16924
|
+
text-align: center;
|
|
16925
|
+
}
|
|
15226
16926
|
|
|
15227
|
-
|
|
15228
|
-
|
|
15229
|
-
|
|
15230
|
-
|
|
16927
|
+
.section-title {
|
|
16928
|
+
font-size: 44px;
|
|
16929
|
+
margin: 0px;
|
|
16930
|
+
}
|
|
15231
16931
|
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
padding-left: 50px;
|
|
15237
|
-
}
|
|
16932
|
+
.section-custom-title {
|
|
16933
|
+
font-size: 30px;
|
|
16934
|
+
margin: 0px;
|
|
16935
|
+
}
|
|
15238
16936
|
|
|
15239
|
-
|
|
15240
|
-
|
|
15241
|
-
|
|
15242
|
-
max-width: 100%;
|
|
15243
|
-
@include border-radius(10px);
|
|
15244
|
-
@include box-shadow(
|
|
15245
|
-
0 0 0 1px rgba(white, 0.9),
|
|
15246
|
-
0 0 0 8px rgba(black, 0.05)
|
|
15247
|
-
);
|
|
15248
|
-
}
|
|
16937
|
+
.text-gray {
|
|
16938
|
+
color: #848A9E;
|
|
16939
|
+
}
|
|
15249
16940
|
|
|
15250
|
-
|
|
15251
|
-
|
|
16941
|
+
.text-gray-subtitle {
|
|
16942
|
+
color: #848A9E;
|
|
16943
|
+
font-size: 20px;
|
|
16944
|
+
width: 80%;
|
|
16945
|
+
}
|
|
15252
16946
|
|
|
15253
|
-
|
|
15254
|
-
|
|
15255
|
-
|
|
15256
|
-
align-items: center;
|
|
15257
|
-
list-style: none;
|
|
15258
|
-
padding: 0;
|
|
15259
|
-
margin: 30px 0 0;
|
|
16947
|
+
.text-black {
|
|
16948
|
+
color: $color-text;
|
|
16949
|
+
}
|
|
15260
16950
|
|
|
15261
|
-
|
|
15262
|
-
|
|
15263
|
-
|
|
15264
|
-
|
|
16951
|
+
.back-lilac {
|
|
16952
|
+
background-color: #efecff;
|
|
16953
|
+
border-radius: 30px;
|
|
16954
|
+
}
|
|
15265
16955
|
|
|
15266
|
-
|
|
15267
|
-
|
|
15268
|
-
|
|
16956
|
+
.back-gray {
|
|
16957
|
+
background-color: #efefef;
|
|
16958
|
+
border-radius: 30px;
|
|
16959
|
+
}
|
|
15269
16960
|
|
|
15270
|
-
|
|
15271
|
-
|
|
15272
|
-
|
|
15273
|
-
|
|
16961
|
+
.back-navy-blue {
|
|
16962
|
+
background-color: #EEFFFF;
|
|
16963
|
+
border-radius: 30px;
|
|
16964
|
+
}
|
|
16965
|
+
|
|
16966
|
+
.section-elements {
|
|
16967
|
+
width: 100%;
|
|
16968
|
+
height: 100%;
|
|
16969
|
+
display: flex;
|
|
16970
|
+
flex-direction: column;
|
|
16971
|
+
align-items: center;
|
|
16972
|
+
}
|
|
16973
|
+
|
|
16974
|
+
.custom-section-elements {
|
|
16975
|
+
height: 100%;
|
|
16976
|
+
display: flex;
|
|
16977
|
+
flex-direction: column;
|
|
16978
|
+
}
|
|
16979
|
+
|
|
16980
|
+
.section-loading-input {
|
|
16981
|
+
display: flex;
|
|
16982
|
+
flex-direction: column;
|
|
16983
|
+
align-items: center;
|
|
16984
|
+
justify-content: center;
|
|
16985
|
+
gap: 20px;
|
|
16986
|
+
min-height: 260px;
|
|
16987
|
+
}
|
|
15274
16988
|
|
|
15275
|
-
|
|
15276
|
-
|
|
15277
|
-
|
|
15278
|
-
|
|
15279
|
-
|
|
16989
|
+
.loading-input-50 {
|
|
16990
|
+
pointer-events: none;
|
|
16991
|
+
border: 1px solid #CCC;
|
|
16992
|
+
width: 230px;
|
|
16993
|
+
height: 50px;
|
|
16994
|
+
font-size: 18px;
|
|
16995
|
+
font-weight: 600;
|
|
16996
|
+
border-radius: 5px;
|
|
16997
|
+
padding: 5px;
|
|
16998
|
+
background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
|
|
16999
|
+
background-size: 200% 100%;
|
|
17000
|
+
background-position: 100% 0;
|
|
17001
|
+
animation: fillAnimation-50 15s ease forwards infinite;
|
|
17002
|
+
|
|
17003
|
+
@keyframes fillAnimation-50 {
|
|
17004
|
+
0%, 25%, 30%, 45% {
|
|
17005
|
+
background-position: 100% 0;
|
|
17006
|
+
color: gray;
|
|
17007
|
+
}
|
|
17008
|
+
60%, 100% {
|
|
17009
|
+
background-position: 45% 0;
|
|
17010
|
+
color: #fff;
|
|
15280
17011
|
}
|
|
15281
17012
|
}
|
|
15282
17013
|
}
|
|
15283
17014
|
|
|
15284
|
-
|
|
15285
|
-
|
|
15286
|
-
|
|
15287
|
-
|
|
15288
|
-
|
|
15289
|
-
|
|
15290
|
-
|
|
17015
|
+
.loading-input-80 {
|
|
17016
|
+
pointer-events: none;
|
|
17017
|
+
border: 1px solid #CCC;
|
|
17018
|
+
width: 230px;
|
|
17019
|
+
height: 50px;
|
|
17020
|
+
font-size: 18px;
|
|
17021
|
+
font-weight: 600;
|
|
17022
|
+
border-radius: 5px;
|
|
17023
|
+
padding: 5px;
|
|
17024
|
+
background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
|
|
17025
|
+
background-size: 200% 100%;
|
|
17026
|
+
background-position: 100% 0;
|
|
17027
|
+
animation: fillAnimation-80 15s ease forwards infinite;
|
|
17028
|
+
|
|
17029
|
+
@keyframes fillAnimation-80 {
|
|
17030
|
+
0%, 25%, 30%, 45% {
|
|
17031
|
+
background-position: 100% 0;
|
|
17032
|
+
color: gray;
|
|
17033
|
+
}
|
|
17034
|
+
60%, 100% {
|
|
17035
|
+
background-position: 30% 0;
|
|
17036
|
+
color: #fff;
|
|
15291
17037
|
}
|
|
17038
|
+
}
|
|
17039
|
+
}
|
|
15292
17040
|
|
|
15293
|
-
|
|
15294
|
-
|
|
15295
|
-
|
|
15296
|
-
|
|
17041
|
+
.loading-input-100 {
|
|
17042
|
+
pointer-events: none;
|
|
17043
|
+
border: 1px solid #CCC;
|
|
17044
|
+
width: 230px;
|
|
17045
|
+
height: 50px;
|
|
17046
|
+
font-size: 18px;
|
|
17047
|
+
font-weight: 600;
|
|
17048
|
+
border-radius: 5px;
|
|
17049
|
+
padding: 5px;
|
|
17050
|
+
background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
|
|
17051
|
+
background-size: 200% 100%;
|
|
17052
|
+
background-position: 100% 0;
|
|
17053
|
+
animation: fillAnimation-100 15s ease forwards infinite;
|
|
17054
|
+
|
|
17055
|
+
@keyframes fillAnimation-100 {
|
|
17056
|
+
0%, 25%, 30%, 45% {
|
|
17057
|
+
background-position: 100% 0;
|
|
17058
|
+
color: gray;
|
|
17059
|
+
}
|
|
17060
|
+
60%, 100% {
|
|
17061
|
+
background-position: 0% 0;
|
|
17062
|
+
color: #fff;
|
|
17063
|
+
}
|
|
17064
|
+
}
|
|
17065
|
+
}
|
|
15297
17066
|
|
|
15298
|
-
|
|
15299
|
-
|
|
17067
|
+
.column-direction {
|
|
17068
|
+
flex-direction: column;
|
|
17069
|
+
}
|
|
15300
17070
|
|
|
15301
|
-
|
|
15302
|
-
|
|
15303
|
-
|
|
17071
|
+
.section-subtitle {
|
|
17072
|
+
width: 100%;
|
|
17073
|
+
font-size: 28px;
|
|
17074
|
+
display: flex;
|
|
17075
|
+
align-items: center;
|
|
17076
|
+
line-height: 1.2em;
|
|
17077
|
+
}
|
|
15304
17078
|
|
|
15305
|
-
|
|
15306
|
-
|
|
15307
|
-
|
|
17079
|
+
.section-subtitle-place {
|
|
17080
|
+
width: 80%;
|
|
17081
|
+
font-size: 28px;
|
|
17082
|
+
display: flex;
|
|
17083
|
+
align-items: center;
|
|
17084
|
+
line-height: 1.2em;
|
|
15308
17085
|
|
|
15309
|
-
|
|
15310
|
-
|
|
15311
|
-
}
|
|
15312
|
-
}
|
|
15313
|
-
}
|
|
15314
|
-
}
|
|
17086
|
+
@media screen and (max-width: 1023px) {
|
|
17087
|
+
width: 100%;
|
|
15315
17088
|
}
|
|
17089
|
+
}
|
|
15316
17090
|
|
|
17091
|
+
.section-paragraph-clean {
|
|
17092
|
+
display: flex;
|
|
17093
|
+
flex-direction: column;
|
|
17094
|
+
gap: 5px;
|
|
17095
|
+
padding: 20px 0px 10px 0px;
|
|
17096
|
+
|
|
17097
|
+
@media screen and (max-width: 600px) {
|
|
17098
|
+
padding: 20px 0px 20px 0px;
|
|
17099
|
+
}
|
|
15317
17100
|
}
|
|
15318
17101
|
|
|
15319
|
-
section
|
|
15320
|
-
|
|
15321
|
-
|
|
15322
|
-
|
|
17102
|
+
.section-paragraph {
|
|
17103
|
+
display: flex;
|
|
17104
|
+
flex-direction: column;
|
|
17105
|
+
gap: 5px;
|
|
17106
|
+
padding: 20px 0px 10px 0px;
|
|
17107
|
+
|
|
17108
|
+
span {
|
|
17109
|
+
display: flex;
|
|
17110
|
+
align-items: center;
|
|
17111
|
+
|
|
17112
|
+
&::before {
|
|
17113
|
+
content: '';
|
|
17114
|
+
display: inline-block;
|
|
17115
|
+
width: 4px;
|
|
17116
|
+
height: 4px;
|
|
17117
|
+
background-color: #4335f9;
|
|
17118
|
+
border-radius: 50%;
|
|
17119
|
+
margin-right: 5px;
|
|
15323
17120
|
}
|
|
15324
17121
|
}
|
|
15325
17122
|
|
|
15326
|
-
|
|
15327
|
-
|
|
15328
|
-
padding-bottom: 30px;
|
|
15329
|
-
margin-bottom: 40px;
|
|
17123
|
+
@media screen and (max-width: 600px) {
|
|
17124
|
+
padding: 20px 0px 20px 0px;
|
|
15330
17125
|
}
|
|
17126
|
+
}
|
|
15331
17127
|
|
|
15332
|
-
|
|
17128
|
+
.space-only-title {
|
|
17129
|
+
padding: 30px 20px 0px 20px;
|
|
17130
|
+
}
|
|
15333
17131
|
|
|
15334
|
-
|
|
15335
|
-
|
|
15336
|
-
|
|
15337
|
-
@include box-shadow(
|
|
15338
|
-
0 0 0 1px rgba(white, 0.9),
|
|
15339
|
-
0 0 0 8px rgba(black, 0.05)
|
|
15340
|
-
);
|
|
15341
|
-
}
|
|
17132
|
+
.section-margin-bottom {
|
|
17133
|
+
margin-bottom: 30px;
|
|
17134
|
+
}
|
|
15342
17135
|
|
|
15343
|
-
|
|
15344
|
-
|
|
17136
|
+
.padding-section-text {
|
|
17137
|
+
padding: 40px;
|
|
15345
17138
|
|
|
15346
|
-
|
|
15347
|
-
|
|
15348
|
-
}
|
|
17139
|
+
@media screen and (max-width: 995px) {
|
|
17140
|
+
padding: 20px;
|
|
15349
17141
|
}
|
|
17142
|
+
}
|
|
15350
17143
|
|
|
15351
|
-
|
|
15352
|
-
|
|
15353
|
-
}
|
|
17144
|
+
.custom-padding-section-text {
|
|
17145
|
+
padding: 20px 0px;
|
|
15354
17146
|
|
|
15355
|
-
|
|
15356
|
-
|
|
15357
|
-
|
|
17147
|
+
@media screen and (max-width: 600px) {
|
|
17148
|
+
padding: 20px;
|
|
17149
|
+
}
|
|
17150
|
+
}
|
|
15358
17151
|
|
|
15359
|
-
|
|
15360
|
-
|
|
15361
|
-
margin-right: 10px;
|
|
15362
|
-
padding-right: 15px;
|
|
15363
|
-
color: $color-secondary;
|
|
15364
|
-
position: relative;
|
|
17152
|
+
.padding-section-first-text {
|
|
17153
|
+
padding: 0 0 20px 0;
|
|
15365
17154
|
|
|
15366
|
-
|
|
15367
|
-
|
|
15368
|
-
|
|
15369
|
-
|
|
15370
|
-
height: 5px;
|
|
15371
|
-
width: 5px;
|
|
15372
|
-
position: absolute;
|
|
15373
|
-
right: 0;
|
|
15374
|
-
top: 50%;
|
|
15375
|
-
@include transform(translateY(-50%));
|
|
15376
|
-
@include border-radius(100%);
|
|
15377
|
-
}
|
|
17155
|
+
@media screen and (max-width: 995px) {
|
|
17156
|
+
padding: 20px;
|
|
17157
|
+
}
|
|
17158
|
+
}
|
|
15378
17159
|
|
|
15379
|
-
|
|
15380
|
-
|
|
15381
|
-
padding: 0;
|
|
17160
|
+
.figure-credit-card {
|
|
17161
|
+
margin-bottom: 20px;
|
|
15382
17162
|
|
|
15383
|
-
|
|
15384
|
-
|
|
15385
|
-
}
|
|
15386
|
-
}
|
|
15387
|
-
}
|
|
17163
|
+
@media screen and (max-width: 600px) {
|
|
17164
|
+
margin-bottom: 0px;
|
|
15388
17165
|
}
|
|
15389
17166
|
}
|
|
15390
17167
|
|
|
15391
|
-
|
|
15392
|
-
|
|
15393
|
-
display: grid;
|
|
15394
|
-
grid-template-columns: 1fr;
|
|
15395
|
-
grid-row-gap: 40px;
|
|
17168
|
+
.img-custom-width {
|
|
17169
|
+
width: 85%;
|
|
15396
17170
|
|
|
15397
|
-
|
|
15398
|
-
|
|
15399
|
-
grid-column-gap: 40px;
|
|
15400
|
-
}
|
|
17171
|
+
@media screen and (max-width: 600px) {
|
|
17172
|
+
width: 100%;
|
|
15401
17173
|
}
|
|
17174
|
+
}
|
|
15402
17175
|
|
|
15403
|
-
|
|
15404
|
-
|
|
15405
|
-
|
|
15406
|
-
|
|
15407
|
-
|
|
15408
|
-
|
|
17176
|
+
.section-img {
|
|
17177
|
+
height: 100%;
|
|
17178
|
+
display: block;
|
|
17179
|
+
margin: 0 auto;
|
|
17180
|
+
|
|
17181
|
+
@media screen and (max-width: 600px) {
|
|
17182
|
+
padding: 20px;
|
|
15409
17183
|
}
|
|
17184
|
+
}
|
|
15410
17185
|
|
|
15411
|
-
|
|
17186
|
+
.section-img-custom-padding {
|
|
17187
|
+
height: 100%;
|
|
17188
|
+
display: block;
|
|
17189
|
+
margin: 0 auto;
|
|
15412
17190
|
|
|
15413
|
-
|
|
15414
|
-
|
|
17191
|
+
@media screen and (max-width: 600px) {
|
|
17192
|
+
padding: 0px;
|
|
15415
17193
|
}
|
|
17194
|
+
}
|
|
15416
17195
|
|
|
15417
|
-
|
|
15418
|
-
|
|
15419
|
-
|
|
15420
|
-
|
|
17196
|
+
.mt-10 {
|
|
17197
|
+
margin-top: 10px;
|
|
17198
|
+
}
|
|
17199
|
+
|
|
17200
|
+
.section-padding-20 {
|
|
17201
|
+
padding: 20px;
|
|
17202
|
+
|
|
17203
|
+
@media screen and (max-width: 600px) {
|
|
17204
|
+
padding: 0px;
|
|
15421
17205
|
}
|
|
17206
|
+
}
|
|
15422
17207
|
|
|
17208
|
+
.cta-space-top {
|
|
17209
|
+
display: flex;
|
|
17210
|
+
justify-content: center;
|
|
17211
|
+
width: 100%;
|
|
15423
17212
|
}
|
|
15424
17213
|
|
|
15425
|
-
|
|
15426
|
-
|
|
15427
|
-
|
|
15428
|
-
}
|
|
17214
|
+
.margin-cta {
|
|
17215
|
+
margin: 30px 0 10px 0;
|
|
17216
|
+
}
|
|
15429
17217
|
|
|
15430
|
-
|
|
15431
|
-
|
|
17218
|
+
.section-lending-picture {
|
|
17219
|
+
width: 100%;
|
|
17220
|
+
padding: 20px;
|
|
17221
|
+
box-sizing: border-box;
|
|
17222
|
+
background-image: url('../../assets/images/sempli_2.0/7-financia-tu-capital-de-trabajo.png');
|
|
17223
|
+
background-repeat: no-repeat;
|
|
17224
|
+
background-position: center;
|
|
17225
|
+
background-size: cover;
|
|
17226
|
+
height: 80vw;
|
|
17227
|
+
max-height: 663px;
|
|
17228
|
+
margin: 0 auto;
|
|
17229
|
+
border-radius: 50px;
|
|
17230
|
+
}
|
|
15432
17231
|
|
|
15433
|
-
|
|
15434
|
-
|
|
15435
|
-
|
|
15436
|
-
|
|
15437
|
-
|
|
15438
|
-
|
|
15439
|
-
|
|
17232
|
+
.section-payments-picture {
|
|
17233
|
+
width: 100%;
|
|
17234
|
+
padding: 20px;
|
|
17235
|
+
box-sizing: border-box;
|
|
17236
|
+
background-image: url('../../assets/images/sempli_2.0/5-seguridad-y-control.png');
|
|
17237
|
+
background-repeat: no-repeat;
|
|
17238
|
+
background-position: center;
|
|
17239
|
+
background-size: cover;
|
|
17240
|
+
height: 80vw;
|
|
17241
|
+
max-height: 663px;
|
|
17242
|
+
margin: 0 auto;
|
|
17243
|
+
border-radius: 50px;
|
|
17244
|
+
}
|
|
15440
17245
|
|
|
15441
|
-
|
|
15442
|
-
|
|
15443
|
-
|
|
15444
|
-
|
|
15445
|
-
|
|
17246
|
+
.section-credit-card-picture {
|
|
17247
|
+
width: 100%;
|
|
17248
|
+
padding: 20px;
|
|
17249
|
+
box-sizing: border-box;
|
|
17250
|
+
background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores-v2.png');
|
|
17251
|
+
background-repeat: no-repeat;
|
|
17252
|
+
background-size: contain;
|
|
17253
|
+
max-height: 663px;
|
|
17254
|
+
margin: 0 auto;
|
|
17255
|
+
border-radius: 50px;
|
|
15446
17256
|
|
|
15447
|
-
|
|
17257
|
+
@media screen and (max-width: 1100px) {
|
|
17258
|
+
background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores-v1.png');
|
|
17259
|
+
}
|
|
15448
17260
|
|
|
15449
|
-
|
|
15450
|
-
|
|
15451
|
-
|
|
17261
|
+
@media screen and (max-width: 768px) {
|
|
17262
|
+
background-image: url('../../assets/images/sempli_2.0/10-pago-de-facturas-y-proveedores.png');
|
|
17263
|
+
height: 60vw;
|
|
17264
|
+
min-height: 400px;
|
|
17265
|
+
background-position: center;
|
|
15452
17266
|
}
|
|
17267
|
+
}
|
|
15453
17268
|
|
|
15454
|
-
|
|
15455
|
-
|
|
15456
|
-
|
|
15457
|
-
|
|
15458
|
-
|
|
15459
|
-
|
|
17269
|
+
.section-job-to-be-done {
|
|
17270
|
+
width: 100%;
|
|
17271
|
+
height: 100%;
|
|
17272
|
+
display: flex;
|
|
17273
|
+
flex-direction: column;
|
|
17274
|
+
justify-content: flex-end;
|
|
17275
|
+
color: #fff;
|
|
17276
|
+
}
|
|
15460
17277
|
|
|
15461
|
-
|
|
15462
|
-
|
|
15463
|
-
|
|
15464
|
-
|
|
15465
|
-
|
|
15466
|
-
|
|
17278
|
+
.section-job-to-be-done-payments {
|
|
17279
|
+
width: 100%;
|
|
17280
|
+
height: 100%;
|
|
17281
|
+
display: flex;
|
|
17282
|
+
flex-direction: column;
|
|
17283
|
+
justify-content: space-between;
|
|
17284
|
+
color: #fff;
|
|
17285
|
+
}
|
|
15467
17286
|
|
|
15468
|
-
|
|
15469
|
-
|
|
15470
|
-
|
|
15471
|
-
|
|
15472
|
-
|
|
15473
|
-
|
|
15474
|
-
|
|
15475
|
-
|
|
15476
|
-
top: 50%;
|
|
15477
|
-
@include transform(translateY(-50%));
|
|
15478
|
-
@include border-radius(100%);
|
|
15479
|
-
}
|
|
17287
|
+
.section-job-to-be-done-hand {
|
|
17288
|
+
width: 100%;
|
|
17289
|
+
height: 100%;
|
|
17290
|
+
display: flex;
|
|
17291
|
+
flex-direction: column;
|
|
17292
|
+
justify-content: space-between;
|
|
17293
|
+
color: $color-text;
|
|
17294
|
+
}
|
|
15480
17295
|
|
|
15481
|
-
|
|
15482
|
-
|
|
15483
|
-
|
|
17296
|
+
.section-content-job-to-be-done {
|
|
17297
|
+
width: 100%;
|
|
17298
|
+
height: max-content;
|
|
17299
|
+
align-self: flex-end;
|
|
17300
|
+
padding: 40px 40px 20px 40px;
|
|
15484
17301
|
|
|
15485
|
-
|
|
15486
|
-
|
|
15487
|
-
}
|
|
15488
|
-
}
|
|
15489
|
-
}
|
|
17302
|
+
@media screen and (max-width: 768px) {
|
|
17303
|
+
display: none;
|
|
15490
17304
|
}
|
|
15491
17305
|
}
|
|
15492
17306
|
|
|
15493
|
-
.
|
|
15494
|
-
|
|
15495
|
-
|
|
15496
|
-
|
|
15497
|
-
padding:
|
|
15498
|
-
|
|
15499
|
-
@include border-radius(3px);
|
|
17307
|
+
.section-content-job-to-be-done-lending {
|
|
17308
|
+
width: 100%;
|
|
17309
|
+
height: max-content;
|
|
17310
|
+
align-self: flex-end;
|
|
17311
|
+
padding: 40px;
|
|
17312
|
+
}
|
|
15500
17313
|
|
|
15501
|
-
|
|
15502
|
-
|
|
15503
|
-
|
|
17314
|
+
.section-content-job-to-be-done-payments {
|
|
17315
|
+
width: 100%;
|
|
17316
|
+
height: max-content;
|
|
17317
|
+
align-self: flex-end;
|
|
17318
|
+
padding: 40px;
|
|
17319
|
+
}
|
|
15504
17320
|
|
|
15505
|
-
|
|
15506
|
-
|
|
17321
|
+
.section-title-job-to-be-done {
|
|
17322
|
+
font-size: 32px;
|
|
17323
|
+
}
|
|
17324
|
+
|
|
17325
|
+
.section-title-job-to-be-done-lending {
|
|
17326
|
+
font-size: 32px;
|
|
17327
|
+
|
|
17328
|
+
@media screen and (max-width: 768px) {
|
|
17329
|
+
font-size: 28px;
|
|
15507
17330
|
}
|
|
17331
|
+
}
|
|
15508
17332
|
|
|
15509
|
-
|
|
15510
|
-
|
|
17333
|
+
.section-title-job-to-be-done-payments {
|
|
17334
|
+
font-size: 32px;
|
|
17335
|
+
|
|
17336
|
+
@media screen and (max-width: 768px) {
|
|
17337
|
+
font-size: 28px;
|
|
15511
17338
|
}
|
|
15512
17339
|
}
|
|
15513
17340
|
|
|
15514
|
-
.
|
|
17341
|
+
.section-texts-job-to-be-done {
|
|
17342
|
+
width: 100%;
|
|
17343
|
+
display: flex;
|
|
17344
|
+
gap: 30px;
|
|
17345
|
+
color: #e9e9e9;
|
|
17346
|
+
}
|
|
17347
|
+
|
|
17348
|
+
.section-texts-job-to-be-done-credit-card {
|
|
17349
|
+
width: 100%;
|
|
17350
|
+
display: flex;
|
|
17351
|
+
gap: 30px;
|
|
15515
17352
|
color: $color-text;
|
|
15516
|
-
|
|
15517
|
-
margin: 0;
|
|
15518
|
-
opacity: 1 !important;
|
|
17353
|
+
}
|
|
15519
17354
|
|
|
15520
|
-
|
|
15521
|
-
|
|
15522
|
-
|
|
15523
|
-
|
|
15524
|
-
|
|
15525
|
-
|
|
17355
|
+
.section-texts-job-to-be-done-lending {
|
|
17356
|
+
width: 100%;
|
|
17357
|
+
display: flex;
|
|
17358
|
+
flex-direction: column;
|
|
17359
|
+
gap: 10px;
|
|
17360
|
+
color: #e9e9e9;
|
|
15526
17361
|
|
|
15527
|
-
|
|
15528
|
-
|
|
15529
|
-
|
|
15530
|
-
|
|
15531
|
-
height: 5px;
|
|
15532
|
-
width: 5px;
|
|
15533
|
-
position: absolute;
|
|
15534
|
-
right: 0;
|
|
15535
|
-
top: 50%;
|
|
15536
|
-
@include transform(translateY(-50%));
|
|
15537
|
-
@include border-radius(100%);
|
|
15538
|
-
}
|
|
17362
|
+
@media screen and (max-width: 768px) {
|
|
17363
|
+
color: $color-text;
|
|
17364
|
+
}
|
|
17365
|
+
}
|
|
15539
17366
|
|
|
15540
|
-
|
|
15541
|
-
|
|
15542
|
-
|
|
17367
|
+
.section-texts-job-to-be-done-payments {
|
|
17368
|
+
width: 100%;
|
|
17369
|
+
display: flex;
|
|
17370
|
+
flex-direction: column;
|
|
17371
|
+
gap: 10px;
|
|
17372
|
+
color: #e9e9e9;
|
|
15543
17373
|
|
|
15544
|
-
|
|
15545
|
-
|
|
15546
|
-
|
|
15547
|
-
|
|
17374
|
+
@media screen and (max-width: 768px) {
|
|
17375
|
+
color: $color-text;
|
|
17376
|
+
}
|
|
17377
|
+
}
|
|
15548
17378
|
|
|
15549
|
-
|
|
15550
|
-
|
|
15551
|
-
|
|
15552
|
-
|
|
17379
|
+
.section-sub-text-job-to-be-done {
|
|
17380
|
+
width: 100%;
|
|
17381
|
+
flex: 1;
|
|
17382
|
+
}
|
|
15553
17383
|
|
|
15554
|
-
|
|
15555
|
-
|
|
15556
|
-
|
|
15557
|
-
|
|
17384
|
+
.section-first-word {
|
|
17385
|
+
transition: color 0.3s;
|
|
17386
|
+
color: #fff;
|
|
17387
|
+
font-size: 18px;
|
|
17388
|
+
font-weight: 800;
|
|
17389
|
+
|
|
17390
|
+
&:hover {
|
|
17391
|
+
color: #838080;
|
|
15558
17392
|
}
|
|
15559
17393
|
}
|
|
15560
17394
|
|
|
15561
|
-
section
|
|
15562
|
-
.
|
|
15563
|
-
|
|
15564
|
-
|
|
17395
|
+
.section-first-word-credit-card {
|
|
17396
|
+
transition: color 0.3s;
|
|
17397
|
+
color: $color-text;
|
|
17398
|
+
font-size: 18px;
|
|
17399
|
+
font-weight: 800;
|
|
17400
|
+
|
|
17401
|
+
&:hover {
|
|
17402
|
+
color: #838080;
|
|
15565
17403
|
}
|
|
17404
|
+
}
|
|
15566
17405
|
|
|
15567
|
-
|
|
15568
|
-
|
|
15569
|
-
|
|
15570
|
-
|
|
17406
|
+
.section-first-word-lending {
|
|
17407
|
+
transition: color 0.3s;
|
|
17408
|
+
color: #fff;
|
|
17409
|
+
font-weight: 800;
|
|
15571
17410
|
|
|
15572
|
-
|
|
15573
|
-
|
|
15574
|
-
|
|
15575
|
-
padding-left: 50px;
|
|
15576
|
-
min-height: 32px;
|
|
17411
|
+
&:hover {
|
|
17412
|
+
color: #838080;
|
|
17413
|
+
}
|
|
15577
17414
|
|
|
15578
|
-
|
|
15579
|
-
|
|
15580
|
-
|
|
17415
|
+
@media screen and (max-width: 768px) {
|
|
17416
|
+
color: $color-text;
|
|
17417
|
+
}
|
|
17418
|
+
}
|
|
15581
17419
|
|
|
15582
|
-
|
|
15583
|
-
|
|
15584
|
-
|
|
15585
|
-
|
|
15586
|
-
}
|
|
17420
|
+
.section-first-word-payments {
|
|
17421
|
+
transition: color 0.3s;
|
|
17422
|
+
color: #fff;
|
|
17423
|
+
font-weight: 800;
|
|
15587
17424
|
|
|
15588
|
-
|
|
15589
|
-
|
|
15590
|
-
|
|
15591
|
-
|
|
15592
|
-
|
|
17425
|
+
&:hover {
|
|
17426
|
+
color: #838080;
|
|
17427
|
+
}
|
|
17428
|
+
|
|
17429
|
+
@media screen and (max-width: 768px) {
|
|
17430
|
+
color: $color-text;
|
|
15593
17431
|
}
|
|
15594
17432
|
}
|
|
15595
17433
|
|
|
15596
|
-
|
|
15597
|
-
|
|
15598
|
-
|
|
15599
|
-
|
|
17434
|
+
.img-credit-card {
|
|
17435
|
+
min-height: 293px;
|
|
17436
|
+
max-height: 293px;
|
|
17437
|
+
|
|
17438
|
+
@media screen and (max-width: 600px) {
|
|
17439
|
+
padding: 20px 20px 0 20px;
|
|
17440
|
+
margin-bottom: 0px;
|
|
15600
17441
|
}
|
|
17442
|
+
}
|
|
15601
17443
|
|
|
15602
|
-
|
|
15603
|
-
|
|
15604
|
-
|
|
15605
|
-
align-items: center;
|
|
15606
|
-
align-content: center;
|
|
15607
|
-
justify-content: center;
|
|
17444
|
+
.section-texts {
|
|
17445
|
+
height: 100%;
|
|
17446
|
+
}
|
|
15608
17447
|
|
|
15609
|
-
|
|
15610
|
-
|
|
15611
|
-
|
|
17448
|
+
.custom-height-img {
|
|
17449
|
+
min-height: 195px;
|
|
17450
|
+
padding: 10px;
|
|
15612
17451
|
|
|
15613
|
-
|
|
15614
|
-
|
|
15615
|
-
padding: 40px;
|
|
15616
|
-
text-align: center;
|
|
15617
|
-
width: calc(33.333% - 20px);
|
|
15618
|
-
margin: 0 20px 20px 0;
|
|
15619
|
-
@include border-radius(5px);
|
|
15620
|
-
@include box-shadow(4px 4px 25px 0 rgba(black, 0.05));
|
|
15621
|
-
@include responsive-max($breakpoint-xmedium) {
|
|
15622
|
-
width: calc(50% - 20px);
|
|
15623
|
-
}
|
|
15624
|
-
@include responsive-max($breakpoint-medium) {
|
|
15625
|
-
width: 100%;
|
|
15626
|
-
margin-right: 0;
|
|
15627
|
-
}
|
|
15628
|
-
}
|
|
17452
|
+
@media screen and (max-width: 600px) {
|
|
17453
|
+
padding: 40px 40px 0 40px;
|
|
15629
17454
|
}
|
|
15630
17455
|
}
|
|
15631
17456
|
|
|
17457
|
+
.custom-img {
|
|
17458
|
+
height: 300px;
|
|
17459
|
+
max-height: 300px;
|
|
17460
|
+
max-width: 300px;
|
|
17461
|
+
}
|
|
15632
17462
|
|
|
15633
|
-
|
|
15634
|
-
|
|
17463
|
+
.container-column {
|
|
17464
|
+
height: 100%;
|
|
17465
|
+
display: flex;
|
|
17466
|
+
flex-direction: column;
|
|
17467
|
+
justify-content: space-between;
|
|
15635
17468
|
}
|
|
15636
17469
|
|
|
15637
|
-
section
|
|
15638
|
-
|
|
15639
|
-
|
|
15640
|
-
|
|
15641
|
-
|
|
15642
|
-
}
|
|
15643
|
-
}
|
|
17470
|
+
.section-picture {
|
|
17471
|
+
width: 100%;
|
|
17472
|
+
height: 100%;
|
|
17473
|
+
display: flex;
|
|
17474
|
+
align-items: center;
|
|
15644
17475
|
}
|
|
15645
17476
|
|
|
15646
|
-
.
|
|
15647
|
-
|
|
15648
|
-
|
|
15649
|
-
|
|
15650
|
-
padding:
|
|
15651
|
-
@include border-radius(10px);
|
|
15652
|
-
@include box-shadow(-2px 2px 6px 0 rgba(0, 0, 0, 0.1));
|
|
17477
|
+
.section-picture-custom {
|
|
17478
|
+
width: 100%;
|
|
17479
|
+
display: flex;
|
|
17480
|
+
align-items: center;
|
|
17481
|
+
padding: 50px;
|
|
15653
17482
|
|
|
15654
|
-
@
|
|
15655
|
-
|
|
15656
|
-
grid-template-rows: auto auto;
|
|
17483
|
+
@media screen and (max-width: 600px) {
|
|
17484
|
+
padding: 0px;
|
|
15657
17485
|
}
|
|
17486
|
+
}
|
|
15658
17487
|
|
|
15659
|
-
|
|
15660
|
-
|
|
15661
|
-
|
|
15662
|
-
|
|
17488
|
+
.section-circular {
|
|
17489
|
+
width: 100%;
|
|
17490
|
+
display: flex;
|
|
17491
|
+
justify-content: flex-end;
|
|
17492
|
+
padding: 20px;
|
|
15663
17493
|
|
|
15664
|
-
|
|
15665
|
-
|
|
15666
|
-
grid-row: 1;
|
|
15667
|
-
}
|
|
17494
|
+
@media screen and (max-width: 768px) {
|
|
17495
|
+
display: none;
|
|
15668
17496
|
}
|
|
17497
|
+
}
|
|
15669
17498
|
|
|
15670
|
-
|
|
15671
|
-
|
|
15672
|
-
|
|
17499
|
+
.section-circular-two {
|
|
17500
|
+
width: 100%;
|
|
17501
|
+
display: flex;
|
|
17502
|
+
justify-content: center;
|
|
17503
|
+
padding: 20px;
|
|
17504
|
+
}
|
|
15673
17505
|
|
|
15674
|
-
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
|
|
15678
|
-
|
|
17506
|
+
.circular-paragraph {
|
|
17507
|
+
width: 130px;
|
|
17508
|
+
height: 130px;
|
|
17509
|
+
background-color: white;
|
|
17510
|
+
border: 2px solid #4335F9;
|
|
17511
|
+
border-radius: 50%;
|
|
17512
|
+
display: flex;
|
|
17513
|
+
justify-content: center;
|
|
17514
|
+
align-items: center;
|
|
17515
|
+
text-align: center;
|
|
17516
|
+
padding: 5px;
|
|
17517
|
+
}
|
|
15679
17518
|
|
|
15680
|
-
|
|
15681
|
-
|
|
15682
|
-
|
|
15683
|
-
|
|
17519
|
+
.circular-paragraph-intern {
|
|
17520
|
+
margin: 0px;
|
|
17521
|
+
width: 120px;
|
|
17522
|
+
height: 120px;
|
|
17523
|
+
background-color: white;
|
|
17524
|
+
border: 1px solid white;
|
|
17525
|
+
border-radius: 50%;
|
|
17526
|
+
display: flex;
|
|
17527
|
+
justify-content: center;
|
|
17528
|
+
align-items: center;
|
|
17529
|
+
text-align: center;
|
|
17530
|
+
color: #4335f9;
|
|
17531
|
+
font-weight: 600;
|
|
17532
|
+
position: relative;
|
|
17533
|
+
box-shadow: 0 0 0 5px rgba(173, 216, 230, 0.5);
|
|
17534
|
+
}
|
|
15684
17535
|
|
|
15685
|
-
|
|
15686
|
-
|
|
15687
|
-
|
|
15688
|
-
|
|
15689
|
-
|
|
17536
|
+
.custom-section-elements {
|
|
17537
|
+
height: 100%;
|
|
17538
|
+
display: flex;
|
|
17539
|
+
flex-direction: column;
|
|
17540
|
+
}
|
|
17541
|
+
|
|
17542
|
+
.custom-elements-center {
|
|
17543
|
+
height: 100%;
|
|
17544
|
+
width: 100%;
|
|
17545
|
+
display: flex;
|
|
17546
|
+
flex-direction: column;
|
|
17547
|
+
justify-content: center;
|
|
17548
|
+
align-items: center;
|
|
17549
|
+
padding-left: 20px;
|
|
15690
17550
|
}
|
|
15691
17551
|
|
|
15692
|
-
.
|
|
15693
|
-
|
|
15694
|
-
|
|
15695
|
-
|
|
15696
|
-
|
|
15697
|
-
@include box-shadow(-2px 2px 6px 0 rgba(0, 0, 0, 0.1));
|
|
17552
|
+
.cta-center {
|
|
17553
|
+
width: 100%;
|
|
17554
|
+
display: flex;
|
|
17555
|
+
align-items: center;
|
|
17556
|
+
justify-content: center;
|
|
15698
17557
|
|
|
15699
|
-
|
|
15700
|
-
|
|
15701
|
-
padding: 20px 40px;
|
|
15702
|
-
@include border-top-radius(10px);
|
|
17558
|
+
@media screen and (max-width: 600px) {
|
|
17559
|
+
padding: 20px;
|
|
15703
17560
|
}
|
|
15704
17561
|
}
|
|
15705
17562
|
|
|
15706
|
-
.
|
|
15707
|
-
|
|
15708
|
-
|
|
15709
|
-
@include border-radius(10px);
|
|
15710
|
-
@include box-shadow(-2px 2px 6px 0 rgba(0, 0, 0, 0.1));
|
|
17563
|
+
.trustpilot-slider {
|
|
17564
|
+
display: flex;
|
|
17565
|
+
flex-direction: row;
|
|
15711
17566
|
}
|
|
15712
17567
|
|
|
15713
|
-
.
|
|
15714
|
-
|
|
17568
|
+
.trustilot-texts {
|
|
17569
|
+
display: flex;
|
|
17570
|
+
flex-direction: column;
|
|
17571
|
+
align-items: center;
|
|
17572
|
+
justify-content: center;
|
|
17573
|
+
width: 30%;
|
|
17574
|
+
padding-left: 20px;
|
|
17575
|
+
gap: 10px;
|
|
17576
|
+
}
|
|
15715
17577
|
|
|
15716
|
-
|
|
15717
|
-
|
|
15718
|
-
|
|
15719
|
-
|
|
15720
|
-
|
|
15721
|
-
}
|
|
17578
|
+
.trustilot-title {
|
|
17579
|
+
width: 100%;
|
|
17580
|
+
font-size: 22px;
|
|
17581
|
+
font-weight: 600;
|
|
17582
|
+
}
|
|
15722
17583
|
|
|
15723
|
-
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
margin: 0;
|
|
15727
|
-
}
|
|
17584
|
+
.trustilot-description {
|
|
17585
|
+
width: 100%;
|
|
17586
|
+
color: rgb(87, 87, 87);
|
|
15728
17587
|
}
|
|
15729
17588
|
|
|
15730
|
-
.
|
|
15731
|
-
|
|
15732
|
-
|
|
15733
|
-
border-top: 2px solid $color-secondary;
|
|
15734
|
-
border-bottom: 2px solid $color-secondary;
|
|
17589
|
+
.trustpilot-widget-slider {
|
|
17590
|
+
background-color: #f8f9fa;
|
|
17591
|
+
width: 100%;
|
|
15735
17592
|
|
|
15736
|
-
|
|
15737
|
-
|
|
15738
|
-
|
|
15739
|
-
font-weight: 900;
|
|
15740
|
-
padding: 20px 15px;
|
|
15741
|
-
}
|
|
15742
|
-
}
|
|
17593
|
+
@media screen and (max-width: 768px) {
|
|
17594
|
+
width: 90% !important;
|
|
17595
|
+
margin: 0 auto;
|
|
15743
17596
|
}
|
|
15744
17597
|
|
|
15745
|
-
|
|
15746
|
-
|
|
15747
|
-
border-bottom: none;
|
|
15748
|
-
|
|
15749
|
-
.table-cell {
|
|
15750
|
-
color: $color-text;
|
|
15751
|
-
font-size: rem-calc(15px);
|
|
15752
|
-
font-weight: 900;
|
|
15753
|
-
}
|
|
15754
|
-
}
|
|
17598
|
+
@media screen and (max-width: 600px) {
|
|
17599
|
+
padding-bottom: 15px;
|
|
15755
17600
|
}
|
|
17601
|
+
}
|
|
15756
17602
|
|
|
15757
|
-
|
|
15758
|
-
|
|
15759
|
-
|
|
15760
|
-
|
|
17603
|
+
.custom-elements-left {
|
|
17604
|
+
height: 100%;
|
|
17605
|
+
width: 100%;
|
|
17606
|
+
display: flex;
|
|
17607
|
+
flex-direction: column;
|
|
17608
|
+
justify-content: center;
|
|
17609
|
+
padding: 20px;
|
|
17610
|
+
}
|
|
15761
17611
|
|
|
15762
|
-
|
|
15763
|
-
|
|
15764
|
-
|
|
15765
|
-
padding: 15px;
|
|
15766
|
-
text-align: center;
|
|
17612
|
+
.max-height-300 {
|
|
17613
|
+
max-height: 300px;
|
|
17614
|
+
}
|
|
15767
17615
|
|
|
15768
|
-
|
|
15769
|
-
|
|
15770
|
-
|
|
17616
|
+
.min-height-260 {
|
|
17617
|
+
min-height: 260px;
|
|
17618
|
+
}
|
|
15771
17619
|
|
|
15772
|
-
|
|
15773
|
-
|
|
15774
|
-
|
|
15775
|
-
}
|
|
17620
|
+
.space-down {
|
|
17621
|
+
padding: 0 0 20px 0;
|
|
17622
|
+
}
|
|
15776
17623
|
|
|
15777
|
-
|
|
15778
|
-
|
|
15779
|
-
|
|
15780
|
-
|
|
17624
|
+
.column-center {
|
|
17625
|
+
display: flex;
|
|
17626
|
+
flex-direction: column;
|
|
17627
|
+
justify-content: space-between;
|
|
17628
|
+
}
|
|
15781
17629
|
|
|
15782
|
-
|
|
17630
|
+
.section-h3-title-job-to-be-done {
|
|
17631
|
+
width: 50%;
|
|
17632
|
+
margin-left: 55% !important;
|
|
17633
|
+
margin-bottom: 10% !important;
|
|
17634
|
+
}
|
|
17635
|
+
/*=============== END MAIN SECTIONS ===============*/
|
|
15783
17636
|
|
|
15784
|
-
|
|
15785
|
-
|
|
15786
|
-
|
|
15787
|
-
|
|
15788
|
-
font-weight: 900;
|
|
15789
|
-
padding: 1px 6px;
|
|
15790
|
-
@include border-radius(4px);
|
|
17637
|
+
/*=============== BREAKPOINTS ===============*/
|
|
17638
|
+
@media screen and (min-width: 769px) {
|
|
17639
|
+
.custom-content-lending {
|
|
17640
|
+
display: none;
|
|
15791
17641
|
}
|
|
15792
17642
|
|
|
15793
|
-
.
|
|
15794
|
-
|
|
15795
|
-
font-weight: 900;
|
|
17643
|
+
.custom-content-payments {
|
|
17644
|
+
display: none;
|
|
15796
17645
|
}
|
|
15797
17646
|
|
|
15798
|
-
|
|
15799
|
-
|
|
15800
|
-
span.payment-amount {
|
|
15801
|
-
display: block;
|
|
15802
|
-
font-size: rem-calc(15px);
|
|
15803
|
-
font-weight: 900;
|
|
17647
|
+
.section-mobile-trustpilot {
|
|
17648
|
+
display: none;
|
|
15804
17649
|
}
|
|
15805
17650
|
|
|
15806
|
-
|
|
15807
|
-
|
|
15808
|
-
margin: 0 4px -4px 0;
|
|
15809
|
-
width: 18px;
|
|
15810
|
-
}
|
|
17651
|
+
.arrow-down {
|
|
17652
|
+
display: none;
|
|
15811
17653
|
}
|
|
15812
17654
|
}
|
|
15813
17655
|
|
|
15814
|
-
|
|
15815
|
-
|
|
15816
|
-
|
|
15817
|
-
padding: 0;
|
|
15818
|
-
|
|
15819
|
-
li {
|
|
15820
|
-
margin: 0 0 7px;
|
|
15821
|
-
position: relative;
|
|
15822
|
-
@include pie-clearfix;
|
|
15823
|
-
|
|
15824
|
-
&:last-child {
|
|
15825
|
-
margin: 0;
|
|
15826
|
-
}
|
|
17656
|
+
@media screen and (min-width: 900px) {
|
|
17657
|
+
.section-title-custom-size {
|
|
17658
|
+
font-size: 32px;
|
|
15827
17659
|
}
|
|
15828
17660
|
|
|
15829
|
-
.
|
|
15830
|
-
|
|
15831
|
-
|
|
17661
|
+
.section-space-top-20 {
|
|
17662
|
+
padding: 0px 125px;
|
|
17663
|
+
margin-top: 20px;
|
|
15832
17664
|
}
|
|
17665
|
+
}
|
|
15833
17666
|
|
|
15834
|
-
|
|
15835
|
-
|
|
15836
|
-
|
|
15837
|
-
|
|
15838
|
-
|
|
15839
|
-
|
|
15840
|
-
&.positive {
|
|
15841
|
-
color: $color-success;
|
|
15842
|
-
}
|
|
15843
|
-
|
|
15844
|
-
&.negative {
|
|
15845
|
-
color: $color-alert;
|
|
15846
|
-
}
|
|
15847
|
-
}
|
|
17667
|
+
@media screen and (max-width: 1023px) {
|
|
17668
|
+
.section-space-top-20 {
|
|
17669
|
+
padding: 0px 40px;
|
|
17670
|
+
margin-top: 20px;
|
|
17671
|
+
}
|
|
17672
|
+
}
|
|
15848
17673
|
|
|
15849
|
-
|
|
15850
|
-
|
|
15851
|
-
|
|
17674
|
+
@media screen and (max-width: 820px) {
|
|
17675
|
+
.section-container-hand {
|
|
17676
|
+
display: flex;
|
|
17677
|
+
flex-direction: column;
|
|
17678
|
+
width: 100%;
|
|
17679
|
+
align-items: center;
|
|
15852
17680
|
}
|
|
15853
17681
|
|
|
15854
|
-
|
|
15855
|
-
|
|
15856
|
-
span {
|
|
15857
|
-
font-size: rem-calc(14px);
|
|
15858
|
-
}
|
|
17682
|
+
.reverse-img-hand {
|
|
17683
|
+
flex-direction: column-reverse;
|
|
15859
17684
|
}
|
|
15860
17685
|
}
|
|
15861
17686
|
|
|
15862
|
-
|
|
15863
|
-
|
|
15864
|
-
|
|
15865
|
-
width: 16px;
|
|
15866
|
-
margin-bottom: -2px;
|
|
17687
|
+
@media screen and (max-width: 768px) {
|
|
17688
|
+
.reverse-hero-main {
|
|
17689
|
+
flex-direction: column-reverse;
|
|
15867
17690
|
}
|
|
15868
|
-
}
|
|
15869
17691
|
|
|
15870
|
-
|
|
15871
|
-
|
|
15872
|
-
|
|
15873
|
-
|
|
15874
|
-
|
|
17692
|
+
.section-home-second-trustpilot {
|
|
17693
|
+
display: flex;
|
|
17694
|
+
max-width: 100%;
|
|
17695
|
+
height: 100%;
|
|
17696
|
+
align-items: center;
|
|
17697
|
+
justify-content: center;
|
|
17698
|
+
margin: 30px 0px;
|
|
17699
|
+
}
|
|
15875
17700
|
|
|
15876
|
-
|
|
15877
|
-
|
|
15878
|
-
|
|
15879
|
-
|
|
15880
|
-
|
|
17701
|
+
.trustpilot-home-mobile {
|
|
17702
|
+
border-radius: 10px;
|
|
17703
|
+
padding: 20px 0px;
|
|
17704
|
+
text-align: center;
|
|
17705
|
+
background-color: #FAFAFA;
|
|
17706
|
+
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
|
|
17707
|
+
}
|
|
15881
17708
|
|
|
15882
|
-
.
|
|
15883
|
-
|
|
15884
|
-
|
|
15885
|
-
|
|
15886
|
-
|
|
15887
|
-
opacity: 0.9;
|
|
17709
|
+
.trustilot-texts {
|
|
17710
|
+
width: 100% !important;
|
|
17711
|
+
margin-bottom: 30px;
|
|
17712
|
+
gap: 0px !important;
|
|
17713
|
+
}
|
|
15888
17714
|
|
|
15889
|
-
|
|
15890
|
-
|
|
17715
|
+
.trustpilot-slider {
|
|
17716
|
+
display: flex;
|
|
17717
|
+
flex-direction: column !important;
|
|
15891
17718
|
}
|
|
15892
17719
|
|
|
15893
|
-
|
|
17720
|
+
.ri-arrow-right-s-line {
|
|
15894
17721
|
display: none;
|
|
15895
17722
|
}
|
|
15896
17723
|
|
|
15897
|
-
|
|
15898
|
-
|
|
15899
|
-
|
|
15900
|
-
|
|
15901
|
-
color: $color-primary;
|
|
15902
|
-
font-size: rem-calc(26px);
|
|
15903
|
-
font-weight: 900;
|
|
15904
|
-
line-height: 36px;
|
|
15905
|
-
margin: 0 0 10px;
|
|
15906
|
-
|
|
15907
|
-
// @include responsive($breakpoint-medium) {
|
|
15908
|
-
// font-size: rem-calc(40px);
|
|
15909
|
-
// line-height: 46px;
|
|
15910
|
-
// }
|
|
15911
|
-
}
|
|
17724
|
+
.arrow-down {
|
|
17725
|
+
display: unset;
|
|
17726
|
+
}
|
|
17727
|
+
}
|
|
15912
17728
|
|
|
15913
|
-
|
|
15914
|
-
|
|
15915
|
-
|
|
15916
|
-
margin: 0;
|
|
15917
|
-
}
|
|
17729
|
+
@media screen and (max-width: 600px) {
|
|
17730
|
+
.section-padding-40 {
|
|
17731
|
+
padding: 0px;
|
|
15918
17732
|
}
|
|
15919
17733
|
|
|
15920
|
-
.
|
|
15921
|
-
|
|
15922
|
-
grid-column-gap: 20px;
|
|
15923
|
-
}
|
|
17734
|
+
.btn-arrow-up {
|
|
17735
|
+
margin-top: 30px;
|
|
15924
17736
|
}
|
|
15925
17737
|
|
|
15926
|
-
.
|
|
15927
|
-
|
|
15928
|
-
|
|
15929
|
-
|
|
15930
|
-
|
|
15931
|
-
|
|
17738
|
+
.section-space-top-20 {
|
|
17739
|
+
width: 100%;
|
|
17740
|
+
min-width: 340px;
|
|
17741
|
+
padding: 0px 20px;
|
|
17742
|
+
margin-top: 20px;
|
|
17743
|
+
scroll-margin-top: -80px;
|
|
15932
17744
|
}
|
|
15933
17745
|
|
|
15934
|
-
.
|
|
15935
|
-
|
|
17746
|
+
.section-space-top {
|
|
17747
|
+
margin-top: 0px;
|
|
15936
17748
|
}
|
|
15937
17749
|
|
|
15938
|
-
.
|
|
15939
|
-
|
|
15940
|
-
|
|
15941
|
-
padding-top: 20px;
|
|
17750
|
+
.reverse {
|
|
17751
|
+
flex-direction: column-reverse;
|
|
17752
|
+
gap: 0px;
|
|
15942
17753
|
}
|
|
15943
17754
|
}
|
|
15944
17755
|
|
|
17756
|
+
/*=============== END HOME SEMPLI 2.0 ===============*/
|
|
17757
|
+
|
|
15945
17758
|
/*#############################################################################
|
|
15946
17759
|
# HERO SECTION WRAPPERS
|
|
15947
17760
|
#############################################################################*/
|