.custom-badge {
    line-height: 2;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
}
* + .custom-badge {
    margin-left: 10px;
}

.custom-badge.green {
    color: #fff;
    background-color: #92b4a7;
}

.custom-badge.black {
    color: #fff;
    background-color: #222;
}
.btn:focus,
.btn:active,
.btn:hover {
    outline: 0px !important;
    box-shadow: none !important;
}

.btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 9px 16px;
}
.btn-md {
    padding: 13px 22px;
}
.btn-lg {
    padding: 13px 36px;
}

.btn-primary {
    border-radius: 30px;
    border-color: #eab464;
    background-color: #eab464;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #c18733 !important;
    background-color: #c18733 !important;
}
.btn-secondary {
    border-radius: 30px;
    border-color: #222222;
    background-color: #222222;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    border-color: #565656 !important;
    background-color: #565656 !important;
}
.btn-secondary-outline {
    border-radius: 30px;
    color: #000 !important;
    border: solid 2px #000;
    background-color: #fff !important;
}
.btn-secondary-outline:hover {
    border-radius: 30px;
    color: #ffffff !important;
    background-color: #000000 !important;
}

.btn-transparent {
    border-radius: 30px;
    color: #000 !important;
    border: solid 2px transparent;
    background-color: transparent !important;
}
.btn-transparent:hover {
    color: #eab464 !important;
}

.btn-white:hover{
    background-color: black;
    color: white;
}/*
 * Service card
 */
 .service-card {
    width: 100%;
    text-align: center;
    padding: 30px;
    border-radius: 24px;
    background-color: #f5f5f5;
}
.service-card-image {
    margin-bottom: 25px;
}
.service-card-image {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
}
.service-card-title {
    margin: 0px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
}

/*
 * Platform card
 */
