﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html,
body {
    height: 100%;
    overflow-x: hidden;
}

body,
* {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    box-sizing: border-box;
}

* {
    transition: all 0.3s ease-in-out;
}


.page-bg {
    height: 100vh;
    width: 100vw;
    background-image: url('../images/page-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
}



input.field.password-field {
    padding-right: 35px;
}

.hide-password {
    display: none;
}

.form-field svg {
    position: absolute;
    top: 40px;
    right: 10px;
    cursor: pointer;
}

.black-logo {
    margin: 26px 24px 0px 24px;
    position: sticky;
}

.login-page {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .form-wrapper .form-heading {
        margin-bottom: 2rem;
        text-align: center;
    }

.form-field label {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
}

.mt-field {
    margin-top: 1rem;
}

.field {
    padding: 8px 12px;
    align-self: stretch;
    gap: 8px;
    align-items: center;
    display: flex;
    border-radius: 4px;
    border: 1px solid #98A2B3;
    background: #FFF;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    box-sizing: border-box;
    width: 320px;
    /* 150% */
}

.form-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.login-btn,
.error-btn,
.back-to-login-btn {
    display: flex;
    width: 320px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: none;
}

.error-page .page-header h1 {
    text-align: center;
    margin-bottom: 8px;
}

.error-btn {
    margin-top: 40px;
}

.error-btn a {
    color: #FFF;
    text-decoration: none;
}

.error-btn,
.login-btn {
    color: #FFF;
    background-color: rgba(81, 55, 219, 1);
}

button.login-btn[disabled] {
    background-color: rgba(81, 55, 219, 0.6);
}

.back-to-login-btn {
    color: #5137DB;
    border: 1px solid #5137DB;
    background: #FFF;
}

    .back-to-login-btn a {
        text-decoration: none;
        color: #5137DB;
    }

.account-create {
    margin-top: 1.5rem;
}

.restore-access {
    margin-top: 0.75rem;
}

    .restore-access span.question,
    .account-create span.question {
        color: #000;
        margin-right: 4px;
    }

    .restore-access a,
    .account-create a {
        color: #5137DB;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-decoration: none;
    }

.main {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 250px);
    padding-top: 70px;
}

.back-btn {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    position: absolute;
    margin-left: 30px;
    margin-top: 16px;
}


.password-reset-page,
.access-denied-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

form {
    height: 100%;
}

.desc {
    max-width: 370px;
    color: #232323;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-bottom: 32px;
    /* 24px */
}

.complete-registration .desc {
    max-width: 292px;
}

.body-shop.desc {
    min-width: 340px !important;
    max-width: 340px;
    width: 100%;
    text-align: center;
}

.mt-field-32 {
    margin-top: 2rem;
}

.cancel-btn {
    color: #000;
    background: transparent;
    text-decoration: none;
    border: none;
}

.hint {
    color: #475467;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.btn {
    display: flex;
    width: 320px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: none;
}

.btn-link {
    color: white;
    text-decoration: none;
}

.error-text {
    color: red;
}

.cv-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(80vh - 26px - 41px - 37px - 45px);
}

.link {
    margin-top: 1rem;
}

.validation-summary-errors {
    width: 100%;
    margin-top: 1rem;
}

.input-validation-error {
    border-color: red;
}

.field-validation-error {
    color: red;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    max-width: 20rem;
}

button,
a.btn-link {
    cursor: pointer;
}


