.page-template-page-rezi-app .site-content>.container {
    max-width: none;
    padding: 0;
}
.page-template-page-rezi-app #content {
    padding-left: 0;
    padding-right: 0;
}
.page-template-page-rezi-app #content .content-area {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.page-template-page-rezi-app .site-header .container {
    max-width: 100%;
    margin-right: 0;
}
.page-template-page-rezi-app .header-aside {
    margin-left: auto;
}
.page-template-page-static .entry-page-static {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}
body:not(.bb-dark-theme) .rezi-light-mode,
.bb-dark-theme .rezi-dark-mode,
.site-header-container #site-logo .bb-logo.bb-logo-dark {
    display: none;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none !important;
}

.heading-label {
  font-weight: 500;
  letter-spacing: 1px;
  color: #556371;
}

.single-post .entry-content b, 
.single-post .entry-content strong {
    font-weight: 500;
}
.single-post article.post .wp-block-heading{
    margin-top: 2.5em;
}
.single-post .entry-content p + ul,
.single-post .entry-content p + ol {
    margin-top: -20px;
}
.blog-highlight {
    overflow: hidden;
    display: block;
    padding: 15px 20px 15px 25px;
    border: 1px solid var(--bb-content-border-color);
    border-radius: 10px;
    background: #fff;
    position: relative;
}
.blog-highlight::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 15px;
    bottom: 15px;
    width: 10px;
    background: #2246de;
    border-radius: 5px;
}
.blog-highlight.red::before {
    background: #fd025d;
    background: linear-gradient(0deg, rgb(2 36 134) 0%, rgb(253 2 93) 100%);
}
.blog-chart-cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-chart-cols2 .blog-chart:first-child {
    width: 30%;
}
.blog-chart-cols2 .blog-chart:last-child {
    width: 65%;
}
.blog-chart .chart-title {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 8px;
}
.blog-chart {
    position: relative;
    margin-bottom: 1.5rem;
}

.hp-hero {
    border-radius: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -80px;
    margin-right: -80px;
    display: block;
    width: calc(100% + 160px);
    transition: 0.5s all ease-in-out;
}
.hp-hero-container {
    padding: 80px;
    height: 55vh;
    display: flex;
    align-items: center;
    min-height: 520px;
    max-height: 600px;
    background: linear-gradient(135deg, rgb(1, 36, 130, 0.2) 0%, rgb(255, 0, 92, 0.2) 100%);
}
.hp-hero-content {
    width: 50%;
    min-width: 500px;
    max-width: 100%;
}
.hp-hero-content h1 {
    font-family: 'SF UI Display', sans-serif;
    font-size: 2.5rem;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: var(--bb-headings-color);
}
.hp-hero-content p {
    color: var(--bb-headings-color);
    font-size: 1.18rem;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 40px;
}
.hp-hero-content .button {
    padding: 12px 32px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #ed0056;
    border-color: #ed0056;
}

