.alert-modal {
    margin-top: 200px
    }
.locale-suggestion-modal {
    text-align: center
    }
.locale-suggestion-modal h2 {
    color: #439ed4;
    font-size: 24px
    }
.locale-suggestion-modal .big-flag {
    width: 94px;
    height: 63px;
    margin: 70px auto 24px auto
    }
.locale-suggestion-modal .big-flag.us {
    background: url(/static.ctctcdn.com/lp/images/standard/locale/locale-suggestion-banner-flag-us.png) no-repeat left center
    }
.locale-suggestion-modal .big-flag.gb {
    background: url(/static.ctctcdn.com/lp/images/standard/locale/locale-suggestion-banner-flag-gb.png) no-repeat left center
    }
.locale-suggestion-modal .big-flag.ca {
    background: url(/static.ctctcdn.com/lp/images/standard/locale/locale-suggestion-banner-flag-ca.png) no-repeat left center
    }
.locale-suggestion-modal .big-flag.au {
    background: url(/static.ctctcdn.com/lp/images/standard/locale/locale-suggestion-banner-flag-au.png) no-repeat left center
    }
.locale-suggestion-modal .big-flag.nz {
    background: url(/static.ctctcdn.com/lp/images/standard/locale/locale-suggestion-banner-flag-nz.png) no-repeat left center
    }
.locale-suggestion-modal .big-flag.in {
    background: url(/static.ctctcdn.com/lp/images/standard/locale/locale-suggestion-banner-flag-in.png) no-repeat left center
    }
.locale-suggestion-modal .banner-cta {
    display: inline-block;
    margin: 36px 0 70px 0;
    padding: 10px 25px;
    background: #1972ca;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none
    }