.evaluation-country-select {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.evaluation-country-select h4 {
    margin-bottom: 0;
}

.evaluation-country-select_wrapper {
    border-radius: 12px;
    background: #004133;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    position: relative;
}

.eval-tag {
    border-radius: 73.077px;
    border: 2px solid #28E5BC;
    background: #01C096;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 11.692px;
}

.evaluation-country-select_wrapper .title-desc {
    margin-left: 70px;
}

.evaluation-country-select_wrapper .title-desc:hover+.info-tooltip {
    visibility: visible;
    opacity: 1;
}

.evaluation-country-select img {
    position: absolute;
    left: -10px;
    top: -2px;
}

.evaluation-country-select select {
    padding-left: 25px;
    font-weight: 600;
    outline: 0;
    z-index: 1;
}

.eval-selection .hide {
    display: none !important;
}

.pricing-card .price del {
    font-size: 16px;
    letter-spacing: -1.2px;
}

@media (min-width: 992px) {
    .pricing-card .price {
        font-size: 26px;
    }
}

.section-why-join .reason-block {
    background: radial-gradient(69.41% 55.93% at 0% 111.27%, #0041334D 65.38%, rgba(0, 255, 199, 0.00) 100%), rgba(0, 65, 51, 0.30);
}

.section-result-statistics .result-statistics {
    gap: 24px;
}

.section-result-statistics .result-statistics .image:after,
.section-careers::after {
    display: none;
}

.section-result-statistics .result-statistics .image {
    border-radius: 16px;
    border: 1px solid rgba(76, 78, 100, 0.20);
}

.section-result-statistics .result-statistics .block,
.section-careers .box {
    background: radial-gradient(49.8% 95.63% at 11.94% 141.39%, #0041334D 65.38%, rgba(0, 255, 199, 0.00) 100%), rgba(0, 65, 51, 0.30);
}

.section-careers .career-nav ul li,
.careers-opening .card {
    background: rgba(0, 65, 51, 0.30);
}

.section-careers .career-nav ul li.active,
.section-careers .career-nav ul li:hover {
    background: linear-gradient(134deg, rgba(45, 178, 149, 0.00) 42.71%, rgba(45, 178, 149, 0.30) 101.19%), rgba(0, 65, 51, 0.30);
}

b,
strong {

    font-weight: bold;
}

.page-id-147 .section--content_form:before,
.page-id-155 .section--banner_cta {
    display: none;
}

.section--hero {
    padding-bottom: 70px;
}

@media screen and (min-width:1024px) {
    .section--hero {
        padding-bottom: 150px;
        min-height: 900px;
    }
}

.section--hero+.section--marquee {
    margin-top: -67px;
    z-index: 1;
    position: relative;
}

.page-id-7401 .section--evaluations:after {
    bottom: -100px;
}

.platform-options>label {
    border: 2px solid #30ba9d;
    border-radius: 5px;
    padding: 6px 15px;
    background-color: #004133;
    opacity: .5;
    transition: all 200ms ease-in;
    cursor: pointer;
}

.platform-options>label:hover {
    opacity: 1;
}

.platform-options>label.active {
    border: 2px solid #30ba9d;
    border-radius: 5px;
    padding: 6px 15px;
    background-color: #30ba9d;
    opacity: 1;
}

.section--evaluations__selection-item__platforms .platform-options .platform-option.active .platform-button span {
    color: #fff;
}

.woocommerce-checkout-coupon,
.shop_table .row div,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    padding-inline: 0;
}

.woocommerce-checkout form.checkout .order-review-container {
    padding-inline: 20px;
}

.woocommerce-checkout .row.order-total {
    margin-bottom: 10px;
}

.section--evaluations__selection-item.hover::after,
.section--evaluations__selection-item.selected::after {
    display: none;
}

/* hide for now */
.section--testimonials {
    display: none;
}

/* modal */
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.show {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    border-radius: 12px;
    padding: 0;
    background: rgb(0, 65, 51);
    border: 1px solid rgba(255, 255, 255, .08);
    width: 95%;
    max-width: 667px;
    transition: transform 0.3s ease-in-out;
    position: relative;
    text-align: center;
}


.modal-close {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    padding: 0;
    line-height: 1;
}

.modal-close:hover {
    opacity: 0.8;
}

.modal-body {
    padding: 73px 53px 90px;
    font-size: 24px;
    letter-spacing: -0.24px;
    font-weight: 300;
    line-height: 1.1;
}

.modal-body h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

/* .modal-body .gform_wrapper select,
.modal-body .gform_wrapper input:not(.button):not(.gfield-choice-input) {
    border-radius: 16px;
    border-bottom: 1px solid #9D9D9D;
    background: #363636;
    width: 100%;
    padding: 12px 18px;
    font-size: 20px;
    height: 60px;
    color: #fff;
}

.modal-body .gform_wrapper select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='14' viewBox='0 0 24 14' fill='none'%3E%3Cpath d='M1 1L12 12L23 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 20px;
} */

.modal-body .gform_wrapper .gfield_label {
    display: none !important;
}

/* .modal-body .gform_wrapper .gform_button {
    background-color: #b7342d;
    color: #fff;
} */

/* .modal-body .gform_wrapper .gform_button:hover {
    background-color: #ff0d00;
    color: #fff;
    filter: unset;
} */

.modal-body .gform_wrapper {
    margin-top: 30px;
}

.modal-body .gform_wrapper .gfield {
    margin-bottom: 10px;
    text-align: left;
}

.modal-body .gform_wrapper input.gfield-choice-input {
    width: 25px;
    height: 25px;
}

.modal-body .gform_wrapper .gchoice {
    display: flex;
    gap: 8px;
    font-size: 21px;
}

.modal-body .gform_wrapper .gfield.gfield--type-checkbox {
    margin-top: 30px;
}

.validation_message {
    color: #f00;
    font-size: 18px;
    padding-top: 10px;
}

@media screen and (max-width: 699px) {
    .modal-body .gform_wrapper .gform_footer .button {
        width: 100%;
    }

    .modal-body {
        padding: 55px 30px 40px;
        font-size: 18px;
        letter-spacing: 0;
    }

    .modal-body h2 {
        font-size: 36px;
    }

    .modal-body .gform_wrapper input:not(.button):not(.gfield-choice-input) {
        padding: 12px 18px;
        font-size: 16px;
    }

    .modal-body .gform_wrapper .gchoice {
        font-size: 18px;
        align-items: center;
    }

    .modal-body .gform_wrapper input.gfield-choice-input {
        width: 20px;
        height: 20px;
    }

    .modal-content {
        max-height: 90vh;
        overflow-y: auto;
    }

}

@media screen and (max-width: 400px) {
    .modal-body h2 {
        font-size: 34px;
    }

    .modal-close {
        right: 15px;
        top: 15px;
    }

    .modal-close svg {
        width: 24px;
    }
}

.site-copyright {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-copyright a {
    color: #fff;
    text-decoration: none;
}

.site-copyright a:hover {
    text-decoration: underline;
}

.anchor-list>li:not(.exclude)>strong:first-child {
    display: block;
    padding-block: 20px;
}

.anchor-list>li:not(.exclude)>strong:first-child+strong,
.anchor-list>li:not(.exclude)>strong:first-child+strong+strong,
.anchor-list>li:not(.exclude)>strong:first-child+br,
.anchor-list>li:not(.exclude)>strong:first-child+br+strong {
    display: none;
}

.post-article ul.anchor-list {
    padding-left: 0;
    list-style: none;
    font-size: 28px;
}

#site-navigation+.weglot-dropdown {
    display: block !important;
}

body:not(.woocommerce-checkout) #primary {
    overflow: hidden;
}

.evaluation-table .slick-arrow {
    z-index: 9;
}

/* hide tooltip for now */
.feature-row .feature-value .title-desc {
    display: none;
}

.section--block_compare {
    display: none;
}

.section--hero_heading .button-group {
    padding-top: 40px;
}

.section--evaluations__selection-item__platforms .platform-options .platform-option .platform-button span {
    display: block;
}

@media screen and (max-width: 1024px) {
    .section--hero_heading .button-group {
        padding-block: 40px;
    }

    .section--marquee+.section--lists_with_cta {
        padding-top: 40px;
    }
}

/* Fix mobile table label order - heading should appear above value */
@media screen and (max-width:1023px) {
  .pricing-card:not(.first-col) .feature-value.heading {
    order: 1 !important;
    font-weight: bold !important;
    width: 100% !important;
  }
  .pricing-card:not(.first-col) .feature-value.heading br {
    display: block !important;
  }
  .pricing-card:not(.first-col) .feature-value:not(.heading) {
    order: 2 !important;
    width: 100% !important;
  }
}