.tw-d-block {
    display: block;
}

.tw-d-none {
    display: none;
}

.tw-align-center {
    text-align: center;
}

.tw-align-right {
    text-align: right;
}

.tw-font-italic {
    font-style: italic;
}

.tw-font-semibold {
    font-weight: 600;
}

.tw-font-bold {
    font-weight: 800;
}

.tw-font-small {
    font-size: 12px;
}

.tw-color-light {
    color: #50575e;
}

.tw-background-white {
    background-color: #ffffff;
}

.tw-background-light {
    background-color: #f0f0f0;
}

.tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.tw-mt-0 {
    margin-top: 0px !important;
}

.tw-mt-5 {
    margin-top: 5px !important;
}

.tw-mt-15 {
    margin-top: 15px !important;
}

.tw-mt-30 {
    margin-top: 30px !important;
}

.tw-mb-0 {
    margin-bottom: 0px !important;
}

.tw-mb-5 {
    margin-bottom: 5px !important;
}

.tw-mb-15 {
    margin-bottom: 15px !important;
}

.tw-mb-30 {
    margin-bottom: 30px !important;
}

.tw-pt-0 {
    padding-top: 0px !important;
}

.tw-pt-5 {
    padding-top: 5px !important;
}

.tw-pt-15 {
    padding-top: 15px !important;
}

.tw-pt-30 {
    padding-top: 30px !important;
}

.tw-pb-0 {
    padding-bottom: 0px !important;
}

.tw-pb-5 {
    padding-bottom: 5px !important;
}

.tw-pb-15 {
    padding-bottom: 15px !important;
}

.tw-pb-30 {
    padding-bottom: 30px !important;
}

.tw-py-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.tw-py-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tw-px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.tw-px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.tw-notice {
    border-left: 5px solid #f0f0f0;
    position: relative;
}

.tw-notice .tw-notice-message,
.tw-notice .tw-notice-location {
    border-bottom: 1px solid #f0f0f0;
    padding-left: 45px !important;
}

.tw-notice:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    left: 14px;
    position: absolute;
    top: 20px;
    width: 20px;
}

.tw-error {
    border-left-color: #ff1414;
}

.tw-error:before {
    background-image: url(../img/tw-error-icon.svg);
}