.platform-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    text-align: center;
    border-radius: 24px;
    background-color: #e4ddd5;
}
.platform-card-heading {
    margin-top: 45px;
}
.platform-card-pretitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 40px;
}
.platform-card-pretitle img {
    margin-right: 10px;
}
.platform-card-title {
    padding: 0px 20px;
}
.platform-card .btn {
    margin: 0px auto;
}
.platform-card-description {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.platform-card-design-2 {
    background-color: #e9f0ed;
}
.platform-card-design-2 .platform-card-image {
    max-width: 90%;
    display: block;
    margin: auto auto 0px;
}

/*
 * Statistics Card
 */
.statistic-card {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.statistic-card-title {
    color: #222;
    font-size: 96px;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 0px;
    letter-spacing: -5px;
}
.statistic-card-description {
    font-size: 16px;
    line-height: 22px;
    margin: 0px auto;
    max-width: 230px;
}

/*
 * Feature card
 */
.feature-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 25px;
    border-radius: 18px;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.feature-card:hover {
    box-shadow: 0px 10px 24px rgba(34, 34, 34, 0.1);
}
.feature-card-title {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    width: 100%;
    margin-bottom: 12px;
}
.feature-card-description {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}
.feature-card-footer {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 40px;
}
.feature-card-arrow {
    width: 36px;
    height: 36px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.3s ease-out;
}
.feature-card:hover .feature-card-arrow {
    color: #fff;
    background-color: #222;
}
.feature-card-icon {
    color: #222;
    line-height: 1;
    font-size: 36px;
}

/*
 * Trusted by
 */

.trusted-by-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 17px;
    padding: 38px 38px 30px;
    background-color: #fff;
}
.trusted-by-card-stars {
    color: #5e8677;
    margin-bottom: 20px;
}
.trusted-by-card > p {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.trusted-by-card-author {
    display: flex;
    align-items: center;
    margin-top: auto;
}
.trusted-by-card-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}
.trusted-by-card-author img.trusted-by-card-logo {
    width: 50%;
    height: auto;
    min-width: 190px;
    border-radius: 0px;
}
.trusted-by-card-author p {
    margin: 0px;
}
.trusted-by-card-author-name {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.trusted-by-card-author-job {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 16px;
}

@media screen and (max-width: 768px) {
    /*
    * Service card
    */
    .service-card {
        padding: 20px;
    }
    .service-card-image {
        width: 77px;
        height: 77px;
        margin-bottom: 15px;
    }
    .service-card-title {
        font-size: 13px;
    }

    /*
     * Platform card
     */
    .platform-card {
        height: auto;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .platform-card-heading {
        margin-top: 15px;
    }
    .platform-card-pretitle {
        margin-bottom: 30px;
    }
    .platform-card-pretitle img {
        width: 32px;
    }
    .platform-card-description {
        max-width: 90%;
        margin-bottom: 20px;
    }
    .platform-card .btn {
        margin-bottom: 15px;
    }

    /*
    * Statistics Card
    */
    .statistic-card-title {
        font-size: 48px;
        margin-bottom: 3px;
    }
    .statistic-card-description {
        font-size: 13px;
        line-height: 18px;
    }

    /*
     * Feature card
     */
    .feature-card {
        padding: 22px 25px;
        margin-bottom: 25px;
    }
    .feature-card-footer {
        margin-top: 0px;
        margin-bottom: 10px;
        align-items: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .feature-card-arrow {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .feature-card-icon {
        font-size: 32px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .feature-card-title {
        font-size: 20px;
        margin-bottom: 8px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .feature-card-description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    /*
     * Trusted by
     */
    .trusted-by-card {
        padding: 25px;
    }
    .trusted-by-card > p {
        font-size: 14px;
        line-height: 20px;
    }
    .trusted-by-card-author img {
        width: 47px;
        height: 47px;
    }
    .trusted-by-card-author-job {
        font-size: 13px;
    }
}
input[type="radio"] {
    display: none;
}

.form-control {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: none !important;

    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}
.form-control:focus {
    box-shadow: none;
    border-color: #222 !important;
}

textarea.form-control {
    height: 100px;
    border-radius: 20px;
}

.form-control-lg {
    padding: 20px;
}

.form-control-wrapper {
    width: 100%;
    position: relative;
}
.form-control-wrapper-select::after {
    top: 5px;
    right: 26px;
    bottom: 0px;
    z-index: 1;
    font-size: 1.2em;
    margin: auto 0px;
    content: "\f107";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
}
.form-control-wrapper-icon > input,
.form-control-wrapper-icon > select {
    padding-left: 45px;
}
.form-control-icon {
    top: 0px;
    left: 20px;
    bottom: 0px;
    font-size: 1.2em;
    z-index: 1;
    margin: auto 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-label {
    color: #222;
    font-size: 16px;
    line-height: 27px;
}
.form-label.required::after {
    content: "*";
    color: #eab464;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-group .form-label {
    left: 22px;
    z-index: 1;
    margin: 0px;
    position: absolute;
    pointer-events: none;
}
.form-group .form-label {
    top: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 22px;
}

.form-control.is-invalid {
    background-image: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
}

.wpcf7-form-control-wrap + br {
    display: none;
}

.custom-radio::before {
    content: "";
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
}
.wpcf7-form-control-wrap + .custom-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid 2px #222;
}
.wpcf7-form-control-wrap + .custom-radio.active::before {
    background-color: #222;
}
.form-check p {
    margin: 0px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .form-control-lg {
        padding: 15px 20px;
    }

    select.form-control {
        line-height: 1.6;
    }

    .form-group .form-label {
        top: 14px;
    }

    .form-label {
        line-height: 22px;
    }
}
/*
 * Main Navbar
 */
.main-navbar {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: absolute;
  padding: 20px 0px;
}
.main-navbar-row {
  align-items: center;
}
.main-navbar-logo {
  width: 125px;
}
.main-navbar-logo img {
  width: 100%;
}
.main-navbar-logo-column {
  margin-right: auto;
}

.main-navbar-actions {
  display: flex;
  align-items: center;
}
.main-navbar-actions > * {
  margin-left: 20px;
}

.main-navbar-link {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
}
.main-navbar-link i {
  font-size: 26px;
  margin-top: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.main-navbar-link:hover {
  color: #222;
}
.main-navbar-link:hover span {
  text-decoration: underline;
}

/*
 * Groomers navbar
 */
.groomers-pre-navbar {
  padding: 5px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.groomers-pre-navbar a {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}
.groomers-pre-navbar a:hover span {
  color: #c18733;
}
.groomers-pre-navbar a i {
  margin-right: 3px;
}
.groomers-navbar {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}
.groomers-navbar-wrapper {
  position: relative;
  z-index: 999;
}
.groomers-navbar-wrapper::after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--groomers-navbar-height, 88px);
  opacity: 0;
  z-index: 998;
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.62);
  transition:
    opacity 0.12s linear,
    visibility 0.12s linear;
}
.groomers-navbar-wrapper.menu-open::after {
  opacity: 1;
  visibility: visible;
}
.groomers-navbar.fixed {
  position: fixed;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}
.groomers-navbar-links {
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 6px;
}
.groomers-navbar-links-items {
  width: 100%;
}
.groomers-navbar-links-buttons {
  width: 100%;
  margin-top: auto !important;
}
.groomers-navbar-links .btn {
  width: 100%;
}
.groomers-navbar-links .btn:first-child {
  margin-top: 15px;
}
.groomers-navbar-link {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.groomers-navbar-link:hover {
  color: #222;
}
.groomers-navbar-link.dropdown {
  cursor: default;
}
.groomers-navbar-link:not(:last-child) {
  margin-right: 24px;
}
.groomers-navbar-dropdown {
  top: 100%;
  left: -150px;
  width: 1280px;
  z-index: 100;
  display: none;
  padding-top: 20px;
  position: absolute;
}

.subtitle-inside-navbar {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 12px;
}

.groomers-navbar-dropdown-body {
  width: 100%;
  color: #222;
  border-radius: 18px;
  background-color: #fff;
  padding: 40px 20px 40px 20px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
.groomers-navbar-dropdown-body > .row > [class^="col"] {
  padding-left: 35px;
  padding-right: 35px;
}
.groomers-navbar-dropdown-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.16;
  margin-top: 0px;
  padding-right: 40px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #222 !important;
}
.groomers-navbar-dropdown-right .groomers-navbar-dropdown-title {
  font-size: 18px;
}
.groomers-navbar-dropdown-title i {
  right: 0px;
  position: relative;
  margin-left: 12px;
  transition: all 0.2s ease-out;
}
.groomers-navbar-dropdown-title:hover i {
  right: -5px;
}
.groomers-navbar-dropdown-divider {
  border-right: solid 1px #dbdad7;
}
.groomers-navbar-dropdonw-banner {
  width: 100%;
  border-radius: 16px;
}
.groomers-navbar-dropdown-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.groomers-navbar-dropdown-link-list a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.groomers-navbar-dropdown-link-list a:not(:last-child) {
  margin-bottom: 10px;
}
.groomers-navbar-dropdown-link-list a i {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  display: flex;
  width: 18px;
  height: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  vertical-align: middle;
}

.groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg {
  display: flex;
  width: 20px;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
}

.groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.groomers-navbar-dropdown-card {
  padding: 20px;
  border-radius: 16px;
  text-decoration: none;
  color: #222 !important;
  background-color: #faefdf;
}
.groomers-navbar-dropdown-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.groomers-navbar-dropdown-card-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.groomers-navbar-dropdown-card-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0px;
  position: relative;
  padding-right: 13px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.groomers-navbar-dropdown-card-link i {
  top: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 18px;
  position: absolute;
  vertical-align: middle;
}
.groomers-navbar-dropdown-card:hover .groomers-navbar-dropdown-card-link {
  padding-right: 16px;
}
.groomers-navbar-row {
  align-items: center;
}
.groomers-navbar-logo {
  width: 125px;
}
.groomers-navbar-logo img {
  width: 100%;
}
.groomers-navbar-actions {
  margin-left: auto;
}

.groomers-navbar-actions {
  display: flex;
  align-items: center;
}
.groomers-navbar-actions > *:not(:first-child) {
  margin-left: 20px;
}
.groomers-navbar-action {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}
.groomers-navbar-action i {
  font-size: 26px;
  margin-top: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.groomers-navbar-action:hover {
  color: #222;
}
.groomers-navbar-action:hover span {
  text-decoration: underline;
}

.groomers-navbar-toggle {
  padding-left: 0px !important;
}
.groomers-navbar-toggler {
  width: 20px;
  height: 16px;
  margin-top: 5px;
  position: relative;
}
.groomers-navbar-toggler span {
  left: 0px;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #222;
  transition: all 0.2s ease-out;
}
.groomers-navbar-toggler span:first-child {
  top: 0px;
}
.groomers-navbar-toggler.active span:first-child {
  top: 7px;
  transform: rotate(-45deg);
}
.groomers-navbar-toggler span:nth-child(2) {
  top: 7px;
}
.groomers-navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}
.groomers-navbar-toggler span:last-child {
  bottom: 0px;
}
.groomers-navbar-toggler.active span:last-child {
  bottom: 7px;
  transform: rotate(45deg);
}

/* 
* solutions
*/
.solutions-navbar-dropdown {
  width: 1140px;
  left: -190px;
  top: 100%;
  z-index: 100;
  display: none;
  padding-top: 20px;
  position: absolute;
}
.solutions-navbar-dropdown-body {
  padding: 60px 60px 20px 60px;
}
.solutions-navbar-dropdown-link-list {
  display: flex;
  justify-content: space-between;
}
.solutions-navbar-dropdown-link-item {
  display: flex;
  margin-bottom: 40px;
}
.solutions-navbar-dropdown-link-item:nth-child(even) {
  margin-right: -30px;
}
.solutions-navbar-dropdown-link-list a {
  margin-bottom: 40px !important;
}
.solutions-navbar-dropdown-link-list a i {
  margin-right: 0px;
}
.solutions-navbar-dropdown-link-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
}
.solutions-navbar-dropdown-link-description {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding-right: 30px;
}
.solutions-navbar-dropdown-link-list span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.89;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 12px;
  display: inline-block;
  background-color: #92b4a7;
}

.deactivated {
  cursor: default;
}

/* 
* company
*/
.company-navbar-dropdown {
  width: 1350px;
  left: -590px;
  top: 100%;
  z-index: 100;
  display: none;
  padding-top: 20px;
  position: absolute;
}
.company-navbar-dropdown-body {
  padding: 50px 50px 40px 50px;
}
.company-navbar-dropdown-link-list {
  display: flex;
  justify-content: space-between;
}
.company-navbar-dropdown-link-item {
  display: flex;
  margin-bottom: 40px;
}
.company-navbar-dropdown-link-list a i {
  margin-right: 0px;
}
.company-navbar-dropdown-link-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
}
.company-navbar-dropdown-link-description {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.company-tag-a {
  margin-bottom: 0 !important;
  background: black;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.company-navbar-dropdown-link-list span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.89;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 12px;
  display: inline-block;
  background-color: #92b4a7;
}

.tag-contact-us {
  padding: 16px;
}

.company-navbar-contact-card {
  border-radius: 14px;
  background: #f8f5f1;
  min-height: 60px;
}

/* 
* resources
*/
.resources-navbar-dropdown {
  width: 1180px;
  left: -620px;
  top: 100%;
  z-index: 100;
  display: none;
  padding-top: 20px;
  position: absolute;
}
.resources-navbar-dropdown-body {
  padding: 60px 60px 20px 60px;
}
.resources-navbar-dropdown-link-list {
  display: flex;
  justify-content: space-between;
}
.resources-navbar-dropdown-link-item {
  display: flex;
  margin-bottom: 40px;
}
.resources-navbar-dropdown-link-list a {
  margin-bottom: 40px !important;
}
.resources-navbar-dropdown-link-list a i {
  margin-right: 0px;
}
.resources-navbar-dropdown-link-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
}
.resources-navbar-dropdown-link-description {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.resources-tag-a {
  margin-bottom: 0 !important;
  background: black;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}
.resources-navbar-dropdown-link-list span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.89;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 12px;
  display: inline-block;
  background-color: #92b4a7;
}

@media screen and (min-width: 992px) {
  .groomers-navbar-link.mega-fullwidth-trigger {
    position: static;
  }

  .mega-fullwidth-dropdown {
    left: 0 !important;
    right: 0;
    top: 100%;
    width: 100% !important;
    padding-top: 0 !important;
    border-top: 1px solid #f1f1f1;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
  }

  .mega-fullwidth-dropdown .groomers-navbar-dropdown-body {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: var(
      --groomers-logo-start,
      var(--groomers-container-start, 48px)
    );
    padding-right: var(--groomers-container-end, 48px);
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }

  .megamenu-features-panel .groomers-navbar-dropdown-link-list {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .megamenu-features-panel
    .groomers-navbar-dropdown-link-list
    > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .megamenu-features-panel > .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .megamenu-features-panel .groomers-navbar-dropdown-link-list a {
    margin-bottom: 14px;
  }

  .megamenu-features-panel .groomers-navbar-dropdown-link-list a:last-child {
    margin-bottom: 0;
  }

  .megamenu-features-panel .subtitle-inside-navbar {
    color: var(--Black, #222);
    max-width: 85%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdad7;
  }

  .megamenu-company-panel {
    padding-bottom: 50px !important;
  }

  .megamenu-company-panel .company-navbar-dropdown-link-list {
    margin: 0;
  }

  .megamenu-solutions-panel .solutions-navbar-dropdown-link-list {
    display: grid;
    width: 100%;
    column-gap: 70px;
    row-gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .megamenu-solutions-panel
    .solutions-navbar-dropdown-link-list
    > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .megamenu-solutions-panel .solutions-navbar-dropdown-link-item {
    margin: 0;
  }

  .megamenu-solutions-panel
    .solutions-navbar-dropdown-link-item:nth-child(even) {
    margin-right: 0;
  }

  .megamenu-solutions-panel .solutions-navbar-dropdown-link-list a {
    margin-bottom: 0 !important;
  }

  .megamenu-resources-panel .resources-navbar-dropdown-link-list {
    display: grid;
    width: 100%;
    column-gap: 70px;
    row-gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .megamenu-resources-panel
    .resources-navbar-dropdown-link-list
    > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .megamenu-resources-panel .resources-navbar-dropdown-link-list a {
    margin-bottom: 0 !important;
  }

  .megamenu-resources-panel .resources-navbar-dropdown-link-title {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .megamenu-resources-panel .resources-navbar-dropdown-link-title span {
    margin-left: 0;
  }

  .groomers-navbar-link:hover .groomers-navbar-dropdown {
    display: block;
  }

  .groomers-navbar-link.open-desktop .groomers-navbar-dropdown {
    display: block;
  }

  .groomers-navbar-link:hover,
  .groomers-navbar-link.active {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1920px) {
  .groomers-navbar-dropdown {
    top: 100%;
    left: -150px;
    width: 1280px;
    z-index: 100;
    display: none;
    padding-top: 15px;
    position: absolute;
  }
  .solutions-navbar-dropdown {
    width: 980px;
    left: -100px;
    top: 100%;
    z-index: 100;
    display: none;
    padding-top: 20px;
    position: absolute;
  }
  .company-navbar-dropdown {
    width: 1380px;
    left: -580px;
    top: 100%;
    z-index: 100;
    display: none;
    padding-top: 20px;
    position: absolute;
  }
  .resources-navbar-dropdown {
    width: 1280px;
    left: -650px;
    top: 100%;
    z-index: 100;
    display: none;
    padding-top: 20px;
    position: absolute;
  }
}

@media screen and (max-width: 1199px) {
  .groomers-navbar-link:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  /*
     * Main navbar
     */
  .main-navbar {
    padding: 8px 0px;
  }
  .main-navbar-logo {
    width: 100px;
  }
  .main-navbar-link-icon {
    font-size: 24px;
  }
  .main-navbar-link-icon span {
    display: none;
  }
  .main-navbar-actions > * {
    margin-left: 12px;
  }
  .main-navbar-actions .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 9.5px;
  }

  /*
     * Groomers navbar
     */
  .groomers-navbar {
    padding: 8px 0px;
  }
  .groomers-navbar-logo {
    width: 100px;
  }
  .groomers-navbar-action-icon {
    font-size: 24px;
  }
  .groomers-navbar-action-icon span {
    font-size: 16px;
  }
  .groomers-navbar-actions {
    padding-left: 0px !important;
  }
  .groomers-navbar-actions > *:first-child {
    margin-left: 0px;
  }
  .groomers-navbar-actions > *:not(:first-child) {
    margin-left: 12px;
  }
  .groomers-navbar-actions .btn {
    display: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 9.5px;
  }
  .groomers-navbar-links-buttons .btn-primary {
    font-size: 18px;
  }
  .company-tag-a {
    font-weight: 500;
    min-width: 110px;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .groomers-navbar-wrapper::after {
    display: none;
  }

  .groomers-pre-navbar {
    display: none;
  }
  .groomers-navbar-links {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 9999;
    position: fixed;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-direction: row;
    background-color: #fff;
    padding: 24px 14px 20px !important;
    padding-left: var(--groomers-logo-start, 14px) !important;
    padding-right: var(--groomers-logo-start, 14px) !important;
  }
  .groomers-navbar-links-items,
  .groomers-navbar-links-buttons {
    margin: 0;
    width: 100%;
    max-width: none;
  }

  .groomers-navbar-links-buttons {
    margin-top: auto !important;
  }
  .groomers-navbar-link {
    width: 100%;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding: 15px 0px;
    border-bottom: solid 1px #dbdad7;
  }
  .groomers-navbar-link.dropdown {
    position: relative;
  }
  .groomers-navbar-link.dropdown > span {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .groomers-navbar-link.dropdown > span::after {
    right: 0px;
    color: #222;
    line-height: 1;
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
  }
  .groomers-navbar-link.dropdown > span {
    padding-right: 24px;
  }

  .groomers-navbar-link.dropdown > span::after {
    top: 50%;
    font-size: 20px;
    width: 20px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 27px;
    transform: translateY(-50%);
  }

  .groomers-navbar-link.dropdown.open > span::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .groomers-navbar-dropdown {
    left: 0px !important;
    width: 100% !important;
    position: static;
  }
  .groomers-navbar-dropdown {
    padding-top: 16px;
  }
  .groomers-navbar-dropdown-body {
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
  }
  .groomers-navbar-dropdown-divider {
    border: none;
  }
  .groomers-navbar-dropdown-link-list {
    margin-top: 0px;
  }
  .groomers-navbar-dropdown-link-list a {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .groomers-navbar-dropdown-link-list a i {
    color: #222;
    text-align: center;
    width: 25px;
    height: 17px;
    flex: 0 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    margin-right: 10px;
  }

  .groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg {
    width: 25px;
    height: 17px;
    flex: 0 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg img {
    width: 22px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg img.w-19 {
    width: 19px;
  }

  .groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg img.w-24 {
    width: 24px;
  }

  .groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg img.w-20 {
    width: 20px;
  }

  .groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg img.w-22 {
    width: 22px;
  }

  .groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg img.w-15 {
    width: 15px;
  }

  .groomers-navbar-dropdown-link-list a i.groomers-navbar-icon-svg img.w-17 {
    width: 17px;
  }

  .megamenu-features-panel .groomers-navbar-dropdown-link-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .megamenu-features-panel
    .groomers-navbar-dropdown-link-list
    > [class*="col-"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }

  .megamenu-features-panel
    .groomers-navbar-dropdown-link-list
    > [class*="col-"]:first-child {
    padding-top: 0;
  }

  .megamenu-features-panel
    .groomers-navbar-dropdown-link-list
    > [class*="col-"]:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .megamenu-features-panel .features-mobile-group-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    pointer-events: auto;
  }

  .megamenu-features-panel .features-mobile-group-toggle::after {
    color: var(--Black, #000);
    content: "\f107";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-family: "Font Awesome 5 Pro";
    transition: transform 0.15s ease-out;
  }

  .megamenu-features-panel
    .groomers-navbar-dropdown-link-list
    > [class*="col-"].open
    .features-mobile-group-toggle::after {
    transform: rotate(180deg);
  }

  .megamenu-features-panel
    .features-mobile-group-toggle.subtitle-inside-navbar {
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: Poppins;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
  }

  .megamenu-features-panel .features-mobile-group-links {
    display: none;
    padding-top: 16px;
    padding-bottom: 6px;
  }

  .megamenu-features-panel .features-mobile-group-links a {
    margin-bottom: 16px;
  }

  .megamenu-features-panel .features-mobile-group-links a:last-child {
    margin-bottom: 0;
  }

  .subtitle-inside-navbar {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .groomers-navbar-dropdown-link-list > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .groomers-navbar-dropdown-body > .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 18px;
  }
  .groomers-navbar-dropdown-title {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .groomers-navbar-dropdown-title i {
    top: 1px;
    margin-left: 5px;
  }
  .groomers-navbar-dropdown-card {
    width: auto;
    display: block;
    max-width: 122%;
    padding: 10px 20px;
    border-radius: 0px;
    margin: 18px -11% 0px;
  }
  .groomers-navbar-dropdown-card [class^="col"]:first-child {
    padding-right: 5px;
  }
  .groomers-navbar-dropdown-card [class^="col"]:last-child {
    padding-left: 10px;
  }
  .groomers-navbar-dropdown-card-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .groomers-navbar-dropdown-card-description {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .groomers-navbar-dropdown-card-link {
    font-size: 14px;
  }

  /* 
    * Solutions dropdown
    */
  .solutions-navbar-dropdown-link-list a {
    align-items: start;
    margin-bottom: 22px !important;
  }
  .solutions-navbar-dropdown-link-list a:last-child {
    margin-bottom: 0px !important;
  }
  .solutions-navbar-dropdown-link-list div:nth-child(2) a:last-child {
    margin-bottom: 0;
  }
  .solutions-navbar-dropdown-link-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 168.75% */
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }

  .solutions-navbar-dropdown-link-description,
  .resources-navbar-dropdown-link-description,
  .company-navbar-dropdown-link-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
  }

  /* 
    * company
    */
  .company-navbar-dropdown-link-list a {
    margin-bottom: 20px !important;
  }
  .company-navbar-dropdown-link-list a:last-child {
    margin-bottom: 0px !important;
  }
  .company-navbar-dropdown-link-list div:nth-child(2) a:last-child {
    margin-bottom: 0;
  }
  .company-navbar-dropdown-link-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 168.75% */
    margin-bottom: 0px;
  }

  .company-navbar-contact-card {
    margin-top: 10px;
    min-height: 0;
  }

  .company-navbar-contact-card .tag-contact-us {
    padding: 14px;
  }

  .resources-navbar-dropdown-link-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 168.75% */
    display: flex;
    align-items: center;
  }

  .resources-navbar-dropdown-link-list a {
    align-items: start;
    margin-bottom: 20px !important;
  }

  .resources-navbar-dropdown-link-list a:last-child {
    margin-bottom: 0px !important;
  }

  .resources-navbar-dropdown-link-title span {
    margin-left: 0;
  }
}

@media screen and (max-width: 1199px) {
  /*
     * Groomers navbar
     */
  .groomers-navbar-links {
    margin-left: 0px;
  }
  .groomers-navbar-dropdown {
    left: -125px;
    width: 900px;
  }
  .solutions-navbar-dropdown {
    width: 650px;
    left: -100px;
  }
}

@media screen and (min-width: 1200px) {
  .groomers-navbar-dropdown-link-list a {
    margin-bottom: 18px;
  }
}
.modal-soon{

}
.modal-soon .modal-dialog{
    width: 90%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.modal-soon .modal-content{
    border: none;
    overflow: hidden;
    border-radius: 22px;
}
.modal-soon .modal-body{
    padding: 0px;
}
.modal-soon-image{
    padding-right: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}
.modal-soon-content{
    padding: 25px 0px 40px 45px !important;
}
.modal-soon-content p{
    line-height: 1.3;
}
.modal-soon-close {
    font-size: 34px;
    text-align: right;
}
.modal-soon-close i{
    right: -30px;
    display: block;
    cursor: pointer;
    position: relative;
}
.modal-soon .form-group{
    margin-bottom: 20px;
}
.modal-soon .btn-submit{
    width: 100%;
}
.modal-soon .wpcf7-spinner{
    display: none !important;
}
.modal-soon .wpcf7-response-output{
    margin: 0px;
    font-size: 16px;
    text-align: center;
    border: none !important;
    padding: 0px 16px !important;
}

@media screen and (min-width: 992px) {
    .modal-soon-content h2{
        line-height: 1;
        font-size: 38px;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 992px){
    .modal-soon-content{
        padding-left: 25px !important;
    }
    .modal-soon-close i{
        right: -20px;
    }
}

@media screen and (max-width: 767px) {
    .modal-soon-image{
        display: none;
    }
    .modal-soon-content{
        text-align: center;
        padding: 25px 45px !important;
    }
    .modal-soon-content p{
        margin-bottom: 28px;
    }
    .modal-soon-close{
        font-size: 24px;
    }
    .modal-soon-close i{
        right: -10px;
    }
}:root,
body {
    color: #222222;
    font-size: 18px;
    line-height: 1.5;

    overflow-x: hidden;
    margin: 0px !important;

    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

html.overflow-hidden,
:root.overflow-hidden,
body.overflow-hidden {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

a {
    display: inline-block;
}

a,
button {
    outline: 0px;
}

p b,
p strong {
    font-weight: 600;
}

p > a {
    color: #c18733;
    font-weight: 600;
    text-decoration: underline;
}
p > a:hover {
    color: #c18733;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.check-list {
    color: #222;
    font-weight: 500;
}
.dark-list {
    color: #fff;
    font-weight: 400;
}

.check-list,
.dark-list {
    font-size: 18px;
    line-height: 26px;
    list-style: none;
    padding-left: 0px;
}
.check-list li,
.dark-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
}
.check-list li::before {
    left: 0px;
    content: "\f058";
    font-weight: 600;
    color: #92b4a7;
    font-size: 20px;
    margin-top: 3px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}
.check-list strong,
.check-list b,
.dark-list strong,
.dark-list b {
    font-weight: 600;
}

.dark-list li {
    border-radius: 6px;
    line-height: inherit;
    display: inline-flex;
    background-color: #222;
    padding: 10px 20px 10px 15px;
}
.dark-list li > i {
    margin-top: 1px;
    margin-right: 10px;
    line-height: inherit;
}

@media screen and (max-width: 768px) {
    :root,
    body {
        font-size: 16px;
    }

    .row > * {
        padding-right: calc(var(--bs-gutter-x) * 0.75);
        padding-left: calc(var(--bs-gutter-x) * 0.75);
    }

    .check-list {
        font-size: 16px;
        line-height: 22px;
        padding-right: 30px;
    }
    .dark-list {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .wpcf7-response-output{
        padding-right: 20px !important;
        padding-left: 20px !important;
        line-height: 1.3;
    }
}h1,
.h1 {
    line-height: 1;
    font-size: 28px;
    font-weight: 600;
}

h2,
.h2 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.16;
}

h3,
.h3 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.16;
}

h4,
.h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

h5,
.h5 {
}

h6,
.h6 {
    color: #eab464;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 6px;
}

.highlight {
    color: #eab464;
}

@media screen and (min-width: 769px) {
    h1,
    .h1 {
        font-size: 58px;
        font-weight: 600;
        line-height: 58px;
        margin-bottom: 25px;
        letter-spacing: -2px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 38px;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 36px;
    }

    h6,
    .h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}
/*
 * Setup
 */
body.page-template-page-about-us {
  overflow: visible;
}

/*
 * About hero
 */
.about-hero {
  padding-top: 60px;
  text-align: center;
  background-color: #fff;
}
.about-hero-badge {
  width: 105px;
  display: block;
  margin: 0px auto 50px;
}

.about-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

/*
 * About commitment
 */
.about-commitment {
  background-color: #f8f5f1;
}
.about-commitment h2 {
  max-width: 470px;
}
.about-commitment-pretitle {
  color: #eab464;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}

/*
 * About story
 */
.about-story {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #222;
  color: #fff;
}
.about-story-avatar {
  position: sticky;
  top: 150px;
  width: 476px;
}
.about-story-started-pretitle {
  color: #eab464;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.about-story-started p {
  font-size: 20px;
  line-height: 1.4;
}
.about-story-started h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2%;
  margin-bottom: 15px;
}
.about-story-started-two h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.05;
  max-width: 500px;
  margin-bottom: 65vh;
}
.about-story-started-two h2:last-child {
  margin-bottom: 40vh;
}
.about-story-heading-title {
  margin-top: 80px;
}
.about-story-heading-title h3 {
  color: #fff;
  max-width: 430px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.about-story-heading h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  color: #eab464;
  text-align: center;
}
.about-story-was-born {
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2%;
}
.about-story-techno-caption-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-story-techno-image-container {
  background-color: #2e2e2e;
  border-radius: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-story-techno-stages-container {
  background-color: #2e2e2e;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-story-techno img {
  width: 100%;
}
.about-story-techno p {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}
.stage-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2%;
}
.about-story-techno p:nth-child(1) {
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -3%;
  margin-bottom: 2rem;
}
.about-story-started-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 65vh;
}
.about-story-vector-one {
  width: 2.05px;
  padding: 0;
}
.about-story-vector-two {
  position: relative;
  left: 110px;
  width: 251px;
  height: 160px;
  margin-top: 20px;
}

/*
 * About mission
 */
.about-mission {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #fff;
}

/**
 * About pre footer
 */

.font-pre-footer {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
}
/*
* About name
*/
.about-name {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-name h2 {
}
.about-name-pretitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #eab464;
}
.about-name-sound {
  width: 100%;
  cursor: pointer;
  margin-top: 60px;
}
.about-name-sound h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.about-name-sound-desc {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
}
.about-name-sound-desc b,
.about-name-sound-desc strong {
  font-weight: 600;
}
.about-name-sound-desc span {
  margin: 0px 5px;
}
.about-name-sound-desc [class^="fa"] {
  font-size: 34px;
  margin-left: 5px;
  vertical-align: middle;
}
.about-name-sound:hover [class^="fa"] {
  color: #eab464;
}

/**
 * About Our Team
 */
.swipe-container {
  overflow: hidden;
  /* Oculta las barras de desplazamiento */
  position: relative;
}

.swipe-content {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
  -ms-overflow-style: none;
  /* Oculta scroll bar en IE y Edge */
  scrollbar-width: none;
  /* Oculta scroll bar en Firefox */
}

.swipe-content::-webkit-scrollbar {
  display: none;
  /* Oculta scroll bar en Chrome, Safari y Opera */
}

/* General Styles */
.our-team-section {
  padding: 40px 20px;
  text-align: center;
}

.section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2%;
  color: #c18733;
}

.team-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2%;
}

.team-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

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

.team-photo {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
}

/* Brand Ambassadors - Desktop */
.brand-ambassadors {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.ambassador-card {
  position: relative;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.ambassador-card:hover {
  transform: scale(1.1);
}

.ambassador-card:active {
  transform: scale(0.95);
}

.ambassador-photo {
  background: #d9d9d9;
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 50%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.ambassador-card:hover .overlay {
  opacity: 1;
}

.explore-text {
  color: white;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

/* Mobile Carousel */
.brand-ambassadors-carousel {
  display: none;
  margin-top: 20px;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 0;
}

.carousel-item {
  flex: 0 0 auto;
  text-align: center;
}

.carousel-item .ambassador-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.explore-text-mob {
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer;
  color: black;
}

.explore-text-mob:hover {
  color: black;
}

/*
 * About marquee
 */
.cuddles-marquee {
  padding: 50px 0px;
  background-color: #fff;
}
.cuddles-marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

/*
 * About values
 */
.about-values {
  padding: 100px 0px 50px;
  background-color: #f4f3f0;
}
.about-values-heading {
  margin-bottom: 50px;
}
.about-values-item h3 {
  font-size: 24px;
  line-height: 1.2;
}
.about-values-item p {
  margin: 0px;
  font-size: 16px;
}
.about-values-item {
  margin-bottom: 50px;
}

/*
 * About working
 */
.about-working {
  padding: 100px 0px;
  text-align: center;
  background-color: #fff;
}
.about-working h2 {
  margin-bottom: 25px;
}
.about-working a {
  color: #222;
  font-weight: 600;
}
.about-working a:hover {
  color: #eab464;
}

@media screen and (min-width: 992px) {
  /*
     * About us hero
     */
  .about-hero h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 18px;
    letter-spacing: -2px;
  }

  /*
    * About commitment
    */
  .about-commitment h2 {
    line-height: 120%;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 45px;
    letter-spacing: -2%;
  }

  /*
     * About story
     */

  /*
     * About mission
     */
  .about-mission-image {
    left: -15%;
    width: 120%;
    max-width: unset;
    position: relative;
  }
  .about-mission p {
    max-width: 350px;
  }

  /*
     * About name
     */
  .about-name h2 {
    font-size: 30px;
  }

  /*
     * About values
     */
  .about-values-heading {
    text-align: center;
  }

  /*
     * About working
     */
  .about-working h2 {
    line-height: 1;
    font-size: 58px;
  }
  .about-working p {
    width: 70%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 992px) {
  /*
     * About commitment
     */
  .about-commitment {
    text-align: center;
  }
  .about-commitment-image {
    width: 90vw;
    margin-top: 0;
  }

  /* 
    * About story
    */
  .about-story {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-story-avatar-container {
    height: auto;
    display: flex;
    justify-content: center;
  }
  .about-story-avatar {
    position: relative;
    top: auto;
  }
  .about-story-started-one,
  .about-story-started-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about-story-started-two h2:last-child {
    margin-bottom: 60px;
  }
  .about-story-started-pretitle {
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .about-story-started p {
    max-width: 424px;
    margin-bottom: 50px;
  }
  .about-story-started-two h2:first-child {
    margin-top: 0px;
  }
  .about-story-started-two h2 {
    max-width: 490px;
    margin-top: 0;
    margin-bottom: 62px;
  }
  .about-story-heading h2 {
    font-size: 60px;
  }
  .about-story-techno {
    flex-direction: column-reverse;
  }
  .about-story-techno p {
    max-width: 800px;
  }
  .about-story-heading-title {
    margin-top: 0;
  }

  /*
     * About mission
     */
  .about-mission h2 {
    margin-top: 40px;
  }

  /*
     * About name
     */
  .about-name .row {
    flex-direction: column-reverse;
  }
  .about-name img {
    margin-bottom: 25px;
  }
  .about-name p {
    padding-right: 25px;
  }
  .about-name-sound {
    margin-top: 35px;
  }
  .about-name-sound h3 {
    font-size: 16px;
  }
  .about-name-sound-desc {
    font-size: 36px;
  }
  .about-name-sound-desc [class^="fa"] {
    font-size: 28px;
  }

  /*
     * About values
     */
  .about-values-heading {
    margin-bottom: 30px;
  }
  .about-values-heading h2 {
    font-size: 28px;
  }

  /*
     * About working
     */
  .about-working {
    padding: 60px 0px;
  }
  .about-working h2 {
    font-size: 28px;
  }
  .about-working p {
    width: 80%;
    display: block;
    margin: 0px auto;
  }
}

@media screen and (max-width: 768px) {
  /*
     * About hero
     */
  .about-hero {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .about-hero-badge {
    width: 75px;
    margin-bottom: 30px;
  }

  .about-subtitle {
    font-size: 14px;
    font-weight: 400;
  }

  /*
     * About commitment
     */
  .about-commitment {
    overflow: hidden;
  }
  .about-commitment h2 {
    font-size: 26px;
    max-width: 100%;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .about-commitment-image {
    width: 100vw;
  }

  /*
     * About story
     */
  .about-story-started-pretitle {
    font-size: 16px;
    line-height: 19px;
  }
  .about-story-started h2 {
    width: 75%;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-story-started p {
    font-size: 16px;
  }
  .about-story-started-two h2 {
    max-width: 600px;
    width: 350px;
    font-size: 26px;
  }
  .about-story-heading-title h3 {
    font-size: 18px;
  }
  .about-story-heading h2 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .about-story-started-two h2 {
    margin-bottom: 62px;
  }
  .about-story-techno p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
  }
  .about-story-techno-image-container {
    background-color: #222;
    width: auto;
    min-width: unset;
    min-height: 320px;
    border-radius: 28px;
  }
  .about-story-techno-stages-container {
    border-radius: 20px;
  }
  .about-story-was-born {
    font-size: 24px;
  }
  .stage-title {
    font-size: 20px;
    text-align: center;
  }
  .about-story-techno img {
    width: 250px;
    height: 250px;
  }
  .about-story-vector-one {
    height: auto;
  }

  /*
     * About mission
     */
  .about-mission {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .about-mission .row > *:first-child {
    padding: 0px;
  }

  /*
     * About name
     */
  .about-name {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .about-name-pretitle {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
  }

  /*
     * About values
     */
  .about-values {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .about-values-item h3 {
    font-size: 22px;
  }
  /**
     * About pre footer
     */
  .font-pre-footer {
    font-size: 16px !important;
  }

  /*
     * Cuddles marquee
     */
  .cuddles-marquee .swiper-slide img {
    width: 150vw;
    max-width: unset;
  }

  /**
     * About our team
     */
  .team-photo {
    width: 100px;
    height: 100px;
  }

  .section-title {
    font-size: 16px;
    font-weight: 500;
  }

  .team-title {
    font-size: 20px;
    line-height: 120%;
  }
  .ambassador-photo {
    width: 100px;
    height: 100px;
  }
  /*
     * About shapes
     */
  .about-shape {
    margin-bottom: -1px;
  }
}
/*
 * bookings hero
 */
.bookings-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.w-90 {
  width: 85%;
}
.tag-color {
  color: #eab464;
}
.bookings-hero-content {
  align-self: center;
}
.bookings-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.bookings-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.bookings-hero-buttons {
  margin-top: 40px;
}
.bookings-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.bookings-hero-image img {
  width: 49.3vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* bookings icons bar
*/
.bookings-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.bookings-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.bookings-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.bookings-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.bookings-iconbar-item:hover {
  color: #eab464;
}
.bookings-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.bookings-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.bookings-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* bookings content
*/

.bookings-content {
  padding: 75px 0px;
  background-color: #fff;
}
.bookings-content-text:first-child {
  padding-right: 0px;
}
.bookings-content-text h2 {
  margin-bottom: 14px;
}
.bookings-content-text a {
  margin-top: 25px;
}
.bookings-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * bookings hero
   */
  .bookings-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .bookings-hero-content {
    margin-bottom: 30px;
  }
  .bookings-hero-image {
    margin-top: 27px;
  }
  .bookings-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * bookings hero
   */
  .bookings-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * bookings hero
   */
  .bookings-hero {
    padding-top: 35px;
  }
  .bookings-hero .row {
    flex-wrap: wrap-reverse;
  }
  .bookings-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bookings-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .bookings-hero-pretitle {
    display: none;
  }
  .bookings-hero-buttons {
    justify-content: center;
  }

  /*
   * bookings contents
   */
  .bookings-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bookings-content.first {
    padding-top: 50px;
  }
  .bookings-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .bookings-content-image {
    margin-bottom: 35px;
  }
  .bookings-content-text h2 {
    margin-bottom: 12px;
  }
  .bookings-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * bookings icons bar
   */
  .bookings-iconbar {
    padding: 10px 0px;
  }
  .bookings-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .bookings-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * bookings hero
   */
  .bookings-hero-image img {
    width: 96vw;
  }
  .bookings-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .bookings-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .bookings-hero-buttons {
    margin-top: 35px;
    margin-bottom: 2rem;
  }
}
/*
 * calendar hero
 */
.calendar-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.general-hero {
  padding: 65px 0 0 0;
}
.tag-color {
  color: #eab464;
}
.custom-check {
  margin: 0;
  padding-top: 3rem;
}
.list-li li::before {
  top: 3px !important;
}
.separator-bottom {
  padding-bottom: 5rem;
}
.separator-column {
  margin-left: 4rem;
}
/**
* calendar font size
*/
.custom-h2 {
  font-size: 38px;
}
.custom-h4 {
  font-size: 32px;
}
.custom-subtitle {
  font-size: 20px;
}
.hero-subtitle {
  font-size: 20px;
}
.container-dist {
  padding: 7rem 0 6rem 0;
}
.grooming-fun {
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
}
.grooming-subtitle-fun {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
}
.calendar-hero-content {
  align-self: center;
}
.calendar-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.general-hero-description {
  line-height: 140%;
  margin-bottom: 0px;
}
.space-image {
  padding-left: 4rem;
}
.calendar-hero-buttons {
  margin-top: 32px;
}
.calendar-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.calendar-hero-image img {
  width: 49.5vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}
.custom-feature-card {
  min-height: 100%;

  > a {
    min-height: 100%;
  }
}
.-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  .-hero-buttons {
    margin-top: 2rem;
  }
}
.-hero-image {
  display: flex;
}
.cards-features-more {
  cursor: pointer;
}
.see-more-feat {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.font-size-2 {
  font-size: 54px !important;
  letter-spacing: 0% !important;
}
/**
* calendar icons bar
*/
.img-sizing {
  height: 36px;
  width: 36px;
}
.calendar-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.calendar-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.calendar-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.calendar-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.calendar-iconbar-item:hover {
  color: #eab464;
}
.calendar-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.calendar-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.calendar-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* calendar content
*/

.calendar-content,
.enterprise-content {
  padding: 64px 0 35px 0;
  background-color: #fff;
}
.calendar-content-text:first-child {
  padding-right: 0px;
}
.calendar-content-text h2 {
  margin-bottom: 14px;
}
.calendar-content-text a {
  margin-top: 25px;
}
.calendar-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 28px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
  .circle-position {
    left: 64%;
    bottom: 50%;
  }
  .compare-plans-header {
    padding-right: 6%;
    padding-left: 12%;
  }
  .compare-plans-row {
    margin-right: 6%;
    margin-left: 12%;
  }
}

@media screen and (min-width: 1600px) {
  .compare-plans-header {
    padding-right: 10%;
    padding-left: 20%;
  }
  .compare-plans-row {
    margin-right: 10%;
    margin-left: 20%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .circle-position {
    left: 62%;
    bottom: 50%;
  }

  .compare-plans-header {
    padding-right: 5%;
    padding-left: 10%;
  }
  .compare-plans-row {
    margin-right: 5%;
    margin-left: 10%;
  }
}

@media screen and (min-width: 1400px) {
  .circle-position {
    left: 62%;
    bottom: 50%;
  }
}

@media screen and (max-width: 991px) {
  /*
   * calendar hero
   */
  .calendar-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .calendar-hero-content {
    margin-bottom: 30px;
  }
  .calendar-hero-image {
    margin-top: 27px;
  }
  .calendar-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  .separator-column {
    margin-left: 0;
  }

  .circle-position {
    left: 72%;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * calendar hero
   */
  .calendar-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .circle-position {
    left: 64%;
    bottom: 51%;
  }
  .compare-plans-header {
    padding-right: 5%;
    padding-left: 10%;
  }
  .compare-plans-row {
    margin-right: 5%;
    margin-left: 10%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-position {
    left: 66.5%;
    bottom: 50%;
  }
  .compare-plans-header {
    padding-right: 5%;
    padding-left: 10%;
  }
  .compare-plans-row {
    margin-right: 5%;
    margin-left: 10%;
  }
}
@media screen and (min-width: 991px) and (max-width: 769px) {
  .circle-position {
    left: 64%;
    bottom: 51%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .compare-plans-header {
    padding-right: 2%;
    padding-left: 4%;
  }
  .compare-plans-row {
    margin-right: 2%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  /*
   * calendar hero
   */
  .calendar-hero {
    padding-top: 35px;
  }
  .calendar-hero .row {
    flex-wrap: wrap-reverse;
  }
  .calendar-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .calendar-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .calendar-hero-pretitle {
    display: none;
  }
  .calendar-hero-buttons {
    justify-content: center;
  }

  /*
   * calendar contents
   */
  .calendar-content,
  .enterprise-content {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .calendar-content.first,
  .enterprise-content.first {
    padding-top: 32px;
  }
  .calendar-content.reversed .row,
  .enterprise-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  body.page-template-page-enterprise .enterprise-content {
    padding-top: 32px;
    padding-bottom: 0;
  }
  body.page-template-page-enterprise #support.enterprise-content {
    padding-bottom: 32px;
  }
  body.page-template-page-enterprise .general-hero {
    padding: 32px 0 0 0;
    margin: 0 0 16px 0;
  }
  .calendar-content-image {
    margin-bottom: 35px;
  }
  .mobile-text-first .features-content-image {
    margin-bottom: 0;
    margin-top: 35px;
  }
  .calendar-content-text h2 {
    margin-bottom: 12px;
  }
  .calendar-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * calendar icons bar
   */
  .calendar-iconbar {
    padding: 10px 0px;
  }
  .calendar-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .calendar-iconbar-item h3 {
    font-size: 14px;
  }

  /**
   * calendar font size
   */

  .custom-h4 {
    font-size: 20px;
  }
  .custom-h2 {
    font-size: 20px;
  }
  .custom-subtitle {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
  .client-feat-table {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 567px) {
  /*
   * calendar hero
   */
  .calendar-hero-image img {
    width: 96vw;
  }
  .calendar-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .pet-industry-section .calendar-hero-content h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .calendar-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .calendar-hero-buttons {
    margin-top: 20px;
  }
  .separator-bottom {
    padding-bottom: 0rem;
  }
  .custom-check {
    margin: 0;
    padding-top: 0;
  }
  .list-li li::before {
    top: -3px !important;
  }
  .space-image {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .img-sizing {
    height: 32px;
    width: 32px;
  }
  .check-list {
    padding-right: 0 !important;
  }
  .custom-title-h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: -1%;
  }
  .container-dist {
    padding: 44px 24px;
    margin-bottom: 32px;
  }
  .container-dist:last-of-type {
    margin-bottom: 0;
  }
  .container-dist.last {
    margin-bottom: 0;
  }
  .separator-column {
    margin-left: 0;
    padding-top: 1rem;
  }
  /**
   * calendar font size
   */
  .font-size-2 {
    font-size: 28px !important;
    letter-spacing: 0% !important;
  }
  .grooming-fun {
    font-size: 20px;
  }
  .grooming-subtitle-fun {
    font-size: 16px;
  }
  .circle-position {
    left: 68.6%;
    bottom: 62%;
  }
  .custom-h4 {
    font-size: 20px;
  }
  .custom-h2 {
    font-size: 20px;
  }
  .custom-subtitle {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
  }
  .compare-plans-header {
    padding-right: 2%;
    padding-left: 4%;
  }
  .compare-plans-row {
    margin-right: 2%;
    margin-left: 4%;
  }
  .-hero-image {
    padding: 0px !important;
  }
  .-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 4rem;

    .-hero-buttons {
      margin-top: 2rem;
    }

    h1 {
      padding: 0px 45px;
      margin-bottom: 10px;
    }

    p {
      font-size: 14px;
      padding: 0px 20px;
    }
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .circle-position {
    left: 65.5%;
    bottom: 62%;
  }
}
@media screen and (min-width: 526px) and (max-width: 576px) {
  .circle-position {
    left: 65.5%;
    bottom: 62%;
  }
}
@media screen and (min-width: 500px) and (max-width: 525px) {
  .circle-position {
    left: 66.5%;
    bottom: 62%;
  }
}
/*
 * clients hero
 */
.clients-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.w-90 {
  width: 85%;
}
.tag-color {
  color: #eab464;
}
.clients-hero-content {
  align-self: center;
}
.clients-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.clients-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.clients-hero-buttons {
  margin-top: 40px;
}
.clients-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.clients-hero-image img {
  width: 50vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* clients icons bar
*/
.clients-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.clients-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.clients-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.clients-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.clients-iconbar-item:hover {
  color: #eab464;
}
.clients-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.clients-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.clients-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* clients content
*/

.clients-content {
  padding: 75px 0px;
  background-color: #fff;
}
.clients-content-text:first-child {
  padding-right: 0px;
}
.clients-content-text h2 {
  margin-bottom: 14px;
}
.clients-content-text a {
  margin-top: 25px;
}
.clients-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * clients hero
   */
  .clients-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .clients-hero-content {
    margin-bottom: 30px;
  }
  .clients-hero-image {
    margin-top: 27px;
  }
  .clients-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * clients hero
   */
  .clients-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * clients hero
   */
  .clients-hero {
    padding-top: 35px;
  }
  .clients-hero .row {
    flex-wrap: wrap-reverse;
  }
  .clients-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .clients-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .clients-hero-pretitle {
    display: none;
  }
  .clients-hero-buttons {
    justify-content: center;
  }

  /*
   * clients contents
   */
  .clients-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .clients-content.first {
    padding-top: 50px;
  }
  .clients-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .clients-content-image {
    margin-bottom: 35px;
  }
  .clients-content-text h2 {
    margin-bottom: 12px;
  }
  .clients-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * clients icons bar
   */
  .clients-iconbar {
    padding: 10px 0px;
  }
  .clients-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .clients-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * clients hero
   */
  .clients-hero-image img {
    width: 96vw;
  }
  .clients-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .clients-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .clients-hero-buttons {
    margin-top: 35px;
  }
}
/*
 * Contact form
 */
.contact-us {
    color: #fff;
    padding: 65px 0px;
    background-color: #222222;
}
.contact-us-content {
    padding-top: 60px;
}
.contact-us-content h1 {
    font-size: 54px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 25px;
}
.contact-us-content hr {
    margin: 30px 0px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.contact-us-content-group:not(:last-child) {
    margin-bottom: 30px;
}
.contact-us-content-group p {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}
.contact-us-content-group p a {
    color: #fff !important;
}
.contact-us-form {
    width: 100%;
    color: #222;
    padding: 45px 30px;
    border-radius: 30px;
    background-color: #ffffff;
}
.contact-us-form-heading {
    text-align: center;
    margin-bottom: 35px;
}
.contact-us-form h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0px;
}
.contact-us-form .wpcf7-response-output {
    font-size: 16px;
    text-align: center;
    border: none !important;
    padding: 0px 80px !important;
    margin-bottom: 0px !important;
}

/*
 * Contact info
 */
.contact-info {
    padding-top: 70px;
    padding-bottom: 100px;
}
.contact-info-heading {
    margin-bottom: 70px;
}
.contact-info-heading h2 {
    letter-spacing: -1px;
}
.contact-info-group {
    margin-bottom: 60px;
}
.contact-info-group > a {
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
    text-decoration: underline;
}
.contact-info-group a {
    color: #222;
}
.contact-info-group a:hover {
    text-decoration: none;
}
.contact-info-group p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}
.contact-info-group ul {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 29px;
    list-style: none;
}
.contact-info-group .h2 {
    font-weight: 400;
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .contact-us-form {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact-us {
        padding: 50px 0px;
    }
    .contact-us-content {
        padding-top: 0px;
    }
    .contact-us-content h1 {
        width: 70%;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .contact-us-content > p {
        width: 95%;
        font-size: 16px;
        line-height: 20px;
    }
    .contact-us-content-group p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-us-form {
        padding: 30px 15px;
    }
    .contact-us-form-heading {
        margin-bottom: 22px;
    }
    .contact-us-form h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .contact-us-form .wpcf7-response-output {
        margin-top: 1.4em !important;
        padding: 0px 10px !important;
    }

    .contact-info {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .contact-info-heading {
        margin-bottom: 25px;
    }
    .contact-info-group {
        margin-bottom: 30px;
    }
    .contact-info-group > a {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 6px;
    }
    .contact-info-group p {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-info-group ul {
        font-size: 16px;
        line-height: 22px;
    }
}
/*
 * extended hero
 */
.extended-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.tag-color {
  color: #eab464;
}
.professional-section-bg {
  background-color: #1a1a1a;
}
.custom-space-container {
  min-width: 80%;
}
.play-video-btn {
  cursor: pointer;
}
.custom-item {
  background: #f4f3f0;
  border-radius: 20px;
}
.faq-question {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: #f4f3f0;
  box-shadow: none;
}
.accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-item:last-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-item:last-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.accordion-header.accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.article-text {
  font-weight: 600;
  line-height: 132%;
  color: black;
}
.feature-list-check {
  margin: 0;
  padding-top: 1rem;
}
.feature-spacing {
  padding: 5rem 0;
}
.section-card {
  border-radius: 1rem;
}
/**
* extended font size
*/
.custom-h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}
.custom-h1-hero {
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2%;
}
.new-h1-hero {
  font-size: 58px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2%;
}
.custom-img {
  max-width: 85%;
}
.enterprise-custom-img {
  max-width: 75%;
}
.custom-h2 {
  font-size: 38px;
}
.join-sofware-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
}
.free-tag {
  font-size: 140px;
  font-weight: 600;
}
.special-p {
  padding-top: 1.5rem;
}
.custom-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
.specialists-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 134%;
}
.specialist-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 124%;
}
.specialists-charge {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  line-height: 124%;
}
.card-body {
  padding: 1rem 0;
}
.pre-header {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 10%;
}
.spacer-right {
  padding-right: 5rem;
}
.video-subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1%;
  line-height: 124%;
}
.video-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 124%;
  letter-spacing: -2%;
}
.cat-section-pretitle {
  color: #c18733;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0%;
}
.cat-section-title {
  font-size: 58px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0%;
}
/**
* styles for the testimonials section - author article
*/
.custom-family-font {
  font-family: "Young Serif", serif;
}

/* Efecto en la parte inferior */
.hero-effect-bottom .container {
  min-width: 100%;
  /* Asegura que no interfiera con la interacción del usuario */
}

.first-paragraph {
  font-size: 36px;
  font-weight: 600;
  line-height: 132%;
  letter-spacing: -3%;
}

.translated-paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: 0%;
}

.author-paragraph {
  color: #5e8677;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -4%;
}
/**
* styles for sticky tab options
*/
/* Estilos iniciales de la sección */
.initial-section {
  padding: 2rem 0;
  text-align: center;
}
.pill-link {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2em;
  text-decoration: none;
  color: #7a7a7a;
  opacity: 50%;
  font-size: 22px;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: 0%;
  cursor: pointer;
}
.pill-link:hover {
  color: #eab464;
  opacity: 100%;
}
.pill-link.active {
  background-color: #eab464;
  font-weight: 500;
  color: white;
  opacity: 100%;
}
/* Estilos para la sección cuando se convierte en header fijo */
.fixed-header {
  position: fixed;
  top: 58px;
  /* Ajusta este valor según la altura del header principal */
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 998;
  padding: 0.5rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.fixed-header .d-flex {
  justify-content: center;
}
/* Custom styling for the indicators to match the image */
.carousel-indicators [data-bs-target] {
  background-color: #000;
  /* Dark color for active indicator */
  opacity: 0.7;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.carousel-indicators .active {
  opacity: 1;
}

.blank-ul {
  list-style-type: circle;
}

.tag-prefooter {
  background: #f1f1f1;
  border-radius: 18px;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
  /* Hide the default arrows */
}
.custom-card-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.card-style {
  background-color: #f8f5f1;
  border-radius: 20px;
}
.p-min-size {
  min-height: 3rem;
}
.custom-h3 {
  font-size: 40px;
  line-height: 115%;
  margin-bottom: 1rem;
}
.footer-hero-title {
  font-size: 52px !important;
  font-weight: 600 !important;
  line-height: 116% !important;
}
.custom-quote {
  font-family: "Young Serif", serif;
  font-size: 40px;
}
.double-check-list {
  margin: 0;
  padding-top: 1rem;
}
.double-check-list li::before {
  top: 0px !important;
}
.autor {
  font-size: 20px;
}
.autor-footer {
  padding: 0.3rem;
  color: #333;
}
.complete {
  min-width: 100%;
  padding: 0;
}
.others-section {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
}
.others-section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.img-layout {
  width: 96vw;
  position: relative;
  max-height: 720px;
  max-width: unset;
  object-fit: contain;
  object-position: left;
  margin-top: 4rem;
}
.testimonial-box {
  background-color: #f4f3f0; /* Color de fondo gris claro */
  border-radius: 15px; /* Bordes redondeados */
  padding: 1rem; /* Relleno interno */
  box-shadow: 10px 10px 0px 0px #000000; /* Sombra sutil */
  border: 2px solid #000; /* Borde negro */
  text-align: left; /* Alineación del texto a la izquierda */
  margin: 20px; /* Centrado horizontal y margen vertical */
}
.testimonial-box h5 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.testimonial-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* Espaciado entre líneas */
}
.company-name {
  font-size: 18px;
  font-weight: 400;
}
.custom-h4 {
  font-size: 32px;
}
.pre-title {
  color: #eab464;
}
.custom-p {
  font-size: 32px;
  font-weight: 600;
}
.custom-tag-title {
  font-size: 54px;
}
.custom-subtitle {
  font-size: 20px;
}
.max-width-90 {
  max-width: 85% !important;
}
.answer {
  font-size: 16px;
}
.hero-subtitle {
  font-size: 20px;
}
.extended-hero-content {
  align-self: center;
}
.extended-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.general-hero-description {
  line-height: 140%;
  margin-bottom: 0px;
}
.extended-hero-buttons {
  margin-top: 2rem;
}
.extended-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.extended-hero-image img {
  width: 49.5vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* extended icons bar
*/
.extended-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.extended-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.extended-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.extended-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.extended-iconbar-item:hover {
  color: #eab464;
}
.extended-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.extended-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.extended-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* unlesh potential content
*/

/* Section title */
.potential-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2%;
}

/* Custom card styles */
.custom-card {
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.custom-card:hover {
  transform: translateY(-5px);
}

/* Badge styles */
.badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.guide-badge {
  background-color: #5e8677;
  color: #fff;
}

/* Card title */
.card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 1.5rem;
}

/* Card subtitle */
.card-subtitle {
  min-height: 2.5rem;
  font-size: 16px;
}

/* Card icon */
.card-icon {
  font-size: 1.5rem;
}

.card-image img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.btn-footer {
  top: 78%;
}

/* Background colors */
.bg-light-green {
  background-color: #e9f0ed;
}

.bg-light-yellow {
  background-color: #faefdf;
}

.bg-light-beige {
  background-color: #e4ddd5;
}

.bg-light-gray {
  background-color: #f4f3f0;
}

/**
* extended content
*/

.extended-content {
  margin: 0 0 8rem 0;
  background-color: #fff;
}
.extended-content-text h2 {
  margin-bottom: 14px;
}
.extended-content-text a {
  margin-top: 25px;
}
.extended-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 28px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * extended hero
   */
  .extended-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .extended-hero-content {
    margin-bottom: 30px;
  }
  .extended-hero-image {
    margin-top: 27px;
  }
  .extended-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }
  .extended-hero-image {
    margin-top: 27px;
  }
  .extended-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }

  .max-width-90 {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  /*
   * extended hero
   */
  .extended-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * extended hero
   */
  .extended-hero {
    padding-top: 35px;
  }
  .extended-hero .row {
    flex-wrap: wrap-reverse;
  }

  .custom-img-mob {
    max-width: 100%;
  }

  .enterprise-custom-img {
    max-width: 100%;
  }

  .extended-hero-image {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .extended-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .extended-hero-pretitle {
    display: none;
  }
  .extended-hero-buttons {
    justify-content: center;
  }

  /*
   * extended contents
   */
  .extended-content {
    margin: 0 0 4rem 0;
  }
  .extended-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .extended-content-image {
    margin-bottom: 35px;
  }
  .extended-content-text h2 {
    margin-bottom: 12px;
  }
  .extended-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * extended icons bar
   */
  .extended-iconbar {
    padding: 10px 0px;
  }
  .extended-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .extended-iconbar-item h3 {
    font-size: 14px;
  }

  /**
   * extended font size
   */

  .custom-h4 {
    font-size: 20px;
  }
  .custom-h2 {
    font-size: 20px;
  }
  .custom-subtitle {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
  .specialist-card {
    min-width: 80%;
    /* Make cards wider on smaller screens */
    margin: 0 auto;
    /* Center single card */
  }

  .carousel-inner {
    flex-wrap: nowrap;
    /* Prevent wrapping on smaller screens */
    overflow-x: auto;
    /* Enable horizontal scroll */
    scroll-snap-type: x mandatory;
    /* Enable snap scrolling */
    padding-bottom: 20px;
    /* Add some padding for scroll indicator */
  }

  .carousel-item {
    scroll-snap-align: start;
    padding: 0;
    /* Adjust padding for single item view */
    width: 100%;
    /* Make each item full width */
  }
}
@media screen and (max-width: 567px) {
  /*
   * extended hero
   */
  .extended-hero-buttons {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .extended-hero-image img {
    width: 96vw;
  }
  .extended-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .extended-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .extended-hero-buttons {
    margin-top: 35px;
  }
  .feature-list-check {
    margin: 0;
    padding-top: 0;
  }
  .feature-spacing {
    padding: 2rem 0;
  }
  .img-layout {
    margin-top: 1rem;
  }
  /**
   * extended font size
   */
  .custom-h4 {
    font-size: 20px;
  }
  .custom-h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .custom-h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .custom-h2 {
    font-size: 20px;
  }
  .custom-card-title {
    font-size: 20px;
  }
  .specialists-subtitle {
    font-size: 16px;
  }
  .specialist-name {
    font-size: 16px;
  }
  .specialists-charge {
    font-size: 12px;
  }
  .join-sofware-title {
    font-size: 28px;
  }
  .pre-header {
    font-size: 14px;
  }
  .custom-h1-hero {
    font-size: 28px;
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: -1%;
  }
  .new-h1-hero {
    font-size: 28px;
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: -1%;
  }
  .spacer-right {
    padding-right: 1rem;
  }
  .cat-section-pretitle {
    font-size: 16px;
  }
  .cat-section-title {
    font-size: 28px;
  }
  .special-p {
    padding-top: 0;
  }
  .free-tag {
    font-size: 90px;
  }
  .footer-hero-title {
    font-size: 28px !important;
    line-height: 115% !important;
  }
  .custom-quote {
    font-size: 20px;
  }
  .others-section {
    font-size: 24px;
  }
  .others-section-subtitle {
    font-size: 16px;
  }
  .autor {
    font-size: 14px;
  }
  .custom-subtitle {
    font-size: 16px;
  }
  .answer {
    font-size: 14px;
  }
  .custom-p {
    font-size: 20px;
  }
  .custom-tag-title {
    font-size: 28px;
  }
  .company-name {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
  }
  .testimonial-box h5 {
    font-size: 18px;
  }
  .testimonial-box p {
    font-size: 16px;
  }
  .article-text {
    font-size: 20px !important;
  }
  .faq-question {
    font-size: 16px !important;
  }
  .pill-link {
    font-size: 16px;
    padding: 0.4em 0.6em;
  }
  .custom-family-font {
    font-family: "Young Serif", serif;
  }
  .first-paragraph {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -5%;
  }
  .translated-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0%;
  }
  .author-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0%;
  }
  /* Section title */
  .potential-title {
    font-size: 22px;
  }
  .badge {
    font-size: 12px;
  }
  /* Card title */
  .card-title {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  /* Estilos para la sección cuando se convierte en header fijo */
  .fixed-header {
    top: 56px;
  }

  /* Card subtitle */
  .card-subtitle {
    font-size: 14px;
  }
  .btn-footer {
    top: 70%;
  }
}
/*
 * Features hero
 */
.features-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.features-hero-content {
  align-self: center;
}
.features-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.features-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.features-hero-buttons {
  margin-top: 40px;
}
.features-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.features-hero-image img {
  width: 60vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* Features icons bar
*/
.features-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.features-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.features-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.features-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.features-iconbar-item:hover {
  color: #eab464;
}
.features-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.features-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.features-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* Features content
*/

.features-content {
  padding: 75px 0px;
  background-color: #fff;
}
.features-content-text:first-child {
  padding-right: 0px;
}
.features-content-text h2 {
  margin-bottom: 14px;
}
.features-content-text p {
}
.features-content-text a {
  margin-top: 25px;
}
.features-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * Features hero
   */
  .features-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .features-hero-content {
    margin-bottom: 30px;
  }
  .features-hero-image {
    margin-top: 27px;
  }
  .features-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * Features hero
   */
  .features-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * Features hero
   */
  .features-hero {
    padding-top: 35px;
  }
  .features-hero .row {
    flex-wrap: wrap-reverse;
  }
  .features-hero-image {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .features-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .features-hero-pretitle {
    display: none;
  }
  .features-hero-buttons {
    justify-content: center;
  }

  /*
   * Features contents
   */
  .features-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .features-content.first {
    padding-top: 50px;
  }
  .features-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .features-content-image {
    margin-bottom: 35px;
  }
  .mobile-text-first .features-content-image {
    margin-bottom: 0;
    margin-top: 35px;
  }
  .features-content-text h2 {
    margin-bottom: 12px;
  }
  .features-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * Features icons bar
   */
  .features-iconbar {
    padding: 10px 0px;
  }
  .features-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .features-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * Features hero
   */
  .features-hero-image img {
    width: 130vw;
  }
  .features-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .features-hero-content p {
    font-size: 16px;
    padding: 0px 20px;
  }
  .features-hero-buttons {
    margin-top: 35px;
  }
}
/*
 * Pre footer
 */
.pre-footer {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 140px;
}
.pre-footer h2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .pre-footer h2 {
    font-size: 54px;
    line-height: 56px;
  }
}

.footer-comming-soon {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.89;
  padding: 1px 6px;
  margin-left: 6px;
  border-radius: 12px;
  display: inline-block;
  background-color: #92b4a7;
}

/*
 * Footer
 */
.main-footer {
  color: #fff;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #222;
}
.footer-logo {
  width: 135px;
  margin-bottom: 15px;
}
.footer-logo img {
  width: 100%;
}
.footer-rrss {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-rrss li {
  display: inline-block;
}
.footer-rrss li:not(:last-child) {
  margin-right: 13px;
}
.footer-rrss a {
  width: 36px;
  height: 36px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  border-radius: 6px;
  background-color: #f8f5f1;
  box-shadow: 2.67666px 2.90405px 0px #000000;
}
.footer-links-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 8px;
  transition: all 0.05s ease-in-out;
}
.footer-links-title.active {
  margin-bottom: 8px;
}
.footer-links a {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 34px;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom-col {
  margin-top: 75px;
  padding: 20px 15px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.footer-legals {
  text-align: right;
}
.footer-legals a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  text-decoration: none;
}
.footer-legals a + a {
  margin-left: 25px;
}
.footer-copyright {
  opacity: 0.5;
  font-size: 13px;
  line-height: 1.85;
}
.footer-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  /*
    * Footer
    */
  .main-footer .row {
    justify-content: space-between;
  }
  .footer-logo-column {
    flex: 0 0 100%;
    margin-bottom: 35px;
  }
  .footer-links {
    margin: 0px;
  }
  .footer-copyright {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  /*
    * Pre footer
    */
  .pre-footer {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  /*
    * Footer
    */
  .main-footer {
    padding-top: 36px;
    padding-bottom: 28px;
    background: linear-gradient(90deg, #1f2024 0%, #222325 100%);
  }
  .footer-desktop-content {
    display: none;
  }
  .footer-mobile {
    display: block;
    padding: 0px 6px;
  }
  .footer-mobile-header {
    margin-bottom: 22px;
  }
  .footer-mobile-header .footer-logo {
    width: 145px;
    margin-bottom: 8px;
  }
  .footer-mobile-header p {
    margin: 0 0 14px 0;
    font-size: 14px;
    line-height: 1.42;
  }
  .footer-mobile-header .footer-rrss a {
    width: 28px;
    height: 28px;
    font-size: 17px;
    border-radius: 6px;
  }
  .footer-mobile-header .footer-rrss li:not(:last-child) {
    margin-right: 12px;
  }
  .footer-mobile-section {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .footer-mobile-accordion-toggle {
    width: 100%;
    border: none;
    color: var(--White, #fff);
    display: flex;
    cursor: pointer;
    text-align: left;
    background: none;
    align-items: center;
    padding: 13px 0px;
    position: relative;
    justify-content: space-between;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    font-feature-settings:
      "liga" off,
      "clig" off;
  }
  .footer-mobile-accordion-toggle::after {
    content: "\f107";
    font-size: 23px;
    font-weight: 300;
    line-height: 23px;
    font-family: "Font Awesome 5 Pro";
  }
  .footer-mobile-accordion-toggle.active::after {
    content: "\f106";
  }
  .footer-mobile-subtoggle {
    padding: 7px 0px;
    color: var(--White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    font-feature-settings:
      "liga" off,
      "clig" off;
  }
  .footer-mobile-accordion-body {
    display: none;
    padding-bottom: 12px;
  }
  .footer-mobile-item-link {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 16px;
  }
  .footer-mobile-item-title {
    display: flex;
    color: var(--White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    align-items: center;
  }
  .footer-mobile-item-title .footer-mobile-icon-svg {
    width: 25px;
    height: 27px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .footer-mobile-features-body .footer-mobile-item-title .footer-mobile-icon-svg {
    width: 25px;
    height: 27px;
    flex: 0 0 25px;
  }
  .footer-mobile-item-title .footer-mobile-icon-svg img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    display: block;
  }
  .footer-mobile-item-title-medium {
    font-weight: 500;
  }
  .footer-mobile-item-desc {
    color: var(--White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    display: block;
    margin-top: 8px;
  }
  .footer-mobile-subsection > .footer-mobile-accordion-body {
    padding: 4px 0px 4px 0px;
  }
  .footer-mobile-section-link a {
    color: var(--White, #fff);
    display: block;
    text-decoration: none;
    padding: 13px 0px;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    font-feature-settings:
      "liga" off,
      "clig" off;
  }
  .footer-mobile-contact-card {
    display: flex;
    margin: 6px 0 14px;
    padding: 13px 12px;
    border-radius: 14px;
    text-decoration: none;
    align-items: center;
    background-color: #3a3a3a;
  }
  .footer-mobile-contact-star {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 12px;
  }
  .footer-mobile-contact-text {
    color: var(--White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 158px;
  }
  .footer-mobile-contact-btn {
    color: var(--Black, #222);
    margin-left: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    font-feature-settings:
      "liga" off,
      "clig" off;
    border-radius: 99px;
    padding: 10px 20px;
    white-space: nowrap;
    background-color: #f2f2f2;
  }
  .footer-mobile-legals {
    margin-top: 112px;
  }
  .footer-mobile-legals a {
    color: var(--White, #fff);
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .footer-mobile-legals a + a {
    margin-top: 8px;
  }
  .footer-mobile-copyright {
    color: var(--White, #fff);
    opacity: 0.5;
    margin-top: 24px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-feature-settings: "liga" off;
  }
  .footer-mobile-item-title .footer-comming-soon {
    margin-left: 10px;
    font-size: 13px;
    line-height: 1.7;
  }
}
/*
 * Groomers hero
 */
.groomers-hero {
  padding: 85px 0px 65px;
  background-color: #ffffff;
}
.groomers-hero h1 {
  line-height: 1;
  font-size: 58px;
  font-weight: 600;
  max-width: 760px;
  margin: 0px auto 25px;
}
.groomers-hero p {
  color: #222;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.groomers-hero-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.groomers-hero-note {
  margin-top: auto;
  margin-bottom: 0px !important;
}
.groomers-hero-image {
  display: flex;
  justify-content: center;
  margin-top: -65px;
}
.groomers-hero-image img {
  width: 100%;
  position: relative;
}
.groomers-hero-ctas a:first-child {
  margin-right: 10px;
}

/*
 * Groomers features
 */
.groomers-features {
  padding-top: 60px;
  padding-bottom: 10px;
}
.groomers-features-swiper {
  padding: 60px 0px;
}
.groomers-features-swiper .swiper-slide {
  height: auto;
}
.groomers-features-swiper .feature-card {
  height: 100%;
  padding: 32px 20px 20px 20px;
}
.feature-card-icon {
  font-size: 52px;
}
.groomers-features-more {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}
.groomers-features-more span {
  text-decoration: underline;
}
.groomers-features-more i {
  margin-left: 5px;
  vertical-align: middle;
}

/*
 * Groomer content
 */
.black-color {
  color: #000;
}
.groomer-content {
  padding: 100px 0px 50px;
}
.groomer-content + .groomer-content {
  padding-top: 50px;
}
.groomer-content-last {
  padding-bottom: 100px;
}
.groomer-content-pretitle {
  color: #eab464;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 27px;
  margin-bottom: 8px;
}
.groomer-content-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 14px;
}
.custom-font-check {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
}
.groomer-content-pretitle .custom-badge {
  margin-left: 5px;
}
.groomer-content-description {
  margin-bottom: 30px;
}
.groomer-content-description p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 1rem;
}

/*
 * Groomer testimonials
 */
.trusted-by {
  padding-top: 75px;
  padding-bottom: 85px;
  background-color: #e9f0ed;
}
.trusted-by-heading {
  text-align: center;
  margin-bottom: 45px;
}
.trusted-by-card-author h3 {
  margin: 0;
}
.trusted-by-heading h2 {
  margin: 0px;
}
.trusted-by-swiper .swiper-slide {
  height: auto;
}

/*
 * Get started
 */
.get-started {
  background-color: #fbfbfb;
  overflow: hidden;
}
.get-started h2 {
  color: #000;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 45px;
  letter-spacing: -2px;
}
.get-started h2 > span {
  display: block;
  margin-bottom: 10px;
}
.get-started-pretitle {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 15px;
}
.get-started-image img {
  /* 58.33333333% */
  width: 57vw;
  max-width: unset;
}

/* Pre footer */
.col-ctas-prefooter {
  min-height: 385px;
  position: relative;
}
.col-ctas-prefooter:before {
  position: absolute;
  content: "";
  top: 0px;
  width: 50vw;
  height: 100%;
  z-index: -1;
}
.col-left-ctas-prefooter:before {
  right: 0px;
  background-color: #e4ddd5;
}
.col-right-ctas-prefooter:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50vw;
  height: 100%;
  background-color: #f4f3f0;
  z-index: -1;
}

.col-right-ctas-prefooter > .content {
  padding-left: 10%;
}

.col-ctas-prefooter {
  display: flex;
  align-items: center;
}

.col-ctas-prefooter .badge-ctas {
  margin-bottom: 20px;
}

@media screen and (min-width: 1400px) {
}

@media screen and (max-width: 1399px) {
  /*
     * Get started
     */
  .get-started h2 {
    font-size: 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1199px) {
  /**
     * Groomers hero
     */
  .groomers-hero {
    padding-top: 65px;
    padding-bottom: 45px;
  }
  .groomers-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 991px) {
  /*
     * Get started
     */
  .get-started {
    padding-top: 55px;
    text-align: center;
  }
  .get-started-content > div {
    justify-content: center;
  }
  .get-started-image {
    display: flex;
    justify-content: center;
  }
  .get-started-image img {
    width: 90vw;
    height: 280px;
    margin-top: 0px;
    position: relative;
    object-fit: cover;
    object-position: top left;
  }
  .get-started h2 > span {
    margin-bottom: 5px;
  }

  /* Pre footer */
  .col-ctas-prefooter:before {
    width: 100vw;
  }
  .ctas-pre-footer .container {
    max-width: 100%;
  }
  .col-right-ctas-prefooter > .content {
    padding-left: 0;
  }
  .col-ctas-prefooter > .content {
    text-align: center;
    width: 100%;
  }
  .col-ctas-prefooter {
    min-height: 325px;
  }
}

@media screen and (max-width: 767px) {
  /*
     * Groomers hero
     */
  .groomers-hero {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .groomers-hero h1 {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .groomers-hero p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .groomers-hero-image {
    margin-top: -20px;
  }
  .groomers-hero-image img {
    width: 100%;
  }

  /*
     * Groomers features
     */
  .groomers-features-heading {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 575px) {
  /*
     * Groomers hero
     */
  .groomers-hero h1 {
    font-size: 28px;
    line-height: 1.15;
  }
  .groomers-hero-image {
    margin-top: 10px;
  }
  .groomers-hero-ctas a:first-child {
    margin-right: 5px;
  }

  /*
     * Groomers features
     */
  .groomers-features {
    padding: 30px 0px;
  }
  .groomers-features-heading h2 {
    margin-bottom: 15px;
  }
  .groomers-features-heading p {
    margin-bottom: 30px;
  }
  .groomers-features .btn {
    width: 100%;
  }

  /*
     * Groomers contents
     */
  .groomer-content {
    padding-top: 50px;
  }
  .groomer-content + .groomer-content {
    padding-top: 25px;
  }
  .groomer-content-last {
    padding-bottom: 2.5rem;
  }
  .groomer-content-image {
    margin-bottom: 28px;
  }
  .groomer-content-image:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .groomer-content-text:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .groomer-content-pretitle {
    font-size: 18px;
  }
  .groomer-content-title {
    font-size: 20px;
    line-height: 23px;
  }
  .groomer-content .btn {
    width: 100%;
  }
  .groomer-content-description {
    margin-bottom: 2.5rem;
  }

  /*
     * Trusted by
     */
  .trusted-by {
    padding: 45px 0px;
  }
  .trusted-by-heading {
    margin-bottom: 25px;
  }

  /*
     * Get started
     */
  .get-started-pretitle {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 7px;
  }
  .get-started h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    padding: 0px 30px;
  }

  .feature-card-icon {
    font-size: 32px;
  }

  /*
     * Pre footer
     */

  .col-ctas-prefooter {
    min-height: 335px;
  }

  .col-ctas-prefooter > .content h2 {
    font-size: 24px;
  }

  .col-right-ctas-prefooter > .content p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
  .w-45 {
    width: 48%;
  }
  .w-94 {
    width: 94%;
  }
}
.section-get-a-demo{
    color: #000;
    background-color: #F4F3F0;
}
.checklist-get-demo ul li{
    width: 100%;
    max-width: 410px;
}
.get-a-demo-content > p{
    width: 100%;
    max-width: 455px;
}
.request-a-demo-content{
    padding-top: 5px;
}
.request-a-demo-content > p{
    width: 100%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.contact-us-form.request-a-demo-form{
    margin-top: 30px;
    padding: 20px 30px;
}
.section-get-a-demo .wpcf7-spinner{
    display: none;
}
.section-get-a-demo .virtual-tour-form-submit {
    margin-bottom: 10px;
}
.section-get-a-demo .row-form-stars{
    margin-top: 40px;
}

.section-get-a-demo form .wpcf7-response-output {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.form-group-checkboxes .form-label{
    font-weight: 500;
}
.form-group-checkboxes .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin-left: 0;
    width: 40%;
    margin-bottom: 5px;
}
.form-group-checkboxes .wpcf7-checkbox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contact-us-content.get-a-demo-content h1{
    font-size: 44px;
}

label span.wpcf7-list-item-label{
	font-size: 16px;
}


/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 20px;
width: 20px;
top: 3px;
left: 0px;
border: 1px solid #000;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\f00c";
font-weight: 600;
font-family: "Font Awesome 5 Pro";
height: 20px;
width: 20px;
top: 3px;
left: 0;
visibility: hidden;
font-size: 12px;
text-align: center;
line-height: 20px;
color: #fff;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: #000;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 30px;
display: inline-block;
}


@media screen and (max-width: 767px){
    .get-a-demo-content h1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 75%;
    }
    .get-a-demo-content > p{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .checklist-get-demo{
        padding-top: 20px;
    }
    .checklist-get-demo ul{
        max-width: 405px;
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-us-form.request-a-demo-form{
        padding: 15px 25px;
    }
    .contact-us-content.request-a-demo-content h1{
        font-size: 32px;
        width: 100%;
        max-width: 100%;
    }
    .request-a-demo-content > p{
        max-width: 100%;
    }
}/*
 * Home hero
 */
.home-hero {
  background-color: #e4ddd5;
}
.home-hero .row {
  height: 500px;
}
.home-hero-content {
  align-self: center;
}
.home-hero-content h1 {
  margin-bottom: 25px;
}
.home-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.home-hero-image img {
  width: 65vw;
  left: -8vw;
  position: relative;
  max-height: 460px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}
.groomers-hero-image {
  position: relative;
  text-align: center;
  align-items: center;
}
.icon-play-badge {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eab464;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 4.943819522857666px 34.60674285888672px
    rgba(94, 134, 119, 0.3);
  animation: pulse 2s infinite;
}
.icon-play-badge i {
  font-size: 40px;
  color: #fff;
  position: relative;
  left: 5px;
}
#videoModal .modal-dialog {
  max-width: 1000px;
}
#videoModal .modal-content {
  border: none;
  line-height: 1;
  background-color: transparent;
}

/*
 * Home services
 */
.home-services {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-services-heading {
  text-align: center;
  margin-bottom: 40px;
}
.home-services-carousel {
  padding: 0px;
}

/*
 * Home platforms
 */
.home-platforms {
  padding-bottom: 40px;
}

/*
 * Home statistics
 */
.home-statistics {
  padding-top: 40px;
  padding-bottom: 100px;
}
.home-statistics-heading {
  text-align: center;
  margin-bottom: 45px;
}
.home-statistics-heading p {
  margin-bottom: 0px;
}

/*
 * Home contents
 */
.home-contents {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-contents .row {
  align-items: center;
}
.home-contents h2 {
  margin-bottom: 18px;
}
.home-contents p {
  line-height: 26px;
}
.home-contents-image img {
  max-height: 100vh;
}

@media screen and (max-width: 991px) {
  /*
     * Home hero
     */
  .home-hero {
    padding-top: 85px;
  }
  .home-hero .row {
    height: auto;
  }
  .home-hero-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 27px;
  }
  .home-hero-image img {
    width: 100vw;
    max-height: unset;
  }
  #videoModal .modal-dialog {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  /*
     * Home hero
     */
  .home-hero-content h1 {
    text-align: center;
  }
  .home-hero-image img {
    left: 15vw;
    width: 130vw;
    max-height: unset;
    position: relative;
  }
  .icon-play-badge {
    width: 80px;
    height: 80px;
  }
  .icon-play-badge i {
    font-size: 30px;
  }

  /*
    * Home services
    */
  .home-services {
    padding: 25px 0px;
  }
  .home-services-heading {
    margin-bottom: 10px;
  }

  /*
    * Home platforms
    */
  .home-platforms {
    padding-bottom: 0px;
  }

  /*
    * Home statistics
    */
  .home-statistics {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .home-statistics-heading {
    margin-bottom: 30px;
  }

  /*
     * Home contents
     */
  .home-contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-contents:not(.home-contents-reverse) .row {
    flex-wrap: wrap-reverse;
  }
  .home-contents-image {
    margin-bottom: 35px;
  }
  .home-contents h2 {
    margin-bottom: 12px;
  }
  .home-contents-content p {
    line-height: 24px;
    padding-right: 10px;
  }
  #videoModal .modal-dialog {
    max-width: 100%;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
/*
 * Setup
 */
body.page-template-page-terms,
body.page-template-page-privacy,
body.page-template-page-prohibitions {
    overflow: visible;
}

/*
 * Terms
 */
section.terms {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.col-content-terms {
    overflow-x: hidden;
}
.col-content-terms h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    margin-bottom: 35px;
}
.col-content-terms h2 {
    font-size: 1.7rem;
    margin-top: 35px;
    margin-bottom: 35px;
}
.col-content-terms h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 20px;
}
.col-content-terms a {
    color: #000;
    font-weight: 500;
    word-break: break-all;
    text-decoration: underline;
}
.col-content-terms p,
.col-content-terms ul li {
    font-size: 15px;
    line-height: 26px;
}
.col-content-terms ul li {
    margin-bottom: 10px;
}
.col-content-terms ul ul {
    margin-top: 10px;
}
.col-content-terms strong {
    font-weight: 600;
}
.component-terms-navigation {
    top: 80px;
    position: sticky;
}
.component-terms-navigation > ul {
    padding-top: 6px;
    padding-left: 0;
}
.component-terms-navigation > ul li {
    margin-bottom: 15px;
    list-style-type: none;
}
.component-terms-navigation > ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.component-terms-navigation > ul li a.active {
    font-weight: 600;
}
.module-info-calendar {
    overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
    .col-content-terms h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    .col-content-terms h2 {
        font-size: 1.5rem;
    }
    .col-content-terms h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 992px) {
    .component-terms-navigation {
        margin-bottom: 30px;
    }
    .component-terms-navigation > ul {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .component-terms-navigation > ul li {
        margin-right: 15px;
    }
    .component-terms-navigation > ul li:last-child {
        margin-right: 0px;
    }
    section.terms {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .component-terms-navigation {
        top: 0px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .component-terms-navigation > ul {
        display: block;
    }
    .col-content-terms h1 {
        font-size: 1.6rem;
        text-align: left;
        margin-top: 20px;
    }

    .col-content-terms h2 {
        font-size: 1.35rem;
    }
    .col-content-terms h3 {
        font-size: 20px;
    }
    section.terms {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .component-terms-navigation > ul li a:hover {
        text-decoration: underline;
    }
}
.marketplace-hero {
	background-color: #fff;
	padding-bottom: 100px;
}

.marketplace-hero-buttons {
	gap: 13px;
}

.marketplace-hero-pretitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #eab464;
	margin-bottom: 1rem;
}

.marketplace-hero-image {
	display: flex;
	align-items: center;
	justify-content: end;
}

.marketplace-hero-image-store {
	width: 190px;
	position: relative;
	top: 170px;
	left: -20px;
}
.marketplace-hero-image-desktop {
	width: 480px;
}

/* Hero Marketplace new */
.marketplace-hero-new {
	background-color: #f9fafb;
	padding-bottom: 460px;
}

.col-hero-marketplace {
	text-align: center;
}

.col-hero-marketplace h1 {
	font-weight: 600;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #d3d3d3;
}

.col-hero-marketplace h1 > span {
	font-weight: 600;
	font-size: 74px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #222222;
	display: block;
	padding-top: 5px;
}

.col-hero-marketplace p {
	max-width: 650px;
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
	margin-top: 35px;
	font-size: 20px;
}

.marketplace-hero-image {
	position: relative;
	margin-top: -440px;
	padding-bottom: 20px;
}

/* Hero End Marketplace new */

/* Virtual Storefront - Marketplace new */
.marketplace-virtual-storefront {
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}
.col-virtual-storefront {
	text-align: center;
}
.col-virtual-storefront h2 {
	width: 740px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 44px;
	line-height: 100%;
}
.col-virtual-storefront p {
	width: 495px;
	max-width: 100%;
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.col-box-exposure {
	margin-top: 45px;
}

.box-exposure {
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
	border-radius: 26px;
}
.box-exposure > .top {
	padding-top: 60px;
	padding-bottom: 25px;
	width: 100%;
	display: flex;
}
.box-exposure > .top h3 {
	margin-bottom: 5px;
}
.box-exposure > .top p {
	width: 520px;
	max-width: 100%;
	line-height: 140%;
	margin-bottom: 0px;
}
.box-exposure > .top > .img {
	margin-left: 10%;
}
.box-exposure > .top > .img img {
	width: 325px;
}

.box-exposure > .top,
.box-exposure > .image-content {
	padding-left: 50px;
}
/* End Virtual Storefront - Marketplace new */

/* Cuddles profile - Marketplace new */

.marketplace-cuddles-profile {
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
}

.col-title-cuddles-profile {
	margin-bottom: 70px;
}

.col-title-cuddles-profile .btn {
	margin-top: 10px;
}

.box-connect-with-parents {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
}

.box-connect-with-parents > .txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 45px;
}

.box-connect-with-parents > .txt h3 {
	color: #fff;
	width: 280px;
	max-width: 100%;
	font-size: 38px;
	line-height: 100%;
	margin-bottom: 15px;
}
.box-connect-with-parents > .txt p,
.box-showcase-your-services > .txt p {
	color: #fff;
	width: 340px;
	max-width: 100%;
	line-height: 130%;
}

.box-showcase-your-services {
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
	border-radius: 26px;
}

.box-showcase-your-services > .txt {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 55px;
	padding-bottom: 30px;
}

.box-showcase-your-services > .txt h3 {
	font-size: 28px;
	line-height: 100%;
	margin-bottom: 20px;
}

.box-showcase-your-services > .txt p {
	width: 550px;
	max-width: 100%;
	margin-bottom: 10px;
	color: #222222;
}

.box-showcase-your-services > .image-content {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

/* End Cuddles profile - Marketplace new */

/* 
* contents
*/

.marketplace-content {
	background-color: #e9f0ed;
	padding-top: 100px;
	padding-bottom: 0;
}

.marketplace-content-text {
	padding-bottom: 60px;
}

.marketplace-content-text h2 {
	width: 540px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.marketplace-content-text p {
	padding-right: 100px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.marketplace-content-text li {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
}

.marketplace-content-image {
	margin-left: auto;
	align-self: flex-end;
}

.marketplace-content-image img {
	position: relative;
	left: 40px;
	width: 120%;
	max-width: unset;
}

.marketplace-content-discover {
	padding: 70px 0;
}

.marketplace-discover-title {
	margin-bottom: 60px;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.marketplace-discover-card h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-top: 30px;
	margin-bottom: 15px;
}

.marketplace-discover-card p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	padding-right: 50px;
	margin-bottom: 0;
}

.marketplace-content-fotos {
	padding: 60px 0;
}

.fotos-content-text {
	margin-left: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fotos-content-text h2 {
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.fotos-content-text p {
	margin: 0;
	padding-right: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.marketplace-content-payments {
	background-color: #f8f5f1;
	padding: 0;
	margin: 70px 0;
	position: relative;
}

.marketplace-content-payments-video {
	padding: 0px;
	position: relative;
	background-color: #eee1db;
}
.marketplace-content-payments-video video {
	width: 100%;
	display: block;
}

.marketplace-content-payments-image img {
	width: 155px;
}

.marketplace-content-payments-text {
	padding-right: 30px;
	margin-bottom: 25px;
}

/* 
* sign-up
*/
.marketplace-signup {
	padding: 60px 0;
}

.marketplace-signup-content-item > div {
	background-color: #faefdf !important;
}
.marketplace-signup-content-item span {
	color: #c18733 !important;
}

.marketplace-signup-content-item h3 {
	font-size: 16px !important;
}

.marketplace-content-payments-bg-video-desktop {
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	position: absolute;
	background-color: #eee1db;
}

/*
 * Book appointments
 */
.marketplace-book {
	margin-bottom: 35px;
}
.marketplace-book-wrapper {
	padding-top: 60px;
	padding-bottom: 30px;
	border-radius: 26px;
	background-color: #f7f7f7;
}
.marketplace-book-heading {
	padding-left: 65px;
	margin-bottom: 20px;
}

/*
 * Badges
 */
.marketplace-badge-content {
	width: 100%;
	height: 100%;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 26px;
	background-color: #f7f7f7;
}
.marketplace-badge-content h2 {
	margin-bottom: 15px;
}
.marketplace-badge-content h2 + p {
	margin-bottom: 35px;
}
.marketplace-badge-content > *:last-child {
	margin-bottom: 0px;
}

.marketplace-badge-mobileapp {
	width: 100%;
	height: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 26px;
	background-color: #d8d1ca;

	background-size: auto 94%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.marketplace-badge-mobileapp-soon {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 5px 10px;
	margin-right: auto;
	margin-bottom: 15px;
	border-radius: 31px;
	display: inline-block;
	border: solid 2px #222;
}
.marketplace-badge-mobileapp h2 {
	display: block;
	font-size: 50px;
	max-width: 170px;
	line-height: 0.85;
	margin-bottom: 25px;
}
.marketplace-badge-mobileapp-stores a {
	display: inline-block;
}
.marketplace-badge-mobileapp-stores a + a {
	margin-left: 8px;
}
.marketplace-badge-mobileapp-stores img {
	height: 45px;
}

/*
 * How it works
 */
.how-it-works {
	padding-top: 90px;
	background-color: #fff;
}
.how-it-works-heading {
	text-align: center;
	margin-bottom: 70px;
}
.how-it-works-heading h2 {
	color: #bcb8ae;
	font-weight: 600;
	font-size: 100px;
	line-height: 1.2;
	margin-bottom: 8px;
	letter-spacing: -0.06em;
}
.how-it-works-heading p {
	font-size: 22px;
	margin: 0px auto;
	max-width: 520px;
}
.how-it-works .pricing-feature-card-image {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.how-it-works .pricing-feature-card hr {
	margin: 35px 0px;
}
.how-it-works .pricing-feature-card-pretitle {
	color: #222;
	line-height: 1;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0px;
}
.how-it-works .pricing-feature-card-title {
	line-height: 1;
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 12px;
	letter-spacing: -0.04em;
}
.how-it-works .pricing-feature-card-title b {
	line-height: 1;
	font-size: 100px;
	font-weight: 600;
	letter-spacing: -0.06em;
}

/*
 * FAQs
 */
.page-template-page-marketplace-new .pricing-faqs {
	padding-bottom: 100px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.marketplace-content-payments-video {
		width: 110%;
		margin: 0px -5%;
		max-width: unset;
	}
}

@media screen and (min-width: 992px) and (max-width: 1025px) {
	.marketplace-content-image img {
		width: 130%;
	}
	.marketplace-discover-card p {
		padding-right: 0px;
	}
	.marketplace-badge-mobileapp {
		background-size: auto 85%;
		background-position: 130px 50% !important;
	}
}

@media screen and (min-width: 991px) {
	.marketplace-content-payments-text-container {
		padding-top: 45px;
		padding-right: 45px;
		padding-bottom: 45px;
	}

	.marketplace-faqs {
		padding-bottom: 140px !important;
	}
}

@media screen and (max-width: 1399px) {
	.marketplace-badge-mobileapp {
		background-position: 200% 100%;
	}
}

@media screen and (max-width: 1280px) {
	.how-it-works .pricing-feature-card-image {
		width: 370px;
	}
}

@media screen and (max-width: 1024px) {
	.pricing-feature-card-content {
		padding: 60px 50px !important;
	}
	.how-it-works .pricing-feature-card-title {
		font-size: 28px;
	}
	.how-it-works .pricing-feature-card-title b {
		font-size: 80px;
	}
}

@media screen and (max-width: 991px) {
	.marketplace-hero {
		padding-bottom: 45px;
	}

	.marketplace-hero-pretitle {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.4;
	}

	.marketplace-hero-buttons {
		margin-top: 25px;
	}

	.marketplace-discover-card {
		margin-bottom: 40px;
	}

	.marketplace-content {
		padding-top: 40px;
	}

	.marketplace-content-discover {
		padding: 35px 0;
		padding-bottom: 0;
	}

	.marketplace-discover-title {
		margin-bottom: 30px;
	}

	.marketplace-content-fotos {
		padding-top: 0px;
	}

	.marketplace-discover-card h3 {
		margin-top: 20px;
	}

	.fotos-content-text {
		margin: 0;
		margin-top: 20px;
	}

	.fotos-content-text h2 {
		font-size: 28px;
	}

	.marketplace-content-payments-image {
		left: 0;
	}

	.marketplace-content-payments {
		margin-bottom: 0;
	}

	.marketplace-content-payments-text-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.marketplace-content-text h2 {
		width: auto;
	}

	.marketplace-content-payments-bg-video-desktop {
		display: none;
	}

	.marketplace-content-payments-bg-video-mobile {
		background-color: #e4ddd5;
		position: absolute;
		right: -200px;
		left: -200px;
		top: 0;
		bottom: 0;
		width: auto;
	}

	.box-exposure > .top,
	.marketplace-book-heading,
	.box-showcase-your-services > .txt {
		padding-left: 50px;
		padding-right: 50px;
	}

	.box-exposure > .top {
		padding-top: 35px;
	}
	.box-exposure > .top > .img {
		display: none;
	}

	.marketplace-virtual-storefront {
		padding-bottom: 20px;
	}

	.marketplace-cuddles-profile {
		padding-top: 20px;
	}

	.box-connect-with-parents {
		margin-bottom: 40px;
	}
	.box-showcase-your-services > .txt {
		padding-top: 35px;
	}

	.marketplace-book-wrapper {
		padding-top: 35px;
	}

	.marketplace-badge-content {
		height: auto;
		margin-bottom: 40px;
	}
	.marketplace-badge-mobileapp {
		height: 325px;
		background-position: 100% 100%;
	}

	.how-it-works-heading h2 {
		font-size: 80px;
	}
	.how-it-works .pricing-feature-card-image {
		width: 100%;
	}
	.how-it-works .pricing-feature-card > .row {
		flex-wrap: wrap-reverse;
	}
}

@media screen and (max-width: 768px) {
	.marketplace-hero-image-desktop-mobile {
		max-width: 95%;
		margin: auto;
		display: block;
	}

	.marketplace-hero .row {
		flex-wrap: wrap;
	}

	.marketplace-hero-buttons a {
		padding: 14px 25px;
		font-size: 18px;
	}

	.marketplace-hero-content h1,
	.marketplace-hero-content p {
		padding: 0;
	}

	.marketplace-hero-content p {
		font-size: 16px;
		line-height: 1.4;
		padding: 0px 10px;
	}

	.marketplace-content-text h2 {
		font-size: 20px;
	}

	.marketplace-content-text p {
		padding-right: 50px;
		font-size: 16px;
	}

	.marketplace-content-text li {
		padding-right: 70px;
	}

	.marketplace-content-image img {
		left: 0;
	}

	.marketplace-discover-title {
		font-size: 20px;
	}

	.marketplace-discover-card h3 {
		font-size: 18px;
	}

	.marketplace-discover-card p {
		font-size: 16px;
		padding-right: 20px;
	}

	.marketplace-content-payments-image img {
		width: 116px;
	}

	.marketplace-content-payments-image {
		padding: 45px 0;
	}

	.marketplace-content-payments {
		margin-top: 0;
	}

	.payments-marketplace-content-text {
		font-size: 16px;
	}

	.marketplace-content-payments-text {
		padding-right: 0;
	}

	.marketplace-content-payments-title {
		padding-right: 30px;
	}

	.marketplace-content {
		position: relative;
	}

	.marketplace-content-image img {
		width: 100%;
	}

	.payments-marketplace-content-caption {
		font-size: 16px !important;
		padding-right: 15px;
	}

	.marketplace-signup {
		padding: 40px 0;
	}

	.marketplace-faqs {
		padding-bottom: 80px !important;
	}

	.marketplace-hero-new {
		padding-bottom: 210px;
	}
	.marketplace-hero-image {
		margin-top: -170px;
	}
	.col-hero-marketplace h1 {
		font-size: 32px;
	}
	.col-hero-marketplace h1 > span {
		font-size: 48px;
	}
	.col-hero-marketplace p {
		font-size: 16px;
		padding: 0px 15px;
	}

	.col-virtual-storefront h2 {
		font-size: 22px;
	}

	.box-exposure > .top {
		flex-wrap: wrap;
		padding-bottom: 40px;
	}
	.box-exposure > .top p,
	.box-showcase-your-services > .txt p {
		width: 100%;
	}
	.box-exposure > .image-content {
		padding-bottom: 35px;
	}

	.box-exposure > .top,
	.box-showcase-your-services > .txt {
		padding-top: 35px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.marketplace-book-heading {
		padding-top: 35px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.marketplace-badge-content h2 + p {
		margin-bottom: 25px;
	}

	.box-connect-with-parents > .txt h3,
	.box-showcase-your-services > .txt h3,
	.marketplace-badge-content h2 {
		width: 100%;
		font-size: 20px;
		line-height: 24px;
	}
	.box-connect-with-parents > .txt h3 {
		margin-bottom: 10px;
	}
	.box-connect-with-parents > .txt p {
		width: 100%;
	}

	.how-it-works {
		padding-bottom: 45px;
	}

	.marketplace-book-wrapper {
		padding-top: 0px;
	}
	.marketplace-badge-content {
		padding-left: 27px;
		padding-right: 27px;
		padding-bottom: 20px;
	}

	.marketplace-badge-mobileapp h2 {
		font-size: 28px;
		max-width: 95px;
	}
	.marketplace-badge-mobileapp-soon {
		font-size: 12px;
		line-height: 1.25;
	}
	.marketplace-badge-mobileapp-stores img {
		height: 32px;
	}
	.marketplace-badge-mobileapp {
		padding: 30px;
		background-position: 180% 100%;
	}
}

@media screen and (max-width: 576px) {
	.marketplace-content-payments-text-container {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 0 !important;
	}
	.marketplace-content-image img {
		left: -25%;
		width: 150%;
	}

	.col-hero-marketplace h1 {
		line-height: 1;
		font-size: 28px;
	}
	.col-hero-marketplace h1 > span {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.col-hero-marketplace p {
		margin: 20px 0px;
	}
	.marketplace-hero-new {
		padding-bottom: 150px;
	}
	.marketplace-hero-image {
		margin-top: -115px;
	}

	.col-box-exposure {
		margin-top: 20px;
	}
	.box-exposure > .image-content {
		padding-left: 15px;
	}

	.box-connect-with-parents > .txt {
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 55px;
	}
	.marketplace-book-image {
		padding-left: 12px;
		padding-right: 12px;
	}

	.how-it-works {
		padding-top: 50px;
	}
	.how-it-works-heading h2 {
		font-size: 34px;
		line-height: 1.2;
	}
	.how-it-works-heading p {
		font-size: 16px;
	}
	.how-it-works-heading {
		margin-bottom: 40px;
	}
	.how-it-works .pricing-feature-card-content {
		padding: 30px 25px !important;
	}
	.how-it-works .pricing-feature-card-title {
		line-height: 1;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.how-it-works .pricing-feature-card-title b {
		font-size: 54px;
	}
	.how-it-works .pricing-feature-card hr {
		margin: 20px 0px;
	}

	.box-showcase-your-services > .txt h3 {
		margin-bottom: 10px;
	}

	.marketplace-badge-mobileapp {
		padding: 20px;
	}

	.box-showcase-your-services > .txt {
		padding-bottom: 20px;
	}
	.box-showcase-your-services > .image-content {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 30px;
	}

	.col-title-cuddles-profile {
		margin-bottom: 40px;
	}
	.col-title-cuddles-profile h2 {
		line-height: 1.2;
		margin-bottom: 18px;
	}
	.col-title-cuddles-profile .btn {
		margin-top: 0px;
	}

	.page-template-page-marketplace-new .pre-footer h2 {
		line-height: 1.1;
		margin-bottom: 18px;
	}
}
.main-navbar {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    position: absolute;
    padding: 20px 0px;
}
.main-navbar-row {
    align-items: center;
}
.main-navbar-logo {
    width: 125px;
}
.main-navbar-logo img {
    width: 100%;
}
.main-navbar-logo-column {
    margin-right: auto;
}

.main-navbar-actions {
    display: flex;
    align-items: center;
}
.main-navbar-actions > * {
    margin-left: 20px;
}

.main-navbar-link {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-decoration: none;
}
.main-navbar-link i {
    font-size: 26px;
    margin-top: 3px;
    margin-right: 3px;
    vertical-align: middle;
}
.main-navbar-link:hover {
    color: #222;
}
.main-navbar-link:hover span {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .main-navbar {
        padding: 8px 0px;
    }
    .main-navbar-logo {
        width: 100px;
    }
    .main-navbar-link-icon {
        font-size: 24px;
    }
    .main-navbar-link-icon span {
        display: none;
    }
    .main-navbar-actions > * {
        margin-left: 12px;
    }
    .main-navbar-actions .btn {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.8;
        padding: 6px 9.5px;
    }
}
/*
 * new-business hero
 */
.new-business-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.new-business-hero-content {
  align-self: center;
}
.new-business-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.new-business-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.new-business-hero-buttons {
  margin-top: 40px;
}
.new-business-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.new-business-hero-image img {
  width: 30vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}
.new-business-pre-footer img {
  width: 32.7vw !important;
  max-height: 635px !important;
}
.steps-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.pre-title-hero {
  font-size: 40px;
  color: "#C18733";
  font-weight: 600;
  line-height: 110%px;
  margin-bottom: 0.5rem;
}
.hero-footer-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
.form-select {
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
  font-size: 16px;
  color: black;
}
.form-check-label {
  font-size: 16px;
}
.form-control::placeholder {
  color: black;
}
.divider-hero {
  border-right: 1px solid #000;
  padding-left: 1.5rem !important;
}
.min-ph {
  min-height: 6rem;
}
.p-min-h {
  min-height: 3rem;
}
.services-label {
  font-weight: 500;
}
.separator {
  padding-right: 10%;
  margin-bottom: 0;
}
/**
* new-business icons bar
*/
.new-business-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.new-business-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.new-business-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.new-business-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.new-business-iconbar-item:hover {
  color: #eab464;
}
.new-business-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.new-business-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.new-business-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* new-business content
*/

.new-business-content {
  padding: 75px 0px;
  background-color: #fff;
}
.new-business-content-text:first-child {
  padding-right: 0px;
}
.new-business-content-text h2 {
  margin-bottom: 14px;
}
.new-business-content-text a {
  margin-top: 25px;
}
.new-business-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
  .min-ph {
    min-height: 10rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1600px) {
  .min-ph {
    min-height: 8rem;
  }
  .divider-hero {
    padding-left: 0.5rem !important;
  }
  .hero-footer-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * new-business hero
   */
  .new-business-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .new-business-hero-content {
    margin-bottom: 30px;
  }
  .new-business-hero-image {
    margin-top: 27px;
  }
  .new-business-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }
  .new-business-pre-footer img {
    width: 99vw !important;
    max-height: 560px !important;
  }
  .border-mob {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * new-business hero
   */
  .new-business-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * new-business hero
   */
  .new-business-hero {
    padding-top: 35px;
  }
  .new-business-hero .row {
    flex-wrap: wrap-reverse;
  }
  .new-business-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .new-business-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .new-business-hero-pretitle {
    display: none;
  }
  .new-business-hero-buttons {
    justify-content: center;
  }

  /*
   * new-business contents
   */
  .new-business-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .new-business-content.first {
    padding-top: 50px;
  }
  .new-business-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .new-business-content-image {
    margin-bottom: 35px;
  }
  .new-business-content-text h2 {
    margin-bottom: 12px;
  }
  .new-business-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * new-business icons bar
   */
  .new-business-iconbar {
    padding: 10px 0px;
  }
  .new-business-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .new-business-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
  .steps-desc {
    font-size: 16px;
  }
  .pre-title-hero {
    font-size: 22px;
    margin-bottom: 0.2rem;
  }
  .hero-footer-title {
    font-size: 18px;
  }
  .border-mob {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  .divider-hero {
    border-right: none;
    padding-left: 1rem !important;
  }
  .min-ph {
    min-height: 2rem;
    padding: 0 !important;
  }
  .p-min-h {
    min-height: 0;
    margin-bottom: 0.5rem;
  }
  .separator {
    padding-right: 0;
  }
}
@media screen and (max-width: 567px) {
  /*
   * new-business hero
   */
  .new-business-hero-image img {
    width: 90vw;
  }
  .new-business-pre-footer img {
    width: 92vw !important;
    max-height: 560px !important;
  }
  .new-business-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .new-business-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .new-business-hero-buttons {
    margin-top: 35px;
    margin-bottom: 1rem;
  }
}
/* 
* hero
*/
.not-found-hero{
	padding-top: 100px;
	padding-bottom: 30px;
	background-color: #F4F3F0;
}
.not-found-hero-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.not-found-hero-text h1 {
	font-size: 58px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -2px;
	margin-bottom: 25px;
}
.not-found-hero-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 30px;
}
.not-found-hero-image{
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.not-found-hero {
		padding: 60px 0;
	}
	.not-found-hero-text h1 {
		font-size: 28px;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}
	.not-found-hero-text p {
		font-size: 14px;
		margin-bottom: 25px;
		width: 240px;
	}
	.not-found-hero-image {
		margin-top: 40px;
	}
}/* 
* hero
*/
.payments-hero {
  background-color: #faefdf;
  padding: 60px 0;
  text-align: center;
}

.payments-hero-content h1 {
  margin-bottom: 30px;
}

.payments-hero-content h2 {
  color: #c18733;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  margin-top: 20px;
  margin-bottom: 11px;
}

.payments-hero-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.min-ul {
  min-height: 16rem;
}
.check-list li::before {
  top: -5px;
}
.min-container-pos {
  margin-bottom: 1.8rem;
}
.payments-hero-bands {
  width: 485px;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payments-hero-bands img {
  margin-top: -3px;
  margin-left: -5px;
  margin-bottom: 3px;
}
.descriptor-hero {
  background: #e4ddd5;
  border-radius: 2rem;
}
.descriptor-title {
  font-family: "Young Serif", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 134%;
}
.descriptor-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 134%;
}
.get-paid {
  font-family: "Caveat", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.payment-options {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
.img-pos {
  position: absolute;
  z-index: 100;
  height: 75%;
  left: 83%;
  top: 12%;
}
.title-pos {
  padding-right: 0;
}
.li-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.simple-setup {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
/* 
* why cuddles
*/

.payments-why-cuddles {
  padding: 100px 0;
}

.payments-why-cuddles-image {
  width: 610px;
}

/* 
* installation
*/
.payments-installation {
  background-color: #f1f1f1;
  padding: 60px 0;
}

.payments-installation-content-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 60px;
}

.payments-installation-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 196px;
}

.payments-installation-content-item > div {
  background-color: #bdd2ca;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payments-installation-content-item span {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  color: #5e8677;
}

.payments-installation-content-item h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 5px;
}

.payments-installation-content-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.payments-installation-content-buttom {
  margin-top: 45px;
}

/* 
* terminals
*/

.payments-terminals {
  padding: 60px 0;
}

.payments-terminals-title {
  text-align: center;
}

.payments-terminals-title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.payments-terminals-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.payments-terminals-items {
  margin-top: 60px;
}

.payments-terminals-item {
  background-color: #fbfbfb;
  border-radius: 24px;
  padding: 55px 45px;
  height: 100%;
}

.payments-terminals-item h3 {
  font-size: 18px;
  color: #eab464;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 1px;
}

.payments-terminals-item h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2%;
}

.payments-terminals-item hr {
  color: #dbdad7;
  margin: 25px 0;
}

.payments-terminals-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.payments-terminals-item li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}

.payments-terminals-item img {
  width: 100px;
}

/* 
* marketplace
*/
.payments-marketplace-content-caption {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  /* 
	* why cuddles
	*/
  .payments-why-cuddles-image {
    margin-bottom: 30px;
  }

  /* 
	* terminals
	*/
  .payments-terminals-item-portable {
    margin-top: 100px;
  }

  /* 
	* marketplace
	*/
  .groomer-content-image {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  /* 
	* hero
	*/
  .payments-hero {
    padding-top: 45px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .payments-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .payments-hero-content h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .payments-hero-content h1 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
    width: 280px;
  }

  .payments-hero-content p {
    font-size: 16px;
    padding: 0px 10px;
    margin-bottom: 20px;
  }

  .payments-hero-bands {
    width: 200px;
    font-size: 28px;
  }

  .payments-hero-bands-pay {
    width: 150px;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }

  .payments-hero-bands-pay > div {
    width: 30px;
    display: flex;
    margin-top: -4px;
    margin-left: -9px;
    justify-content: center;
    align-items: center;
  }

  /* 
	* why-cuddles
	*/

  .payments-why-cuddles {
    padding: 50px 0;
  }

  .check-list li {
    margin-bottom: 16px;
  }

  .groomer-content-description p {
    margin-bottom: 20px;
  }

  /* 
	* installation
	*/

  .payments-installation {
    padding: 50px 0;
  }

  .payments-installation-content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
  }

  .payments-installation-content-item {
    margin-bottom: 40px;
  }

  .payments-installation-content-buttom {
    margin-top: 0;
  }

  .payments-installation-content-item > div {
    width: 78px;
    height: 78px;
  }

  .payments-installation-content-item span {
    font-size: 32px;
  }

  .payments-installation-content-item h3 {
    font-size: 16px;
    margin-top: 15px;
  }

  /* 
	* terminals
	*/
  .payments-terminals {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .payments-terminals-item {
    height: auto;
  }
  .payments-terminals-item hr {
    margin: 15px 0px;
  }

  .payments-terminals-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .payments-terminals-item img {
    width: 80px;
  }

  .payments-terminals-title p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .payments-terminals-item h3 {
    font-size: 14px;
    margin-top: 15px;
  }

  .payments-terminals-item h2 {
    font-size: 18px;
  }

  .payments-terminals-item p {
    font-size: 16px;
    padding-right: 10px;
  }

  .payments-terminals-item li {
    font-size: 14px;
  }

  .min-ul {
    min-height: 0;
  }
  .get-paid {
    font-size: 26px;
  }
  .descriptor-title {
    font-size: 28px;
    font-weight: 400;
  }
  .descriptor-subtitle {
    font-size: 18px;
  }
  .payment-options {
    font-size: 28px;
    line-height: 100%;
  }
  .img-pos {
    position: absolute;
    z-index: 100;
    height: 13%;
    left: 10%;
    top: 13%;
  }
  .title-pos {
    padding-right: 5rem;
  }
  .simple-setup {
    font-size: 16px;
  }
  .space-device {
    padding-left: 2.5rem;
  }
  .min-container-pos {
    margin-bottom: auto;
  }
  .check-list li::before {
    top: -6px;
  }
  /* 
	* marketplace
	*/

  .payments-marketplace {
    padding: 10px 0;
  }

  .payments-marketplace-btn {
    margin-top: 10px;
  }

  /* 
	* terminals
	*/
  .payments-terminals-item {
    padding: 30px;
  }

  .check-list {
    padding-right: 0;
  }

  .payments-terminals-items {
    margin-top: 35px;
  }

  .payments-terminals-item-portable {
    margin-top: 30px;
  }
}
/* 
* hero
*/
.pet-businesses-hero {
	background-color: #f4f3f0;
}
.pet-businesses-hero-text h1 {
	font-size: 58px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -2px;
	padding-right: 10px;
	margin-bottom: 25px;
}
.pet-businesses-hero-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 35px;
}
.pet-businesses-hero-image {
	background-color: #d9d6d4;
	display: flex;
	justify-content: end;
	position: relative;
	left: 80px;
	padding: 20px 0;
}
.pet-businesses-hero-image img {
	position: relative;
	object-fit: contain;
	object-position: right;
	width: 860px;
}

/* 
* swiper solutions
*/
.pet-businesses-solutions {
	padding-top: 55px;
	padding-bottom: 20px;
}
.pet-businesses-solutions-text {
	text-align: center;
}
.pet-businesses-solutions-text h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.pet-businesses-solutions-text p {
	margin-bottom: 60px;
}
.pet-businesses-solutions-swiper .swiper-slide {
	height: auto;
}
.pet-businesses-solutions-swiper-card {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding-top: 50px;
	border-radius: 25px;
	background-color: #e4ddd5;
}
.pet-businesses-solutions-swiper-card-content {
	flex: 0 0 100%;
	padding: 0px 40px;
	align-self: flex-start;
}
.pet-businesses-solutions-swiper-card-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.pet-businesses-solutions-swiper-card p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 25px;
	padding-right: 75px;
}
.pet-businesses-solutions-swiper-card a {
	padding: 10px 24px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pet-businesses-solutions-swiper-image {
	flex: 0 0 100%;
	margin: auto 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pet-businesses-solutions-image-pb-grooming {
	margin-top: -30px;
	margin-bottom: 0px;
}
.pet-businesses-solutions-image-pb-daycare img {
	width: 45%;
}
.pet-businesses-solutions-image-pb-training img,
.pet-businesses-solutions-image-pb-boarding img {
	width: 65%;
}
.pet-businesses-solutions-swiper-card-soon {
	background-color: black;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 23px;
	padding: 12px 17px;
	border-radius: 0 25px 0 25px;
}

@media screen and (min-width: 1025px) {
	.pet-businesses-hero p {
		padding-right: 105px;
	}
}

@media screen and (max-width: 991px) {
	/* 
		* hero
		*/
	.pet-businesses-hero {
		padding-top: 40px;
	}
	.pet-businesses-hero-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.pet-businesses-hero-text h1 {
		margin-bottom: 10px;
		padding: 0px;
	}
	.pet-businesses-hero-text p {
		padding: 0;
	}
	.pet-businesses-hero-image {
		left: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.pet-businesses-hero-text h3 {
		margin-bottom: 35px;
	}
	.pet-businesses-hero-buttons {
		margin-bottom: 30px;
	}

	/* 
	* solutions
	*/
	.pet-businesses-solutions-swiper-card-title {
		padding-right: 25px;
	}

	.pet-businesses-solutions-swiper-card p {
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	/* 
	* Hero
	*/
	.pet-businesses-hero {
		padding-top: 40px;
	}
	.pet-businesses-hero-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.pet-businesses-hero-text h1 {
		font-size: 28px;
		line-height: 1.15;
		letter-spacing: -0.01em;
		margin-bottom: 10px;
		padding: 0;
		width: 90%;
	}
	.pet-businesses-hero-text p {
		padding: 0;
		width: 260px;
		font-size: 16px;
	}
	.pet-businesses-hero-text a {
		padding: 10px 35px;
	}
	.pet-businesses-hero-image {
		left: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.pet-businesses-hero-buttons .btn:not(:first-child) {
		padding: 10px 20px;
	}
	.pet-businesses-hero-text h3 {
		font-size: 13px;
		font-weight: 400;
		line-height: 1.4;
		margin-bottom: 35px;
	}

	/* 
	* Solutions
	*/
	.pet-businesses-solutions {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.pet-businesses-solutions-text h2 {
		font-size: 20px;
		line-height: 1.1;
		padding: 0px 10px;
		letter-spacing: -0.01em;
	}
	.pet-businesses-solutions-swiper-card {
		padding-top: 25px;
		border-radius: 11px;
	}
	.pet-businesses-solutions-swiper-card-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pet-businesses-solutions-swiper-card h3 {
		margin-bottom: 11px;
	}
	.pet-businesses-solutions-swiper-card p {
		display: none;
	}
	.pet-businesses-solutions-swiper-card a {
		font-size: 14px;
		padding: 6px 11px;
		border-radius: 30px;
		background-color: #fff;
	}
	.pet-businesses-solutions-swiper-card-title {
		font-size: 22px;
	}
	.pet-businesses-solutions-text p {
		margin-bottom: 35px;
	}
	.pet-businesses-solutions-swiper-card-soon {
		top: auto;
		bottom: 0px;
		font-size: 14px;
		padding: 5px 12px;
		border-radius: 11px 0px 11px 0px;
	}
	.pet-businesses-solutions-swiper-image {
		margin-top: 0px;
	}
	.pet-businesses-solutions-image-pb-daycare {
		margin-top: auto;
	}
	.pet-businesses-solutions-image-pb-boarding img,
	.pet-businesses-solutions-image-pb-training img {
		max-height: 200px;
		object-fit: contain;
	}
	.pet-businesses-solutions-swiper {
		position: relative;
		left: 8px;
	}
}

@media screen and (max-width: 576px) {
	.pet-businesses-solutions-swiper-card-title {
		font-size: 20px;
	}
	.pet-businesses-solutions-image-pb-daycare img {
		width: 50%;
	}
	.pet-businesses-solutions-image-pb-training img {
		width: 70%;
		max-height: 140px;
	}
	.pet-businesses-solutions-image-pb-boarding {
		margin-bottom: 30px;
	}
	.pet-businesses-solutions-image-pb-boarding img {
		width: 75%;
		max-height: 155px;
	}
	.pet-businesses-solutions-swiper-card-soon {
		font-size: 13px;
	}
	.pet-businesses-solutions-image-pb-grooming {
		margin-top: 0px;
	}
}
/*
 * Pricing hero
 */
.psub-title {
  color: #000;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 32px !important;
}
.pricing-hero {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 30px;
}
.pricing-hero h1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin-bottom: 18px;
}
.pricing-hero h1 span {
  display: block;
  line-height: 1;
  margin-top: 8px;
  color: #eab464;
  font-size: 140px;
  font-weight: 600;
  letter-spacing: -6px;
}
.pricing-hero-features {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
.pricing-hero-features li {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 8px;
  color: var(--Black, #000);
  font-feature-settings: "liga" off;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-radius: 100px;
  border: 2px solid var(--Grey-Medium, #d3d3d3);
  background: var(--Brown-Light, #f8f5f1);
  white-space: nowrap;
}
.pricing-hero-features li::before {
  content: "\f058";
  color: #baa997;
  font-weight: 700;
  margin-right: 0;
  font-family: "Font Awesome 5 Pro";
}
.pricing-hero .btn {
  min-width: 170px;
}
.price-text {
  font-size: 46px;
  font-weight: 300;
  line-height: 27px;
}
.container-distribution {
  padding: 0;
}
.items-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.items-text-price {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}
.feat-title-table {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.feat-desc-row {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.see-more-feat {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.items-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.min-ul-height {
  min-height: 23rem;
}
.col-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.col-pricing {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}
.min-row-height {
  min-height: 6rem;
}
.header-description {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
.separator-table-left {
  margin-left: 3rem;
}
.separator-table-right {
  margin-right: 1rem;
}
.best-value {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}
.other-tbl-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%px;
}
.plan-not-included {
  color: #bdbdbd;
  padding-right: 2rem;
}
.plan-included {
  color: #92b4a7;
  padding-right: 2rem;
}
.features-tbl-title {
  font-size: 20px;
  font-weight: 500;
  color: #919191;
  line-height: 140%;
}
/**
 * Pricing enterprise
 */
.font-size-enterprise {
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.font-size-enterprise-sub {
  color: var(--Black, #222);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
}
.container-distribution .calendar-hero-content {
  gap: 24px;
}
.container-distribution .enterprise-title,
.container-distribution .font-size-enterprise-sub,
.container-distribution .enterprise-feature-list,
.container-distribution .enterprise-cta-wrap {
  margin: 0;
}
.enterprise-feature-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.enterprise-feature-list li {
  color: #222;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.container-distribution .enterprise-cta-wrap {
  margin-top: 8px;
  margin-bottom: 32px;
}
.container-distribution .enterprise-visual {
  image-rendering: -webkit-optimize-contrast;
  display: block;
}
.enterprise-feature-list li img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
/*
 * Pricing cards
 */
.pricing-cards {
  padding-top: 80px;
  padding-bottom: 40px;
}
.pricing-card {
  width: 100%;
  height: 100%;
  color: #222;

  /* display: flex;
    flex-direction: column;
    justify-content: space-between; */

  border-radius: 30px;
  background-color: #f4f3f0;
  padding: 55px 60px 45px 60px;
}
.free-trial-tag {
  color: #fff;
  background: #baa997;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}
.pricing-card.dark {
  color: #fff;
  background-color: #222222;
  position: relative;
}
.pricing-card-heading {
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
.pricing-card.dark .pricing-card-heading p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pricing-card-heading h2 {
  color: inherit;
  margin-bottom: 10px;
  font-size: 40px;
}
.pricing-card-heading-white {
  color: #fff;
}
.pricing-card-price {
  line-height: 1;
  font-size: 44px;
  font-weight: 300;
  margin: 18px 0px;
  color: #fff;
}
.pricing-card-price .old-price {
  font-size: 30px;
  text-decoration: line-through;
}
.line-through {
  text-decoration: line-through;
}
.pricing-card-features {
  font-size: 16px;
  font-weight: 500;
}
.pricing-card-features ul {
  padding: 0px;
  list-style: none;
}
.pricing-card-features li {
  margin-bottom: 15px;
}
.pricing-card-features li p {
  margin: 0px;
  display: inline-block;
}
.pricing-card-features li i {
  font-size: 19px;
  margin-right: 10px;
  vertical-align: middle;
}

/*
 * Pricing feature
 */
.pricing-feature {
  padding-top: 40px;
  padding-bottom: 80px;
}
.pricing-feature-card {
  width: 100%;
  overflow: hidden;
  padding: 0px 15px;
  border-radius: 28px;
  border: 2px solid #222222;
  box-shadow: 10px 10px 0px #000000;
}
.pricing-feature-card-image {
  margin-left: -1px;
  background-color: #e8d8c1;
}
.pricing-feature-card-image img {
  width: 369px;
}
.pricing-feature-card-content {
  padding: 60px 80px 60px 70px;
}
.pricing-feature-card-content .check-list {
  font-weight: 400;
}
.pricing-feature-text-content .check-list li {
  margin-bottom: 20px;
}
.pricing-feature-text-content {
  padding: 60px 80px 60px 70px;
}
.pricing-feature-text-content .check-list {
  font-weight: 400;
}
.pricing-feature-text-content .check-list li {
  margin-bottom: 20px;
}
.pricing-feature-card-pretitle {
  display: block;
  color: #eab464;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.pricing-feature-card-title {
  margin-bottom: 25px;
}

.extended-content.first .fl-pre-title {
  color: var(--Orange-Primary, #eab464);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

.extended-content.first .extended-content-text h2 {
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
}

.extended-content.first .check-list li p {
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.extended-content.first .check-list li {
  padding-left: 38px;
}
.extended-content.first .check-list li::before {
  margin-top: 0;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.52px;
}

.pricing-sections-spacing > section {
  margin: 0 0 64px 0 !important;
}

.pricing-sections-spacing > section:first-child {
  margin-top: 64px !important;
}

.pricing-sections-spacing > section:last-child {
  margin-bottom: 0 !important;
}

.pricing-sections-spacing > section:not(.pricing-hero) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pricing-sections-spacing > .pricing-hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pricing-feature-card-buttons {
  margin-top: 30px;
}
.pricing-feature-card-buttons .btn + .btn {
  margin-left: 10px;
}
.badge-csoon {
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  padding-bottom: 5px;
  border-radius: 14px;
}
.badge-white {
  background-color: #f4f3f0;
}
.pricing-card-features .badge-csoon {
  margin-left: 6px;
}

/*
 * Pricing compare
 */
.pricing-compare {
  padding: 100px 0px;
  background-color: #fbfbfb;
}
.pricing-compare-heading {
  text-align: center;
  margin-bottom: 70px;
}

.pricing-compare-table h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.pricing-compare-table p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 300px;
}
.pricing-compare-table-heading h3 {
  margin: 0px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.pricing-compare-table-row .row {
  height: 100%;
}
.pricing-compare-table-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
  border-bottom: 1px solid #dbdad7;
}
.pricing-compare-table-first-cell {
  width: 415px;
  margin-right: 30px;
}
.pricing-compare-table-cell:not(.pricing-compare-table-first-cell) {
  justify-content: center;
}
.pricing-compare-table-cell i {
  font-size: 24px;
}
.pricing-compare-table-cell .fa-times-circle {
  color: #d3d3d3;
}
.pricing-compare-table-cell .fa-check-circle {
  color: #92b4a7;
}
.pricing-compare-table-body
  .pricing-compare-table-row:last-child
  .pricing-compare-table-cell {
  border: none;
}
.pricing-compare-table-body .pricing-compare-table-cell {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*
 * Pricing plans
 */
.pricing-section {
  --pill-bg: #8a8a8a;
  --pill-color: #fff;
}
.pricing-plan-card {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
  background: var(--card-bg, #ffffff);
  border: 2px solid #d3d3d3;
  border-radius: 18px;
  position: relative;
}
@media (min-width: 992px) {
  .pricing-hero-features {
    flex-wrap: nowrap;
    gap: 12px;
  }
  .pricing-plans-row {
    --bs-gutter-x: 24px;
  }
  .pricing-plan-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .pricing-plan-head {
    min-height: 236px;
  }
}
.pricing-plan-card .card-body {
  padding: 36px 32px 24px !important;
  text-align: left;
}
.pricing-plan-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.pricing-plan-head {
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
.pricing-plan-eyebrow {
  color: var(--Black, #222);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.44px;
  width: 100%;
}
.pricing-plan-head > .d-flex {
  justify-content: center !important;
}
.pricing-plan-price-row {
  align-items: center !important;
  justify-content: center;
  margin-bottom: 2px;
}
.pricing-plan-title {
  font-weight: 600;
  font-size: 28px;
}
.pricing-plan-price {
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
}
.price-context {
  color: var(--Grey-Dark, #7a7a7a);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.price-subtext {
  color: var(--Grey-Dark, #7a7a7a);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 14px;
}
.price-subtext--placeholder {
  visibility: hidden;
}
.pricing-plan-description {
  color: var(--Black, #222);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  min-height: 0;
  line-height: 140%;
}
.pricing-plan-cta-wrap {
  margin-top: 28px;
  margin-bottom: 22px;
}
.plan-badge-top {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  align-self: flex-end;
  margin-bottom: 10px;
  color: #fff;
  background: var(--badge-color, #7a7a7a);
}
.pricing-plan-card[data-plan="premium"] .plan-badge-top,
.pricing-plan-card[data-plan="elite"] .plan-badge-top {
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  padding: 6px 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  white-space: nowrap;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
}
.pricing-plan-card[data-plan="premium"] {
  border: 3px solid #000;
}
.pricing-plan-card[data-plan="elite"] {
  border: 3px solid #000;
}
.pricing-plan-card[data-plan="premium"] .card-body {
  padding: 36px 32px 48px !important;
}
.pricing-plan-card[data-plan="elite"] .plan-badge-top {
  background: var(--Green-Dark, #000);
  color: #fff;
}
.feature-pills {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  background: var(--pill-bg);
  color: var(--pill-color);
  padding: 4px 6px;
  border-radius: 0.35rem;
  margin-left: 0.2rem;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
/* Variant pill colors */
.feature-pills[data-type="500/mo"] {
  background: #7a7a7a;
  color: #fff;
}
.feature-pills[data-type="1000/mo"] {
  background: #92b4a7;
  color: #fff;
}
.feature-pills[data-type="Unlimited"] {
  background: #7a7a7a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
}
.pricing-plan-card[data-plan="elite"] .feature-pills[data-type="Unlimited"] {
  background: #92B4A7;
}
.pricing-feature-line i,
.pricing-feature-icon-img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  text-align: center;
  object-fit: contain;
  margin-right: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pricing-feature-line {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.pricing-feature-line i {
  font-size: 20px;
  margin-top: 0;
  font-weight: 300;
}
.pricing-feature-line + .pricing-feature-line {
  margin-top: 12px;
}
.pricing-plan-features {
  margin-top: 0;
}
.pricing-plan-features .pricing-feature-line:first-child {
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d3d3d3;
}
.plan-label {
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.btn-pricing {
  display: flex;
  padding: 10px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 31px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
}
.btn-pricing-starter {
  background: transparent;
  border-color: #222;
  color: #222;
}
.btn-pricing-starter:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn-pricing-premium {
  background: #000;
  border-color: #000;
  color: #fff !important;
}
.btn-pricing-elite {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn-pricing-elite:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.plan-per-user-note {
  text-align: center;
  margin-top: 8px;
  font-size: 10px;
  color: #6f6f6f;
}
@media (max-width: 1400px) {
  .pricing-plan-description {
    min-height: 0;
  }
}

/*
 * Pricing additional solutions
 */
.additional-solutions-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.additional-card {
  border-radius: 16px;
  padding: 24px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  height: 100%;
  background-color: var(--additional-card-bg, #ffffff);
}
.additional-card-header {
  display: flex;
  align-items: center;
}
.additional-card-brand {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.additional-card-logo {
  height: 26px;
  width: auto;
  display: block;
}
.additional-card-pill {
  color: #fff;
  font-size: 14.97px;
  font-style: normal;
  font-weight: 500;
  line-height: 87.5%; /* 13.099px */
  letter-spacing: 0.299px;
  text-transform: uppercase;
  border-radius: 2.373px;
  height: 23.756px;
  padding: 6.081px 5.613px;
  margin-left: 8px;
  display: inline-flex;
  gap: 3.742px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  background-color: var(--additional-pill-bg, #000000);
}
.additional-card-body {
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.additional-card-footer {
  margin-top: 0;
}
.btn-additional {
  font-weight: 600;
  font-size: 14px;
  height: 44px;
  padding: 6px 16px;
  line-height: 1;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .additional-card {
    padding: 24px 20px 28px 20px;
  }
}
@media (max-width: 767.98px) {
  .additional-solutions-title {
    text-align: left;
    margin-bottom: 0;
  }
  .btn-additional {
    width: 140px !important;
  }
  .additional-card-footer {
    width: 100%;
    text-align: center;
  }
}

/*
 * Pricing compare v2
 */
.compare-plans-v2 {
  width: 100%;
  padding: 0;
}
.compare-plans-v2__heading {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: left;
}
.compare-table-v2 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.compare-table-v2--card {
  box-shadow: 0 16px 40px rgba(20, 20, 20, 0.04);
}
.compare-table-v2--flat {
  border-color: #efe9dd;
  box-shadow: none;
}
.compare-table-v2__header-wrap {
  background-color: #f1f1f1;
  border-bottom: 1px solid #dbdbdb;
}
.compare-table-v2__row-wrap {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
}
.compare-table-v2__row-wrap--group {
  background-color: #f7f7f7;
}
.compare-table-v2__row {
  display: grid;
  grid-template-columns: minmax(320px, 1.8fr) repeat(3, minmax(120px, 1fr));
  border-bottom: 1px solid #ececec;
}
.compare-table-v2--flat .compare-table-v2__row {
  border-bottom: 1px solid #f2ede4;
}
.compare-table-v2__row:last-child {
  border-bottom: none;
}
.compare-table-v2__row--header {
  background-color: #f1f1f1;
}
.compare-table-v2__row--group {
  background-color: #f7f7f7;
}
.compare-table-v2__row--group .compare-table-v2__feature,
.compare-table-v2__row--group .compare-table-v2__plan {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}
.compare-plans-v2 .plan-value-empty {
  visibility: hidden;
}
.compare-table-v2__feature,
.compare-table-v2__plan {
  padding: 18px 24px 18px 0;
  display: flex;
  flex-direction: column;
}
.compare-table-v2__feature {
  justify-content: center;
  align-items: flex-start;
}
.compare-table-v2__plan {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.compare-table-v2--flat .compare-table-v2__feature,
.compare-table-v2--flat .compare-table-v2__plan {
  padding: 18px 20px 20px 0;
}
.compare-table-v2__feature--blank {
  border-right: none;
}
.compare-table-v2__feature .feature-title {
  font-weight: 600;
  font-size: 18px;
  color: #1f1f1f;
}
.compare-table-v2__feature .feature-description {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 4px;
}
.compare-table-v2__eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 140%;
  color: #919191;
}
.compare-table-v2__title {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
.compare-plans-v2 .plan-label {
  font-size: 17px;
  font-weight: 600;
  color: #1f1f1f;
  margin: 0;
}
.compare-plans-v2 .plan-price {
  font-size: 16px;
  font-weight: 300;
  color: black;
}
.compare-plans-v2 .plan-badge {
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
.compare-plans-v2 .plan-badge-empty {
  height: 100%;
}
.compare-plans-v2 .plan-included {
  color: #87ab9b;
  font-size: 18px;
  padding-right: 0;
}
.compare-plans-v2 .plan-not-included {
  color: #c0beb8;
  font-size: 18px;
  padding-right: 0;
}
.compare-plans-v2 .plan-value {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
}
.compare-plans-v2 .plan-value-muted {
  color: #a6a6a6;
}
.compare-accordion-v2 {
  background-color: #f1f1f1;
  padding: 0;
  box-shadow: 0 24px 60px rgba(26, 26, 26, 0.04);
}
.compare-accordion-v2__item {
  border-bottom: 1px solid #e4dacb;
  margin-bottom: 0;
  background-color: transparent;
}
.compare-accordion-v2__item:last-child {
  border-bottom: none;
}
.compare-accordion-v2__toggle {
  width: 100%;
  border: none;
  background: #f1f1f1;
  padding: 22px 20px;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.compare-accordion-v2__item.is-open {
  background-color: #fff;
}
.compare-accordion-v2__panel .compare-table-v2 {
  margin: 0;
  box-shadow: none;
}
.toggle-icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}
.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  background-color: #1f1f1f;
  border-radius: 999px;
}
.toggle-icon::after {
  transform: rotate(90deg);
}
.compare-accordion-v2__item.is-open .toggle-icon::after,
.mobile-section-toggle[aria-expanded="true"] .toggle-icon::after,
.compare-mobile-v2__section.always-open .toggle-icon::after {
  opacity: 0;
}
.compare-mobile-v2 {
  margin-top: 0;
  background-color: #ededed;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.compare-mobile-v2__plan-tabs {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0;
  background-color: #f1f1f1;
  position: relative;
  z-index: 2;
  transition:
    box-shadow 0.25s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}
.compare-mobile-v2__tabs-sentinel {
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.compare-mobile-v2__plan-tabs.is-sticky-fixed {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 40;
}
.compare-mobile-v2__plan-tabs.is-stuck {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  opacity: 1;
}
.compare-mobile-v2__plan-tabs.is-fading-out {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}
.compare-mobile-v2__plan-tabs.is-fading-in {
  opacity: 0;
  transform: translateY(-1px);
  pointer-events: none;
  transition:
    box-shadow 0.25s ease,
    transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.compare-mobile-v2__plan-tab {
  flex: 1;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1.85px;
  background: transparent;
  padding: 12px 10px 10px 20px;
  color: #9f9f9a;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  position: relative;
}
.compare-mobile-v2__plan-tab:first-child {
  text-align: left;
  padding-left: 30px;
  padding-right: 0;
}
.compare-mobile-v2__plan-tab .plan-tab-name,
.compare-mobile-v2__plan-tab .plan-tab-price {
  display: block;
}
.compare-mobile-v2__plan-tab .plan-tab-name {
  color: #9f9f9a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.compare-mobile-v2__plan-tab .plan-tab-price {
  color: #b8b8b2;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.compare-mobile-v2__plan-tab:last-child .plan-tab-price:last-child {
  text-align: right;
  padding-right: 25px;
}
.compare-mobile-v2__plan-tab .plan-tab-price-suffix {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.compare-mobile-v2__plan-tab.is-active {
  color: var(--Black, #222);
  border-bottom-color: #1f1f1f;
}
.compare-mobile-v2__plan-tab.is-active .plan-tab-name,
.compare-mobile-v2__plan-tab.is-active .plan-tab-price,
.compare-mobile-v2__plan-tab.is-active .plan-tab-price-suffix {
  color: var(--Black, #222);
}
.compare-mobile-v2__plan-tab.is-active::after {
  content: none;
}
.compare-mobile-v2__section {
  background: #f1f1f1;
  border-bottom: 1px solid #dfdfdf;
  padding: 0;
}
.compare-mobile-v2__section:last-child {
  border-bottom: none;
}
.compare-mobile-v2__header {
  padding: 14px 25px 14px 25px;
}
.compare-mobile-v2__header[data-mobile-target] {
  cursor: pointer;
}
.compare-mobile-v2 .section-eyebrow {
  display: none;
  color: #919191;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.compare-mobile-v2__section.always-open .section-eyebrow {
  display: block;
}
.compare-mobile-v2 .section-title {
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.mobile-section-toggle {
  border: none;
  background: transparent;
  padding: 8px;
}
.mobile-section-panel {
  display: none;
}
.mobile-section-panel.show,
.compare-mobile-v2__section.always-open .mobile-section-panel {
  display: block;
  background-color: #f1f1f1;
}
.mobile-feature-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 8px;
  padding: 14px 30px 12px 25px;
  background-color: #fff;
}
.mobile-feature-row--group {
  background-color: #f7f7f7;
}
.mobile-feature-info {
  flex: 1;
}
.compare-mobile-v2 .mobile-feature-info .header-description {
  color: var(--Black, #222);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.mobile-feature-values {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.mobile-feature-value-plan {
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.compare-mobile-v2[data-selected-plan="elite"]
  .mobile-feature-value-plan[data-plan-key="elite"],
.compare-mobile-v2[data-selected-plan="premium"]
  .mobile-feature-value-plan[data-plan-key="premium"],
.compare-mobile-v2[data-selected-plan="starter"]
  .mobile-feature-value-plan[data-plan-key="starter"] {
  display: flex;
}
@media (max-width: 991.98px) {
  .pricing-sections-spacing > section {
    margin: 0 0 32px 0 !important;
  }
  .pricing-sections-spacing > section:first-child {
    margin-top: 32px !important;
  }
  .pricing-sections-spacing > section:not(.pricing-hero) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pricing-sections-spacing > .pricing-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .compare-plans-v2 {
    padding: 0;
  }
  .compare-table-v2__row {
    grid-template-columns: minmax(200px, 1.4fr) repeat(3, minmax(90px, 1fr));
  }
  .compare-mobile-v2 {
    padding: 0;
  }
}

/*
 * Pricing FAQ
 */
.pricing-faqs {
  padding-top: 70px;
  padding-bottom: 40px;
}
.pricing-faqs-heading {
  text-align: center;
  margin-bottom: 45px;
}
.pricing-faqs-group {
  width: 100%;
}
.pricing-faqs-item {
  padding: 0px 26px;
  border-radius: 10px;
  background-color: #f4f3f0;
}
.pricing-faqs-item + .pricing-faqs-item {
  margin-top: 28px;
}
.pricing-faqs-item-heading {
  padding: 24px 0px;
  cursor: pointer;
}
.pricing-faqs-item-title {
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-right: 60px;
}
.pricing-faqs-item-title::after {
  top: 0px;
  right: 0px;
  line-height: 1;
  content: "\f107";
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.pricing-faqs-item.active .pricing-faqs-item-title::after {
  content: "\f106";
}
.pricing-faqs-item-body {
  height: 0px;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.pricing-faqs-item.active .pricing-faqs-item-body {
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  /*
     * Pricing hero
     */
  .psub-title {
    color: #000;
    text-align: center;
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 24px 0;
  }
  .pricing-hero {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .pricing-sections-spacing > .pricing-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pricing-hero h1 {
    color: #000;
    text-align: center;
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
  .pricing-hero h1 span {
    font-size: 90px;
  }
  .pricing-hero-features {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    justify-content: center;
    gap: 8px;
  }
  .pricing-hero-features li {
    color: var(--Black, #000);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    padding: 6px 10px;
    gap: 4px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .pricing-hero-features li::before {
    display: inline;
  }
  .pricing-hero-features li + li {
    margin-left: 0;
  }
  .pricing-hero-features li:not(:last-child)::after {
    margin: 0px;
  }
  .pricing-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pricing-plan-card .card-body {
    padding: 32px 24px !important;
    gap: 16px;
  }
  .pricing-plan-card[data-plan="premium"] .card-body {
    padding: 32px 24px !important;
  }
  .pricing-plan-card {
    border-radius: 18px;
  }
  .pricing-plan-card
    > .card-body
    > .plan-badge-top:not(.plan-badge-top--mobile) {
    display: none;
  }
  .pricing-plan-card[data-plan="premium"]
    .plan-badge-top.plan-badge-top--mobile,
  .pricing-plan-card[data-plan="elite"] .plan-badge-top.plan-badge-top--mobile {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin: 0;
  }
  .plan-badge-top--mobile {
    position: static;
    margin: 0;
    display: inline-flex;
    padding: 6px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1000px;
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .pricing-plan-card[data-plan="premium"]
    > .card-body
    > .plan-badge-top:not(.plan-badge-top--mobile),
  .pricing-plan-card[data-plan="elite"]
    > .card-body
    > .plan-badge-top:not(.plan-badge-top--mobile) {
    left: auto;
    right: 24px;
    top: 12px;
    transform: none;
    font-size: 10px;
    line-height: 100%;
    padding: 4px 8px;
  }
  .pricing-plan-head {
    min-height: 0;
  }
  .pricing-plan-eyebrow {
    color: var(--Black, #222);
    text-align: left;
    width: auto;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
  }
  .pricing-plan-head > .d-flex:not(.pricing-plan-title-row) {
    justify-content: flex-start !important;
  }
  .pricing-plan-head > .pricing-plan-title-row {
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
  }
  .pricing-plan-price-row {
    justify-content: flex-start !important;
    align-items: baseline !important;
    flex-wrap: nowrap;
    gap: 4px !important;
    margin-bottom: 6px;
  }
  .pricing-plan-price {
    color: var(--Black, #222);
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.56px;
  }
  .price-context {
    color: var(--Grey-Dark, #7a7a7a);
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .price-note-inline {
    display: inline-block;
    margin-left: 2px;
    color: var(--Grey-Dark, #7a7a7a);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .price-subtext {
    text-align: left;
    margin-bottom: 10px;
  }
  .pricing-plan-description {
    text-align: left;
    font-size: 14px;
  }
  .pricing-plan-cta-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .plan-label,
  .pricing-feature-line {
    font-size: 14px;
    line-height: 140%;
  }
  .pricing-feature-line {
    line-height: 27px;
  }
  .plan-label {
    margin-bottom: 0;
  }
  .pricing-plan-cta-wrap + .plan-label {
    margin-top: 16px;
  }
  .feature-pills {
    font-size: 12px;
  }
  .pricing-plan-features {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 12px;
    margin-bottom: 0 !important;
  }
  .pricing-feature-line {
    width: 100%;
  }
  .pricing-feature-icon-img {
    width: 20px;
    height: 20px;
  }
  .pricing-plan-features .pricing-feature-line:first-child {
    padding-bottom: 12px;
    margin-bottom: 4px;
  }
  .pricing-feature-line + .pricing-feature-line {
    margin-top: 0;
  }
  .container-distribution {
    padding: 0.75rem 0 0;
  }

  /**
     * Pricing enterprise
     */
  .font-size-enterprise {
    font-size: 24px !important;
  }

  .font-size-enterprise-sub {
    font-size: 16px !important;
  }
  .container-distribution .calendar-hero-content {
    align-items: center !important;
    text-align: center;
  }
  .container-distribution .enterprise-feature-list {
    text-align: center;
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container-distribution .font-size-enterprise-sub,
  .container-distribution .enterprise-feature-list {
    max-width: 320px;
  }
  .container-distribution .calendar-hero-content > .d-flex {
    width: 100%;
    justify-content: center;
  }
  .container-distribution .enterprise-cta-wrap {
    margin-bottom: 16px;
  }
  .container-distribution .enterprise-feature-list li {
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 120%;
  }
  .container-distribution .enterprise-feature-list li img {
    margin-top: 1px;
  }
  .container-distribution .col-lg-6 img {
    display: block;
  }

  /*
     * Pricing cards
     */
  .pricing-cards {
    padding-bottom: 0px;
  }
  .pricing-card {
    height: auto;
    padding: 35px 22px;
    margin-bottom: 30px;
  }
  .pricing-card-heading h2 {
    font-size: 24px;
  }
  .pricing-card-price {
    font-size: 32px;
  }
  .pricing-card-price .old-price {
    font-size: 23px;
  }

  /*
     * Pricing feature
     */
  .extended-content.first .fl-pre-title {
    color: var(--Orange-Primary, #eab464);
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
  }
  .extended-content.first .extended-content-text h2 {
    color: var(--Black, #222);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.4px;
  }
  .extended-content.first .check-list li p {
    color: var(--Black, #222);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .pricing-cards {
    padding-top: 30px;
  }
  .pricing-feature-card {
    padding: 0px 12px;
  }
  .pricing-feature-card-image {
    margin-left: 0px;
    padding: 35px 40px;
  }
  .pricing-feature-card-content {
    padding: 25px 20px 35px 20px;
  }
  .pricing-feature-text-content {
    padding: 60px 30px !important;
  }
  .pricing-feature-card-pretitle {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .pricing-feature-card-content .check-list {
    padding-right: 0px;
  }
  .pricing-feature-text-content .check-list {
    padding-right: 0px;
  }
  .pricing-feature-card-buttons .btn {
    width: 100%;
  }
  .pricing-feature-card-buttons .btn + .btn {
    margin-left: 0px;
    margin-top: 15px;
  }
  .pricing-feature-card-title {
    font-size: 20px;
    line-height: 1.16;
  }
  .pricing-card.dark {
    margin-top: 60px;
  }
  .pricing-card-features {
    font-size: 14px;
  }

  /*
     * Pricing compare
     */
  .pricing-compare {
    padding: 50px 0px;
  }
  .pricing-compare-heading {
    margin-bottom: 20px;
  }
  .pricing-compare-table-heading {
    font-size: 15px;
    font-weight: 600;
  }
  .pricing-compare-table-heading h3 {
    font-size: 15px;
  }
  .pricing-compare-table h5 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .pricing-compare-table p {
    font-size: 13px;
  }
  .pricing-compare-table-cell i {
    font-size: 18px;
  }
  .pricing-compare-table-first-cell {
    width: 170px;
    padding-left: 10px;
    padding-right: 0px;
    margin-right: -10px;
  }
  .pricing-compare-table-cell {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .price-text {
    font-size: 32px;
  }
  .min-ul-height {
    min-height: 0;
  }
  .best-value {
    font-size: 20px;
  }
  /*
     * Pricing faqs
     */
  .pricing-faqs {
    padding-top: 40px;
  }
  .pricing-faqs-heading {
    margin-bottom: 30px;
  }
  .pricing-faqs-item {
    padding: 0px 16px;
    border-radius: 10px;
  }
  .pricing-faqs-item + .pricing-faqs-item {
    margin-top: 15px;
  }
  .pricing-faqs-item-heading {
    padding: 16px 0px;
  }
  .pricing-faqs-item-title {
    font-size: 14px;
  }
  .pricing-faqs-item-body {
    font-size: 14px;
  }
  .free-trial-tag {
    font-size: 12px;
  }

  .compare-plans-v2__heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .compare-plans-v2 {
    padding: 0;
  }
  .compare-mobile-v2 {
    padding: 0;
  }
  .header-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }
  .compare-mobile-v2 .plan-included,
  .compare-mobile-v2 .plan-not-included {
    font-size: 22px;
  }
  .btn-additional {
    padding: 0 14px;
    width: 95% !important;
    font-size: 14px;
  }
  .additional-solutions-title {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 108%; /* 21.6px */
  }
}

@media screen and (min-width: 1200px) {
  .col-pricing-cards {
    width: 98%;
  }
}
@media screen and (min-width: 1400px) {
  .col-pricing-cards {
    width: 83.33333333%;
  }
}
/*
 * Referral hero
 */
.referral-hero {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 85px;
    background-color: #f4ece5;
}
.referral-hero-heading {
    margin-bottom: 60px;
}
.referral-hero-heading h1 {
    margin-bottom: 30px;
}
.referral-hero-image {
    margin-bottom: -60px;
}
.referral-hero-form {
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    padding: 70px 130px 60px 130px;
}
.referral-hero-form-heading {
    padding: 0px 35px;
    margin-bottom: 40px;
}
.referral-hero-form-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}
.referral-hero-form-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}
.referral-hero-form-steps::before {
    top: 25px;
    left: 50px;
    right: 50px;
    content: "";
    height: 1px;
    opacity: 0.2;
    display: block;
    position: absolute;
    background-color: #222;
}
.referral-hero-form-step h3 {
    z-index: 10;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
}
.referral-hero-form-step-number {
    z-index: 10;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
    background-color: #fff;
    border: solid 2px #222;
    transition: all 0.15s ease-out;
}
.referral-hero-form-step p {
    margin: 0px;
}
.referral-hero-form-step.active .referral-hero-form-step-number {
    color: #fff;
    background-color: #222;
}
.referral-hero-form-submit {
    margin-top: 15px;
    text-align: right;
}
.referral-hero-form-submit .btn-next,
.referral-hero-form-submit .btn-submit {
    margin-left: 10px;
}
.referral-hero-form .wpcf7-not-valid-tip {
    text-align: left;
}
.referral-hero-form .wpcf7-spinner {
    display: none;
}
.referral-hero-form-block {
    width: 100%;
    text-align: left;
}
.referral-hero-form-block br {
    display: none;
}
.referral-hero-form-block .wpcf7-list-item {
    margin: 0px;
}
.referral-hero-form-block .wpcf7-list-item-label {
    display: none;
}
.referral-hero-form-block .form-check-inline {
    margin: 0px;
    padding: 0px;
}
.referral-hero-form-block .form-check-inline + .form-check-inline {
    margin-left: 10px;
}
.referral-hero-form .wpcf7-response-output {
    font-size: 16px;
    padding: 0px !important;
    border: none !important;
    margin-bottom: 0px !important;
}

/*
 * Referral testimonials
 */
.referral-testimonals {
    background-color: #fff;
}
.referral-testimonals .trusted-by-card {
    border: solid 2px #000;
}

@media screen and (min-width: 768px) {
    /*
    * Referral hero
    */
    .referral-hero-heading h1 {
        width: 90%;
        line-height: 1;
        font-size: 58px;
        margin-left: auto;
        margin-right: auto;
    }

    .referral-hero-form .btn-previous,
    .referral-hero-form .btn-submit,
    .referral-hero-form .btn-next {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 991px) {
    /*
    * Referral hero
    */
    .referral-hero {
        padding-top: 60px;
    }
    .referral-hero-heading {
        margin-bottom: 60px;
    }
    .referral-hero-image {
        margin-bottom: -100px;
    }
    .referral-hero-form {
        padding: 70px 70px 60px 70px;
    }
}

@media screen and (max-width: 768px) {
    /*
    * Referral hero
    */
    .referral-hero {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .referral-hero-heading {
        margin-bottom: 20px;
    }
    .referral-hero-heading h1 {
        padding: 0px 20px;
        margin-bottom: 20px;
    }
    .referral-hero-heading p b,
    .referral-hero-heading p strong {
        display: block;
    }
    .referral-hero-image {
        margin-bottom: -50px;
    }
    .referral-hero-form {
        padding: 35px 20px 45px 20px;
    }
    .referral-hero-form-heading {
        padding: 0px 7.5px;
        margin-bottom: 25px;
    }
    .referral-hero-form-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .referral-hero-form-steps {
        margin-bottom: 25px;
    }
    .referral-hero-form-steps::before {
        display: none;
    }
    .referral-hero-form-step {
        width: 100%;
    }
    .referral-hero-form-step:not(.active),
    .referral-hero-form-step.previous {
        display: none;
    }
    .referral-hero-form-step h3 {
        font-size: 16px;
        font-weight: 500;
        display: inline;
        line-height: 1.4;
    }
    .referral-hero-form-step-number {
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 32px;
        margin-right: 5px;
        margin-bottom: 0px;
        display: inline-block;
    }
    .referral-hero-form-step p {
        display: inline-block;
    }
    .referral-hero-form-submit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -10px;
    }
    .referral-hero-form-submit .btn {
        width: 48%;
        margin-left: 0px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .referral-hero-form-submit .btn-next:first-child {
        margin-left: auto;
    }
}
/*
 * reminders hero
 */
.reminders-hero {
  padding: 65px 0px;
  background-color: #e4ddd5;
}
.w-90 {
  width: 85%;
}
.tag-color {
  color: #eab464;
}
.reminders-hero-content {
  align-self: center;
}
.reminders-hero-pretitle {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 11px;
}
.reminders-hero-description {
  line-height: 24px;
  margin-bottom: 0px;
}
.reminders-hero-buttons {
  margin-top: 40px;
}
.reminders-hero-image {
  margin-left: auto;
  align-self: flex-end;
}
.reminders-hero-image img {
  width: 54vw;
  position: relative;
  max-height: 560px;
  max-width: unset;
  object-fit: contain;
  object-position: right;
}

/**
* reminders icons bar
*/
.reminders-iconbar {
  padding: 14px 0px;
  background-color: #fff;
  border-bottom: solid 1px #dbdad7;
}
.reminders-iconbar-wrapper {
  display: flex;
  padding: 0px 25px;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}
.reminders-iconbar-wrapper::-webkit-scrollbar {
  display: none;
}
.reminders-iconbar-item {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-out;
}
.reminders-iconbar-item:hover {
  color: #eab464;
}
.reminders-iconbar-item:not(:last-child) {
  margin-right: 28px;
}
.reminders-iconbar-item i {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 7px;
}
.reminders-iconbar-item h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

/**
* reminders content
*/

.reminders-content {
  padding: 75px 0px;
  background-color: #fff;
}
.reminders-content-text:first-child {
  padding-right: 0px;
}
.reminders-content-text h2 {
  margin-bottom: 14px;
}
.reminders-content-text a {
  margin-top: 25px;
}
.reminders-content .check-list {
  font-weight: 400;
}

/*
* Mobile APP
*/
.mobile-app {
  padding: 130px 0px;
  background-color: #f4f3f0;

  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mobile-app-title {
  margin-bottom: 15px;
}
.mobile-app-title h2 {
  margin: 0px;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.mobile-app p {
  padding-right: 45px;
}
.mobile-app .check-list {
  font-weight: 400;
  margin-bottom: 5px;
}
.mobile-app .check-list li {
  margin-bottom: 20px;
}
.mobile-app-available h3 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.mobile-app-available ul {
  margin: 0px;
  padding: 0px;
}
.mobile-app-available li {
  margin-right: 25px;
  display: inline-block;
}
.mobile-app-available li:first-child a {
  font-size: 40px;
}
.mobile-app-available a {
  line-height: 1;
  font-size: 34px;
  color: #bcb8ae;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .mobile-app {
    background-size: auto 90%;
  }
  .mobile-app p {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  /*
   * reminders hero
   */
  .reminders-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .reminders-hero-content {
    margin-bottom: 30px;
  }
  .reminders-hero-image {
    margin-top: 27px;
  }
  .reminders-hero-image img {
    width: 105vw;
    max-width: unset;
    max-height: unset;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 80px;
    padding-bottom: 520px;
    background-size: 991px auto;
    background-position: 50% 100%;
  }
}
@media screen and (min-width: 992px) {
  /*
   * reminders hero
   */
  .reminders-hero-content h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 768px) {
  /*
   * reminders hero
   */
  .reminders-hero {
    padding-top: 35px;
  }
  .reminders-hero .row {
    flex-wrap: wrap-reverse;
  }
  .reminders-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .reminders-hero-content {
    text-align: center;
    margin-bottom: 0px;
  }
  .reminders-hero-pretitle {
    display: none;
  }
  .reminders-hero-buttons {
    justify-content: center;
  }

  /*
   * reminders contents
   */
  .reminders-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reminders-content.first {
    padding-top: 50px;
  }
  .reminders-content.reversed .row {
    flex-wrap: wrap-reverse;
  }
  .reminders-content-image {
    margin-bottom: 35px;
  }
  .reminders-content-text h2 {
    margin-bottom: 12px;
  }
  .reminders-content-text p {
    line-height: 24px;
    padding-right: 10px;
  }

  /**
   * reminders icons bar
   */
  .reminders-iconbar {
    padding: 10px 0px;
  }
  .reminders-iconbar-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .reminders-iconbar-item h3 {
    font-size: 14px;
  }

  /*
   * Mobile APP
   */
  .mobile-app {
    padding-top: 45px;
    padding-bottom: 480px;
    background-size: 930px auto;
    background-position: 57.5% 115%;
  }
  .mobile-app-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-app-title h2 {
    font-size: 28px;
  }
  .mobile-app-title .custom-badge {
    display: block;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .mobile-app p {
    padding-right: 45px;
  }
  .mobile-app .check-list {
    margin-bottom: 20px;
  }
  .mobile-app .check-list li {
    margin-bottom: 15px;
  }
  .mobile-app-available h3 {
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available ul {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-app-available li {
    margin-right: 15px;
  }
  .mobile-app-available li:first-child a {
    font-size: 26px;
  }
  .mobile-app-available li a {
    font-size: 20px;
  }
  .mobile-app + .pre-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 567px) {
  /*
   * reminders hero
   */
  .reminders-hero-image img {
    width: 96vw;
  }
  .reminders-hero-content h1 {
    padding: 0px 45px;
    margin-bottom: 10px;
  }
  .reminders-hero-content p {
    font-size: 14px;
    padding: 0px 20px;
  }
  .reminders-hero-buttons {
    margin-top: 35px;
    margin-bottom: 1rem;
  }
}
.resources-blog {
  padding: 70px 0;
}

.resources-blog a {
  text-decoration: none;
}

.resources-blog-single-hero {
  background: var(--Orange-Light, #faefdf);
  padding: 56px 0 88px;
}

.resources-blog-single-hero .container,
.resources-blog.resources-blog-single .container {
  max-width: 1320px;
}

.resources-blog .resources-blog-kicker {
  margin-bottom: 16px;
  color: #c59d5f;
  font-weight: 600;
}

.resources-blog .resources-blog-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.resources-blog.resources-blog-archive .resources-blog-heading {
  margin-bottom: 34px;
}

.resources-blog .resources-blog-heading h1,
.resources-blog.resources-blog-single h1 {
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
}

.resources-blog .container {
  max-width: 1180px;
}

.resources-blog .resources-blog-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #3b3b3b;
}

.resources-blog-archive {
  background: #fff;
  padding-top: 0;
}

.resources-blog-archive .container {
  max-width: 1320px;
}

.resources-blog-featured-row,
.resources-blog-main-row {
  --bs-gutter-x: 0;
}

.resources-blog-main-row > .col-lg-8 {
  padding-right: 18px;
}

.resources-blog-main-row > .col-lg-4 {
  padding-left: 18px;
}

.resources-blog-archive-hero {
  background: #faefdf;
  border-radius: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 26px;
  height: 350px;
  display: flex;
  align-items: center;
  padding: 0;
}

.resources-blog-archive-hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}

.resources-blog-archive-hero-copy h1 {
  margin: 0 0 8px;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 103.448% */
  letter-spacing: -3.48px;
}

.resources-blog-archive-hero-copy p {
  margin: 0;
  color: var(--Black, #222);
  font-feature-settings: "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.resources-blog-archive-kicker {
  display: inline-block;
  margin: 0 0 10px;
  color: #5c8f7f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.resources-blog-archive-hero-star {
  width: 96px;
  height: auto;
  display: block;
  margin-top: 5px;
}

.resources-blog-featured-card-archive {
  width: 100%;
  max-width: none;
  min-height: 412px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 0 16px 0;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: minmax(320px, 34%) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border-bottom: none;
}

.resources-blog-featured-body-archive {
  padding: 18px 8px 18px 12px;
  justify-content: space-between;
  min-height: 260px;
}

.resources-blog-featured-body-archive .resources-blog-card-meta {
  color: var(--Yellow, #eab464);
  font-feature-settings: "liga" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.14px;
  margin-bottom: 8px;
}

.resources-blog-featured-body-archive h2 {
  font-size: 28px;
  line-height: 1.04;
  margin-bottom: 8px;
  max-width: 96%;
}

.resources-blog-featured-body-archive p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-width: 96%;
}

.resources-blog-featured-body-archive .resources-blog-card-link {
  color: var(--Black, #222);
  font-feature-settings: "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%; /* 19.44px */
}

.resources-blog-featured-thumb-archive {
  width: 100%;
  max-width: none;
  height: 260px;
  min-height: 260px;
  border-radius: 10px;
  display: block;
}

.resources-blog-featured-thumb-archive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resources-blog-grid-archive {
  margin-top: 0;
  margin-bottom: 8px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 18px;
}

.resources-blog-grid-archive > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.resources-blog-grid-archive > [class*="col-"]:nth-child(odd) {
  padding-right: 9px;
}

.resources-blog-grid-archive > [class*="col-"]:nth-child(even) {
  padding-left: 9px;
}

.resources-blog-card-archive {
  display: flex;
  width: 100%;
  height: 260px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex-shrink: 0;
  border-radius: 18px;
  background: #faefdf;
}

.resources-blog-card-body-archive {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.resources-blog-card-body-archive .resources-blog-card-meta {
  margin-bottom: 10px;
}

.resources-blog-card-body-archive h3 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
}

.resources-blog-card-body-archive h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  color: #232323;
  font-size: 22px;
}

.resources-blog-card-link-wrapper {
  width: 100%;
  flex: 1 1 auto;
  height: 100%;
  display: block;
  text-decoration: none;
}

.resources-blog-card-link-wrapper .resources-blog-card-body-archive h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  color: #000;
}

.resources-blog-featured-body-archive h2 a {
  font-size: 28px;
}

.resources-blog-card-link-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #2c2c2c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.resources-blog-card-body-archive .resources-blog-card-link-circle {
  margin-top: auto;
}

.resources-blog-card-link-circle:hover {
  background: #232323;
  color: #fff;
}

.resources-blog-card-link-wrapper:hover .resources-blog-card-link-circle {
  background: #232323;
  color: #fff;
}

.resources-blog-pagination {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.resources-blog-pagination-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.resources-blog-pagination .page-numbers,
.resources-blog-pagination-nav {
  min-width: 36px;
  height: 36px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  color: #6d6d6d;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.resources-blog-archive .resources-blog-pagination .page-numbers,
.resources-blog-archive
  .resources-blog-pagination
  .resources-blog-pagination-nav {
  border-radius: 10px;
  border: 1px solid #eab464;
  color: #eab464;
  background: transparent;
}

.resources-blog-pagination .current {
  background: #212327;
  color: #fff;
  border-color: #212327;
  font-weight: 600;
}

.resources-blog-archive .resources-blog-pagination .current {
  border-radius: 10px;
  background: #eab464;
  border-color: #eab464;
  color: #fff;
}

.resources-blog-pagination .dots {
  border-color: #d2d2d2;
  color: #9a9a9a;
}

.resources-blog-pagination-nav:hover {
  border-color: #bcbcbc;
  color: #222;
}

.resources-blog-pagination-nav.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.resources-blog-filter-group-archive {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 16px;
}

.resources-blog-archive .resources-blog-filter-group-archive {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.resources-blog-filter-head-archive {
  margin-bottom: 8px;
}

.resources-blog-filter-head-archive p {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}

.resources-blog-filter-head-archive a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #111;
}

.resources-blog-clear-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.resources-blog-filter-list-archive {
  gap: 7px;
}

.resources-blog-archive .resources-blog-sidebar {
  margin-top: 0;
  top: 20px;
}

.resources-blog-grid-archive {
  --bs-gutter-y: 18px;
}

.resources-blog-archive .resources-blog-featured-card-archive {
  border-bottom: none !important;
  padding-bottom: 16px;
}

.resources-blog-filter-chip-archive {
  display: flex;
  padding: 2px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 31px;
  background: #faefdf;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.resources-blog-filter-chip-archive.active,
.resources-blog-filter-chip-archive:hover {
  background: #f2e2c9;
  color: #111;
}

.resources-blog-side-card {
  margin-top: 10px;
  border-radius: 12px;
  padding: 14px;
}

.resources-blog-side-card img {
  width: 40px;
  margin-bottom: 10px;
}

.resources-blog-side-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #4b4b4b;
  margin-bottom: 10px;
  max-width: 100%;
}

.resources-blog-side-card .btn {
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.resources-blog-archive .resources-blog-side-card-archive {
  background: #faefdf;
  border-radius: 12px;
  padding: 24px;
  margin-top: 10px;
}

.resources-blog-archive
  .resources-blog-side-card-archive
  .resources-blog-side-card-logo {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.resources-blog-archive .resources-blog-side-card-archive h4 {
  margin: 0 0 8px;
  color: #222;
  font-feature-settings: "liga" off;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
}

.resources-blog-archive .resources-blog-side-card-archive h5 {
  margin: 0 0 8px;
  color: #222;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
}

.resources-blog-archive .resources-blog-side-card-archive p {
  margin: 0 0 12px;
  color: #222;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.resources-blog-archive
  .resources-blog-side-card-archive
  .resources-blog-side-card-preview {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.resources-blog-archive .resources-blog-side-card-archive .btn {
  width: 100%;
  border-radius: 999px;
  min-height: 36px;
}

.resources-blog-empty-state {
  background: #fff;
  border-radius: 16px;
  padding: 38px 30px;
  text-align: center;
  margin-top: 4px;
}

.resources-blog-empty-state-archive {
  background: transparent;
  border-radius: 0;
  margin: 46px auto 40px;
  padding: 0;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resources-blog-empty-state-icon {
  border-radius: 50%;
  background: #faefdf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.resources-blog-empty-state-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.resources-blog-empty-state-archive h2 {
  margin: 0 0 10px;
  color: #222;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.72px;
}

.resources-blog-empty-state-archive p {
  margin: 0 0 20px;
  max-width: 360px;
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.resources-blog-empty-state-archive .btn {
  min-width: 246px;
  border-radius: 31px;
  padding: 12px 24px;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-archive-hero {
  background: var(--Green-Light, #e9f0ed);
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-featured-body-archive
  .resources-blog-card-meta,
.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-card-body-archive
  .resources-blog-card-meta {
  color: #5c8f7f;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-featured-thumb-archive {
  background: #d5dfd8;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-card-archive {
  background: #dfe7e3;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-filter-chip-archive {
  background: #b7cbc1;
  color: #fff;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-filter-chip-archive.active,
.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-filter-chip-archive:hover {
  background: #5e8677;
  color: #fff;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-pagination
  .page-numbers,
.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-pagination
  .resources-blog-pagination-nav {
  border-color: #8db09f;
  color: #5f8f81;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-pagination
  .current {
  background: #8db09f;
  border-color: #8db09f;
  color: #fff;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-side-card-archive {
  background: #dce5e1;
}

.resources-guides-side-card-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-empty-state-icon {
  background: #b6c9c0;
}

.resources-blog-archive.resources-section-guides-and-templates
  .resources-blog-empty-state-archive
  .btn {
  background: #5f8f81;
  border-color: #5f8f81;
  color: #fff;
}

.resources-blog-archive.resources-section-webinar .resources-blog-archive-hero {
  background: var(--Grey-Light, #f1f1f1);
}

.resources-blog-archive.resources-section-webinar .resources-blog-card-archive,
.resources-blog-archive.resources-section-webinar
  .resources-blog-filter-chip-archive,
.resources-blog-archive.resources-section-webinar
  .resources-blog-side-card-archive {
  background: var(--Grey-Light, #f1f1f1);
}

.resources-blog-archive.resources-section-webinar
  .resources-blog-filter-group-resource-type
  .resources-blog-filter-chip-archive:hover,
.resources-blog-archive.resources-section-webinar
  .resources-blog-filter-group-resource-type
  .resources-blog-filter-chip-archive.active {
  background: #7a7a7a;
  color: #fff;
}

.resources-blog-archive.resources-section-case-studies
  .resources-blog-filter-group-resource-type
  .resources-blog-filter-chip-archive:hover,
.resources-blog-archive.resources-section-case-studies
  .resources-blog-filter-group-resource-type
  .resources-blog-filter-chip-archive.active {
  background: #baa997;
}

.resources-blog-archive.resources-section-case-studies
  .resources-blog-archive-hero {
  background: var(--Brown-Light, #f8f5f1);
}

.resources-blog-archive.resources-section-case-studies
  .resources-blog-card-archive {
  background: var(--Brown-Light, #f8f5f1);
}

.resources-blog-archive.resources-section-case-studies
  .resources-blog-filter-chip-archive,
.resources-blog-archive.resources-section-case-studies
  .resources-blog-side-card-archive {
  background: var(--Brown-Light, #f8f5f1);
}

.resources-blog-archive.resources-section-webinar
  .resources-blog-empty-state-archive
  .btn {
  background: #1f2328;
  border-color: #1f2328;
  color: #fff;
}

.resources-blog-archive.resources-section-case-studies
  .resources-blog-empty-state-archive
  .btn {
  background: #1f2328;
  border-color: #1f2328;
  color: #fff;
}

.resources-blog-empty-state h2 {
  margin-bottom: 10px;
}

.resources-blog-empty-state p {
  margin-bottom: 18px;
  color: #5f5f5f;
}

.resources-blog-pagination-single {
  margin-top: 14px;
}

@media (max-width: 1200px) {
  .resources-blog-featured-card-archive {
    min-height: 392px;
    grid-template-columns: minmax(300px, 36%) minmax(0, 1fr);
  }

  .resources-blog-featured-thumb-archive {
    height: 240px;
    min-height: 240px;
  }

  .resources-blog-featured-body-archive h2 {
    font-size: 27px;
  }

  .resources-blog-filter-head-archive p {
    font-size: 30px;
  }

  .resources-blog-card-body-archive h3 {
    font-size: 21px;
  }

  .resources-blog-archive .resources-blog-side-card-archive h4 {
    font-size: 24px;
  }

  .resources-blog-archive .resources-blog-side-card-archive p {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .resources-blog-main-row > .col-lg-8,
  .resources-blog-main-row > .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .resources-blog-archive-hero {
    margin-bottom: 22px;
    height: auto;
    min-height: 260px;
  }

  .resources-blog-archive-hero-inner {
    padding: 28px;
  }

  .resources-blog-archive-hero-copy h1 {
    font-size: 40px;
  }

  .resources-blog-featured-card-archive {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .resources-blog-featured-body-archive {
    min-height: 0;
    padding: 8px;
  }

  .resources-blog-featured-thumb-archive {
    max-width: 100%;
    width: 100%;
    height: 260px;
  }

  .resources-blog-card-archive {
    height: auto;
    min-height: 220px;
  }

  .resources-blog-grid-archive > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .resources-blog-card-body-archive h3 {
    font-size: 17px;
  }

  .resources-blog-mobile-filter-toggle {
    display: none;
  }

  .resources-blog-mobile-filters {
    margin-left: calc(var(--bs-gutter-x) * -0.25);
    margin-right: calc(var(--bs-gutter-x) * -0.25);
  }

  .resources-blog-mobile-filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .resources-blog-mobile-filter-trigger {
    width: 100%;
    min-height: 42px;
    margin: 0;
    border: 1px solid #cfc6bc;
    border-radius: 999px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
  }

  .resources-blog-mobile-filter-trigger span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }

  .resources-blog-mobile-filter-trigger i {
    font-size: 15px;
  }

  .resources-blog-mobile-filter-chevron {
    transition: transform 0.2s ease;
  }

  .resources-blog-mobile-filter-clear {
    width: 42px;
    height: 42px;
    border: 1px solid #cfc6bc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1d;
    position: relative;
  }

  .resources-blog-mobile-filter-clear::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #1d1d1d;
    transform: rotate(35deg);
  }

  .resources-blog-mobile-filter-panel {
    display: none;
    margin-top: 18px;
  }

  .resources-blog-mobile-filter-toggle:checked
    + .resources-blog-mobile-filter-bar
    .resources-blog-mobile-filter-chevron {
    transform: rotate(180deg);
  }

  .resources-blog-mobile-filter-toggle:checked
    + .resources-blog-mobile-filter-bar
    + .resources-blog-mobile-filter-panel {
    display: block;
  }

  .resources-blog-mobile-filter-panel .resources-blog-filter-group-mobile {
    margin-bottom: 14px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .resources-blog-mobile-filter-panel .resources-blog-filter-head p {
    font-size: 24px;
  }

  .resources-blog-mobile-filter-panel .resources-blog-filter-list-mobile {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    gap: 10px;
  }

  .resources-blog-mobile-filter-panel
    .resources-blog-filter-list-mobile
    .resources-blog-filter-chip {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .resources-blog-archive .resources-blog-side-card-archive {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .resources-blog-archive-hero-star {
    width: 72px;
  }

  .resources-blog {
    padding: 0;
  }

  .resources-blog-archive-hero {
    min-height: 220px;
  }

  .resources-blog-archive-hero-inner {
    padding: 24px;
  }

  .resources-blog-archive-hero-copy h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.68px;
  }

  .resources-blog-archive-hero-copy p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .resources-blog-archive.resources-section-webinar
    .resources-blog-archive-hero-star {
    margin-top: 10%;
  }

  .resources-blog-archive.resources-section-guides-and-templates
    .resources-blog-archive-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    position: relative;
    padding: 48px 16px;
  }

  .resources-blog-archive.resources-section-guides-and-templates
    .resources-blog-archive-hero-copy {
    width: min(85%, 100%);
  }

  .resources-blog-archive.resources-section-guides-and-templates
    .resources-blog-archive-hero-copy
    h1 {
    width: 100%;
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.68px;
  }

  .resources-blog-archive.resources-section-guides-and-templates
    .resources-blog-archive-hero-star {
    position: absolute;
    right: 16px;
    top: 122px;
    margin-top: 0;
  }

  .resources-blog-archive.resources-section-case-studies
    .resources-blog-archive-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    position: relative;
    padding: 34px 16px 30px;
  }

  .resources-blog-archive.resources-section-case-studies
    .resources-blog-archive-hero-copy {
    width: min(85%, 100%);
  }

  .resources-blog-archive.resources-section-case-studies
    .resources-blog-archive-hero-copy
    h1 {
    width: 100%;
  }

  .resources-blog-archive.resources-section-case-studies
    .resources-blog-archive-hero-copy
    p {
    max-width: 343px;
  }

  .resources-blog-archive.resources-section-case-studies
    .resources-blog-archive-hero-star {
    position: absolute;
    width: 64px;
    right: 16px;
    bottom: 18px;
    top: auto;
    margin-top: 0;
  }

  .resources-blog-featured-card-archive {
    padding: 12px 0;
    margin-bottom: 14px;
  }

  .resources-blog-featured-thumb-archive {
    height: 220px;
    min-height: 220px;
  }

  .resources-blog-featured-body-archive h2 {
    font-size: 26px;
  }

  .resources-blog-featured-body-archive > p:not(.resources-blog-card-meta) {
    margin-bottom: 32px;
  }

  .resources-blog-featured-body-archive > .d-flex {
    margin-bottom: 32px;
  }

  .resources-blog-card-archive {
    height: auto;
    min-height: 232px;
    padding: 24px;
  }

  .resources-blog-card-body-archive h3 {
    font-size: 16px;
  }

  .resources-blog-filter-chip-archive {
    font-size: 13px;
  }

  .resources-blog-archive .resources-blog-side-card-archive h4 {
    font-size: 22px;
  }

  .resources-blog-archive .resources-blog-side-card-archive h5 {
    margin: 0 0 4px;
  }

  .resources-blog-archive .resources-blog-side-card-archive p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .resources-blog-archive
    .resources-blog-side-card-archive
    > .resources-blog-side-card-preview {
    display: none;
  }

  .resources-blog-archive .resources-blog-side-card-archive .btn {
    font-size: 14px;
  }

  .resources-blog-empty-state-archive {
    margin: 30px auto 24px;
    max-width: 100%;
    padding: 0 12px;
  }

  .resources-blog-empty-state-icon {
    width: 84px;
    height: 84px;
  }

  .resources-blog-empty-state-archive h2 {
    font-size: 30px;
  }

  .resources-blog-empty-state-archive p {
    font-size: 15px;
    max-width: 320px;
  }

  .resources-blog-empty-state-archive .btn {
    min-width: 220px;
  }
}

.resources-blog-single-hero .resources-blog-kicker {
  margin-top: 18px;
  color: #eab464;
  font-family: Poppins;
  font-size: 14.029px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.382px;
}

.resources-blog-single-hero h1 {
  color: #222;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 45.6px; /* 120% */
  max-width: 860px;
  margin-bottom: 0;
}

.resources-blog-card {
  height: 100%;
}

@media (min-width: 993px) {
  .resources-blog-card.resources-blog-card-archive {
    height: 260px;
    min-height: 260px;
  }
}

.resources-blog-card-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}

.resources-blog-card-body p {
  margin-bottom: 10px;
}

.resources-blog-thank-you {
  padding: 0;
}

.resources-blog-thank-you .container {
  max-width: 1320px;
}

.resources-blog-thank-you-hero {
  padding: 56px 0 44px;
}

.resources-blog-thank-you-inner {
  max-width: 1320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 386px;
  gap: 80px;
  align-items: start;
}

.resources-blog-thank-you-copy {
  max-width: 720px;
}

.resources-blog-thank-you-kicker {
  margin: 0 0 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.14px;
}

.resources-blog-thank-you-copy h1 {
  margin: 0 0 10px;
  color: #000;
  font-family: Poppins;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1.16px;
}

.resources-blog-thank-you-copy > p:not(.resources-blog-thank-you-kicker) {
  margin: 0;
  max-width: 760px;
  color: var(--Black, #222);
  font-feature-settings: "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.resources-blog-thank-you-resource-card {
  margin-top: 32px;
  max-width: 460px;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
}

.resources-blog-thank-you-resource-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.resources-blog-thank-you-resource-card h2 {
  margin: 16px 0 8px;
  color: #222;
  font-size: 28px;
  line-height: 1.2;
}

.resources-blog-thank-you-resource-card p {
  margin: 0;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 1.45;
}

.resources-blog-thank-you-access {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: #222;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.32px;
}

.resources-blog-thank-you-access:hover,
.resources-blog-thank-you-access:focus,
.resources-blog-thank-you-access:active {
  color: #222;
  cursor: pointer;
}

.resources-blog-thank-you-access-icon {
  width: 8px;
  height: 14px;
  display: inline-block;
  flex-shrink: 0;
}

.resources-blog-thank-you-demo-card {
  width: 100%;
  max-width: 386px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: 0 3.709px 59.349px 0 rgba(0, 0, 0, 0.08);
}

.resources-blog-thank-you-demo-card-mobile {
  display: none;
}

.resources-blog-thank-you-demo-logo {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0;
}

.resources-blog-thank-you-demo-card h2 {
  margin: 0;
  color: #222;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

.resources-blog-thank-you-demo-card p {
  margin: 0;
  color: #222;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.resources-blog-thank-you-demo-button {
  margin-top: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 40px;
  background: #202124;
  color: var(--White, #fff);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.resources-blog-thank-you-demo-button:hover {
  color: #fff;
}

.resources-blog-thank-you-spacer {
  height: 200px;
}

@media (max-width: 1399.98px) {
  .resources-blog-thank-you-copy h1 {
    font-size: 58px;
  }

  .resources-blog-thank-you-copy > p:not(.resources-blog-thank-you-kicker) {
    font-size: 18px;
  }

  .resources-blog-thank-you-access {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .resources-blog-thank-you-hero .container {
    padding-left: var(--groomers-logo-start, 14px);
    padding-right: var(--groomers-logo-start, 14px);
  }

  .resources-blog-thank-you-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .resources-blog-thank-you-hero {
    padding: 48px 0 30px;
  }

  .resources-blog-thank-you-kicker {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.14px;
  }

  .resources-blog-thank-you-copy h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.56px;
  }

  .resources-blog-thank-you-copy > p:not(.resources-blog-thank-you-kicker) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .resources-blog-thank-you-resource-card h2 {
    font-size: 24px;
  }

  .resources-blog-thank-you-resource-card p {
    font-size: 17px;
  }

  .resources-blog-thank-you-access {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.32px;
  }

  .resources-blog-thank-you-access-icon {
    width: 8px;
    height: 14px;
  }

  .resources-blog-thank-you-demo-card h2 {
    font-size: 30px;
  }

  .resources-blog-thank-you-demo-card p {
    font-size: 22px;
  }

  .resources-blog-thank-you-demo-button {
    font-size: 20px;
  }

  .resources-blog-thank-you-demo-card-desktop {
    display: none;
  }

  .resources-blog-thank-you-demo-card-mobile {
    display: flex;
  }

  .resources-blog-thank-you-spacer {
    height: 90px;
  }
}

.resources-blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.resources-blog-card-body {
  padding: 0;
}

.resources-blog-featured-card {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid #ece7e0;
  padding-bottom: 30px;
}

.resources-blog-featured-thumb {
  min-height: 420px;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
}

.resources-blog-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.resources-blog-featured-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.resources-blog-featured-body h2 {
  font-size: 38px;
  line-height: 1.08;
  margin-bottom: 14px;
}

.resources-blog-featured-body h2 a,
.resources-blog-card-body h3 a {
  color: var(--Black, #222);
  font-feature-settings: "liga" off;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
}

.resources-blog-featured-body h2 a {
  font-size: 28px;
}

.resources-blog-card-body h3 a {
  color: #222;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 122.727% */
}

.resources-blog-featured-body h2 a:hover,
.resources-blog-card-body h3 a:hover {
  color: #c18733;
}

.resources-blog-featured-body p {
  color: var(--Black, #222);
  font-feature-settings: "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 20px;
}

.resources-blog-card-body h3 {
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 122.727% */
}

.resources-blog-card-meta {
  margin-bottom: 10px;
  color: #eab464;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.resources-blog-card-category {
  margin-bottom: 10px;
  color: #eab464;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.resources-blog-card-link {
  color: #222;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.resources-blog-card-link-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.resources-blog-card-link-circle .resources-blog-card-link-icon {
  width: 16px;
  height: 16px;
}

.resources-blog-card-link-circle:hover .resources-blog-card-link-icon {
  filter: brightness(0) invert(1);
}

.resources-blog-card-link-wrapper:hover .resources-blog-card-link-icon {
  filter: brightness(0) invert(1);
}

.resources-blog-card-link-wrapper:hover .resources-blog-card-body-archive h3 {
  color: #000;
}

.resources-blog-featured-image {
  margin: -54px 0 28px;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1300 / 475;
  background: #f5f5f5;
}

.resources-blog-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  display: block;
}

.resources-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 0;
  border-bottom: 0;
}

.resources-blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}

.resources-blog-back-link:hover {
  color: #222;
  text-decoration: underline !important;
}

.resources-blog-back-link .resources-blog-card-link-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transform: scaleX(-1);
}

.resources-blog-author {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.resources-blog-author-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

.resources-blog-author-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.resources-blog.resources-blog-single {
  background: #fff;
  padding-top: 0;
}

.resources-blog-single-layout {
  --bs-gutter-x: 32px;
}

.resources-blog-single-sticky-col {
  position: relative;
}

.resources-blog-single-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #dbdad7;
}

.resources-blog-post-header {
  margin-bottom: 18px;
}

.resources-blog-single-left-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.resources-blog-single-right-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.resources-blog-single-card {
  background: #faefdf;
  border-radius: 16px;
  padding: 24px;
}

.resources-blog-single-newsletter-card {
  padding: 24px;
}

.resources-blog-single-newsletter-card .resources-blog-single-card-title {
  margin-bottom: 14px;
}

.resources-blog-single-card-title {
  margin: 0 0 24px;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.resources-blog-single-toc-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.resources-blog-single-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resources-blog-single-toc-list a {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  padding-left: 16px;
  position: relative;
}

.resources-blog-single-toc-list a:hover {
  color: #222;
}

.resources-blog-single-toc-list li.is-active a {
  color: #222;
  font-weight: 600;
}

.resources-blog-single-toc-list li.is-active a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #eab464;
  position: absolute;
  left: 0;
  top: 0.55em;
}

.resources-blog-single-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.resources-blog-hs-form iframe {
  width: 100% !important;
  border: 0;
}

.resources-blog-hs-form-newsletter .hbspt-form,
.resources-blog-hs-form-newsletter .hbspt-form form,
.resources-blog-hs-form-newsletter .hs-form,
.resources-blog-hs-form-newsletter .hs-form fieldset,
.resources-blog-hs-form-newsletter .hs-form .hs-form-field,
.resources-blog-hs-form-newsletter .hs-form .input,
.resources-blog-hs-form-newsletter .hs-form .hs-richtext,
.resources-blog-hs-form-report .hbspt-form,
.resources-blog-hs-form-report .hbspt-form form,
.resources-blog-hs-form-report .hs-form,
.resources-blog-hs-form-report .hs-form fieldset,
.resources-blog-hs-form-report .hs-form .hs-form-field,
.resources-blog-hs-form-report .hs-form .input,
.resources-blog-hs-form-report .hs-form .hs-richtext,
.resources-blog-hs-form-newsletter .hs-form .actions {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.resources-blog-hs-form-newsletter .hs-form,
.resources-blog-hs-form-report .hs-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 25px;
}

.resources-blog-hs-form-newsletter .hs-form fieldset,
.resources-blog-hs-form-report .hs-form fieldset {
  width: 100% !important;
}

.resources-blog-hs-form-newsletter .hs-form label:not(.hs-error-msg),
.resources-blog-hs-form-report .hs-form label:not(.hs-error-msg) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.resources-blog-hs-form-report .hs-form .legal-consent-container label,
.resources-blog-hs-form-report .hs-form .hs-form-booleancheckbox-display {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 0 !important;
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
}

.resources-blog-hs-form-report
  .hs-form
  .legal-consent-container
  input[type="checkbox"],
.resources-blog-hs-form-report
  .hs-form
  .hs-form-booleancheckbox
  input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  border: 1px solid #707070 !important;
  border-radius: 4px !important;
  flex: 0 0 14px;
}

.resources-blog-hs-form-report .hs-form .legal-consent-container .hs-richtext,
.resources-blog-hs-form-report .hs-form .legal-consent-container p,
.resources-blog-hs-form-report .hs-form .legal-consent-container span {
  margin: 0 !important;
  color: #000 !important;
  font-family: Poppins !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24.5px !important;
}

.resources-blog-hs-form-report .hs-form .legal-consent-container .inputs-list,
.resources-blog-hs-form-report
  .hs-form
  .legal-consent-container
  .inputs-list
  li,
.resources-blog-hs-form-report
  .hs-form
  .legal-consent-container
  .hs-form-booleancheckbox {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.resources-blog-hs-form-report
  .hs-form
  .legal-consent-container
  .inputs-list
  li::marker,
.resources-blog-hs-form-report
  .hs-form
  .legal-consent-container
  .hs-form-booleancheckbox::marker {
  content: "";
}

.resources-blog-hs-form-newsletter .hs-form .hs-error-msgs label,
.resources-blog-hs-form-newsletter .hs-form label.hs-error-msg,
.resources-blog-hs-form-report .hs-form .hs-error-msgs label,
.resources-blog-hs-form-report .hs-form label.hs-error-msg {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 0 !important;
  display: block !important;
}

.resources-blog-hs-form-newsletter .hs-form .hs-error-msgs,
.resources-blog-hs-form-report .hs-form .hs-error-msgs {
  list-style: none;
  margin: 6px 0 0 !important;
  padding: 0 !important;
}

.resources-blog-hs-form-newsletter .hs-form .hs-form-field .hs-error-msgs,
.resources-blog-hs-form-report .hs-form .hs-form-field .hs-error-msgs {
  display: none !important;
}

.resources-blog-hs-form-newsletter .hs-form .hs_error_rollup .hs-error-msgs,
.resources-blog-hs-form-report .hs-form .hs_error_rollup .hs-error-msgs {
  display: block !important;
}

.resources-blog-hs-form-newsletter .hs-form .hs_error_rollup label,
.resources-blog-hs-form-newsletter
  .hs-form
  .hs_error_rollup
  .hs-main-font-element,
.resources-blog-hs-form-newsletter .hs-form .hs_error_rollup .hs-error-msg,
.resources-blog-hs-form-report .hs-form .hs_error_rollup label,
.resources-blog-hs-form-report .hs-form .hs_error_rollup .hs-main-font-element,
.resources-blog-hs-form-report .hs-form .hs_error_rollup .hs-error-msg {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  display: block !important;
  color: #d93025 !important;
  font-weight: 500;
}

.resources-blog-hs-form-newsletter .hs-form .hs-error-msg,
.resources-blog-hs-form-newsletter .hs-form .hs-main-font-element,
.resources-blog-hs-form-report .hs-form .hs-error-msg,
.resources-blog-hs-form-report .hs-form .hs-main-font-element {
  font-size: 12px;
  line-height: 1.4;
}

.resources-blog-hs-form-newsletter .hs-form input[type="email"],
.resources-blog-hs-form-newsletter .hs-form input[type="text"],
.resources-blog-hs-form-newsletter .hs-form input[type="tel"],
.resources-blog-hs-form-newsletter .hs-form textarea,
.resources-blog-hs-form-newsletter .hs-form select,
.resources-blog-hs-form-report .hs-form input[type="email"],
.resources-blog-hs-form-report .hs-form input[type="text"],
.resources-blog-hs-form-report .hs-form input[type="tel"],
.resources-blog-hs-form-report .hs-form textarea,
.resources-blog-hs-form-report .hs-form select,
.resources-blog-hs-form-report .hs-form .hs-input,
.resources-blog-hs-form-newsletter .hs-form .hs-input {
  width: 100% !important;
  min-height: 40px;
  border-radius: 33px !important;
  border: 1px solid var(--Grey-Medium, #d3d3d3) !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #222 !important;
  padding: 12px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.resources-blog-hs-form-newsletter .hs-form textarea,
.resources-blog-hs-form-report .hs-form textarea {
  min-height: 96px;
  border-radius: 16px !important;
  padding: 12px 16px !important;
}

.resources-blog-hs-form-newsletter .hs-form input:focus,
.resources-blog-hs-form-newsletter .hs-form textarea:focus,
.resources-blog-hs-form-newsletter .hs-form select:focus,
.resources-blog-hs-form-newsletter .hs-form .hs-input:focus,
.resources-blog-hs-form-report .hs-form input:focus,
.resources-blog-hs-form-report .hs-form textarea:focus,
.resources-blog-hs-form-report .hs-form select:focus,
.resources-blog-hs-form-report .hs-form .hs-input:focus {
  outline: none;
  border-color: #b9b6af !important;
}

.resources-blog-hs-form-newsletter .hs-form input::placeholder,
.resources-blog-hs-form-newsletter .hs-form textarea::placeholder,
.resources-blog-hs-form-report .hs-form input::placeholder,
.resources-blog-hs-form-report .hs-form textarea::placeholder {
  color: #fff;
}

.resources-blog-hs-form-newsletter .hs-submit,
.resources-blog-hs-form-newsletter .hs_submit,
.resources-blog-hs-form-report .hs-submit,
.resources-blog-hs-form-report .hs_submit,
.resources-blog-hs-form-report .actions,
.resources-blog-hs-form-newsletter .actions {
  display: block;
  width: 100%;
}

.resources-blog-hs-form-newsletter .hs-button,
.resources-blog-hs-form-newsletter .actions .hs-button,
.resources-blog-hs-form-report .hs-button,
.resources-blog-hs-form-report .actions .hs-button,
.resources-blog-hs-form-report input[type="submit"],
.resources-blog-hs-form-newsletter input[type="submit"] {
  appearance: none;
  width: 100% !important;
  box-sizing: border-box;
  border: none !important;
  border-radius: 40px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  padding: 14px 24px !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: background 0.3s ease;
  background: #202127 !important;
  color: #fff !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.resources-blog-hs-form-newsletter .hs-button:hover,
.resources-blog-hs-form-newsletter .actions .hs-button:hover,
.resources-blog-hs-form-report .hs-button:hover,
.resources-blog-hs-form-report .actions .hs-button:hover,
.resources-blog-hs-form-report input[type="submit"]:hover,
.resources-blog-hs-form-newsletter input[type="submit"]:hover {
  background: #2a2c33 !important;
}

.resources-blog-hs-form-newsletter .submitted-message,
.resources-blog-hs-form-report .submitted-message {
  margin: 0;
  color: #222;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

.resources-blog-newsletter-post-submit-cta {
  display: none;
  width: 100%;
  margin-top: 10px;
  min-height: 40px;
  border-radius: 999px;
  background: #202127;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.resources-blog-newsletter-post-submit-cta.is-visible {
  display: inline-flex;
}

.resources-blog-newsletter-post-submit-cta:hover {
  background: #2a2c33;
  color: #fff;
}

.resources-blog-hs-form-status {
  margin: 8px 4px 0;
  min-height: 16px;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.4;
}

.resources-blog-hs-form-status.is-error {
  color: #b42318;
}

.resources-blog-hs-form-status.is-ready {
  color: #0d6b47;
}

.resources-blog-single-newsletter-email-wrap input {
  width: 100%;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #d0cec9;
  color: #222;
  padding: 0 20px;
  font-size: 13px;
}

.resources-blog-single-newsletter-email-wrap input::placeholder {
  color: #6f6f6f;
}

.resources-blog-single-newsletter-email-wrap input:focus {
  outline: none;
  border-color: #b9b6af;
}

.resources-blog-single-newsletter-button {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #202127;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.resources-blog-single-newsletter-button:hover {
  background: #2a2c33;
}

.resources-blog-single-report-card {
  padding: 18px;
}

.resources-blog-single-report-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-bottom: 14px;
}

.resources-blog-single-report-title {
  margin: 0 0 8px;
  color: #222;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
}

.resources-blog-single-report-description {
  margin: 0 0 14px;
  color: #303030;
  font-size: 13px;
  line-height: 1.5;
}

.resources-blog-single-report-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resources-blog-single-report-email-wrap input {
  width: 100%;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #d0cec9;
  color: #222;
  padding: 0 22px;
  font-size: 13px;
}

.resources-blog-single-report-email-wrap input::placeholder {
  color: #696969;
}

.resources-blog-single-report-email-wrap input:focus {
  outline: none;
  border-color: #b9b6af;
}

.resources-blog-single-report-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
}

.resources-blog-single-report-consent input[type="checkbox"] {
  margin-top: 2px;
  width: 14px;
  height: 14px;
  accent-color: #202127;
  flex: 0 0 14px;
}

.resources-blog-single-report-consent span {
  color: #222;
  font-size: 11px;
  line-height: 1.45;
}

.resources-blog-single-report-button {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #202127;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.resources-blog-single-report-button:hover {
  background: #2a2c33;
}

.resources-guides-single {
  background: #fff;
}

.resources-guides-single-hero {
  background: #e9f0ed;
  padding: 103px 70px 66px 70px;
}

.resources-guides-single-webinar .resources-guides-single-hero {
  background: #f1f1f1;
}

.resources-guides-single-hero .resources-blog-kicker {
  margin: 0 0 10px;
  color: #5f8f81;
}

.resources-guides-single-hero h1 {
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -3.48px;
  margin-bottom: 10px;
  max-width: 820px;
}

.resources-guides-single-hero .resources-blog-kicker {
  color: #5e8677;
  -webkit-text-stroke-width: 1.03px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  font-family: Poppins;
  font-size: 12.775px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.65px;
  letter-spacing: 0.231px;
  margin-bottom: 5px;
}

.resources-guides-single-webinar
  .resources-guides-single-hero
  .resources-blog-kicker {
  color: #7a7a7a;
}

.resources-guides-single-intro {
  margin: 0;
  color: var(--Black, #222);
  font-feature-settings: "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 740px;
}

.resources-guides-single-body {
  background: #fff;
  padding: 42px 0 40px;
}

.resources-guides-single-inside-card h2 {
  margin: 0 0 20px;
  color: #222;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.resources-guides-single-inside-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.resources-guides-single-inside-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #303030;
  font-size: 17px;
  line-height: 1.42;
}

.resources-guides-single-inside-list li i {
  margin-top: 0.2em;
  font-size: 0.58em;
  color: #303030;
  width: 24px;
  text-align: center;
  flex: 0 0 24px;
}

.resources-guides-single-sticky-col {
  position: relative;
  margin-top: -248px;
}

.resources-guides-single-sticky-sidebar {
  position: relative;
}

.resources-guides-single-report-card {
  background: #fff;
}

.resources-guides-single-sticky-sidebar .resources-guides-single-report-card {
  display: flex;
  width: 100%;
  max-width: 386px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3.709px 59.349px 0 rgba(0, 0, 0, 0.08);
}

.resources-guides-single-sticky-sidebar
  .resources-guides-single-report-card
  .resources-blog-single-report-image,
.resources-guides-single-sticky-sidebar
  .resources-guides-single-report-card
  .resources-blog-single-report-title,
.resources-guides-single-sticky-sidebar
  .resources-guides-single-report-card
  .resources-blog-single-report-description {
  margin-bottom: 0;
}

.resources-guides-single-report-card .resources-blog-single-report-consent a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}

.resources-blog-single-intro-card p {
  margin: 0;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.55;
}

.resources-blog-single-mini-post {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.resources-blog-single-mini-thumb {
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 10px;
}

.resources-blog-single-mini-thumb img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.resources-blog-single-mini-content .resources-blog-card-meta {
  font-size: 12px;
  margin-bottom: 6px;
}

.resources-blog-single-mini-content h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.resources-blog-single-mini-content h3 a {
  color: #222;
}

.resources-blog-share-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.resources-blog-share-list a {
  color: #70757f;
  font-size: 20px;
}

.resources-blog-share-list a:hover {
  color: #2d2f35;
}

.resources-blog-content > * {
  margin-bottom: 24px;
}

.resources-blog-content p,
.resources-blog-content li {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}

.resources-blog-content h3,
.resources-blog-content h4 {
  margin-top: 34px;
  margin-bottom: 18px;
  color: #212327;
  line-height: 1.3;
}

.resources-blog-content p > img:only-child,
.resources-blog-content .wp-block-image:not(.alignleft):not(.alignright) img,
.resources-blog-content figure:not(.alignleft):not(.alignright) > img {
  display: block;
  width: 100% !important;
  height: auto;
}

.resources-blog-content .wp-block-image:not(.alignleft):not(.alignright),
.resources-blog-content figure:not(.alignleft):not(.alignright) {
  width: 100%;
  max-width: 100%;
}

.resources-blog-content .aligncenter,
.resources-blog-content .wp-block-image.aligncenter,
.resources-blog-content figure.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.resources-blog-content img.aligncenter,
.resources-blog-content p[style*="text-align:center"] img,
.resources-blog-content p[style*="text-align: center"] img,
.resources-blog-content div[style*="text-align:center"] img,
.resources-blog-content div[style*="text-align: center"] img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.resources-blog-content img.alignleft {
  float: left;
  margin-right: 1.5rem;
}

.resources-blog-content img.alignright {
  float: right;
  margin-left: 1.5rem;
}

.resources-blog-grid {
  margin-top: 4px;
  margin-bottom: 10px;
}

.resources-blog-sidebar {
  position: sticky;
  top: 96px;
}

.resources-blog-filter-group {
  border: 1px solid #ece6de;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
  margin-bottom: 14px;
}

.resources-blog-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.resources-blog-filter-head p {
  margin: 0;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
  color: #000;
}

.resources-blog-filter-head a {
  font-size: 12px;
  color: #000;
}

.resources-blog-filter-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.resources-blog-filter-chip {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 168.75% */
  background: #faefdf;
  border-radius: 999px;
  padding: 8px 10px;
  transition: all 0.2s ease;
}

.resources-blog-filter-chip small {
  color: #8f8170;
  font-size: 11px;
}

.resources-blog-filter-chip:hover,
.resources-blog-filter-chip.active {
  background: #eab464;
  color: #fff;
}

.resources-blog-side-card {
  background: var(--Orange-Light, #faefdf);
  color: #fff;
  border-radius: 14px;
  padding: 16px;
}

.resources-blog-side-card img {
  width: 96px;
  margin-bottom: 10px;
}

.resources-blog-side-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #4b4b4b;
  margin-bottom: 12px;
}

.resources-blog-side-card .btn {
  width: 100%;
}

.resources-blog-prefooter {
  padding: 36px 0 12px;
  background-color: #fff;
}

.resources-blog-prefooter.resources-blog-prefooter-single-post-layout {
  margin-top: 96px;
}

.resources-blog-prefooter-row {
  min-height: 30rem;
}

.resources-blog-prefooter-card {
  background: var(--Orange-Light, #faefdf);
  border-radius: 30px;
  width: 100%;
  overflow: visible;
}

.resources-blog-prefooter-content {
  max-width: none;
  padding-bottom: 0;
}

.resources-blog-prefooter-kicker {
  margin-bottom: 10px;
  color: rgb(234, 180, 100);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.resources-blog-prefooter-title {
  margin-bottom: 22px;
  font-size: 56px;
  line-height: 1.04;
  color: #222;
  font-weight: 600;
}

.resources-blog-prefooter-btn {
  padding: 14px 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 31px;
  --prefooter-btn-bg: var(--Orange-Primary, #eab464);
  background-color: var(--prefooter-btn-bg);
  border-color: var(--prefooter-btn-bg);
  cursor: pointer;
}

.resources-blog-prefooter-btn:hover,
.resources-blog-prefooter-btn:focus,
.resources-blog-prefooter-btn:active {
  background-color: var(--prefooter-btn-bg) !important;
  border-color: var(--prefooter-btn-bg) !important;
  color: #fff;
}

.resources-blog-prefooter-card-blog .resources-blog-prefooter-btn:hover,
.resources-blog-prefooter-card-blog .resources-blog-prefooter-btn:focus,
.resources-blog-prefooter-card-blog .resources-blog-prefooter-btn:active {
  background-color: #c18733 !important;
  border-color: #c18733 !important;
}

.resources-blog-prefooter-card-guides-and-templates
  .resources-blog-prefooter-kicker {
  color: #5f8f81;
}

.resources-blog-prefooter-card-guides-and-templates
  .resources-blog-prefooter-btn {
  --prefooter-btn-bg: #1f2328;
  background-color: var(--prefooter-btn-bg);
  border-color: var(--prefooter-btn-bg);
}

.resources-blog-prefooter-card-guides-and-templates
  .resources-blog-prefooter-btn:hover,
.resources-blog-prefooter-card-guides-and-templates
  .resources-blog-prefooter-btn:focus,
.resources-blog-prefooter-card-guides-and-templates
  .resources-blog-prefooter-btn:active {
  background-color: #565656 !important;
  border-color: #565656 !important;
}

.resources-blog-prefooter-card-webinar .resources-blog-prefooter-kicker {
  color: #7e7e7e;
}

.resources-blog-prefooter-card-webinar .resources-blog-prefooter-btn {
  --prefooter-btn-bg: #1f2328;
  background-color: var(--prefooter-btn-bg);
  border-color: var(--prefooter-btn-bg);
}

.resources-blog-prefooter-card-webinar .resources-blog-prefooter-btn:hover,
.resources-blog-prefooter-card-webinar .resources-blog-prefooter-btn:focus,
.resources-blog-prefooter-card-webinar .resources-blog-prefooter-btn:active {
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}

.resources-blog-prefooter-card-case-studies .resources-blog-prefooter-btn:hover,
.resources-blog-prefooter-card-case-studies .resources-blog-prefooter-btn:focus,
.resources-blog-prefooter-card-case-studies
  .resources-blog-prefooter-btn:active {
  background-color: #565656 !important;
  border-color: #565656 !important;
}

.resources-blog-prefooter-media {
  overflow: visible;
}

.resources-blog-prefooter-image {
  max-height: 33rem;
  margin-right: 2rem;
}

.resources-blog-related {
  padding-top: 40px;
}

.resources-blog.resources-blog-related .container {
  max-width: 1320px;
}

.resources-blog-related h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 30px;
}

.resources-blog-related-divider {
  border-top: 1px solid #dbdad7;
  margin-bottom: 34px;
}

.resources-blog-single-mobile-sidebars {
  padding: 16px 0 0;
}

.resources-blog-single-mobile-sidebars .container > * + * {
  margin-top: 16px;
}

.resources-blog-single-mobile-sidebars .resources-blog-thank-you-demo-card {
  max-width: 100%;
}

.resources-blog-case-study-quote {
  background: #f8f5f1;
  padding: 96px 0;
}

.resources-blog-case-study-quote-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.resources-blog-case-study-quote-text {
  margin: 0;
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  letter-spacing: -1.08px;
}

.resources-blog-case-study-quote-author {
  margin: 24px 0 0;
  color: #baa997;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
}

.resources-blog-pagination {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.resources-blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  color: #444;
}

.resources-blog-pagination .current {
  border-color: #222;
  background: #222;
  color: #fff;
  font-weight: 600;
}

.resources-blog-pagination .prev,
.resources-blog-pagination .next {
  font-size: 18px;
  line-height: 1;
}

.resources-blog-subtitle {
  font-size: 30px;
  line-height: 1.3;
  margin: 24px 0 12px;
}

.resources-blog-title-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.resources-blog-title-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.resources-blog-title-icon-badge img {
  width: 22px;
  height: 22px;
}

.resources-blog-box {
  border-radius: 10px;
  padding: 16px 18px;
  margin: 18px 0;
}

.resources-blog-box.resources-blog-box-bordered {
  border: 1px solid #ddd;
  background: transparent !important;
}

.resources-blog-fact {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 16px;
  margin: 18px 0;
}

.resources-blog-fact-icon img {
  width: 28px;
  height: 28px;
}

.resources-blog-quote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #c59d5f;
  background: #faf7f2;
}

.resources-blog-shortcode-card {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 16px;
}

.resources-blog-shortcode-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .resources-blog .resources-blog-heading h1,
  .resources-blog.resources-blog-single h1 {
    font-size: 56px;
  }

  .resources-blog-single-hero h1 {
    font-size: 48px;
  }

  .resources-blog-featured-body h2 {
    font-size: 32px;
  }

  .resources-blog-card-body h3 {
    font-size: 22px;
  }

  .resources-blog-prefooter-title {
    font-size: 46px;
  }

  .resources-blog-prefooter-kicker {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .resources-blog .resources-blog-heading {
    margin-bottom: 28px;
  }

  .resources-blog .resources-blog-heading h1,
  .resources-blog.resources-blog-single h1 {
    font-size: 42px;
  }

  .resources-blog .resources-blog-heading p {
    font-size: 16px;
  }

  .resources-blog-single-hero {
    padding: 46px 0 66px;
  }

  .resources-blog-single-hero h1 {
    font-size: 42px;
    line-height: 1.12;
  }

  .resources-blog-featured-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 20px;
  }
  .resources-blog-filter-list-mobile {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
  }

  .resources-blog-sidebar {
    position: static;
    top: auto;
  }

  .resources-blog-single-sticky-col {
    position: static;
    top: auto;
  }
  .resources-blog-filter-list-mobile .resources-blog-filter-chip {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .resources-blog-featured-thumb {
    min-height: 250px;
  }

  .resources-blog-featured-body {
    padding: 0;
  }

  .resources-blog-featured-body h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .resources-blog-featured-image {
    margin: 0 0 24px;
  }

  .resources-blog-single-layout {
    --bs-gutter-x: 0;
  }

  .resources-blog-single-meta-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .resources-blog-post-header {
    margin-bottom: 18px;
  }

  .resources-blog-author {
    text-align: left;
    margin-bottom: 16px;
    position: static;
    gap: 10px;
  }

  .resources-blog-author-name {
    margin-top: 0;
  }

  .resources-blog-content p,
  .resources-blog-content li {
    font-size: 17px;
  }

  .resources-blog-single-report-title {
    font-size: 28px;
  }

  .resources-blog-card-body h3 {
    font-size: 22px;
  }

  .resources-blog-related h2 {
    font-size: 34px;
  }

  .resources-blog-prefooter-row {
    min-height: 24rem;
  }

  .resources-blog-prefooter-title {
    font-size: 38px;
    margin-bottom: 18px;
  }

  .resources-blog-prefooter-kicker {
    font-size: 20px;
  }

  .resources-guides-single-hero {
    padding: 36px 0 30px;
  }

  .resources-guides-single-hero h1 {
    font-size: 48px;
    line-height: 0.98;
  }

  .resources-guides-single-intro {
    font-size: 16px;
    line-height: 1.45;
    max-width: none;
  }

  .resources-blog-thank-you-demo-card-mobile {
    max-width: 100%;
    margin: 20px 0 0;
    padding: 24px 8px 28px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .resources-blog-thank-you-demo-card h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
  }

  .resources-blog-thank-you-demo-card p {
    color: #222;
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  .resources-blog-thank-you-demo-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .resources-blog-thank-you-spacer {
    height: 24px;
  }

  .resources-guides-single-body {
    padding: 24px 0 32px;
  }

  .resources-guides-single-sticky-col {
    margin-top: 0;
  }

  .resources-guides-single-inside-card {
    margin-bottom: 24px;
  }

  .resources-guides-single-inside-card h2 {
    font-size: 30px;
    line-height: 1.06;
    margin-bottom: 16px;
  }

  .resources-guides-single-inside-list li {
    font-size: 17px;
  }

  .resources-blog-prefooter.resources-blog-prefooter-single-post-layout {
    margin-top: 32px;
  }

  .resources-guides-single-report-card.d-lg-none {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
  }
}

@media (max-width: 768px) {
  .resources-blog-archive .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .resources-blog-featured-row,
  .resources-blog-main-row {
    --bs-gutter-x: 0;
  }

  .resources-blog-featured-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .resources-blog-grid-archive > [class*="col-"]:nth-child(odd),
  .resources-blog-grid-archive > [class*="col-"]:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .resources-blog .resources-blog-heading h1,
  .resources-blog.resources-blog-single h1 {
    font-size: 38px;
    letter-spacing: -0.02em;
  }

  .resources-blog-single-hero {
    padding: 34px 0 68px;
  }

  .resources-blog-single-hero h1 {
    font-size: 34px;
    line-height: 1.04;
    margin-bottom: 12px;
  }

  .resources-blog-single-hero .resources-blog-kicker {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.35;
  }

  .resources-blog-featured-image {
    margin: -64px 0 18px;
    border-radius: 16px;
    aspect-ratio: 21 / 9;
    position: relative;
    z-index: 2;
  }

  .resources-blog-single-card {
    border-radius: 10px;
    padding: 24px;
  }

  .resources-blog-kicker,
  .resources-blog-card-meta,
  .resources-blog-card-category {
    font-size: 14px;
  }

  .resources-blog-featured-thumb {
    min-height: 220px;
    border-radius: 18px;
  }

  .resources-blog-card-thumb {
    border-radius: 18px;
  }

  .resources-blog-featured-body h2,
  .resources-blog-card-body h3 {
    font-size: 24px;
  }

  .resources-blog-content p,
  .resources-blog-content li {
    font-size: 16px;
    line-height: 1.6;
  }

  .resources-blog-content h3,
  .resources-blog-content h4 {
    margin-top: 28px;
    margin-bottom: 12px;
  }

  .resources-blog-share-list {
    justify-content: flex-end;
    margin-left: auto;
    gap: 12px;
  }

  .resources-blog-share-list a {
    font-size: 20px;
  }

  .resources-blog-post-header {
    display: none;
  }

  .resources-blog-meta-separator,
  .resources-blog-meta-comments {
    display: none;
  }

  .resources-blog-single-card-title {
    font-size: 22px;
    line-height: 1.25;
  }

  .resources-blog-single-newsletter-card.d-lg-none {
    border-radius: 14px;
    padding: 14px;
  }

  .resources-blog-single-newsletter-card.d-lg-none
    .resources-blog-single-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .resources-blog-single-newsletter-card.d-lg-none
    .resources-blog-single-newsletter-email-wrap
    input {
    width: 100%;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #d0cec9;
    color: #222;
    padding: 0 20px;
    font-size: 13px;
  }

  .resources-blog-single-newsletter-card.d-lg-none
    .resources-blog-single-newsletter-email-wrap
    input::placeholder {
    color: #6f6f6f;
  }

  .resources-blog-single-newsletter-card.d-lg-none
    .resources-blog-single-newsletter-email-wrap
    input:focus {
    outline: none;
    border-color: #b9b6af;
  }

  .resources-blog-single-newsletter-card.d-lg-none
    .resources-blog-single-newsletter-button {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #202127;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
  }

  .resources-blog-single-newsletter-card.d-lg-none
    .resources-blog-single-newsletter-button:hover {
    background: #2a2c33;
  }

  .resources-blog-single-report-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .resources-blog-related .resources-blog-card-link {
    display: none;
  }

  .resources-blog-related {
    padding-top: 28px;
  }

  .resources-blog-related h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .resources-blog-related-divider {
    margin-bottom: 24px;
  }

  .resources-blog-case-study-quote {
    padding: 56px 12px;
  }

  .resources-blog-case-study-quote-text {
    font-size: 20px;
    letter-spacing: -1.2px;
  }

  .resources-blog-case-study-quote-author {
    margin-top: 18px;
    font-size: 20px;
  }

  .resources-blog-prefooter {
    padding: 24px 0 8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .resources-blog-prefooter .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .resources-blog-prefooter-row {
    min-height: auto;
  }

  .resources-blog-prefooter-card {
    border-radius: 18px;
    overflow: hidden;
  }

  .resources-blog-prefooter-content {
    max-width: 100%;
    padding-bottom: 0;
  }

  .resources-blog-prefooter-title {
    font-size: 32px;
    margin-bottom: 16px;
    max-width: 92%;
  }

  .resources-blog-prefooter-kicker {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .resources-blog-prefooter-image {
    max-height: none;
    max-width: 100%;
    padding-right: 1rem;
  }

  .resources-blog-pagination {
    margin-top: 26px;
  }

  .resources-blog-pagination .page-numbers {
    padding: 6px 12px;
    font-size: 14px;
  }

  .resources-guides-single-hero {
    padding: 24px 0 22px;
  }

  .resources-guides-single-hero .resources-blog-kicker {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.18px;
  }

  .resources-guides-single-hero h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.56px;
    margin-bottom: 8px;
  }

  .resources-guides-single-intro {
    font-size: 16px;
    line-height: 1.45;
    color: #303030;
  }

  .resources-guides-single-body {
    padding: 20px 0 30px;
  }

  .resources-guides-single .resources-blog-content > * {
    margin-bottom: 20px;
  }

  .resources-guides-single .resources-blog-content p,
  .resources-guides-single .resources-blog-content li {
    font-size: 16px;
    line-height: 1.45;
  }

  .resources-guides-single .resources-blog-content ul,
  .resources-guides-single .resources-blog-content ol {
    padding-left: 1.3rem;
  }

  .resources-guides-single-inside-card h2 {
    font-size: 28px;
    line-height: 1.12;
    margin-bottom: 14px;
  }

  .resources-guides-single-inside-list {
    gap: 12px;
  }

  .resources-guides-single-inside-list li {
    font-size: 16px;
    line-height: 1.3;
    gap: 10px;
  }

  .resources-guides-single-inside-list li i {
    margin-top: 0.15em;
    width: 18px;
    flex-basis: 18px;
  }

  .resources-guides-single-report-card.d-lg-none {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
  }

  .resources-guides-single-report-card.d-lg-none
    .resources-blog-single-report-image {
    border-radius: 10px;
    margin-bottom: 0;
  }

  .resources-guides-single-report-card.d-lg-none
    .resources-blog-single-report-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }

  .resources-guides-single-report-card.d-lg-none
    .resources-blog-single-report-description {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .resources-guides-single-report-card.d-lg-none
    .resources-blog-single-report-form {
    gap: 12px;
  }

  .resources-guides-single-report-card.d-lg-none
    .resources-blog-single-report-email-wrap
    input {
    height: 48px;
  }

  .resources-guides-single-report-card.d-lg-none
    .resources-blog-single-report-button {
    height: 44px;
    font-size: 12px;
  }

  .resources-guides-single-report-card.d-lg-none
    .resources-blog-single-report-consent
    span {
    font-size: 11px;
    line-height: 1.45;
  }
}

@media (max-width: 576px) {
  .resources-blog .resources-blog-heading h1,
  .resources-blog.resources-blog-single h1 {
    font-size: 34px;
  }

  .resources-blog-single-hero h1 {
    font-size: 28px;
  }

  .resources-blog .resources-blog-heading p {
    font-size: 15px;
  }

  .resources-blog-featured-thumb {
    min-height: 200px;
  }

  .resources-blog-featured-body h2,
  .resources-blog-card-body h3 {
    font-size: 22px;
  }

  .resources-blog-card-link {
    font-size: 15px;
  }

  .resources-blog-meta {
    font-size: 14px;
  }

  .resources-blog-single-report-card {
    padding: 14px;
  }

  .resources-guides-single-hero {
    padding: 22px 0 20px;
  }

  .resources-guides-single-hero h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.56px;
  }

  .resources-guides-single-body {
    padding: 18px 0 28px;
  }

  .resources-guides-single-report-card.d-lg-none {
    padding: 24px;
  }
}
/*
 * Virtual tour
 */
.virtual-tour {
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f4f3f0;
}
.virtual-tour-heading {
    margin-bottom: 50px;
}
.virtual-tour-video {
    cursor: pointer;
    position: relative;
}
.virtual-tour-video-media {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 22px;
    background-color: #222;
    box-shadow: 10px 10px 0px #000000;
}
.virtual-tour-video-media video {
    opacity: 0.4;
    display: block;
    transition: all 0.3s ease-out;
}
.virtual-tour-video-media.active video {
    opacity: 1;
}
.virtual-tour-video-toggle {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 120px;
    height: 110px;
    cursor: pointer;
    position: absolute;
}
.virtual-tour-video-toggle img {
    width: 98px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.virtual-tour-video-toggle span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

/*
 * Virtual tour bar
 */
.virtual-tour-bar {
    width: 100%;
    color: #fff;
    text-align: left;
    margin-top: 100px;
    padding: 50px 65px;
    border-radius: 28px;
    background-color: #222222;
}
.virtual-tour-bar h2 {
    color: #fff;
    line-height: 1;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 9px;
    letter-spacing: -1px;
}
.virtual-tour-bar p {
    margin: 0px;
}

/*
 * Virtual tour modal
 */
.virtual-tour-modal .modal-dialog {
    max-width: 578px;
    margin: 50px auto;
}
.virtual-tour-modal .modal-content {
    border-radius: 22px;
    padding: 55px 55px 60px;
}
.virtual-tour-modal .modal-body {
    padding: 0px;
}

/*
 * Virtual tour form
 */
.virtual-tour-form {
    background-color: #fff;
}
.virtual-tour-form-close {
    top: -25px;
    right: -25px;
    cursor: pointer;
    font-size: 34px;
    font-weight: 400;
    position: absolute;
}
.virtual-tour-form-heading {
    text-align: center;
    margin-bottom: 30px;
}
.virtual-tour-form-logo {
    margin-bottom: 30px;
}
.virtual-tour-form-logo img {
    width: 78px;
    display: block;
    margin: 0px auto;
}
.virtual-tour-form-submit {
    margin-bottom: 40px;
}
.virtual-tour-form .wpcf7-response-output {
    margin: 0px !important;
    border: none !important;
    margin-top: -30px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
}
.virtual-tour-form .wpcf7-form.sent .wpcf7-response-output {
    display: none !important;
}
.virtual-tour-form .wpcf7-spinner {
    display: none !important;
}

/*
 * Virtual tour form reviews
 */
.virtual-tour-form-review {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    max-width: 125px;
    color: #5e8677;
    margin: 0px auto;
    text-align: center;
}
.virtual-tour-form-review-stars {
    margin-bottom: 10px;
}
.virtual-tour-form-review i {
}
.virtual-tour-form-review span {
    color: #7a7a7a;
    display: block;
    font-size: 15px;
    line-height: 1.1;
}

@media screen and (min-width: 1199px) {
    .virtual-tour h1 {
        line-height: 1;
        font-size: 58px;
    }
}

@media (max-width: 768px) {
    .virtual-tour {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .virtual-tour-heading {
        font-size: 28px;
        max-width: 230px;
        margin-bottom: 20px;
    }

    .virtual-tour-video-media {
        width: 97%;
    }
    .virtual-tour-video-media video {
        object-fit: cover;
    }

    .virtual-tour-video-toggle {
        top: 5px;
        height: 75px;
    }
    .virtual-tour-video-toggle img {
        width: 52px;
        margin-bottom: 5px;
    }
    .virtual-tour-video-toggle span {
        font-size: 14px;
    }

    .virtual-tour-bar {
        margin-top: 35px;
        padding: 40px 35px;
        text-align: center;
    }
    .virtual-tour-bar h2 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
    }
    .virtual-tour-bar p {
        padding: 0px 10px;
        margin-bottom: 25px;
    }

    .virtual-tour-bar a {
        padding: 10px 24px;
    }

    .virtual-tour-modal .modal-dialog {
        margin: 80px 25px;
    }
    .virtual-tour-modal .modal-content {
        border-radius: 20px;
        padding: 45px 20px 50px 20px;
    }
    .virtual-tour-form-close {
        right: 0px;
        font-size: 24px;
    }
    .virtual-tour-form-logo {
        margin-bottom: 25px;
    }
    .virtual-tour-form-logo img {
        width: 68px;
    }
    .virtual-tour-form-heading {
        margin-bottom: 20px;
    }
    .virtual-tour-form-heading h2 {
        font-size: 18px;
    }
    .virtual-tour-form-submit {
        margin-bottom: 35px;
    }

    .virtual-tour-form-review {
        font-size: 14px;
        padding: 0px 5px;
    }
    .virtual-tour-form-review span {
        font-size: 13px;
    }
}