.hp-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.hp-highlights-title {
    position: relative;
    width: 240px;
    border-right: 1px solid #E7E9EC;
}
.hp-highlights-title h2 {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.4em;
    padding: 10px 0;
    font-weight: 500;
    color: #556371;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hp-highlights-items {
    display: flex;
    width: 75%;
    width: calc(100% - 240px);
    justify-content: space-between;
    padding-left: 80px;
}
.hp-highlights-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0;
}
.hp-highlights-item i {
    font-size: 30px;
    color: #90a8bf;
    margin-right: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.hp-highlights-item span {
    color: var(--bb-headings-color);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2em;
}

.hp-quicktest {
    padding: 100px 0;
}
.hp-quicktest h2 {
    font-family: 'SF UI Display', sans-serif;
	font-size: 2rem;
    line-height: 1.4em;
    margin-bottom: 1.5em;
    text-align: center;
}
.hp-qt-container {
    display: flex;
    flex-wrap: wrap;
}
.hp-qt-left {
    width: 240px;
    position: relative;
}
.hp-qt-label {
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #A3A5A9;
    font-weight: 800;
    max-width: 200px;
    line-height: 1.2em;
	opacity: 0.2;
}
.hp-qt-points {
    color: #5fd399;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 50px;
}
.hp-qt-content {
    width: 80%;
    width: calc(100% - 240px);
    position: relative;
    z-index: 1;
}
.hp-qt-option {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    line-height: 1.4em;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 12px 24px -10px rgb(18 43 70 / 5%);
    border-radius: 8px;
    margin-left: -50px;
    transition: .3s all cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
    opacity: 0.2;
    cursor: pointer;
}
.hp-qt-option:hover {
    margin-left: -10px !important;
}
.hp-qt-option:last-child {
	margin-bottom: 0;
}
.hp-qt-option i {
    font-size: 22px;
    margin-right: 20px;
    color: var(--bb-sidenav-text-regular);
}
.hp-qt-option i {
    font-size: 20px;
    margin-right: 20px;
    color: var(--bb-sidenav-text-regular);
    background: #f4f6f9;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 20px;
}
.hp-qt-option.correct i {
    background: #5fd399;
    color: #fff;
}
.hp-qt-option-text strong {
    display: inline-block;
    font-size: 1.05rem;
    margin-bottom: 5px;
}
.hp-qt-container > .hp-qt-action {
    text-align: right;
    width: 100%;
    margin-top: 30px;
    display: none;
}

.covered-image {
    position: relative;
}
.covered-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.hp-blog .latest-posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.hp-blog .latest-post-item {
    width: 30%;
    width: calc(33.33% - 15px);
    border-radius: 15px;
    overflow: hidden;
    background-color: #fafbfd;
    position: relative;
    border: 1px solid #f4f6f9;
}
.hp-blog .post-content {
    padding: 35px;
}
.hp-blog .post-thumbnail a {
    display: block;
    height: 175px;
}
.hp-blog .post-title a {
    font-weight: 700;
    font-family: 'SF UI Display', sans-serif;
    color: var(--bb-headings-color);
    display: block;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 85px;
}
.hp-blog .post-excerpt {
    font-size: .875rem;
    color: var(--bb-body-text-color);
    letter-spacing: -.24px;
    line-height: 1.5;
    margin-bottom: 1.6875rem;
    min-height: 85px;
}
.hp-blog .read-more {
    position: absolute;
    display: block;
    background: #f4f6f9;
    right: 0;
    bottom: 0;
    padding: 5px 20px;
    border-radius: 15px 0;
    font-size: 20px;
    line-height: 1.2em;
}
.hp-blog .post-meta {
    font-size: 0.85rem;
    color: var(--bb-alternate-text-color)
}
.hp-blog .post-categories {
    display: flex;
    max-width: 85%;
}
.hp-blog .post-categories i {
    font-size: 18px;
    line-height: 20px;
    margin-right: 5px;
}
.hp-blog .post-categories span {
    font-size: 14px;
    line-height: 1.4em;
}

.faq-section-header h2 {
    font-family: 'SF UI Display', sans-serif;
    font-size: 2rem;
    line-height: 1.4em;
}
.faq-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq-section-header {
    width: 33.33%;
    padding-right: 50px;
}
.faq-section-content {
    width: 66.66%;
}
.faq-item {
    border-top: 1px solid #E7E9EC;
    padding: 10px 15px;
}
.faq-question {
    position: relative;
    cursor: pointer;
    padding: 8px 0;
}
.faq-answer {
    display: none;
	padding: 15px 0px;
}
.faq-question h3 {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.4em;
    max-width: calc(100% - 30px);
    display: block;
}
.faq-icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
}
.faq-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    background: #939597;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.faq-icon::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 12px;
    background: #939597;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.faq-item.active .faq-icon::before {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.5s ease;
}
.faq-item.active .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.5s ease;
}
.faq-controls {
  display: flex;
  padding: 5px 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-controls-btn a {
  font-size: 13px;
  margin-left: 10px;
  transition: .2s all ease-in-out;
}
.faq-controls-btn a.disabled {
    opacity: 0.5;
    cursor:default
}
.faq-controls-btn a::after {
  content: '+';
  display: inline-block;
  margin-left: 3px;
  color: #939597;
  font-size: 1.25em;
  font-weight: 500;
}
.faq-controls-btn a.faq-collapse-all::after {
  content: '-';
}



::-webkit-scrollbar {
    width: 8px;
}
  
  /* Track */
::-webkit-scrollbar-track {
    background: #f0f3f6; 
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #cfd2d4; 
    border-radius: 20px;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #94989b; 
}

.wp-block-columns p {
    padding-left: 0px;
    padding-right: 0px;
}
.wp-block-button__link {
    padding: .45em 2.4em;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
}
.is-style-outline .wp-block-button__link {
    padding: .3em 2.4em;
}

body:not(.logged-in) .notification-wrap.header-cart-link-wrap.cart-wrap.menu-item-has-children {
    display: none;
}


.has-gray-bg {
	position: relative;
}
.gray-bg {
    background-color: rgba(146, 164, 183, 0.05);
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 0;
}

.hp-features-title{
	position: relative;
}
.hp-features-section {
    padding: 100px 0;
}
.hp-features-title h2 {
    font-family: 'SF UI Display', sans-serif;
    text-align: center;
    display: block;
    margin: 0 auto 50px auto;
    max-width: 60%;
    font-size: 2rem;
}
.hp-features-title h2 span {
    font-size: 1.1rem;
    line-height: 1.4em;
    font-weight: 500;
    display: block;
    margin-top: 1em;
}
.hp-features-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}
.hp-feature-card {
    width: 31.5%;
    width: calc(33.33% - 12px);
    background: #fff;
    border: 5px solid #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px;
    transition: .2s all ease-in-out;
	position: relative;
    overflow: hidden;
}
.hp-feature-card:hover {
    box-shadow: 0px 12px 24px -10px rgb(18 43 70 / 12%);
}
.hp-feature-card::before {
    content: '\e876';
    font-family: 'bb-icons';
    width: 175px;
    height: 150px;
    background: #f4f6f9;
    top: -23px;
    right: -40px;
    z-index: 0;
    position: absolute;
    border-radius: 50px;
    transition: .3s all ease-in-out;
    transform: rotate(17deg);
    transform-origin: bottom right;
    color: #ffffff;
    font-weight: lighter;
    font-size: 120px;
    line-height: 150px;
    text-align: center;
    font-weight: 300;
    opacity: 0.75;
}
.hp-feature-card:hover::before {
    transform: rotate(14deg);
} 
.hp-feature-card:nth-child(n+4) {
    margin-bottom: 0;
}
.hp-feature-card h3 {
    font-family: 'SF UI Display', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.75em;
}
.hp-feature-illustration img {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}
.hp-feature-text {
    max-height: 160px;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    position: relative;
    margin-bottom: 10px;
    height: auto;
}
.content-show .hp-feature-text {
    max-height: 568px;
}
.hp-feature-text::after {
    content: '';
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(255 255 255), rgb(255 255 255 / 0%));
    transition: .2s all ease-in-out;
}
.content-show .hp-feature-text::after{
    height: 0;
}
.hp-feature-action a {
    color: #939597;
    font-size: 14px;
    padding: 3px 15px;
    border: 1px solid #E7E9EC;
    border-radius: 30px;
}
.hp-feature-card p {
    margin-bottom: 10px;
}
.hp-feature-card p:last-child{
    margin-bottom: 0;
}
.hp-features-cta {
    text-align: center;
    margin-top: 2rem;
    z-index: 2;
    position: relative;
}
.hp-features-cta .button.outline {
    border: 1px solid #012482;
    color: #012482;
    background-color: transparent;
}
.hp-subscriptions {
    padding: 100px 0;
}
.hp-faq {
    padding: 100px 0 75px;
}