/*
 * jQuery Minimun Password Requirements 1.1
 * http://elationbase.com
 * Copyright 2014, elationbase
 * Check Minimun Password Requirements
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
#pr-box {
    font: 14/16px Roboto;
    position: absolute;
    z-index: 1000;
    display: none;
    width: 300px;
    max-width: 100%;
    border: 1px solid #666;
    border-radius: 4px;
}

    #pr-box i {
        width: 0;
        height: 0;
        margin-left: -7px;
        margin-top: 10px;
        display: none !important;
        display: block;
        width: 0px;
        height: 0px;
        border: 7px solid transparent;
        border-right-color: #23a86d;
        border-left-width: 0px;
        position: absolute;
    }

#pr-box-inner {
    margin-top: 6px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#pr-box p {
    padding: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

#pr-box ul {
    padding: 7px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

    #pr-box ul li {
        list-style: none;
        padding: 7px;
        display: flex;
        align-items: center;
    }

        #pr-box ul li span {
            width: 20px;
            height: 20px;
            display: block;
            float: left;
            border-radius: 100%;
            margin-right: 15px;
        }

#pr-box.light {
    color: #2d2f31;
}

    #pr-box.light p {
        background-color: #fff;
        color: #000;
        font-weight: bold;
    }

    #pr-box.light ul {
        background-color: #fff;
    }

        #pr-box.light ul li span {
            background-color: #fff;
            border: 3px solid #000;
        }

            #pr-box.light ul li span.pr-ok {
                background-color: #23a86d;
                border: 3px solid #23a86d;
            }

#pr-box.dark {
    color: #f1f1f1;
}

    #pr-box.dark p {
        background-color: #23a86d;
    }

    #pr-box.dark ul {
        background-color: #2d2f31;
    }

        #pr-box.dark ul li span {
            background-color: #2d2f31;
            border: 3px solid #23a86d;
        }

            #pr-box.dark ul li span.pr-ok {
                background-color: #23a86d;
                border: 2px solid #23a86d;
            }



/* Mobile data privacy policy */
.privacy-policy {
    width: 70%;
    margin: 0 auto;
}

ul.lst-kix_fd3o70d5ek71-6 {
    list-style-type: none;
}

ul.lst-kix_fd3o70d5ek71-5 {
    list-style-type: none;
}

ul.lst-kix_fd3o70d5ek71-8 {
    list-style-type: none;
}

ul.lst-kix_fd3o70d5ek71-7 {
    list-style-type: none;
}

ul.lst-kix_fd3o70d5ek71-2 {
    list-style-type: none;
}

ul.lst-kix_fd3o70d5ek71-1 {
    list-style-type: none;
}

ul.lst-kix_fd3o70d5ek71-4 {
    list-style-type: none;
}

ul.lst-kix_fd3o70d5ek71-3 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-5 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-6 {
    list-style-type: none;
}

ul.lst-kix_fd3o70d5ek71-0 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-7 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-8 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-1 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-2 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-3 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-4 {
    list-style-type: none;
}

ul.lst-kix_pd84t7ogzywh-8 {
    list-style-type: none;
}

ul.lst-kix_pd84t7ogzywh-6 {
    list-style-type: none;
}

ul.lst-kix_pd84t7ogzywh-7 {
    list-style-type: none;
}

ul.lst-kix_6uhyp6ycot3z-0 {
    list-style-type: none;
}

.lst-kix_6uhyp6ycot3z-3 > li:before {
    content: "\0025cf   ";
}

.lst-kix_6uhyp6ycot3z-2 > li:before {
    content: "\0025a0   ";
}

ul.lst-kix_b7y4azgntfcl-4 {
    list-style-type: none;
}

ul.lst-kix_b7y4azgntfcl-5 {
    list-style-type: none;
}

ul.lst-kix_b7y4azgntfcl-2 {
    list-style-type: none;
}

ul.lst-kix_b7y4azgntfcl-3 {
    list-style-type: none;
}

.lst-kix_nad9aqsmpxyz-8 > li:before {
    content: "\0025a0   ";
}

ul.lst-kix_b7y4azgntfcl-0 {
    list-style-type: none;
}

ul.lst-kix_b7y4azgntfcl-1 {
    list-style-type: none;
}

.lst-kix_6uhyp6ycot3z-4 > li:before {
    content: "\0025cb   ";
}

.lst-kix_6uhyp6ycot3z-5 > li:before {
    content: "\0025a0   ";
}

.lst-kix_nad9aqsmpxyz-4 > li:before {
    content: "\0025cb   ";
}

.lst-kix_6uhyp6ycot3z-6 > li:before {
    content: "\0025cf   ";
}

