.glcr-pricing-table {
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    padding: 84px 70px 66px;
}

.glcr-pricing-table-container {
    position: relative;
}

.glcr-pricing-table.horizontal-table {
    display: flex;
}

.glcr-pricing-table.horizontal-table .glcr-pricing-table-head, .glcr-pricing-table.horizontal-table .glcr-pricing-table-features {
    flex: 1;
}

.glcr-pricing-table-align-left .glcr-pricing-table {
    text-align: left;
}

.glcr-pricing-table-align-right .glcr-pricing-table {
    text-align: right;
}

.glcr-pricing-table .glcr-pricing-table-price {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.glcr-pricing-table-align-left .glcr-pricing-table .glcr-pricing-table-price {
    justify-content: flex-start;
}

.glcr-pricing-table-align-right .glcr-pricing-table .glcr-pricing-table-price {
    justify-content: flex-end;
}

.glcr-pricing-table-icon-wrap {
    text-align: center;
    margin-bottom: 25px;
}

.glcr-pricing-table-icon-wrap, .glcr-pricing-table .glcr-pricing-table-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

.glcr-pricing-table .glcr-pricing-table-icon-image {
    overflow: hidden;
}

.glcr-pricing-table .glcr-pricing-table-title-wrap {
    margin-bottom: 26px;
}

.glcr-pricing-table .glcr-pricing-table-price-right .glcr-pricing-table-title {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: var(--swm-headings-font-weight);
    font-family: var(--swm-headings-font-family);
}

.glcr-pricing-table .glcr-pricing-table-title-wrap .glcr-pricing-table-subtitle {
    margin-bottom: 0;
}

.glcr-pricing-table .glcr-pricing-table-price-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
}

.glcr-pricing-table .glcr-pricing-table-price-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.glcr-pricing-table-bottom-border {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #000;
    margin: 35px 0;
}

.glcr-pricing-table .glcr-pricing-table-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.glcr-pricing-table .glcr-pricing-table-features li {
    margin: 0;
    padding: 3px 0;
    display: flex;
    justify-content: center;
}

.glcr-pricing-table .glcr-pricing-table-features li:last-child {
    border-bottom: 0;
}

.glcr-pricing-table-align-left .glcr-pricing-table-features li {
    justify-content: flex-start;
}

.glcr-pricing-table-align-right .glcr-pricing-table-features li {
    justify-content: flex-end;
}

.glcr-pricing-table .glcr-pricing-table-features .excluded {
    text-decoration: line-through;
}

.glcr-pricing-table .glcr-pricing-table-price-prefix, .glcr-pricing-table .glcr-pricing-table-price-duration {
    line-height: 1;
    text-align: left;
}

.glcr-pricing-table .glcr-pricing-table-price-prefix {
    align-self: flex-start;
}

.glcr-pricing-table .glcr-pricing-table-price-duration {
    align-self: flex-end;
    line-height: 30px;
}

.glcr-pricing-table-price-duration-wrap .glcr-pricing-table-price {
    flex-wrap: wrap;
}

.glcr-pricing-table-price-duration-wrap .glcr-pricing-table-price-duration {
    text-align: center;
    width: 100%;
}

.glcr-pricing-table-align-left .glcr-pricing-table-price-duration {
    text-align: left
}

.glcr-pricing-table-align-right .glcr-pricing-table-price-duration {
    text-align: right;
}

.glcr-pricing-table .glcr-pricing-table-price-value {
    line-height: .9;
}

.glcr-pricing-table-price, .glcr-pricing-table-price-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.glcr-pricing-table-price-wrap {
    margin-bottom: 20px;
}

.glcr-pricing-table-price-original {
    display: inline-flex;
    font-size: 0.5em;
    line-height: 1;
    align-self: flex-end;
    text-decoration: line-through;
}

.glcr-pricing-table-ribbon {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 2;
}

.glcr-pricing-table-ribbon-inner {
    background: var(--swm-color-dark-2);
}

.glcr-pricing-table-ribbon-1 {
    position: absolute;
    top: 0;
    width: 150px;
    overflow: hidden;
    height: 150px;
}