.subs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    background: rgb(250 251 253 / 50%);
    border-radius: 15px;
}
.subs-container h2 {
    font-family: 'SF UI Display', sans-serif;
    font-size: 2rem;
    line-height: 1.4em;
    margin-bottom: 1em;
    position: relative;
}
.subs-container h2::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ed0056;
}
.subs-plan-subtitle {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: var(--bb-headings-color);
}
.subs-plan-free {
    width: 50%;
    padding: 35px;
}
.subs-plan-premium {
    width: 50%;
    background: #fff;
    padding: 35px 35px 0 35px;
    border-radius: 15px 15px 0 0;
}
.subs-plan-premium-options {
    width: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subs-plan-benefit {
    padding: 12px 0 12px 40px;
    border-bottom: 1px solid #E7E9EC;
    position: relative;
    line-height: 1.4em;
}
.subs-plan-benefit:last-child {
    border-bottom: none;
}
.subs-plan-benefit::before {
    content: '\e876';
    font-family: 'bb-icons';
    position: absolute;
    left: 5px;
    font-size: 18px;
    color: #5fd399;
    font-weight: 500;
    line-height: 1em;
    top: 16px;
}
.subs-plan-free .subs-plan-actions {
    margin-top: 15px;
}
.subs-plan-premium .subs-plan-benefit::before {
    font-weight: 600;
}
.subs-premium-plan {
    width: 30%;
    width: calc(33.33% - 50px);
    position: relative;
}
.subs-premium-plan::after {
    content: '';
    width: 1px;
    right: -40px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #E7E9EC;
}
.subs-premium-plan:last-child::after{
    content: none;
}
.subs-premium-plan h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'SF UI Display', sans-serif;
    color: var(--bb-headings-color);
    position: relative;
    margin-bottom: 0.5em;
}
.subs-premium-plan h3 span {
    display: inline-block;
    background: #012482;
    color: #fff;
    line-height: 1em;
    padding: 3px 6px;
    vertical-align: bottom;
    margin-left: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
}
.premium-plan-availability {
    line-height: 1.4em;
    margin-bottom: 30px;
}
.premium-plan-availability i {
    opacity: 0.5;
    margin-right: 7px;
}
.premium-plan-availability.expiration-date {
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 6px;
}
.premium-plan-availability.expiration-date a {
    font-weight: 400;
}
.premium-plan-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.premium-plan-pricing {
    font-weight: 700;
    font-family: 'SF UI Display', sans-serif;
    min-height: 34px;
    width: 60%;
}
.premium-plan-pricing .regular-price {
    display: block;
    text-decoration: line-through;
    opacity: 0.5;
}
.premium-plan-pricing .promo-price {
    font-size: 1.5em;
}
.premium-plan-btn {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.premium-plan-btn .button.red {
    background: #ed0056;
    border-color: #ed0056;
    text-transform: uppercase;
}
.premium-plan-btn span {
    font-size: 12px;
    line-height: 1.4em;
    display: block;
    margin-left: 35%;
    text-align: right;
}
.subs-plan-actions strong.button {
    background: rgba(146, 164, 183, 0.1) !important;
    border-color: rgba(146, 164, 183, 0.5) !important;
    color: var(--bb-secondary-button-text-regular) !important;
    cursor: default;
}
.subs-plan-cupon {
    display: block;
    width: calc(100% + 40px);
    background: radial-gradient(1000px 200px at bottom left, #ed0056, #012482);
    color: #fff;
    padding: 15px 20px;
    border-radius: 0 0 15px 15px;
    font-size: 1..05rem;
    text-align: center;
}
.subs-plan-cupon i {
    font-size: 1.3rem;
}

section.inner-spacer {
    padding: 5rem 0;
}
.section-header {
	margin-bottom: 3em;
}
.section-header.center {
	text-align: center;
}
h2.section-title {
    font-family: 'SF UI Display', sans-serif;
    font-size: 2.25rem;
    line-height: 1.2em;
    margin-bottom: 1.4em;
}
.section-header .section-title {
    margin-bottom: 0.5em;
}

.bg-added {
    position: relative;
    padding: 5rem 0;
}
.bg-added > div:not(.section-bg){
    position: relative;
    z-index: 1;
}
.bg-added .section-bg{
    background-color: #ffffff;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    -webkit-transform: translateX(-50%);
}

.page-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.6rem;
}
.pt-content {
    width: 60%;
}
.pt-content span {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    color: #939597;
} 
.pt-content h1 {
    font-size: 2.5rem;
    display: block;
    margin-left: -2px;
}
.pt-text {
    position: relative;
    font-size: 1.1rem;
    padding-top: 15px;
}
.pt-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #fc025c;
}
.pt-image img {
    display: block;
    height: auto;
    width: 300px;
}
.about-mvp-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-mvp-left {
    width: 200px;
}
.about-mvp-right {
    width: 75%;
}
.about-mvp-right h3 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.4em;
}
.about-mvp p:last-child{
    margin-bottom: 0;
}
.about-mv {
    margin-bottom: 3rem;
}
.about-p-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-p-item {
    width: 33%;
    width: calc(33.33% - 25px);
}
.about-p-item h4 {
    font-weight: 700;
    position: relative;
}
.about-p-item h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50px;
    height: 3px;
    background: #fc025c;
}
.about-motto {
    padding: 40px;
    background: #fafbfd;
    margin-top: 4rem;
    border-radius: 15px;
}
.about-motto img {
    height: auto;
    display: block;
    margin-bottom: 25px;
    width: 100%;
    max-width: 400px;
}