.lst-kix_nad9aqsmpxyz-3 > li:before {
    content: "\0025cf   ";
}

.lst-kix_6uhyp6ycot3z-7 > li:before {
    content: "\0025cb   ";
}

.lst-kix_6uhyp6ycot3z-8 > li:before {
    content: "\0025a0   ";
}

.lst-kix_nad9aqsmpxyz-5 > li:before {
    content: "\0025a0   ";
}

.lst-kix_nad9aqsmpxyz-6 > li:before {
    content: "\0025cf   ";
}

ul.lst-kix_b7y4azgntfcl-8 {
    list-style-type: none;
}

ul.lst-kix_b7y4azgntfcl-6 {
    list-style-type: none;
}

ul.lst-kix_b7y4azgntfcl-7 {
    list-style-type: none;
}

.lst-kix_nad9aqsmpxyz-7 > li:before {
    content: "\0025cb   ";
}

.lst-kix_pd84t7ogzywh-1 > li:before {
    content: "\0025cb   ";
}

.lst-kix_pd84t7ogzywh-0 > li:before {
    content: "\0025cf   ";
}

.lst-kix_pd84t7ogzywh-5 > li:before {
    content: "\0025a0   ";
}

ul.lst-kix_nad9aqsmpxyz-6 {
    list-style-type: none;
}

.lst-kix_pd84t7ogzywh-6 > li:before {
    content: "\0025cf   ";
}

.lst-kix_pd84t7ogzywh-7 > li:before {
    content: "\0025cb   ";
}

.lst-kix_b7y4azgntfcl-4 > li:before {
    content: "\0025cb   ";
}

ul.lst-kix_nad9aqsmpxyz-7 {
    list-style-type: none;
}

ul.lst-kix_nad9aqsmpxyz-8 {
    list-style-type: none;
}

.lst-kix_nad9aqsmpxyz-2 > li:before {
    content: "\0025a0   ";
}

.lst-kix_b7y4azgntfcl-2 > li:before {
    content: "\0025a0   ";
}

.lst-kix_b7y4azgntfcl-3 > li:before {
    content: "\0025cf   ";
}

.lst-kix_b7y4azgntfcl-1 > li:before {
    content: "\0025cb   ";
}

.lst-kix_nad9aqsmpxyz-1 > li:before {
    content: "\0025cb   ";
}

.lst-kix_fd3o70d5ek71-7 > li:before {
    content: "\0025cb   ";
}

.lst-kix_pd84t7ogzywh-4 > li:before {
    content: "\0025cb   ";
}

.lst-kix_fd3o70d5ek71-6 > li:before {
    content: "\0025cf   ";
}

.lst-kix_fd3o70d5ek71-8 > li:before {
    content: "\0025a0   ";
}

.lst-kix_nad9aqsmpxyz-0 > li:before {
    content: "\0025cf   ";
}

.lst-kix_pd84t7ogzywh-2 > li:before {
    content: "\0025a0   ";
}

.lst-kix_pd84t7ogzywh-3 > li:before {
    content: "\0025cf   ";
}

.lst-kix_b7y4azgntfcl-0 > li:before {
    content: "\0025cf   ";
}

.lst-kix_fd3o70d5ek71-3 > li:before {
    content: "\0025cf   ";
}

.lst-kix_6uhyp6ycot3z-0 > li:before {
    content: "\0025cf   ";
}

.lst-kix_fd3o70d5ek71-2 > li:before {
    content: "\0025a0   ";
}

.lst-kix_fd3o70d5ek71-4 > li:before {
    content: "\0025cb   ";
}

.lst-kix_6uhyp6ycot3z-1 > li:before {
    content: "\0025cb   ";
}

.lst-kix_fd3o70d5ek71-1 > li:before {
    content: "\0025cb   ";
}

.lst-kix_fd3o70d5ek71-5 > li:before {
    content: "\0025a0   ";
}

ul.lst-kix_pd84t7ogzywh-4 {
    list-style-type: none;
}

ul.lst-kix_pd84t7ogzywh-5 {
    list-style-type: none;
}

