:root {
    --primary-blue: #1277c9;
    --light-blue: #ebf4fb;
    --dark-yellow: #fac600;
}

body {
    color: #000;
}

h1,h2 {
    font-weight: 800;
}

.h3 {
    font-size: 22px;
    line-height: 1.5;
}

.text-weight-heavy {
    font-weight: 800;
}

.text-weight-light {
    font-weight: 300;
}

.text-medium,
.text-large {
    margin: 6% 0;
}

.text-medium {
    font-size: 30px;
}

.text-large {
    font-size: 30px;
}

@media only screen and (min-width: 768px) {
    .text-large {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1367px) {
    .display-none-lg-down {
        display: none !important;
    }
}

@media only screen and (min-width: 1368px) {
    .display-none-lg-up {
        display: none !important;
    }

    .text-large {
        font-size: 52px;
    }
}

.text-xl {
    font-size: 95px;
}

.bg-light-blue {
    background: var(--light-blue);
}

.bg-dark-blue {
    background: #003577;
}

.fg-blue {
    color: var(--primary-blue);
}

.fg-white {
    color: #fff;
}

.fg-text-light {
    color: #d8d8d8;
}

.fg-black {
    color: #000;
}

.fg-blue {
    color: #1277c9;
}

.fg-text-dark {
    color: #444343;
}

.bg-black {
    background: #000;
}

.bg-gray {
    background: #f2f3f8;
}

.bg-white {
    background: #fff !important;
}

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

.no-margin-all {
    margin: 0 !important;
}

.no-padding-all {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-all-small {
    padding: 15px !important;
}

.padding-all-medium {
    padding: 30px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-vertical-medium {
    margin: 5% 0;
}

.margin-vertical-large {
    margin: 8% 0;
}

.margin-top-large {
    margin-top: 8%;
}

.pricing-wrap {
    display: block;
    position: relative;
    margin-top: 70px;
    background: #f2f3f8;
    font-family: 'Lato', sans-serif;
}

.content-block {
    margin: 0 auto;
    max-width: 1100px;
    padding: 7.5%;
}

.content-block.header {
    max-width: 1300px;
}

.content-block p {
    font-size: 18px;
    line-height: 36px;
}

.content-block p.info {
    font-size: 27px;
    line-height: 38px;
}

.content-block.fg-text-light p a {
    text-decoration: underline;
    color: #d8d8d8;
}

.content-block.fg-text-light p a:hover {
    color: #d8d8d8;
}

section.pricing-header .plans-container {
    background: url(../images/pricing-header-bg-icons.svg) no-repeat;
}

ul.probot-pricing-wrap {
    margin: 7.5% 0 0;
    padding: 0;
    list-style-type: none;
}

ul.probot-pricing-wrap li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

ul.probot-pricing-wrap li.probot img {
    max-width: 75%;
}

ul.probot-pricing-wrap li.price-image {
    margin-bottom: 30px;
}

ul.probot-pricing-wrap li.price-image .button-wrap {
    margin: 30px auto 0;
    width: 86%;
}

@media only screen and (min-width: 768px) {
    ul.probot-pricing-wrap li.price-image .button-wrap {
        max-width: 425px;
    }
}

ul.probot-pricing-wrap h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.btn-pill {
    border-radius: 9999px;
}

.btn-learn {
    display: inline-block;
    margin: 20px 0 0;
    padding: 7px 15px;
    background: #00afd9;
    border-radius: 5px;
    color: #fff;
    white-space: nowrap;
}

.btn-learn:hover {
    text-decoration: none;
    color: #fff;
    background: #0096C0;
}

.button-wrap {
    margin: 10% auto;
}

.button-wrap {
    margin-top: 30px;
}

.button-wrap a {
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}

.button-wrap a.transparent {
    background: transparent;
    border: 1px solid #fff;
}

.button-wrap a.plans-btn {
    display: block;
    padding: 20px 0;
    background: #00afd9;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.button-wrap a.plans-btn:active,
.button-wrap a.plans-btn:focus,
.button-wrap a.plans-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #0096C0;
}

ul.probot-pricing-wrap li.price-image-not-used img {
    max-width: 90%;
}

section.pricing-features {
    padding-top: 30px;
}

.pricing-features h2 {
    font-size: 30px;
}

ul.list-addons {
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
}

ul.list-addons li {
    margin-bottom: 50px;
    width: 100%;
}

ul.list-addons li .content a {
    color: #10a5d2;
    font-width: 600;
}

ul.list-addons li .content a:hover {
    text-decoration: none;
}

ul.list-addons li .content span {
    display: block;
    font-size: 13px;
    font-style: italic;
}

@media only screen and (min-width: 768px) {
    ul.list-addons li {
        width: 40%;
    }
}

ul.list-addons li h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

ul.list-addons li .icon-wrap {
    margin: 0 auto;
    max-width: 40%;
}


@media only screen and (min-width: 1368px) {
    .pricing-features h2 {
        margin: 0 auto 30px;
        max-width: 75%;
        font-size: 40px;
        line-height: 50px;
    }
}

.list-pricing-features-wrap {
    display: flex;
    margin: 45px 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
}

ul.list-features {
    display: flex;
    margin: 45px 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
}

/*ul.list-features:after {
    content: '';
    flex: 10 0 auto;
}*/

span.month {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pricing-feature-wrap {
    width: 100%;
}

.pricing-feature {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgb(1 1 1 / 15%);
}

.pricing-feature a {
    position: relative;
    height: 100%;
    color: #444343;
    display: block;
}

.pricing-feature a:active,
.pricing-feature a:focus,
.pricing-feature a:hover {
    text-decoration: none;
    cursor: pointer;
}

.pricing-feature a .content img {
    padding: 50px 40px 0;
    max-width: 75%;
}
.pricing-feature a .content h3 {
    margin: 25px 0 50px;
    font-size: 19px;
    font-weight: 400;
}
.hvr-overline-from-center,
.hvr-pulse {
    display: block !important;
    vertical-align: baseline !important;
}

ul.list-features li {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
}

ul.list-features li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0 1px 4px rgba(1,1, 1, 0.15);
}

ul.list-features li a {
    position: relative;
    height: 100%;
    color: #444343;
    display: block;
}

ul.list-features li .content img {
    padding: 50px 40px 0;
    max-width: 75%;
}

ul.list-features li .content h3 {
    margin: 25px 0 50px;
    font-size: 22px;
    font-weight: 400;
}

.more-icon-wrap {
    margin: 0 auto;
    max-width: 25%;
}

.icp-more-wrap h2 {
    font-size: 2rem;
    font-weight: 400;
}

.icp-more-wrap ul.more-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 45px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.icp-more-wrap ul.more-items li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    width: 100%;
}

.icp-more-wrap ul.more-items li:before {
    content: '';
    background: url(../images/pricing-blue-checkmark.svg) no-repeat 0 0/cover;
    position: absolute;
    top: 8px;
    left: 0;
    width: 19px;
    height: 14px;
}

section.pricing-features .content-block p.smaller {
    font-size: 13px;
    line-height: 24px;
}

section.parties-pricing,
section.pricing-payroll {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    border-bottom: 12px solid #fff;
    color: #fff;
}

section.parties-pricing {
    background: linear-gradient(to right, #b10097 0%, #7a00b7 100%);
}

section.pricing-payroll {
    background: linear-gradient(to right, #00af00 -10%, #007eae 100%);
}

.party-text-wrap,
.payroll-text-wrap {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.party-text-wrap h2,
.payroll-text-wrap h2 {
    font-size: 7vw;
    margin-bottom: 20px;
}

.party-text-wrap,
.payroll-text-wrap  {
    text-align: center;
}

section.pricing-vip {
    border-bottom: 12px solid #fff;
}

section.pricing-vip .content-block {
    padding-bottom: 0;
}

section.pricing-vip .text-wrap h1 {
    font-size: 7vw;
    margin-bottom: 20px;
}

section.pricing-vip .vip-image-wrap {
    margin-bottom: -9px;
    max-width: 100%
}

section.pricing-vip .vip-image-wrap img {
    width: 100%;
    height: auto;
}

ul.list-faqs {
    padding: 0;
    list-style-type: none;
}

ul.list-faqs li {
    margin-bottom: 90px;
}

ul.list-faqs li h2 {
    margin-bottom: 20px;
    font-size: 5vw;
}

.subtitle + p {
    margin-top: 5%;
}

.mobile-screens {
    margin: 0 auto;
    max-width: 1393px;
}

.kiosk-screen-bg {
    background: url(../../images/plus/gradient-bg.jpg) repeat-x;
    width: 100%;
    height: 100%;
}

.image-wrap {
    margin: 0 auto;
    width: 75%;
}

.image-wrap img {
    width: 100%;
    height: auto;
}

.image-wrap.has-max-width {
    max-width: 20%;
}

.image-wrap + .image-wrap {
    padding-top: 45px;
}

.image-wrap.device {
    margin: 8% auto;
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    ul.probot-pricing-wrap li.price-image img {
        max-width: 300px;
    }

    section.pricing-vip {
        position: relative;
        padding-top: 55%;
    }

    section.pricing-vip .plans-container.bg-vip {
        padding-top: 55%;
        background-image: url(../images/pricing-vip-devices.png);
        background-size: cover;
        background-position: 50% 0;
    }

    section.pricing-vip .text-wrap {
        position: absolute;
        top: 30px;
        left: 50%;
        width: 85%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 768px) {
    ul.probot-pricing-wrap li {
        width: 50%;
    }

    ul.probot-pricing-wrap li.probot {
        text-align: left;
    }

    ul.probot-pricing-wrap li.price-image {
        margin-bottom: 0;
    }

    ul.probot-pricing-wrap li.price-image img {
        max-width: 85%;
    }

    .list-pricing-features-wrap {
        margin: 90px 0;
    }

    .pricing-feature-wrap {
        width: 48%;
    }

    .icp-more-wrap ul.more-items {
        margin: 90px 0 0;
    }

    .icp-more-wrap ul.more-items li {
        width: 50%;
    }

    .more-icon-wrap {
        max-width: 15%;
    }

    section.pricing-features .button-wrap,
    section.pricing-faqs .button-wrap {
        margin: 10% auto 0;
        max-width: 40%;
    }

    section.parties-pricing,
    section.pricing-payroll {
        padding-top: 25%;
    }

    .party-text-wrap {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 40%;
        transform: translateY(-50%);
        text-align: left;
    }

    .party-image-wrap {
        position: absolute;
        bottom: -54px;
        right: 10%;
        width: 36%;
    }

    .payroll-text-wrap {
        position: absolute;
        top: 50%;
        right: 10%;
        width: 42%;
        transform: translateY(-50%);
        text-align: left;
    }

    .party-text-wrap h2,
    .payroll-text-wrap h2,
    .pricing-vip .text-wrap h1 {
        font-size: 5vw;
    }

    .party-text-wrap p,
    .payroll-text-wrap p {
        font-size: 20px;
        line-height: 36px;
    }

    .payroll-image-wrap {
        position: absolute;
        bottom: 0;
        left: -130px;
        width: 50%;
        height: auto;
    }

    ul.list-faqs li h2 {
        font-size: 4vw;
    }

    .text-medium {
        font-size: 39px;
    }

    .text-xl {
        font-size: 100px;
    }

    .banner-content .content-block p.larger {
        font-size: 32px;
        line-height: 40px;
    }

    .hidden-sm-up {
        display: none !important;
    }

    .plans-btn-wrap.ui-large .plans-btn {
        font-size: 28px;
        padding: 25px 75px;
    }
}

p.party-smaller {
    font-size: 16px;
    font-style: italic;
}

@media only screen and (min-width: 1099px) {
    .content-block  {
        padding: 7.5% 0;
    }

    .pricing-header .content-block {
        padding: 6% 0 7.5%;
    }

    .pricing-header.dev .content-block {
        padding: 3% 0  7.5%;
    }

    section.pricing-vip .content-block {
        padding: 7.5% 0 0;
        max-width: 1443px;
    }
}

@media only screen and (min-width: 1024px) {
    .pricing-wrap {
        margin-top: 80px;
    }

    .pricing-feature-wrap {
        width: 31%;
    }

    ul.list-features li {
        width: 31%;
    }

    .icp-more-wrap ul.more-items li {
        width: 33%;
        font-size: 14px;
        line-height: 28px;
        white-space: nowrap;
    }

    ul.list-features li:last-child {
        margin: 0 0 40px;
    }

    .party-image-wrap {
        width: 35%;
    }

    .payroll-image-wrap {
        width: 45%;
    }

    #footer {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1600px) {
    ul.proobot-pricing-wrap li.price-image {
        margin-top: 20px;
    }

    .pricing-feature a .content h3 {
        font-size: 20px;
    }

    ul.list-features li .content h3 {
        font-size: 28px;
    }

    ul.list-faqs li h2 {
        font-size: 2vw;
    }

    section.banner {
        height: 840px;
    }

    .logo-wrap {
        width: 470px;
    }

    .image-wrap {
        width: 100%;
    }

    .image-wrap.device {
        max-width: 60%;
    }

    .image-wrap.has-max-width {
        max-width: 30%;
    }
}

.pricing-header p {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .pricing-header h2 {
        font-size: 35px;
    }

    .pricing-header p {
        margin-top: 18px;
        font-size: 18px;
        line-height: 28px;
    }

    ul.probot-pricing-wrap h3 {
        font-size: 20px;
    }

    .button-wrap a.plans-btn {
        font-size: 16px;
    }
}

.plans-container {
    font-family: 'Lato', sans-serif;
}

.payroll-pricing-table {
    position: relative;
    padding: 7.5% 0;
    overflow: hidden;
}


.payroll-pricing-table.dev {
    padding: 5.5% 0;
}

@media only screen and (min-width:768px) and (max-width: 1367px) {
    .payroll-pricing-table.dev {
        padding: 10% 2% 0 8%;
    }
}

@media only screen and (min-width:768px) and (max-width: 1367px) {
    .payroll-pricing-table {
        padding: 7.5% 45px;
    }
}

.position-relative {
    position: relative;
}

.price-column.position-relative {
    position: relative !important;
}

.payroll-pricing-table .most-popular-wrap {
    position: absolute;
    top: -15%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 1024px) {
    .payroll-pricing-table .most-popular-wrap {
        top: -24%;
    }
}

.most-popular-wrap img {
    width: 100%;
    height: auto;
}

.table-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.table-wrap .table-header h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}

.table-wrap .table-header .h1 {
    margin: 15px 0;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
}

p.h1 span {
    font-size: 20px;
    vertical-align: top;
}

.table-wrap .table-header h2 {
    color: #1277c9;
    font-family: 'Lato', sans-serif;
}

.table-wrap .table-header h2 a {
    color: #1277c9;
    font-family: 'Lato', sans-serif;
}

.table-wrap .table-header h2 a:hover {
    color: #1277c9;
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (min-width:768px) and (max-width: 1367px) {
    .table-wrap .table-header h2 {
        font-size: 22px;
    }
}

.table-wrap .table-header h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
}

.table-wrap .table-header .price-column {
    padding: 30px;
}

.table-wrap .table-header .price-column.bg-light-blue {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.table-header .price-column .price-wrap span {
    font-size: 15px;
    font-weight: normal;
}

.table-header .price-column .price-wrap span.dollar {
    position: relative;
    top: 10px;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    vertical-align: top;
}

.table-header .price-column .price-wrap span.text-large {
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
}

.table-header .price-column .text-info {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.table-wrap .price-column .text-info span:not(.small) {
    color: var(--primary-blue);
}

.table-wrap .price-column .text-info span.small {
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 11px;
}

.table-wrap .table-row .price-column {
    padding: 15px 0;
}

.accordion {
    position: relative;
}

.table-wrap .table-row .price-column .collapse.in,
.table-wrap .table-row .price-column .collapsing {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
}

.table-wrap .table-row .price-column .collapse-inner {
    margin-top: 40px;
    padding-bottom: 40px;
}

.table-wrap .table-row .price-column .title-wrap {
    position: relative;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.table-wrap .table-row .price-column .title-wrap:hover {
    cursor: pointer;
}

.table-wrap .table-row .price-column .title-wrap.no-drop:hover {
    cursor: default;
}

.table-wrap .table-row .price-column .title-wrap .title-icon-wrap {
    position: absolute;
    top: -5px;
    left: -55px;
    width: 40px;
    height: auto;
}

.mobile-table-wrap .price-block .title-wrap .title-icon-wrap {
    position: absolute;
    top: -2px;
    left: -10px;
    width: 34px;
    height: auto;
}

.table-wrap .table-header .price-column {
    padding: 30px;
}

.table-wrap .table-header .price-column.probot {
    padding: 30px;
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
    .table-wrap .table-header .price-column.probot {
        padding: 0;
    }
}

@media only screen and (min-width:768px) and (max-width: 1367px) {
    span.plans-title {
        display: inline-block;
        width: calc(100% - 40px);
    }
}

.table-wrap .table-header .price-column.probot img {
    height: 225px;
}
.price-column p {
    padding-right: 15px;
}

.mobile-table-wrap {
    margin: 0 auto;
    padding: 0 7.5%;
}

.mobile-table-wrap h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
}

.mobile-table-wrap .h1 {
    margin: 15px 0 15px;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
}

.mobile-table-wrap h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
}

.mobile-table-wrap .price-block {
    padding: 30px 30px 0;
}

.mobile-table-wrap .price-block.bg-light-blue {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mobile-table-wrap .price-block .price-wrap span {
    font-size: 15px;
    font-weight: normal;
}

.mobile-table-wrap .price-block .price-wrap span.dollar {
    position: relative;
    top: 10px;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    vertical-align: top;
}

.mobile-table-wrap .price-block .price-wrap span.text-large {
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
}

.mobile-table-wrap .price-block .text-info {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.mobile-table-wrap .price-block .text-info span:not(.small) {
    color: var(--primary-blue);
}

.mobile-table-wrap .price-block .text-info span.small {
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 11px;
}

.mobile-table-wrap .price-block ul.list-includes {
    margin: 30px -25px 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.mobile-table-wrap .price-block ul.list-includes li {
    margin-bottom: 15px;
    padding: 0 12px 15px;
    border-bottom: 1px solid #e0e8f3;
}

.mobile-table-wrap .price-block ul.list-includes li span.star-icon {
    display: inline-block;
    margin-right: 15px;
    max-width: 20px;
}

.mobile-table-wrap .price-block ul.list-includes li img {
    width: 100%;
    height: auto;
}

.mobile-table-wrap .price-block ul.list-includes li .title-wrap {
    display: inline-block;
    padding-left: 45px;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
}

.mobile-table-wrap .price-block ul.list-includes li .collapse,
.mobile-table-wrap .price-block ul.list-includes li .collapse.in,
.mobile-table-wrap .price-block ul.list-includes li .collapsing {
    color: #282828;
    font-size: 14px;
    line-height: 30px;
}

.mobile-table-wrap .price-block ul.list-includes li .collapse-inner {
    margin-top: 30px;
    padding-left: 25px;
}

.mobile-table-wrap .accordion {
    background: transparent !important;
}

.glyphs:after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.glyphs.glyphs-down-up[aria-expanded="false"]:after {
    content:'';
    background: url("../../images/icons/arrow-inactive.svg") no-repeat 0 0;
    display: block;
    width: 12px;
    height: 7px;
}

.glyphs.glyphs-down-up[aria-expanded="true"]:after {
    content:'';
    background: url("../../images/icons/arrow-active.svg") no-repeat 0 0;
    display: block;
    width: 12px;
    height: 7px;
}

.mobile-table-wrap .price-block .glyphs:after {
    right: 0;
}

section:not(.payroll-header) .button-wrap {
    margin: 30px auto;
    max-width: 100%;
}

.button-wrap a {
    color: #fff;
}

.image-wrap.faq-icon {
    display: inline-block;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .display-none-xs-only {
        display: none !important;
    }

    .collapse,
    .collapsing,
    .collapse.in {
        transition: none;
    }
}

@media only screen and (min-width: 768px) {
    .display-none-sm-up {
        display: none !important;
    }

    .blue-star {
        position: absolute;
        top: -200px;
        left: -200px;
    }

    .blue-star .image-wrap,
    .yellow-star .image-wrap {
        max-width: 50%;
    }

    .yellow-star .image-wrap {
        margin-left: auto;
    }

    .yellow-star {
        position: absolute;
        bottom: -250px;
        right: -250px;
    }

    .table-header,
    .table-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .table-row {
        align-items: stretch;
        border-bottom: 1px solid #e0e8f3;
    }

    .table-wrap .table-row:last-child {
        margin-bottom: 15px;
    }

    .price-column {
        width: 25%;
    }

    section:not(.payroll-header) .button-wrap {
        max-width: 250px;
    }

}

@media only screen and (min-width: 1024px) {
    .header-content .header-info:first-child {
        padding-bottom: 90px;
        width: 35%;
    }

    .header-content .header-info:last-child {
        margin-top: auto;
        width: 60%;
    }
}


@media only screen and (min-width: 1600px) {
    .blue-star {
        top: -500px;
        left: -300px;
    }

    .blue-star .image-wrap {
        max-width: 100%;
    }

    .yellow-star {
        bottom: -550px;
        right: -400px;
    }

    .yellow-star .image-wrap {
        max-width: 100%;
    }
}