.about-team {
    margin-top: 5rem;
}
.about-team h2 {
    text-align: center;
    line-height: 1em;
}
.about-team h2 span {
    font-size: 1.1rem;
    line-height: 1.4em;
    font-weight: 500;
    display: block;
    margin-top: 1em;
}
.about-team-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.about-team-card {
    padding: 25px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: .2s all ease-in-out;
    background: #fff;
    box-shadow: 0px 10px 30px -10px rgb(18 43 70 / 4%);
}
.about-team-card-image img {
    width: 100%;
    max-width: 80px;
    border-radius: 100px;
}
.about-team-card-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.about-team-card-name::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #eaeaea;
    display: block;
    margin: 10px auto;
}
.about-team-card-role {
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-size: 15px;
}
.about-team-card.special {
    text-align: left;
    color: #fff;
    background: #122b84;
    border-color: #122b84;
}
.about-team-you {
    font-size: 1.5rem;
    display: block;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: 600;
}



.rfc-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.rf-card {
    background: #f0f2f6;
    padding: 40px;
    position: relative;
    border-radius: 15px;
    transition: .2s all ease-in-out;
}
.rf-card.special1 {
    background: #fb045c;
    background-image: url(/wp-content/uploads/2025/06/bg-ratio3-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    grid-row: span 2;
    grid-column: 1;
}
.special1 * {
    color: #fff;
}
.rf-card.special2 {
    grid-row: span 2;
    grid-column: 2;
    border: 2px solid #f0f2f6;
    background: #fafcfe;
    padding: 38px;
}
.rf-card-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}
.rf-card-top h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'SF UI Display', sans-serif;
    line-height: 1em;
}
.rf-card-top img {
    display: block;
    width: 60px;
    height: auto;
    margin-right: 25px;
}
.rf-card-text p {
    margin-bottom: 0;
}
.rf-card-list {
    margin-top: 15px;
}
.rf-card-list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.rf-card-list-item:last-child {
    margin-bottom: 0;
}
.rf-card-list-item::before {
    content: '\e876';
    font-family: bb-icons;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 2px;
}

.mf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.mf-item {
    position: relative;
    padding-left: 40px;
}
.mf-item i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 24px;
    color: #012483;
}
.mf-content h3 {
    font-family: 'SF UI Display', sans-serif;
    margin-bottom: 0.75em;
}
.mf-content p {
    margin-bottom: 0;
}

.section-bg.fs-bg {
    background-color: #fafbfd;
    overflow: hidden;
}
.section-bg.fs-bg::before, .section-bg.fs-bg::after {
    content: '';
    position: absolute;
    filter: blur(300px);
    width: 400px;
    height: 300px;
	opacity: 0.9;
}
.section-bg.fs-bg::before {
	background: #012483;
    left: 5%;
    top: 25%;
	animation: move1 5s infinite linear alternate;
	
}
.section-bg.fs-bg::after {
    background: #fc025b;
    right: 5%;
    bottom: 25%;
	animation: move2 4s infinite linear alternate;
}

@keyframes move1 {
	0%   { top: 20%; left: 5%; }
	20%  { top: 25%; left: 25%; }
	40%  { top: 25%; left: 45%; }
	60%  { top: 30%; left: 65%; }
	80%  { top: 50%; left: 85%; }
	100% { top: 70%; left: 65%; }
}
@keyframes move2 {
	0%   { bottom: 20%; right: 5%; }
	20%  { bottom: 25%; right: 25%; }
	40%  { bottom: 25%; right: 45%; }
	60%  { bottom: 30%; right: 65%; }
	80%  { bottom: 50%; right: 85%; }
	100% { bottom: 70%; right: 65%; }
}

