    @charset "utf-8";
    /* CSS Document */
    
    body {
        margin: 0px;
        padding: 0px;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        color: #555;
        background: #f4f4f4;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h5,
    p,
    ul,
    li {
        margin: 0px;
        padding: 0px;
        text-decoration: none;
    }
    
    a,
    a:hover {
        text-decoration: none;
    }
    /* ------  ----------  - -------------------*/
    /* ------  ST HEADER -----------------------*/
    /* ------  ----------  - -------------------*/
    
    .logo {
        margin-left: 30px;
    }
    
    .st-header {
        width: 100%;
        background: #fff;
        padding: 10px 0;
        margin-top: 50px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    }
    
    .st-header ul {
        float: right;
    }
    
    .st-header ul li {
        list-style: none;
        display: inline-block;
        padding: 12px 22px;
        border-right: 1px solid #CCCCCC;
    }
    
    .st-header ul li a {
        color: #666;
    }
    
    .st-header ul li a:hover {
        color: #333;
    }
    
    .st-header ul li:last-child {
        border: none;
    }
    
    .st-header .icon {
        width: 97px;
    }
    
    .st-header .icon i {
        font-size: 30px;
    }
    
    .st-header .icon p {
        font-size: 12px;
    }
    /* ------  ----------  - -------------------*/
    /* ------  ST TOP A -----------------------*/
    /* ------  ----------  - -------------------*/
    
    .st-top-a {
        background: #fff;
        color: #fff;
        margin-top: 30px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    }
    
    .st-top-a h1 {
        margin: 54px 0 16px;
        font-weight: 700;
        color: #02528f;
        font-size: 28px;
    }
    
    .st-top-a p {
        color: #02528f;
        line-height: 25px;
        font-size: 21px;
        font-weight: 400;
        margin: 25px auto;
    }
    
    .st-top-a-right {
        padding: 0 42px 0px 10px;
    }
    
    .button-section {
        margin-top: 32px;
    }
    
    .btn {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
    }
    
    .btn-primary.btn-bavel {
        border-bottom-color: #58cb4f;
    }
    
    .btn-primary {
        color: #fff;
        background-color: #50b948;
    }
    
    .btn-primary:hover {
        background-color: #65ae60;
        border-color: #b2f7ac;
        border-bottom-color: #58cb4f!important;
    }
    
    .btn-primary:active {
        background-color: #65ae60 !important;
        color: #fff;
    }
    
    .btn-primary:focus {
        background-color: #65ae60;
        border-color: #b2f7ac;
        border-bottom-color: #58cb4f!important;
    }
    
    .btn-lg {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.22222em;
        padding: 11px 15px 11px;
        margin-bottom: 30px;
    }
    
    .btn-bavel {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color;
        border-color: #b2f7ac;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 4px;
    }
    
    .margintop {
        margin-top: 11px;
    }
    /* ------  ----------  - -------------------*/
    /* ------  ST TOP B -----------------------*/
    /* ------  ----------  - -------------------*/
    
    .st-top-b {
        background: #fff;
        margin-top: 50px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    }
    
    .st-top-b h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 34px;
        margin-top: 52px;
        color: #666666;
    }
    
    .st-top-b p {
        font-size: 13px;
    }
    /*----------box hover---------*/
    
    .fond {
        padding: 0 15px 0px 15px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .style_prevu_kit {
        display: inline-block;
        border: 0;
        width: 100%;
        height: 210px;
        position: relative;
        -webkit-transition: all 0.5s ease 0s;
        -webkit-transform: scale(1);
        -ms-transition: all 0.5s ease 0s;
        -ms-transform: scale(1);
        -moz-transition: all 0.5s ease 0s;
        -moz-transform: scale(1);
        transition: all 0.5s ease 0s;
        transform: scale(1);
        border-right: 1px solid rgba(120, 121, 122, 0.15);
    }
    
    .style_prevu_kit:hover {
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
        z-index: 2;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.2);
        -ms-transition: all 0.5s ease 0s;
        -ms-transform: scale(1.2);
        -moz-transition: all 0.5s ease 0s;
        -moz-transform: scale(1.2);
        transition: all 0.5s ease 0s;
        transform: scale(1.2);
        border-top: 5px solid #50b948 !important;
    }
    
    .remove-padding {
        padding: 0px 0 0 0;
    }
    /* ------  ----------  - -------------------*/
    /* ------  ST TOP C -----------------------*/
    /* ------  ----------  - -------------------*/
    /* ------  ----------  - -------------------*/
    /* ------  ST BOTTOM A -----------------------*/
    /* ------  ----------  - -------------------*/
    
    .st-bottom-a {
        margin-top: 50px;
        background: #fafafa;
        padding: 44px 38px 45px 38px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    }
    
    .st-bottom-a h2 {
        font-weight: 700;
        margin-bottom: 43px;
        margin-top: 0;
        text-transform: uppercase;
        color: #b6292f;
    }
    
    .st-bottom-a h4 {
        font-size: 15px;
    }
    
    .margin-left {
        margin-left: 83px;
    }
    /* ------  ----------  - -------------------*/
    /* ------  ST BOTTOM B -----------------------*/
    /* ------  ----------  - -------------------*/
    
    .st-bottom-b {
        padding: 60px 0 85px;
    }
    
    .st-bottom-b h2 {
        color: #3e489c;
        font-size: 36px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 50px;
    }
    
    .st-bottom-b h4 {
        color: #333;
        font-size: 18px;
        font-weight: 400;
        margin-top: 12px;
        text-align: center;
    }
    /* ------  ----------  - -------------------*/
    /* ------  ST BOTTOM FOOTER -----------------------*/
    /* ------  ----------  - -------------------*/
    
    .st-footer {
        background-color: #b6292f;
        color: #fff;
    }
    
    .st-footer p {
        letter-spacing: 2px;
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* ------  ----------  - -------------------*/
    /* ------  ST Common Style -----------------------*/
    /* ------  ----------  - -------------------*/
    
    @media (max-width: 768px) {
        .st-header {
            margin-top: 20px;
        }
        .logo {
            margin-left: 10px;
        }
        .st-header ul li {
            padding: 0px;
        }
    }
    /*===   LOGIN POPUP START =====  */
    
    @media (min-width: 768px) {
        #loginpopup .modal-dialog {
            width: 600px;
            margin: 30px auto;
        }
    }
    
    .modal-content {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: left;
        background: rgb(238, 238, 238);
    }
    
    .modal-title {
        font-size: 1.4rem;
    }
    
    .modal-body img {
        margin-bottom: 15px;
    }
    
    .modal-header {
        padding: 1rem 1rem 0.5rem;
    }
    
    .modal-header,
    .modal-footer {
        border: 0;
    }
    
    .modal-header .close {
        font-size: 36px;
        color: #888;
        font-weight: 300;
        text-shadow: none;
        opacity: 1;
    }
    
    .modal-footer button {
        height: 50px;
        margin: 0;
        padding: 0 20px;
        background: none;
        border: 1px solid #888;
        font-size: 16px;
        font-weight: 300;
        color: #888;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }
    
    .modal-footer button:hover {
        outline: 0;
        opacity: 0.6;
        background: none;
        border: 1px solid #888;
        color: #888;
    }
    
    .modal-footer button:focus,
    .modal-footer button:active:focus,
    .modal-footer button.active:focus {
        outline: 0;
        opacity: 0.6;
        background: none;
        border: 1px solid #888;
        color: #888;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .modal-footer button:before {
        background: none;
    }
    
    .form-wrap {
        background: #fff;
        margin: 0;
    }
    
    .form-bottom {
        background: #eee;
        text-align: left;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .modal-content input[type="text"],
    .modal-content input[type="password"],
    .modal-content textarea,
    .modal-content textarea.form-control {
        height: 50px;
        margin: 0;
        padding: 0 20px;
        vertical-align: middle;
        background: #f8f8f8;
        border: 1px solid #ddd;
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        color: #333;
        font-weight: 400;
        line-height: 50px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 1px 0 0 #fff;
        -webkit-box-shadow: 0 1px 0 0 #fff;
        box-shadow: 0 1px 0 0 #fff;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }
    
    .modal-content textarea,
    .modal-content textarea.form-control {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }
    
    .modal-content input[type="text"]:focus,
    .modal-content input[type="password"]:focus,
    .modal-content textarea:focus,
    .modal-content textarea.form-control:focus {
        outline: 0;
        background: #fff;
        border: 1px solid #bbb;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .modal-content input[type="text"]:-moz-placeholder,
    .modal-contenttextarea:-moz-placeholder,
    .modal-contenttextarea.form-control:-moz-placeholder {
        color: #888;
    }
    
    .modal-content input[type="text"]:-ms-input-placeholder,
    .modal-contenttextarea:-ms-input-placeholder,
    .modal-contenttextarea.form-control:-ms-input-placeholder {
        color: #888;
    }
    
    .modal-content input[type="text"]::-webkit-input-placeholder,
    .modal-contenttextarea::-webkit-input-placeholder,
    .modal-contenttextarea.form-control::-webkit-input-placeholder {
        color: #888;
    }
    
    .modal-content button.btn {
        position: relative;
        height: 50px;
        margin: 0;
        padding: 0 20px;
        vertical-align: middle;
        background: #46c7f4;
        border: 0;
        font-size: 16px;
        font-weight: 300;
        line-height: 50px;
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }
    
    .modal-content button.btn:hover {
        opacity: 0.6;
        color: #fff;
        text-decoration: none;
    }
    
    .modal-content button.btn:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .modal-content button.btn:focus {
        outline: 0;
        opacity: 0.6;
        background: #103b64;
        color: #fff;
    }
    
    .modal-content button.btn:active:focus,
    .modal-content button.btn.active:focus {
        outline: 0;
        opacity: 0.6;
        background: #103b64;
        color: #fff;
    }
    
    .modal-content button.btn:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 50%;
        background: rgba(0, 0, 0, 0.1);
    }
    /*===   LOGIN POPUP END =====  */
    
    @media (max-width: 480px) {
        .video-placement {
            margin: 15px auto;
            width: 77%!important;
        }
    }
    /* box icon design */
    
    .box-icon {
        padding: 10px;
        background: #fafafa none repeat scroll 0 0;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.43);
        text-align: center;
        margin: 8px 0;
    }
    
    .box-icon-innr {
        padding: 45px 0;
    }
    
    .border1px {
        border: 1px solid #ccc;
    }
    /* Form design */
    /*.home-form{ width:50%; padding:41px 20px 25px; margin:0 auto;}
.home-form h3{ color:#000; font-weight:bold; font-size:35px; text-align:left;}
.home-form h4{ color:#000; margin:25px 0 0;}
.form-group { border-bottom: 1px solid #fff;}
.form-group input{border:none; box-shadow:none !important; height:48px; width:100%;}
.form-control{ display:block; font-size:14px; line-height:1.42857; background:transparent !important;  height: 34px; box-shadow:none !important; letter-spacing:4px;}
.form-control:focus{ border:none !important; outline:0 none;}
.submit { background: #b6292f none repeat scroll 0 0; color:#fff;  border: medium none; width: 28%; padding: 9px 0; font-size:16px; float:left; margin-top:20px; transition:all 0.9s ease 0s;}
.submit:hover{background:#15407a;}

::-webkit-input-placeholder {color: #fff !important;}
:-moz-placeholder {color: #fff !important; font-family:opan }
::-moz-placeholder { color: #fff !important; } 
:-ms-input-placeholder {color: #fff !important;  }*/
    /* ------  ----------  - -------------------*/
    /* ------  The Overlay (background) -----------------------*/
    /* ------  ----------  - -------------------*/
    
    .overlay {
        /* Height & width depends on how you want to reveal the overlay (see JS below) */
        height: 100%;
        width: 0;
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        /* Black fallback color */
        background-color: rgba(0, 0, 0, 0.9);
        /* Black w/opacity */
        overflow-x: hidden;
        /* Disable horizontal scroll */
        transition: 0.5s;
        /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }
    /* Position the content inside the overlay */
    
    .overlay-content {
        position: relative;
        top: 25%;
        /* 25% from the top */
        width: 100%;
        /* 100% width */
        text-align: center;
        /* Centered text/links */
        margin-top: 30px;
        /* 30px top margin to avoid conflict with the close button on smaller screens */
    }
    /* The navigation links inside the overlay */
    
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        /* Display block instead of inline */
        transition: 0.3s;
        /* Transition effects on hover (color) */
    }
    /* When you mouse over the navigation links, change their color */
    
    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }
    /* Position the close button (top right corner) */
    
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }
    /* Template New Customize */
    
    .btn-submit {
        box-sizing: content-box;
        line-height: 21px;
    }
    
    .submit-button {
        background-color: #46c7f4;
        color: #ffffff;
        border-radius: 0px;
        padding: 5px 36px;
        font-size: 17px;
        font-size: 20px;
        font-weight: 500;
        transition: 0.3s ease-in-out;
        border-radius: 6px;
    }
    
    @media (max-width: 768px) {
        .submit-button {
            font-size: 14px;
            padding: 5px 12px;
        }
    }
    
    .submit-button:hover {
        color: #ffffff;
        background: #103b64;
        transition: 0.3s ease-in-out;
    }
    
    .submit-button:active,
    .submit-button:focus {
        color: #ffffff !important;
        background: #46c7f4;
    }
    
    .btn-top {
        margin-top: 5px;
    }
    
    .st-top-a .support-Portal {
        margin: 30px 0 0px;
        background: #0065A4;
        /*float: right;*/
        padding: 17px 10px 17px 10px;
        width: 100%;
    }
    
    .st-top-a .support-Portal:hover {
        background: #103b64;
    }
    
    .st-top-a .support-box i {
        font-size: 30px;
        color: #fff;
        text-align: left;
        float: left;
        margin: 0px 12px 9px 6px;
    }
    
    .st-top-a .support-box h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding-top: 0px;
    }
    
    .st-top-a .support-box h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-top: 4px;
        text-align: left;
    }
    
    .grating-message {
        background: #0065a4;
        padding: 30px 52px 15px;
        min-height: 200px;
        margin: 30px 0px;
        -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
        -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
        box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    }
    
    .grating-titel h2 {
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 25px;
        color: #ffffff;
    }
    
    .grating-message-body p {
        line-height: 25px;
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
    }
    
    .contact-box {
        background: #fff;
        padding: 9px 20px 0;
        margin-top: 30px;
        height: auto;
        text-align: center;
        border: 1px solid #0065a4;
        height: 198px;
    }
    
    .contact-box h2 {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 30px;
        color: #0065a4;
        margin-top: 0px;
    }
    
    .contact-box h3 {
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 22px;
        color: #000000;
        margin-top: 20px;
    }
    
    .contact-box h4 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 500;
    }
    
    .contact-box p {
        margin: 0 auto;
    }
    
    .top-b .support-Portal {
        margin: 30px 0px;
        background: #02528f;
    }
    
    .top-b .support-box {
        padding: 30px;
        -webkit-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
        -moz-box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
        box-shadow: 0px 2px 9px -1px rgba(115, 115, 115, 0.9);
    }
    
    .top-b .support-box i {
        font-size: 100px;
        color: #fff;
        text-align: center;
    }
    
    .top-b .support-box h2 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .top-b .support-box h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 400;
        margin-top: 0;
    }
    
    .bottom-a {
        margin-bottom: 30px;
    }
    
    .bottom-a .btn-primary {
        color: #fff;
        background-color: #02528f;
        border-color: #004477;
    }
    
    .bottom-a .btn {
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 400;
        /* border-radius: 0px; */
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
        transition: 0.3s ease-in-out;
    }
    
    .bottom-a .btn-primary:hover,
    .bottom-a .btn-primary:active,
    .bottom-a .btn-primary:focus {
        color: #fff;
        background-color: #004375 !important;
        border-color: #004375 !important;
    }
    
    .video-wrap {
        padding: 30px 0 16px;
    }
    /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
    
    @media screen and (max-height: 450px) {
        .overlay a {
            font-size: 20px
        }
        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
    }
    
    @media (max-width: 320px) {
        .video-placement {
            margin: 14px auto;
            width: 100% !important;
            margin-left: -17px !important;
        }
    }
    /* ------  ----------  - -------------------*/
    /* ------  ST Responsive -----------------------*/
    /* ------  ----------  - -------------------*/
    /* Landscape phones and portrait tablets */
    
    @media (max-width: 768px) {
        .video-placement {
            margin: 15px auto;
            width: 50%;
        }
        .style_prevu_kit {
            margin-top: 50px !important;
        }
        .margintop {
            margin-top: -58px !important;
            padding-bottom: 30px !important;
        }
        .button-section {
            margin-top: 32px !important;
        }
        .st-top-a-right {
            padding: 0 20px 20px 20px;
        }
        .st-top-a h1 {
            margin: 30px 0 16px;
            font-weight: 700;
            color: #02528f;
            font-size: 26px;
        }
        .st-top-a .support-Portal {
            margin: 20px 0px 0px;
            background: #02528f;
            width: 100%;
            float: none;
            margin: auto;
            margin-top: 15px;
        }
        .st-top-a .support-box {
            padding: 5px 3px;
        }
        .st-top-a .support-Portal {
            padding: 10px;
        }
        .grating-message {
            background: #02528f;
            padding: 20px 20px 20px;
            margin: 30px 0px 0;
        }
        .st-footer p {
            padding-left: 15px;
            padding-right: 15px;
        }
        .st-header ul {
            float: none;
        }
        .logo img {
            margin: auto;
            width: 100%;
        }
        .bottom-a .btn {
            padding: 10px 10px;
            font-size: 14px;
            width: 100%;
        }
    }
    /* Portrait phones and smaller */
    /* Landscape tablets and medium desktops */
    
    @media (min-width: 992px) and (max-width: 1199px) {
        .st-header ul li {
            padding: 12px 2px;
        }
    }
    /* Portrait tablets and small desktops */
    
    @media (min-width: 768px) and (max-width: 991px) {
        .st-header ul li {
            padding: 10px 2px;
        }
        .st-header .icon {
            width: 80px;
        }
        .video-placement {
            margin-top: 35px;
        }
        .margintop {
            margin-top: -58px;
            padding-bottom: 30px;
            width: 100%;
        }
    }
    
    @media (max-width: 480px) {
        .video-placement {
            margin: 14px auto;
            width: 95%;
        }
        .margintop {
            margin-top: -58px !important;
            padding-bottom: 30px !important;
        }
    }
    
    @media (min-width: 421px) and (max-width: 575px) {
        .st-top-a .support-Portal {
            height: 80px;
        }
    }
    
    @media (max-width: 420px) {
        .st-top-a .support-Portal {
            height: 135px;
        }
        .st-top-a .support-box i {
            float: none;
        }
    }
    
    .video {
        text-align: center;
    }
    
    .video a {
        box-shadow: 0px 0px 8px -1px #000000;
        display: block;
    }
    
    .video h5 {
        font-weight: 600 !important;
        font-size: 20px;
        color: #292929;
        margin-top: 10px;
    }