ul.lst-kix_pd84t7ogzywh-2 {
    list-style-type: none;
}

ul.lst-kix_pd84t7ogzywh-3 {
    list-style-type: none;
}

ul.lst-kix_pd84t7ogzywh-0 {
    list-style-type: none;
}

ul.lst-kix_pd84t7ogzywh-1 {
    list-style-type: none;
}

li.li-bullet-0:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt;
}

ul.lst-kix_nad9aqsmpxyz-2 {
    list-style-type: none;
}

.lst-kix_pd84t7ogzywh-8 > li:before {
    content: "\0025a0   ";
}

ul.lst-kix_nad9aqsmpxyz-3 {
    list-style-type: none;
}

ul.lst-kix_nad9aqsmpxyz-4 {
    list-style-type: none;
}

ul.lst-kix_nad9aqsmpxyz-5 {
    list-style-type: none;
}

.lst-kix_b7y4azgntfcl-5 > li:before {
    content: "\0025a0   ";
}

ul.lst-kix_nad9aqsmpxyz-0 {
    list-style-type: none;
}

ul.lst-kix_nad9aqsmpxyz-1 {
    list-style-type: none;
}

.lst-kix_b7y4azgntfcl-6 > li:before {
    content: "\0025cf   ";
}

.lst-kix_b7y4azgntfcl-7 > li:before {
    content: "\0025cb   ";
}

.lst-kix_fd3o70d5ek71-0 > li:before {
    content: "\0025cf   ";
}

.lst-kix_b7y4azgntfcl-8 > li:before {
    content: "\0025a0   ";
}

ol {
    margin: 0;
    padding: 0;
}

table td,
table th {
    padding: 0;
}

.c3 {
    margin-left: 36pt;
    padding-top: 12pt;
    padding-left: 0pt;
    padding-bottom: 12pt;
    line-height: 1.15;
    orphans: 2;
    widows: 2;
    text-align: left;
}

.c2 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-style: normal;
}

.c12 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.15;
    orphans: 2;
    widows: 2;
    text-align: left;
    height: 11pt;
}

.c1 {
    padding-top: 14pt;
    padding-bottom: 4pt;
    line-height: 1.15;
    orphans: 2;
    widows: 2;
    text-align: left;
}

.c8 {
    padding-top: 18pt;
    padding-bottom: 4pt;
    line-height: 1.15;
    orphans: 2;
    widows: 2;
    text-align: left;
}

.c9 {
    padding-top: 12pt;
    padding-bottom: 2pt;
    line-height: 1.15;
    orphans: 2;
    widows: 2;
    text-align: left;
}

.c11 {
    color: #000000;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-style: normal;
}

.c6 {
    padding-top: 12pt;
    padding-bottom: 12pt;
    line-height: 1.15;
    orphans: 2;
    widows: 2;
    text-align: left;
}

.c5 {
    color: #000000;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 13pt;
    font-style: normal;
}

.c10 {
    color: #000000;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 17pt;
    font-style: normal;
}

.c7 {
    background-color: #ffffff;
    max-width: 468pt;
    padding: 72pt 72pt 72pt 72pt;
}

.c0 {
    padding: 0;
    margin: 0;
}

.c4 {
    font-weight: 700;
}

.title {
    padding-top: 0pt;
    color: #000000;
    font-size: 26pt;
    padding-bottom: 3pt;
    line-height: 1.15;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left;
}

.subtitle {
    padding-top: 0pt;
    color: #666666;
    font-size: 15pt;
    padding-bottom: 16pt;
    line-height: 1.15;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left;
}

li {
    color: #000000;
    font-size: 11pt;
}

p {
    margin: 0;
    color: #000000;
    font-size: 11pt;
}

h1 {
    padding-top: 20pt;
    color: #000000;
    font-size: 20pt;
    padding-bottom: 6pt;
    line-height: 1.15;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left;
}

h2 {
    padding-top: 18pt;
    color: #000000;
    font-size: 2rem;
    line-height: 1.15;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left;
}