.slider {
    position: relative;
}
.slider-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    touch-action: pan-y;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.slides {
    display: flex;
    position: relative;
    top: 0;
    left: -100%;
    margin: 0;
    padding: 0;
    list-style: none;
    user-select: none;
    touch-action: pan-y; 
}
.slides.shifting {
    transition: left 0.2s ease-out;
}
.slides.dragging {
    pointer-events: none;
}
.slide {
    flex: 1;
    height: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 2px;
}
.slider .control {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    border: none;
}
.slider .control i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 37px;
    line-height: 30px;
    width: 40px;
    text-align: center;
    color: #939597;
    font-weight: 400;
}
.slider-prev {
    left: -20px;
}
.slider-next {
    right: -20px;
}
/* .slider-prev:active,
.slider-next:active {
    transform: scale(0.95);
} */
.slider-dots {
  	text-align: center;
	margin-top: 10px
}
.slider-dots span {
    display: inline-block;
    width: 15px;
    height: 5px;
    border-radius: 10px;
    background-color: #012482;
    margin: 10px 4px;
    cursor: pointer;
    opacity: .25;
    transition: .3s all ease-in-out;
}
.slider-dots span.active {
  	opacity: .75;
    width: 30px;
}

.rezi-cta {
    width: 100%;
}
.rcta-container {
    padding: 60px 80px;
    background: #012483;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: radial-gradient(900px 400px at bottom right, #fc2e77, #012482);
    margin: 0 -80px;
}
.rcta-text * {
    margin-bottom: 0;
    color: #fff;
}
.rcta-text h2 {
    font-size: 1.75rem;
    line-height: 1.4em;
}
.rcta-button .button {
    background: #fff;
    border-color: #fff;
    color: var(--bb-headings-color);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "SF UI Display", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 12px 30px;
    box-shadow: 2px 2px 40px rgb(0 12 45 / 30%);
    transition: .3s all ease-in-out;
}
.rcta-button .button:hover {
    box-shadow: none;
}



/* PMP Pro Membership -------------------------------------------------------------------------- */
.pmpro-login article#post-380 {
    width: 100%;
    max-width: 350px;
    padding: 30px;
    border: 1px solid #eaeaea;
    background: #fff;
    margin: 30px auto 30px auto;
    border-radius: 10px;
}
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
form.pmpro_form label, #loginform label {
    font-weight: 500;
}
.pmpro_actions_nav {
    margin-bottom: 0;
    text-align: left;
}
.pmpro_login_wrap, .pmpro_lost_password_wrap, .pmpro_reset_password_wrap {
    margin-bottom: 0;
}

form.pmpro_form {
    display: flex;
    flex-wrap: wrap;
}
form.pmpro_form #pmpro_message{
    width: 100%;
}
form.pmpro_form #pmpro_pricing_fields {
    width: 45%;
    padding-right: 5%;
    padding-top: 10px;
    max-height: 300px;
}
.logged-in form.pmpro_form #pmpro_pricing_fields{
    max-height: 80px;
}
form.pmpro_form #pmpro_user_fields {
    width: 55%;
    padding: 10px 30px 0px 30px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #eaeaea;
    border-bottom: none;
}
form.pmpro_form #pmpro_user_fields > hr, 
.logged-in form.pmpro_form #pmpro_billing_address_fields > hr {
    display: none;
}
.logged-in form.pmpro_form #pmpro_account_loggedin{
    width: 55%;
}
.logged-in form.pmpro_form #pmpro_billing_address_fields {
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
}
form.pmpro_form #pmpro_tos_fields, 
form.pmpro_form #pmpro_billing_address_fields, 
form.pmpro_form #pmpro_payment_information_fields {
    width: 55%;
    margin-left: 45%;
    padding: 0 30px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom: 0;
}
form.pmpro_form .pmpro_submit {
    width: 55%;
    margin-left: 45%;
    padding: 0 30px 0px 30px;
    background: #fff;
    margin-top: 0 !important;
    border: 1px solid #eaeaea;
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
}
#pmpro_user_fields .pmpro_checkout-fields, #pmpro_billing_address_fields .pmpro_checkout-fields {
    display: flex;
    flex-wrap: wrap;
}
.pmpro_checkout-field{
    position: relative;
}
.pmpro_checkout-field.pmpro_checkout-field-username,
.pmpro_checkout-field.pmpro_checkout-field-baddress1,
.pmpro_checkout-field.pmpro_checkout-field-baddress2{
    width: 100%;
}
.pmpro_checkout-field.pmpro_checkout-field-password,
.pmpro_checkout-field.pmpro_checkout-field-bemail, 
.pmpro_checkout-field.pmpro_checkout-field-bfirstname,
.pmpro_checkout-field.pmpro_checkout-field-bcountry {
    width: 50%;
    padding-right: 15px;
}
.pmpro_checkout-field.pmpro_checkout-field-password2,
.pmpro_checkout-field.pmpro_checkout-field-bconfirmemail,
.pmpro_checkout-field.pmpro_checkout-field-blastname,
.pmpro_checkout-field.pmpro_checkout-field-bphone {
    width: 50%;
    padding-left: 15px;
}
.pmpro_checkout-field.pmpro_checkout-field-bcity {
    width: 33.33%;
    padding-right: 17px;
}
.pmpro_checkout-field.pmpro_checkout-field-bstate {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
}
.pmpro_checkout-field.pmpro_checkout-field-bzipcode {
    width: 33.33%;
    padding-left: 17px;
}
.pmpro_asterisk {
    position: absolute;
    right: 5px;
    opacity: 0.5;
}
.pmpro_checkout-field.pmpro_checkout-field-password .pmpro_asterisk,
.pmpro_checkout-field.pmpro_checkout-field-bemail .pmpro_asterisk,
.pmpro_checkout-field.pmpro_checkout-field-bfirstname .pmpro_asterisk,
.pmpro_checkout-field.pmpro_checkout-field-bcountry .pmpro_asterisk {
    right: 20px;
}
.pmpro_checkout-field.pmpro_checkout-field-bcity .pmpro_asterisk {
    right: 22px;
}
.pmpro_checkout-field.pmpro_checkout-field-bstate .pmpro_asterisk {
    right: 18px;
}

