@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    color: #121212;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;        
}

a {
    transition: all 0.2s
}

a:link,a:visited,a:hover,a:active {
    color: #121212;
    text-decoration: none;
}

#Section1 { font-size: 20px; }
#Section1 span { font-weight: 500 }
#Section1 span+span+span {  display: block; color: #A1E875; font-weight: 500 }

header {  padding: 40px 0 }
header.SubPage { border-bottom: 1px solid #EBF1DD; }
main {  min-height: 600px }
main div>div>div>div+div { margin-top: 120px }

.FirstPage main > div:first-child { padding-top: 120px; padding-bottom: 40px; position: relative; background: #f9f9f9; overflow: hidden }
.FirstPage main > div:first-child:before { content: ""; z-index: 1; position: absolute; top: 0px; left: 0px; width: 100%; height: 560px; 
                               background: linear-gradient(90deg, #A1E875, #D6E3BC);
                               
                               transform-origin: 0% 0%; transform: skewY(-4deg) }

.FirstPage main > div:nth-child(2) { padding: 100px 0 100px; background: #f9f9f9; position: relative }
.FirstPage main > div:nth-child(2):before { content: ""; z-index: -1; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 150px; 
                               background: #f9f9f9;                               
                               transform-origin: 0% 0%; transform: skewY(4deg) }

.FirstPage main > div:nth-child(3) { padding: 300px 0 200px; font-size: 28px; font-weight: 300 }

nav li { list-style: none }

@media (min-width: 992px) { 
    .navbar-expand-lg .navbar-collapse {
     justify-content: center   
    }
        
    .nav-item {        
        margin: 0.2rem;
        letter-spacing: 1px;    
        font-size: 16px;
        font-weight: 400;
        transition: all 0.2s;
        border-top: 2px solid #fff
    }
    
    .nav-item:hover {
        background: #e4ecd3;
    }
    
    .nav-item.active {
        background: #fff;
        border-top-color: #A1E875
    }
    
}

footer { padding: 80px 0; background: linear-gradient(90deg, #A1E875, #D6E3BC); }
footer section .Name h2 { font-size: 16px }


#Section405 button { display: none }
#Section405 ul { padding: 0 }
.FirstPage main section h2 { font-weight: 500; font-size: 56px; letter-spacing: 1px; color: #fff }

footer section h2 { font-weight: 600; letter-spacing: 1px; }

#Section586 { line-height: auto }
#Section586 img { max-height: 14px; width: auto; vertical-align: top; }
#Section586 .Text > div .flag { height: 14px }

.bg-light { background: #fff !important }

#Section25 { position: relative; z-index: 2 }
#Section25 .row { margin-top: 100px !important }
#Section25 .col-lg-4 > div { border-radius: 5px; box-shadow: 0px 24px 12px rgba(0,0,0,0.05) }
#Section25 .col-lg-4 > div:before { content: ""; width: 100%; display: block; padding-top: 50%; background: #efefef; margin-bottom: 24px }
#Section25 .Text > p { font-size: 36px; font-weight: 300; color: #1C380E }

#Section587 h2 { color: #1a1a1a }
#Section587 .Text > p { font-size: 36px; font-weight: 300; margin-bottom: 100px }
#Section587 i { float: left; margin-bottom: 120px; margin-right: 20px; }
#Section587 i:before { font-size: 46px }

.FirstPage main section h2 {
    font-weight: 500;
    font-size: 56px;
    letter-spacing: 1px;
    color: #fff;
}

main section { position: relative; z-index: 2 }

.SubPage main section h2 {
    font-weight: 500;
    font-size: 56px;
    letter-spacing: 1px;    
    color: #1a1a1a
}
.SubPage main > div { padding: 100px 0 200px; font-size: 28px; font-weight: 300 }

.SubPage header { border-bottom: 1px solid #EBF1DD; }

.btn { border-radius: 50px; padding: 10px 20px; font-size: 20px; font-weight: 400; color: #1a1a1a !important; min-width: 200px } 
.btn-primary { background: linear-gradient(90deg, #A1E875 100%, #D6E3BC 100%); border: 0; transition: all 0.2s }
.btn-primary:hover { background: linear-gradient(90deg, #A1E875 100%, #D6E3BC 100%); }