.elementor-3225 .elementor-element.elementor-element-2f041923{--display:flex;}.elementor-3225 .elementor-element.elementor-element-ef36828{--display:flex;}.elementor-3225 .elementor-element.elementor-element-cc080dc{--spacer-size:150px;}.elementor-3225 .elementor-element.elementor-element-2212861{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3225 .elementor-element.elementor-element-3a89cc5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3225 .elementor-element.elementor-element-ea17524{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3225 .elementor-element.elementor-element-b83e1a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3225 .elementor-element.elementor-element-10e8021{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3225 .elementor-element.elementor-element-8127303{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3225 .elementor-element.elementor-element-d7d591b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3225 .elementor-element.elementor-element-ba055c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3225 .elementor-element.elementor-element-1c7b05f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-def2c34 *//* =========================================================
   ACCOUNTEX CANADA — AFTER SHOW DINNER
   NEW PREMIUM RED STYLE
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.dinner-section {
    width: 100%;
    background: #C23036;
    color: #FFFFFF;
    overflow: hidden;
}


/* =========================================================
   TOP EVENT BAR
========================================================= */

.event-bar {
    width: 100%;
    min-height: 72px;

    padding: 14px 6%;

    box-sizing: border-box;

    background: #A9252B;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    border-bottom: 1px solid rgba(255,255,255,0.15);
}


/* EVENT INFORMATION */

.event-info {
    display: flex;
    align-items: center;

    gap: 55px;
}


/* EVENT ITEM */

.event-item {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.event-item span {
    color: rgba(255,255,255,0.65);

    font-size: 9px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.event-item strong {
    color: #FFFFFF;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.3;

    white-space: nowrap;
}


/* NEWSROOM */

.newsroom-link {
    display: inline-flex;
    align-items: center;

    color: #FFFFFF;

    font-size: 11px;
    font-weight: 600;

    line-height: 1.3;

    text-decoration: none;

    border-bottom: 1px solid rgba(255,255,255,0.5);

    padding-bottom: 4px;

    transition: all .25s ease;
}


.newsroom-link:hover {
    color: #FDEBEC;

    border-color: #FFFFFF;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.dinner-container {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    padding: 75px 30px;

    box-sizing: border-box;

    display: grid;

    grid-template-columns: minmax(0, 1fr) 390px;

    align-items: center;

    gap: 90px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.dinner-content {
    width: 100%;
    max-width: 650px;
}


/* LABEL */

.dinner-label {
    display: inline-flex;
    align-items: center;

    margin-bottom: 22px;

    padding: 9px 14px;

    border: 1px solid rgba(255,255,255,0.28);

    border-radius: 100px;

    background: rgba(255,255,255,0.10);

    color: #FFFFFF;

    font-size: 10px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* HEADING */

.dinner-content h2 {
    margin: 0 0 24px;

    color: #FFFFFF;

    font-size: clamp(38px, 4vw, 58px);

    font-weight: 600;

    line-height: 1.02;

    letter-spacing: -2.5px;
}


/* DESCRIPTION */

.dinner-description {
    max-width: 590px;

    margin: 0 0 30px;

    color: rgba(255,255,255,0.82);

    font-size: 14px;

    font-weight: 400;

    line-height: 1.8;
}


/* =========================================================
   HOST
========================================================= */

.host {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 25px;
}


/* HOST IMAGES */

.host-images {
    display: flex;

    align-items: center;

    flex-shrink: 0;

    padding-left: 2px;
}


.host-circle {
    width: 44px;
    height: 44px;

    box-sizing: border-box;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #7E1C21;

    border: 2px solid #C23036;

    color: #FFFFFF;

    font-size: 11px;
    font-weight: 700;

    position: relative;
}


.host-two {
    margin-left: -12px;

    background: #FFFFFF;

    border-color: #C23036;

    color: #C23036;
}


/* HOST INFO */

.host-info {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.host-info strong {
    color: #FFFFFF;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.3;
}


.host-info span {
    color: rgba(255,255,255,0.65);

    font-size: 10px;

    line-height: 1.4;
}


/* =========================================================
   RESERVATION CARD
========================================================= */

.reservation-card {
    width: 100%;

    box-sizing: border-box;

    padding: 35px;

    background: #FFFFFF;

    color: #C23036;

    border-radius: 12px;

    box-shadow:
        0 25px 60px rgba(70, 0, 0, 0.25);

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* CARD TITLE */

.reservation-card h3 {
    width: 100%;

    margin: 0 0 9px;

    color: #241719;

    font-size: 21px;

    font-weight: 700;

    line-height: 1.25;
}


/* CARD SUBTITLE */

.reservation-subtitle {
    width: 100%;

    margin: 0 0 25px;

    color: #80686A;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   QR CONTAINER
========================================================= */

.qr-container {
    width: 180px;
    height: 180px;

    margin: 0 auto 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #FFFFFF;
}


/* FAKE QR */

.fake-qr {
    width: 150px;
    height: 150px;

    position: relative;

    overflow: hidden;

    background:
        repeating-linear-gradient(
            90deg,
            #111111 0,
            #111111 5px,
            #FFFFFF 5px,
            #FFFFFF 9px
        );

    border: 8px solid #FFFFFF;

    box-shadow: 0 0 0 1px #E6E6E6;
}


/* QR CORNERS */

.qr-corner {
    position: absolute;

    width: 34px;
    height: 34px;

    box-sizing: border-box;

    background: #FFFFFF;

    border: 6px solid #111111;

    z-index: 3;
}


.qr-corner::after {
    content: "";

    position: absolute;

    width: 10px;
    height: 10px;

    left: 6px;
    top: 6px;

    background: #111111;
}


.top-left {
    top: 0;
    left: 0;
}


.top-right {
    top: 0;
    right: 0;
}


.bottom-left {
    bottom: 0;
    left: 0;
}


/* QR PATTERN */

.qr-pattern {
    position: absolute;

    left: 30px;
    top: 8px;

    width: 95px;
    height: 120px;

    overflow: hidden;

    color: #111111;

    font-size: 12px;

    line-height: 11px;

    word-spacing: -3px;

    opacity: .95;
}


/* =========================================================
   SCAN TEXT
========================================================= */

.scan-text {
    max-width: 290px;

    margin: 0 auto 20px;

    color: #766062;

    font-size: 11px;

    line-height: 1.6;

    text-align: center;
}


/* =========================================================
   RESERVATION BUTTON
========================================================= */

.reservation-button {
    width: 100%;
    height: 50px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;

    background: #C23036;

    color: #FFFFFF;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .5px;

    text-decoration: none;

    transition: all .25s ease;
}


.reservation-button:hover {
    background: #A9252B;

    color: #FFFFFF;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(194,48,54,.20);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .event-bar {
        padding-left: 5%;
        padding-right: 5%;
    }


    .event-info {
        gap: 30px;
    }


    .event-item strong {
        font-size: 11px;
    }


    .dinner-container {
        padding: 65px 5%;

        grid-template-columns:
            minmax(0, 1fr)
            350px;

        gap: 50px;
    }


    .dinner-content h2 {
        font-size: 44px;

        letter-spacing: -1.8px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    /* TOP BAR */

    .event-bar {
        min-height: auto;

        padding: 20px;

        flex-direction: column;

        align-items: stretch;

        gap: 18px;
    }


    .event-info {
        width: 100%;

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 18px 25px;
    }


    .event-item strong {
        white-space: normal;

        font-size: 11px;
    }


    .newsroom-link {
        align-self: flex-start;
    }


    /* MAIN */

    .dinner-container {
        padding: 55px 20px;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 45px;
    }


    .dinner-content {
        max-width: 100%;
    }


    .dinner-content h2 {
        font-size: 40px;

        letter-spacing: -1.8px;
    }


    .dinner-description {
        max-width: 100%;

        font-size: 13px;
    }


    /* CARD */

    .reservation-card {
        width: 100%;

        max-width: 460px;

        margin: 0 auto;

        padding: 32px 25px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .event-bar {
        padding: 18px 16px;
    }


    .event-info {
        gap: 15px 12px;
    }


    .event-item span {
        font-size: 8px;
    }


    .event-item strong {
        font-size: 10px;
    }


    .newsroom-link {
        font-size: 10px;
    }


    .dinner-container {
        padding: 45px 16px;

        gap: 35px;
    }


    .dinner-label {
        margin-bottom: 18px;

        padding: 8px 11px;

        font-size: 8px;

        letter-spacing: 1.2px;
    }


    .dinner-content h2 {
        font-size: 32px;

        line-height: 1.05;

        letter-spacing: -1.4px;

        margin-bottom: 20px;
    }


    .dinner-description {
        font-size: 12px;

        line-height: 1.75;

        margin-bottom: 25px;
    }


    /* HOST */

    .host {
        gap: 12px;

        margin-top: 20px;
    }


    .host-circle {
        width: 40px;
        height: 40px;

        font-size: 10px;
    }


    .host-info strong {
        font-size: 11px;
    }


    .host-info span {
        font-size: 8px;
    }


    /* CARD */

    .reservation-card {
        padding: 28px 20px;

        border-radius: 10px;
    }


    .reservation-card h3 {
        font-size: 19px;
    }


    .reservation-subtitle {
        font-size: 10px;

        margin-bottom: 20px;
    }


    .qr-container {
        width: 165px;
        height: 165px;
    }


    .fake-qr {
        width: 140px;
        height: 140px;
    }


    .scan-text {
        font-size: 10px;

        margin-bottom: 18px;
    }


    .reservation-button {
        height: 48px;

        font-size: 10px;
    }

}


/* =========================================================
   EXTRA SMALL PHONES
========================================================= */

@media (max-width: 360px) {

    .dinner-content h2 {
        font-size: 29px;
    }


    .event-info {
        grid-template-columns: 1fr;
    }


    .reservation-card {
        padding: 25px 16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0542216 *//* =========================================
   WHY VISIT BOOTH 11
========================================= */

.why-booth {
    width: 100%;

    background: #FFFFFF;

    color: #241315;

    padding: 5px 6%;
}


/* =========================================
   CONTAINER
========================================= */

.why-container {
    width: 100%;

    max-width: 1650px;

   
}


/* =========================================
   HEADER
========================================= */

.why-header {
    max-width: 1720px;

    margin-bottom: 05px;
}

.why-label {
    display: inline-block;

    color: #C23036;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 15px;

    position: relative;

    padding-left: 18px;
}

.why-label::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 10px;
    height: 2px;

    background: #C23036;

    transform: translateY(-50%);
}


.why-header h2 {
    font-size: 38px;

  
    font-weight: 700;

    color: #241315;

    margin-bottom: 18px;
}

.why-header h2 span {
    color: #C23036;
}


.why-header p {
    max-width: 1680px;

 

    color: #000;
}


/* =========================================
   SERVICES GRID
========================================= */

.services-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 65px;

    row-gap: 0;
}


/* =========================================
   SERVICE CARD
========================================= */

.service-card {
    display: grid;

    grid-template-columns: 50px 1fr;

    gap: 20px;

    padding: 30px 0;

    border-top: 1px solid #E7DADC;
}

.service-card:nth-child(-n+2) {
    border-top: 1px solid #C23036;
}


/* =========================================
   NUMBER
========================================= */

.service-number {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #FBEAEC;

    color: #C23036;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 11px;

    font-weight: 700;

    border: 1px solid #F1C7CA;
}


/* =========================================
   SERVICE CONTENT
========================================= */

.service-content h3 {
    font-size: 15px;

    line-height: 1.3;

    color: #241315;

    margin-bottom: 9px;

    font-weight: 700;
}

.service-content p {
    font-size: 14px;

text-align: justify;

    color: #000;

    max-width: 430px;
}


/* =========================================
   HOVER
========================================= */

.service-card {
    transition: 0.25s ease;
}

.service-card:hover {
    transform: translateY(-3px);
}

.service-card:hover .service-number {
    background: #C23036;

    color: #FFFFFF;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .why-booth {
        padding: 65px 5%;
    }

    .why-header h2 {
        font-size: 34px;
    }

    .services-grid {
        column-gap: 35px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .why-booth {
        padding: 55px 25px;
    }

    .why-header {
        margin-bottom: 35px;
    }

    .why-header h2 {
        font-size: 29px;

        letter-spacing: -1px;
    }

    .why-header p {
        font-size: 11px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 25px 0;
    }

    .service-card:nth-child(2) {
        border-top: 1px solid #E7DADC;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .why-header h2 {
        font-size: 26px;
    }

    .service-card {
        grid-template-columns: 42px 1fr;

        gap: 15px;
    }

    .service-content h3 {
        font-size: 14px;
    }

    .service-content p {
        font-size: 9px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-792806c *//* ==========================================
   OUR SERVICES
========================================== */

.our-services {
    width: 100%;
    background: #ffffff;
    color: #111111;

    padding: 10px 6%;
}


.services-wrap {
    width: 100%;
    max-width: 1680px;

    margin: 0 auto;
}


/* ==========================================
   INTRO
========================================== */

.services-intro {
    max-width: 1760px;

    margin-bottom: 65px;
}


.section-eyebrow {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 10px;

    color: #C23036;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.8px;

    margin-bottom: 20px;
}


.section-eyebrow::before {
    content: "";

    width: 22px;
    height: 2px;

    background: #C23036;
}


.services-intro h2 {
    margin: 0 0 20px;

    font-size: clamp(38px, 5vw, 60px);

    line-height: 1.02;

    letter-spacing: -2.5px;

    font-weight: 600;

    color: #171717;
}


.services-intro h2 span {
    color: #C23036;
}


.services-intro p {
    max-width: 1620px;

    margin: 0;

    color: #000;

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================
   SERVICE LIST
========================================== */

.service-list {
    width: 100%;

    border-top: 1px solid #DCDCDC;
}


/* ==========================================
   SERVICE ROW
========================================== */

.service-row {
    min-height: 82px;

    display: grid;

    grid-template-columns: 80px 1fr 45px;

    align-items: center;

    gap: 20px;

    padding: 0 5px;

    border-bottom: 1px solid #DCDCDC;

    transition:
        background 0.25s ease,
        padding 0.25s ease;
}


/* Number */

.service-number {
    font-size: 11px;

    font-weight: 700;

    color: #C23036;

    letter-spacing: 1px;
}


/* Service Name */

.service-name {
    font-size: 19px;

    font-weight: 500;

    color: #222222;

    transition: color 0.25s ease;
}


.service-name small {
    font-size: 12px;

    color: #777777;

    font-weight: 400;
}


/* Arrow */

.service-arrow {
    width: 34px;
    height: 34px;

    border: 1px solid #D8D8D8;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 14px;

    color: #C23036;

    transition: all 0.25s ease;
}


/* ==========================================
   HOVER
========================================== */

.service-row:hover {
    background: #FFF5F5;

    padding-left: 18px;
    padding-right: 18px;
}


.service-row:hover .service-name {
    color: #C23036;
}


.service-row:hover .service-arrow {
    background: #C23036;

    border-color: #C23036;

    color: #ffffff;

    transform: rotate(45deg);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .our-services {
        padding: 80px 5%;
    }

    .services-intro {
        margin-bottom: 50px;
    }

    .services-intro h2 {
        font-size: 42px;

        letter-spacing: -1.8px;
    }

    .service-row {
        min-height: 75px;

        grid-template-columns: 60px 1fr 40px;
    }

    .service-name {
        font-size: 17px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .our-services {
        padding: 65px 22px;
    }


    .services-intro {
        margin-bottom: 40px;
    }


    .section-eyebrow {
        font-size: 8px;

        letter-spacing: 1.4px;
    }


    .services-intro h2 {
        font-size: 34px;

        line-height: 1.08;

        letter-spacing: -1.3px;
    }


    .services-intro p {
        font-size: 12px;
    }


    .service-row {
        min-height: 70px;

        grid-template-columns: 40px 1fr 35px;

        gap: 12px;

        padding: 0;
    }


    .service-number {
        font-size: 9px;
    }


    .service-name {
        font-size: 14px;
    }


    .service-name small {
        display: block;

        margin-top: 3px;

        font-size: 10px;
    }


    .service-arrow {
        width: 29px;
        height: 29px;

        font-size: 12px;
    }


    .service-row:hover {
        padding-left: 8px;
        padding-right: 8px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .services-intro h2 {
        font-size: 30px;
    }

    .service-name {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1ce9bc *//* =========================================
   PRICING SECTION
========================================= */

.pricing-section {
    width: 100%;

    background: #ffffff;

    color: #171717;

    padding: 10px 6%;
}


.pricing-container {
    width: 100%;

    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.pricing-header {
    max-width: 750px;

    margin-bottom: 60px;
}


.pricing-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #C23036;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.8px;

    margin-bottom: 20px;
}


.pricing-eyebrow::before {
    content: "";

    width: 22px;

    height: 2px;

    background: #C23036;
}


.pricing-header h2 {
    margin: 0 0 20px;

    font-size: clamp(38px, 5vw, 58px);

    line-height: 1.03;

    letter-spacing: -2.4px;

    font-weight: 600;

    color: #171717;
}


.pricing-header h2 span {
    color: #C23036;
}


.pricing-header p {
    max-width: 1650px;

    margin: 0;

    color: #000;

    font-size: 18px;

    line-height: 1.7;
}


/* =========================================
   PRICING GRID
========================================= */

.pricing-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* =========================================
   CARD
========================================= */

.pricing-card {
    position: relative;

    min-height: 430px;

    padding: 32px 30px 28px;

    border: 1px solid #DCDCDC;

    background: #ffffff;

    display: flex;

    flex-direction: column;

    transition: 0.25s ease;
}


.pricing-card:hover {
    border-color: #C23036;

    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(194, 48, 54, 0.10);
}


/* =========================================
   POPULAR CARD
========================================= */

.pricing-card.popular {
    border: 1.5px solid #C23036;

    background: #FFF8F8;
}


.popular-badge {
    position: absolute;

    top: -1px;

    right: 22px;

    background: #C23036;

    color: #ffffff;

    padding: 7px 12px;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================================
   CARD TOP
========================================= */

.pricing-top {
    padding-bottom: 25px;

    border-bottom: 1px solid #E5E5E5;
}


.pricing-model {
    font-size: 16px;

    font-weight: 600;

    color: #222222;

    margin-bottom: 20px;
}


.pricing-price {
    display: flex;

    align-items: baseline;

    gap: 5px;

    color: #C23036;

    margin-bottom: 8px;
}


.pricing-price strong {
    font-size: 42px;

    line-height: 1;

    font-weight: 600;

    letter-spacing: -1.5px;
}


.pricing-price span {
    font-size: 13px;

    color: #777777;
}


.pricing-top p {
    margin: 0;

    color: #000;

    font-size: 18px;
}


/* =========================================
   FEATURES
========================================= */

.pricing-features {
    list-style: none;

    margin: 0;

    padding: 25px 0 0;

    display: flex;

    flex-direction: column;

    gap: 15px;
}


.pricing-features li {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    color: #555555;

    font-size: 11px;

    line-height: 1.5;
}


.pricing-features li span {
    flex-shrink: 0;

  

 color: #000;

    font-size: 18px;


}


/* =========================================
   CARD LINK
========================================= */

.pricing-link {
    margin-top: auto;

    padding-top: 25px;

    color: #C23036;

    text-decoration: none;

    font-size: 18px;

    font-weight: 700;

    display: flex;

    align-items: center;

    gap: 8px;

    border-top: 1px solid #ddd;
}


.pricing-link span {
    font-size: 14px;

    transition: 0.2s ease;
}


.pricing-link:hover span {
    transform: translate(3px, -3px);
}


/* =========================================
   FOOTNOTE
========================================= */

.pricing-note {
    margin-top: 25px;

    color: #000;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .pricing-section {
        padding: 80px 5%;
    }

    .pricing-header {
        margin-bottom: 45px;
    }

    .pricing-header h2 {
        font-size: 42px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;

        max-width: 600px;
    }

    .pricing-card {
        min-height: auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pricing-section {
        padding: 65px 22px;
    }

    .pricing-header {
        margin-bottom: 40px;
    }

    .pricing-header h2 {
        font-size: 34px;

        letter-spacing: -1.4px;
    }

    .pricing-header p {
        font-size: 12px;
    }

    .pricing-card {
        padding: 28px 24px;
    }

    .pricing-price strong {
        font-size: 38px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pricing-header h2 {
        font-size: 30px;
    }

    .pricing-model {
        font-size: 15px;
    }

    .pricing-price strong {
        font-size: 35px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72fea52 *//* =========================================
   WHO YOU'LL MEET
========================================= */

.meet-section {
    width: 100%;

    background: #FFFFFF;

    color: #171717;

    padding: 15px 6%;
}


.meet-container {
    width: 100%;

    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.meet-header {
    max-width: 1760px;

    margin-bottom: 65px;
}


.meet-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #C23036;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.8px;

    margin-bottom: 20px;
}


.meet-eyebrow::before {
    content: "";

    width: 22px;

    height: 2px;

    background: #C23036;
}


.meet-header h2 {
    margin: 0 0 20px;

    font-size: clamp(40px, 5vw, 60px);

    line-height: 1.03;

    letter-spacing: -2.5px;

    font-weight: 600;

    color: #171717;
}


.meet-header h2 span {
    color: #C23036;
}


.meet-header p {
    max-width: 1700px;

    margin: 0;

    color: #000;

    font-size: 18px;

    line-height: 1.8;
}


.meet-header p strong {
    color: #222222;

    font-weight: 600;
}


/* =========================================
   PEOPLE GRID
========================================= */

.people-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 30px;
}


/* =========================================
   PERSON CARD
========================================= */

.person-card {
    display: grid;

    grid-template-columns: 230px 1fr;

    min-height: 300px;

    border-top: 1px solid #CFCFCF;

    border-bottom: 1px solid #CFCFCF;

    transition: 0.25s ease;
}


.person-card:hover {
    border-color: #C23036;
}


/* =========================================
   PHOTO
========================================= */

.person-photo {
    position: relative;

    min-height: 300px;

    background: #F4E9EA;

    overflow: hidden;
}


.photo-placeholder {
    width: 100%;
    height: 100%;

    min-height: 300px;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            #F9EDEE,
            #E8C7CA
        );

    color: #C23036;

    font-size: 42px;

    font-weight: 600;
}


.person-number {
    position: absolute;

    top: 15px;
    left: 15px;

    width: 35px;
    height: 35px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #C23036;

    color: #FFFFFF;

    font-size: 9px;

    font-weight: 700;
}


/* =========================================
   PERSON INFO
========================================= */

.person-info {
    padding: 30px 28px;

    display: flex;

    flex-direction: column;

    justify-content: center;
}


.person-role {
    color: #C23036;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.3px;

    line-height: 1.5;

    margin-bottom: 13px;
}


.person-info h3 {
    margin: 0 0 13px;

    color: #1A1A1A;

    font-size: 24px;

    line-height: 1.15;

    letter-spacing: -0.8px;

    font-weight: 600;
}


.person-info p {
    margin: 0;
  color: #000;

    font-size: 14px;
    text-align: justify;

}


/* =========================================
   PERSON LINK
========================================= */

.person-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    width: fit-content;

    margin-top: 22px;

    color: #C23036;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;
}


.person-link span {
    font-size: 14px;

    transition: 0.2s ease;
}


.person-link:hover span {
    transform: translate(3px, -3px);
}


/* =========================================
   HOVER PHOTO
========================================= */

.person-card:hover .photo-placeholder {
    background:
        linear-gradient(
            145deg,
            #F6DFE1,
            #DFAEB2
        );
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .meet-section {
        padding: 80px 5%;
    }

    .meet-header {
        margin-bottom: 50px;
    }

    .people-grid {
        grid-template-columns: 1fr;
    }

    .person-card {
        grid-template-columns: 280px 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .meet-section {
        padding: 65px 22px;
    }

    .meet-header {
        margin-bottom: 40px;
    }

    .meet-header h2 {
        font-size: 35px;

        letter-spacing: -1.5px;
    }

    .meet-header p {
        font-size: 12px;
    }

    .people-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .person-card {
        display: block;
    }

    .person-photo {
        min-height: 260px;
    }

    .photo-placeholder {
        min-height: 260px;
    }

    .person-info {
        padding: 25px 5px 30px;
    }

    .person-info h3 {
        font-size: 22px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .meet-header h2 {
        font-size: 30px;
    }

    .person-photo {
        min-height: 230px;
    }

    .photo-placeholder {
        min-height: 230px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-234e573 *//* =========================================
   SMART CHOICE
========================================= */

.comparison-section {
    width: 100%;

    background: #ffffff;

    color: #171717;

    padding: 10px 6%;
}


.comparison-container {
    width: 100%;

    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.comparison-header {
    max-width: 1660px;

    margin-bottom: 60px;
}


.comparison-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #C23036;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.8px;

    margin-bottom: 20px;
}


.comparison-eyebrow::before {
    content: "";

    width: 22px;

    height: 2px;

    background: #C23036;
}


.comparison-header h2 {
    margin: 0 0 20px;

    font-size: clamp(38px, 5vw, 58px);

    line-height: 1.04;

    letter-spacing: -2.4px;

    font-weight: 600;

    color: #171717;
}


.comparison-header h2 span {
    color: #C23036;
}


.comparison-header p {
    max-width:1680px;



    color: #000;

    
}


/* =========================================
   TABLE WRAPPER
========================================= */

.comparison-table-wrap {
    width: 100%;

    overflow-x: auto;

    border-top: 1px solid #D5D5D5;

    border-left: 1px solid #D5D5D5;
}


/* =========================================
   TABLE
========================================= */

.comparison-table {
    width: 100%;

    min-width: 750px;

    border-collapse: collapse;

    table-layout: fixed;
}


/* =========================================
   TABLE HEADER
========================================= */

.comparison-table thead th {
    height: 70px;

    padding: 18px 22px;

    text-align: left;

    background: #F7F7F7;

    color: #000;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    border-right: 1px solid #D5D5D5;

    border-bottom: 1px solid #D5D5D5;
}


.comparison-table thead th:first-child {
    width: 27%;
}


/* =========================================
   ACCOUNTING FARM HEADER
========================================= */

.comparison-table thead .af-column {
    background: #C23036;

    color: #FFFFFF;

    border-color: #C23036;
}


/* =========================================
   TABLE BODY
========================================= */

.comparison-table tbody td {
    height: 72px;

    padding: 18px 22px;

    color: #000;

    font-size: 14px;

    line-height: 1.5;

    vertical-align: middle;

    border-right: 1px solid #D5D5D5;

    border-bottom: 1px solid #D5D5D5;

    background: #FFFFFF;
}


/* =========================================
   FACTOR COLUMN
========================================= */

.comparison-table tbody td:first-child {
    color: #222222;

    background: #FAFAFA;
}


.comparison-table tbody td:first-child strong {
    font-weight: 600;
}


/* =========================================
   ACCOUNTING FARM COLUMN
========================================= */

.comparison-table tbody .af-column {
    background: #FFF6F6;

    color: #C23036;
}


.comparison-table tbody .af-column strong {
    font-weight: 600;
}


/* =========================================
   HOVER
========================================= */

.comparison-table tbody tr {
    transition: 0.2s ease;
}


.comparison-table tbody tr:hover td {
    background: #FFF9F9;
}


.comparison-table tbody tr:hover .af-column {
    background: #FDECEC;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .comparison-section {
        padding: 80px 5%;
    }

    .comparison-header {
        margin-bottom: 45px;
    }

    .comparison-header h2 {
        font-size: 42px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .comparison-section {
        padding: 65px 22px;
    }

    .comparison-header {
        margin-bottom: 40px;
    }

    .comparison-header h2 {
        font-size: 34px;

        letter-spacing: -1.3px;
    }

    .comparison-header p {
        font-size: 12px;
    }

    .comparison-table {
        min-width: 700px;
    }

    .comparison-table thead th {
        height: 60px;

        padding: 15px;

        font-size: 8px;
    }

    .comparison-table tbody td {
        height: 65px;

        padding: 15px;

        font-size: 10px;
    }

}/* End custom CSS */