#pmpro_account #pmpro_account-profile .pmpro_actionlinks, 
#pmpro_account #pmpro_account-membership .pmpro_account-membership-levelname .pmpro_actionlinks,
#pmpro_account #pmpro_account-invoices {
    display: none;
}


.field_specializari-dorite .checkbox-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field_specializari-dorite .checkbox-options .bp-checkbox-wrap {
    width: 48%;
}


.woocommerce form.checkout_coupon .form-row-last{
    width: 200px;
}
.woocommerce form.checkout_coupon .form-row-first{
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
.woocommerce-privacy-policy-text {
    font-size: 14px;
    line-height: 1.5em;
}

.active-subscription-checkout-alert {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
    border: 1px solid #E7E9EC;
    border-radius: 4px;
    margin-bottom: 20px;
}
.active-subscription-icon {
    height: 60px;
    display: flex;
    background: #ffba00;
    width: 60px;
    align-items: center;
    justify-content: center;
}
.active-subscription-icon i {
    color: #fff;
    font-size: 25px;
    vertical-align:middle;
}
.active-subscription-content {
    display: flex;
    width: 92%;
    justify-content: space-between;
    width: calc(100% - 60px);
    padding: 0 20px;
    flex-wrap: nowrap;
    align-items: center;
}

.cookie-notice {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}
.cookie-notice-container {
    padding: 25px;
    text-align: left;
    border: 1px solid #eaeaea;
    box-shadow: 3px 8px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff;
    max-width: 500px;
}
.cookie-notice-text {
    margin-bottom: 1em;
    font-size: 0.9rem;
    line-height: 1.4em;
}
.cookie-notice-text span{
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.bb-template-v2 .bb-footer .widget {
    padding: 0;
}

.spam-verification .wpcf7-quiz-label {
    display: inline-block;
    vertical-align: middle;
}
.spam-verification .wpcf7-form-control.wpcf7-quiz {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    width: 150px;
    margin-left: 15px; 
}
.wpcf7-form-control.wpcf7-acceptance input{
    width: auto;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{
    margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 0;
    border-radius: 5px;
    padding: 0.5em 1em;
    border: 2px solid #00a0d2;
}
aside.bp-feedback.bp-messages.bp-template-notice {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 100%;
    max-width: 320px;
}


.contact-page-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.contact-page-column-left {
    width: 45%;
    padding-right: 5%;
}
.contact-page-column-right {
    width: 55%;
    padding: 30px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.contact-page-info-section:first-of-type {
    margin-top: 30px;
}


.drrezi-beta-popup-window {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background: rgb(0 46 78 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.drrezi-beta-popup-window.show-to-user{
    opacity: 1;
    visibility: visible;
}
.drrezi-beta-popup-container {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    margin: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.beta-popup-close-btn {
    position: absolute;
    right: 40px;
    top: 40px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 99;
}
.beta-popup-close-btn i {
    font-size: 20px;
    line-height: 1em;
    border: 1px solid #bfbfbf;
    border-radius: 30px;
    display: inline-block;
}
.beta-popup-content {
    margin-right: 25px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.beta-popup-col {
    width: 50%;
    width: calc(50% - 30px);
}
.beta-popup-title {
    font-size: 27px;
    font-weight: 500;
    color: #122B46;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.beta-popup-title span {
    background: #ffc107;
    font-size: 17px;
    padding: 0px 8px;
    margin-left: 4px;
    border-radius: 4px;
    color: #fff;
}
.beta-popup-subtitle {
    margin-bottom: 25px;
}
.beta-popup-code span {
    border: 1px solid #ff005c;
    color: #ff005c;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.2em;
    margin: 5px 0;
}
.beta-popup-buttons{
    text-align: right;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}
.beta-popup-buttons a.outline, .beta-popup-buttons a.outline:hover{
    background: #fff;
    color: inherit;
}
img.beta-popup-img-back {
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 340px;
    z-index: 0;
    opacity: 0.2;
}


.restricted-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85vh;
}
.restricted-content-inner {
    padding: 50px 25px;
    width: 100%;
    max-width: 600px;
    text-align: center;
}
.restricted-content .oops {
    font-size: 5rem;
    line-height: 1.2em;
    font-weight: 800;
    color: #c8d0e4;
    margin-bottom: 0.5em;
}
.restricted-content h2 {
    font-size: 2rem;
}


@media (min-width: 600px){
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 15px);
    }
}

@media (min-width: 1181px) and (max-width: 1400px){
    .premium-plan-btn {
        position: relative;
        top: auto;
        bottom: auto;
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}

.disabled-by-selected {
    pointer-events: none;
}

@media (max-width: 1400px){
    .hp-hero {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .buddypanel-open .hp-feature-card {
        width: 48.5%;
        width: calc(50% - 8px);
    }
    .buddypanel-open .hp-feature-text {
        max-height: 135px;
    }
    .buddypanel-open .hp-feature-card:nth-child(4) {
        margin-bottom: 15px;
    }
    .buddypanel-open .plans-section-columns {
        justify-content: space-around;
    }
    .buddypanel-open .plans-section-column {
        width: 47.5%;
        width: calc(50% - 60px);
        margin-bottom: 50px;
    }
    .buddypanel-open .plans-section-column:last-child {
        margin-bottom: 0;
    }
    .buddypanel-open .mf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1180px){
    .hp-highlights-title {
        width: 200px;
    }
    .hp-highlights-items {
        width: calc(100% - 200px);
        padding-left: 45px;
    }
    .buddypanel-open .hp-highlights-item {
        max-width: 165px;
    }
    .hp-feature-card {
        width: 48.5%;
        width: calc(50% - 8px);
    }
    .hp-feature-text {
        max-height: 135px;
    }
    .hp-feature-card:nth-child(4) {
        margin-bottom: 15px;
    }
    .subs-premium-plan {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #E7E9EC;;
    }
    .subs-premium-plan::after {
        content: none;
    }
    .subs-premium-plan:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .about-team-row {
        grid-template-columns: repeat(3, 1fr);
    }
    .buddypanel-open .rfc-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .buddypanel-open .rf-card.special1, .buddypanel-open .rf-card.special2 {
        grid-row: auto;
        grid-column: auto;
    }
    .mf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1080px){
    .hp-hero-container {
        padding: 50px;
    }
    .blog-chart-cols2 .blog-chart:first-child,
    .blog-chart-cols2 .blog-chart:last-child {
        width: 100%;
    }
    .blog-chart {
        position: relative;
        overflow-x: auto;
        margin-bottom: 1.5rem;
    }
    .blog-chart > .big {
        width: 100%;
        min-width: 600px;
    }
}

@media (max-width: 1000px){
    .hp-highlights {
        padding-left: 50px;
        padding-right: 50px;
    }
    .hp-highlights-title {
        width: 100%;
        border-right: none;
        margin-bottom: 10px;
    }
    .hp-highlights-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 2px;
        background: #ed0056;
    }
    .hp-highlights-items {
        width: 100%;
        padding-left: 0;
    }
    .hp-qt-content, .hp-qt-left, .faq-section-content {
        width: 100%;
    }
    .hp-qt-left .hp-qt-action{
        display: none;
    }
    .hp-qt-container > .hp-qt-action {
        display: block;
    }
    .hp-quicktest h2 {
        margin-bottom: 1em;
    }
    .hp-qt-label {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        max-width: 100%;
        opacity: 0.15;
    }
    .hp-qt-points {
        float: right;
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .subs-plan-free{
        width: 100%;
        padding-top: 0;
    }
    .subs-plan-premium  {
        width: 100%;
    }
    .subs-plan-premium-options{
        border-radius: 0;
    }
    .faq-section-header {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .about-mvp-left, .about-mvp-right {
        width: 100%;
    }
    .rfc-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .rf-card.special1, .rf-card.special2 {
        grid-row: auto;
        grid-column: auto;
    }
    .rcta-container {
        margin: 0;
        justify-content: center;
        text-align: center;
    }
    .rcta-button {
        margin-top: 30px;
    }

    .hp-blog .latest-post-item {
        width: 100%;
    }
    
    .hp-blog .post-title a {
        height: auto;
        line-clamp: initial;
        -webkit-line-clamp: initial;
    }
    .hp-blog .post-excerpt {
        min-height: auto;
    }

    form.pmpro_form #pmpro_pricing_fields {
        width: 100%;
        padding-right: 0;
        padding-top: 10px;
        max-height: inherit;
        padding-bottom: 10px;
    }
    form.pmpro_form #pmpro_user_fields, 
    form.pmpro_form #pmpro_tos_fields, 
    form.pmpro_form #pmpro_billing_address_fields, 
    form.pmpro_form #pmpro_payment_information_fields,
    form.pmpro_form .pmpro_submit {
        width: 100%;
        margin-left: 0;
    }
    form.pmpro_form input[type=text].input, 
    form.pmpro_form input[type=password].input, 
    .pmpro_login_wrap form#loginform input[type=text].input, 
    .pmpro_login_wrap form#loginform input[type=password].input{
        width: 100% !important;
    }
    .plans-section-column {
        width: calc(50% - 20px);
    }
}

@media (max-width: 800px){
    .hp-highlights-items {
        flex-wrap: wrap;
        justify-content: normal;
    }
    .hp-highlights-item {
        max-width: 100%;
        padding: 6px 30px 6px 0px;
    }
    .hp-highlights-item span {
        font-size: 1.1rem;
    }
    .hp-highlights-item i {
        font-size: 18px;
        width: 18px;
        height: 21px;
        line-height: 1.3em;
    }

    .hp-features-title h2{
        max-width: 90%;
    }
    .footer-bottom-right {
        padding-left: 0;
    }
    .contact-page-column-left,
    .contact-page-column-right{
        width: 100%;
    }
    .about-team-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-p-item {
        width: 100%;
        margin-bottom: 25px;
    }
    .about-p-item:last-child {
        margin-bottom: 0;
    }
    .about-mvp-right h3 {
        font-size: 1.4rem
    }
    .about-motto {
        padding: 27px;
    }
}

@media (max-width: 600px){
    .page-top {
        flex-direction: column-reverse;
    }
    .pt-content {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .pt-image img {
        width: 275px;
    }
    .pt-text::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .hp-hero-container {
        padding: 40px;
    }
    .hp-hero-content {
        min-width: 100%;
    }
    .hp-hero-content h1, .pt-content h1 {
        font-size: 2rem;
    }
    .hp-hero-content p {
        font-size: 1.1rem;
    }
    .hp-features-title h2, .hp-quicktest h2, .faq-section-header h2, h2.section-title {
        font-size: 1.75rem;
    }
    .hp-feature-card {
        width: 100%;
    }
    .hp-feature-card:nth-child(5) {
        margin-bottom: 15px;
    }
    .mf-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .rf-card {
        padding: 30px;
    }
    .rf-card.special2 {
        padding: 28px;
    }
    .rcta-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .slider-wrapper {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    }
    .slider .control {
        width: 35px;
        height: 35px;
    }
    .slider .control i {
        font-size: 30px;
    }
    .slider-prev {
        left: -10px;
    }
    .slider-next {
        right: -10px;
    }

    .pmpro_checkout-field.pmpro_checkout-field-password, 
    .pmpro_checkout-field.pmpro_checkout-field-bemail, 
    .pmpro_checkout-field.pmpro_checkout-field-bfirstname, 
    .pmpro_checkout-field.pmpro_checkout-field-bcountry,
    .pmpro_checkout-field.pmpro_checkout-field-password2, 
    .pmpro_checkout-field.pmpro_checkout-field-bconfirmemail, 
    .pmpro_checkout-field.pmpro_checkout-field-blastname, 
    .pmpro_checkout-field.pmpro_checkout-field-bphone,
    .pmpro_checkout-field.pmpro_checkout-field-bcity,
    .pmpro_checkout-field.pmpro_checkout-field-bstate,
    .pmpro_checkout-field.pmpro_checkout-field-bzipcode {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .pmpro_checkout-field.pmpro_checkout-field-password .pmpro_asterisk, 
    .pmpro_checkout-field.pmpro_checkout-field-bemail .pmpro_asterisk, 
    .pmpro_checkout-field.pmpro_checkout-field-bfirstname .pmpro_asterisk, 
    .pmpro_checkout-field.pmpro_checkout-field-bcountry .pmpro_asterisk,
    .pmpro_checkout-field.pmpro_checkout-field-bcity .pmpro_asterisk,
    .pmpro_checkout-field.pmpro_checkout-field-bstate .pmpro_asterisk {
        right: 5px;
    }

    .cookie-notice  {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .cookie-notice-container {
        max-width: 100%;
    }

    .beta-popup-col {
        width: 100%;
    }
    .beta-popup-col:first-child{
        margin-bottom: 30px;
    }
    .beta-popup-col ul{
        margin-bottom: 0;
    }
    .beta-popup-col-button{
        margin-top: 25px;
    }
}

@media (max-width: 480px){
    .hp-highlights {
        padding-left: 40px;
        padding-right: 40px;
    }
    .hp-feature-card{
        width: 100%;
    }
    .hp-feature-card:nth-child(n+4),
    .hp-feature-card:nth-child(n+5){
        margin-bottom: 30px;
    }
    .hp-feature-card:last-child{
        margin-bottom: 0;
    }
    .hp-features-cta .button {
        display: block;
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .hp-features-cta .button.outline {
        margin-top: 15px;
    }
    .hp-qt-label {
        font-size: 3rem;
    }
    .faq-controls, .faq-item{
        padding-left: 0;
        padding-right: 0;
    }
    .about-team-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .rf-card-top {
        align-items: start;
    }
    .rf-card-top img {
        width: 45px;
    }


    .blog-highlight .button {
        display: block;
        margin-bottom: 5px;
    }

    .drrezi-beta-popup-container{
        padding: 30px;
        margin: 25px;
    }
    .beta-popup-close-btn {
        right: 30px;
        top: 30px;
    }
    .beta-popup-content {
        margin-right: 0;
    }
    .beta-popup-title {
        font-size: 24px;
    }
    .beta-popup-title strong {
        font-size: 18px;
    }
    .beta-popup-title span{
        font-size: 15px;
    }
}