.glcr-pricing-table-ribbon-1.glcr-pricing-table-ribbon-right {
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.glcr-pricing-table-ribbon-1.glcr-pricing-table-ribbon-left {
    left: 0;
    right: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.glcr-pricing-table-ribbon-1 .glcr-pricing-table-ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    line-height: 2;
}

.glcr-pricing-table-ribbon-2 {
    border-radius: 50%;
    line-height: 4em;
    min-height: 4em;
    min-width: 4em;
}

.glcr-pricing-table-ribbon-2 .glcr-pricing-table-ribbon-inner {
    background: var(--swm-color-dark-2);
    border-radius: 50%;
}

.glcr-pricing-table-ribbon-2.glcr-pricing-table-ribbon-right {
    -webkit-transform: translateX(38%) translateY(-38%);
    -ms-transform: translateX(38%) translateY(-38%);
    transform: translateX(38%) translateY(-38%);
}

.glcr-pricing-table-ribbon-2.glcr-pricing-table-ribbon-left {
    -webkit-transform: translateX(-38%) translateY(-38%);
    -ms-transform: translateX(-38%) translateY(-38%);
    transform: translateX(-38%) translateY(-38%);
}

.glcr-pricing-table-ribbon-right {
    right: 0;
}

.glcr-pricing-table-ribbon-left {
    left: 0;
}

.glcr-pricing-table-ribbon-3 {
    background: var(--swm-color-dark-2);
    top: 10%;
}

.glcr-pricing-table-ribbon-3 .glcr-pricing-table-ribbon-inner {
    padding: 3px 18px;
}

.glcr-pricing-table-ribbon-3:before, .glcr-pricing-table-ribbon-3:after {
    border-bottom: 8px solid transparent;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
}

.glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-right {
    border-radius: 3px 3px 0 3px;
    right: -8px;
}

.glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-right:before, .glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-right:after {
    right: 0;
}

.glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-right:before {
    border-left: 8px solid var(--swm-color-dark-2);
}

.glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-right:after {
    border-left: 8px solid rgba(0, 0, 0, 0.2);
}

.glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-left {
    border-radius: 3px 3px 3px 0;
    left: -8px;
}

.glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-left:before, .glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-left:after {
    left: 0;
}

.glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-left:before {
    border-right: 8px solid var(--swm-color-dark-2);
}

.glcr-pricing-table-ribbon-3.glcr-pricing-table-ribbon-left:after {
    border-right: 8px solid rgba(0, 0, 0, 0.2);
}

.glcr-pricing-table-min-row ul.glcr-pricing-table-features {
    display: inline-block;
}

.glcr-pricing-table-head {
    float: left;
    width: 100%;
}

.glcr-pricing-table-fature-icon, .glcr-pricing-table-feature-text {
    align-self: center;
}

.glcr-pricing-table-icon {
    color: var(--swm-color-color-1);
}

.glcr-pricing-table-icon svg {
    fill: var(--swm-color-color-1);
}

.glcr-pricing-table-features {
    color: var(--swm-color-text);
}

.glcr-pricing-table-other-inf {
    color: var(--swm-color-dark-2);
}

.glcr-pricing-table-price-prefix {
    font-size: 60px;
    color: var(--swm-color-color-1);
}

.glcr-pricing-table-price-value {
    font-size: 60px;
    color: var(--swm-color-color-1);
}

.glcr-pricing-table-price-duration {
    font-size: calc(var(--body-font-size) - 1px);
}

.glcr-pricing-table-title {
    font-size: 27px;
}

.glcr-pricing-table-other-info {
    margin-bottom: 0;
}

.glcr-pricing-table-button {
    margin-top: 40px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

a.glcr-pricing-table-button-text {
    color: var(--swm-color-headings);
    font-size: calc(var(--body-font-size) - 2px);
    position: relative;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    background-size: 0 1px;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    line-height: 1;
    padding-bottom: 2px;
}

.glcr-pricing-table-button:hover a.glcr-pricing-table-button-text {
    background-size: 100% 1px;
}

a.glcr-pricing-table-button-circle:after {
    font-family: "swm-font-icon";
    font-weight: normal;
    margin-left: 8px;
    margin-top: -2px;
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: 1px solid var(--swm-color-headings);
    border-radius: 100%;
    transform: rotate(-45deg);
    transition: all 0.2s ease-out;
    color: var(--swm-color-headings);
}

.glcr-pricing-table-button:hover a.glcr-pricing-table-button-circle:after {
    transform: rotate(0);
}