h3 {
    padding-top: 16pt;
    color: #434343;
    font-size: 14pt;
    padding-bottom: 4pt;
    line-height: 1.15;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left;
}

h4 {
    padding-top: 14pt;
    color: #666666;
    font-size: 12pt;
    padding-bottom: 4pt;
    line-height: 1.15;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left;
}

h5 {
    padding-top: 12pt;
    color: #666666;
    font-size: 11pt;
    padding-bottom: 4pt;
    line-height: 1.15;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left;
}

h6 {
    padding-top: 12pt;
    color: #666666;
    font-size: 11pt;
    padding-bottom: 4pt;
    line-height: 1.15;
    page-break-after: avoid;
    font-style: italic;
    orphans: 2;
    widows: 2;
    text-align: left;
}

.mobile-app-wrapper {
    bottom: 24px;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2.5rem auto 0 auto;
    position: sticky;
}

.download-app-text {
    color: #232020;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    max-width: 250px;
}

    .download-app-text a {
        color: #5137DB;
    }
    .download-app-text a,
    .download-app-text span {
        font-weight: 700;
        text-decoration: none;
    }

a.download-app {
    display: inline-block;
    padding: 0.3125rem 0.875rem;
    padding-left: 2.8125rem;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 2px solid #2e2c2f;
    border-radius: 6px;
    text-decoration: none;
    width: 145px;
}

    a.download-app.google {
        background: url('../images/Android.png');
        background-position: center left 0.75rem;
        background-color: #fff;
        background-size: 1.5rem 1.8rem;
        background-repeat: no-repeat;
    }

    a.download-app.apple {
        background: url('../images/Apple.png');
        background-position: center left 0.75rem;
        background-color: #fff;
        background-size: 1.5rem 1.8rem;
        background-repeat: no-repeat;
    }

    a.download-app .sub-title {
        display: block;
        margin-bottom: -0.25rem;
        color: #2e2c2f;
        font-size: 10px;
    }

    a.download-app span.app-title {
        display: block;
        color: #2e2c2f;
        font-size: 14px;
        font-weight: 600;
    }

.access-denied-page .form-wrapper {
    height: 100%;
}

.access-denied-page .form-heading {
    text-align: center;
}

.access-denied-page .access-denied-img {
    margin-top: 24px;
}

.access-denied-page .desc {
    text-align: center;
}

.access-denied-page .login-btn {
    margin-top: 40px;
}

.tc-pp-checkbox {
    margin-top: 16px;
    text-align: center;
    line-height: 24px;
    width: 478px;
}

    .tc-pp-checkbox .checkboxes {
        display: inline;
        position: relative;
    }

    .tc-pp-checkbox span:not(.checkbox-square) {
        margin-left: 24px;
    }

    .tc-pp-checkbox .checkboxes input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 16px;
        width: 16px;
        top: 0;
        z-index: 11;
    }

    .tc-pp-checkbox .checkboxes .checkbox-square {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #98A2B3;
        border-radius: 1px;
    }

    .tc-pp-checkbox a {
        color: #5137DB;
        text-decoration: none;
        font-weight: bold;
    }

    .tc-pp-checkbox .checkboxes .checkbox-square:after {
        content: "";
        position: absolute;
        display: none;
    }

    .tc-pp-checkbox .checkboxes input:checked ~ .checkbox-square {
        background-color: #5137DB;
        border: 1px solid #5137DB;
    }

        .tc-pp-checkbox .checkboxes input:checked ~ .checkbox-square:after {
            display: block;
        }

    .tc-pp-checkbox .checkboxes .checkbox-square:after {
        transform: rotate(45deg);
        height: 7px;
        width: 3px;
        top: 1px;
        left: 4px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
    }

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .form-wrapper {
        justify-content: center;
    }

    .tc-pp-checkbox {
        padding-left: 36px;
        padding-right: 36px;
    }

    .back-btn {
        position: relative !important;
        display: none;
    }
}


@media only screen and (min-width : 1224px) {
    .main {
        padding-top: 0px;
    }
}
