/* @media only screen and (min-width: 769px) {
    .m1-header.navbar-default {
        background-color: transparent;
    }
} */

.headerExp {
    margin-top: 102px !important;
}

@media only screen and (max-width: 768px) {
    .headerExp {
        margin-top: 90px !important;
    }
}

@media only screen and (max-width: 550px) {
    .headerExp {
        margin-top: 69px !important;
    }
}

:root {
    --color-orange: #FF9E1B;
    --color-black: #1f1f1f;
    --color-white: #ffffff;
    --color-burst-orange: #ea4600;
    --color-deep-orange: #ff7c2c;
    --color-light-orange: #ffde88;
    --color-deep-grey: #474747;
    --color-dark-grey: #767676;
    --color-medium-grey: #9f9f9f;
    --color-grey: #d5d5d5;
    --color-light-grey: #f1f1f1;
    --color-lime-green: #6ecf0d;
    --color-rose-red: #f0225f;
    --color-ultramarine: #5236ff;
    --color-sunset-1-1: #ffb648;
    --color-sunset-1-2: #ff5d5d;
    --color-sunset-2-1: #ffebbf;
    --color-sunset-2-2: #ff4545;
    --color-clear-sky-1: #d9edff;
    --color-clear-sky-2: #5236ff;
    --color-alert: #cc0000;
    --color-alert-hover: #ea0e00;
    --color-success: #2d9f48;
    --color-orange-tint: #ffecd1;
    --color-danger-tint: #f5cccc;
}

* {
    font-size: 16px;
    /* default font size */
    line-height: 1.2;
    /* default font family */
    font-family: "DINRound-Regular", sans-serif;
}

body {
    color: #1f1f1f
}

.color-orange {
    color: var(--color-orange);
}

.background-color-orange {
    background-color: var(--color-orange);
}

.color-black {
    color: var(--color-black);
}

.background-color-black {
    background-color: var(--color-black);
}

.color-white {
    color: var(--color-white);
}

.background-color-white {
    background-color: var(--color-white);
}

.color-burst-orange {
    color: var(--color-burst-orange);
}

.background-color-burst-orange {
    background-color: var(--color-burst-orange);
}

.color-deep-orange {
    color: var(--color-deep-orange);
}

.background-color-deep-orange {
    background-color: var(--color-deep-orange);
}

.color-light-orange {
    color: var(--color-light-orange);
}

.background-color-light-orange {
    background-color: var(--color-light-orange);
}

.color-deep-grey {
    color: var(--color-deep-grey);
}

.background-color-deep-grey {
    background-color: var(--color-deep-grey);
}

.color-dark-grey {
    color: var(--color-dark-grey);
}

.background-color-dark-grey {
    background-color: var(--color-dark-grey);
}

.color-medium-grey {
    color: var(--color-medium-grey);
}

.background-color-medium-grey {
    background-color: var(--color-medium-grey);
}

.color-grey {
    color: var(--color-grey);
}

.background-color-grey {
    background-color: var(--color-grey);
}

.color-light-grey {
    color: var(--color-light-grey);
}

.background-color-light-grey {
    background-color: var(--color-light-grey);
}

.color-lime-green {
    color: var(--color-lime-green);
}

.background-color-lime-green {
    background-color: var(--color-lime-green);
}

.color-rose-red {
    color: var(--color-rose-red);
}

.background-color-rose-red {
    background-color: var(--color-rose-red);
}

.color-ultramarine {
    color: var(--color-ultramarine);
}

.background-color-ultramarine {
    background-color: var(--color-ultramarine);
}

.background-color-sunset-1 {
    background: linear-gradient(140deg, var(--color-sunset-1-1), var(--color-sunset-1-2));
}

.background-color-sunset-2 {
    background: linear-gradient(140deg, var(--color-sunset-2-1), var(--color-sunset-2-2));
}

.background-color-clear-sky {
    background: linear-gradient(140deg, var(--color-clear-sky-1), var(--color-clear-sky-2));
}

.color-alert {
    color: var(--color-alert);
}

.background-color-alert {
    background-color: var(--color-alert);
}

.color-success {
    color: var(--color-success);
}

.background-color-success {
    background-color: var(--color-success);
}

.color-orange-tint {
    color: var(--color-orange-tint);
}

.background-color-orange-tint {
    background-color: var(--color-orange-tint);
}

.color-danger-tint {
    color: var(--color-danger-tint);
}

.background-color-danger-tint {
    background-color: var(--color-danger-tint);
}

h1,
.h1 {
    font-family: "DINRound-Bold", sans-serif;
    font-size: 51px;
    font-weight: 700;
}

h2,
.h2 {
    font-family: "DINRound-Bold", sans-serif;
    font-size: 51px;
    font-weight: 700;
}

h3,
.h3 {
    font-family: "DINRound-Bold", sans-serif;
    font-size: 38px;
    font-weight: 700;
}

h4,
.h4 {
    font-family: "DINRound-Bold", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

h5,
.h5 {
    font-family: "DINRound-Bold", sans-serif;
    font-size: 21px;
    font-weight: 700;
}

/* Default style for any content */
p,
.body-1 {
    font-size: 18px;
    line-height: 24px;
    /* 133.333% */
}

.header-super {
    font-family: "DINRound-Bold", sans-serif;
    font-size: 88px;
    font-weight: 700;
}

.header-hero {
    font-family: "DINRound-Bold", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

/* This is often paired with SUPER, H1, or H2 for short-form copy that typically spans across 4 to 5 lines at its max.
     * BODY can also use as call-out copy on its own to give emphasis to specific content like quotes or testimonials.
     * It can also used with in-line bold attribute to give emphasis on certain keywords to drive attention or use as the headline for BODY content. */
.body-2 {
    font-size: 18px;
    line-height: 24px;
    /* 133.333% */
}

small,
.small {
    font-size: 14px;
}

.extra-small {
    font-size: 12px;
}

/* Buttons and links */
.btn-pill {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background-color: var(--color-orange);
    text-decoration: none;
    color: var(--color-white);
    text-align: center;
    font-family: "DINRound-Bold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.btn-pill.cta {
    width: 160px;
    height: 48px;
    margin-top: 40px;
}

.btn-pill:hover {
    --tw-bg-opacity: 1;
    color: var(--color-white);
    background-color: rgb(255 124 44/var(--tw-bg-opacity));
}

.ghost-cta {
    padding: 0;
    color: var(--web-20-primary-m-1-orange, #FF9E1B);
    text-align: center;
    /* Paragraph 16px / Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    transition: all .3s;

}

.ghost-cta:hover {
    color: var(--color-orange, #FF9E1B);
}

.ghost-cta:after {
    content: " ";
    display: inline-block;
    margin-left: 4px;
    width: 24px;
    height: 16px;
    background-image: url('/content/dam/M1/icons/chevron-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top 3px;
    transition: all .3s;
}

/* .ghost-cta:hover:after {
        background-position: right top 3px;
    } */

.text-link {
    color: var(--color-orange, #FF9E1B);
    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

.text-link:hover {
    color: var(--color-orange, #FF9E1B);
}

/* Utility Classes */
.mt-sm {
    margin-top: 40px;
}

.mt-lg {
    margin-top: 80px;
}

.mb-sm {
    margin-bottom: 40px;
}

.mb-lg {
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {

    h1,
    .h1 {}

    h2,
    .h2 {}

    h3,
    .h3 {}

    h4,
    .h4 {}

    h5,
    .h5 {}

    p,
    .body-1 {}

    .header-super {}

    .header-hero {
        font-size: 28px;
    }

    .body-2 {}

    small,
    .small {}

    .extra-small {}

    .btn-pill {}

    .btn-pill.cta {
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {

    h1,
    .h1 {}

    h2,
    .h2 {}

    h3,
    .h3 {}

    h4,
    .h4 {}

    h5,
    .h5 {}

    p,
    .body-1 {}

    .header-super {}

    .header-hero {
        font-size: 28px;
    }

    .body-2 {}

    small,
    .small {}

    .extra-small {}

    .btn-pill {}

    .btn-pill.cta {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 576px) {

    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 21px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    p,
    .body-1 {
        font-size: 16px;
    }

    .header-super {
        font-size: 28px;
    }

    .header-hero {
        font-size: 28px;
    }

    .body-2 {}

    small,
    .small {}

    .extra-small {}

    .btn-pill {}

    .btn-pill.cta {
        margin-left: auto;
        margin-right: auto;
    }
}

.master-container {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.page-container {
    display: block;
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

.main-container {
    display: block;
    width: 100%;
    /* max-width: 1024px; */
    max-width: 824px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .master-container {}

    .page-container {
        padding: 0 12px;
    }

    .main-container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .master-container {}

    .page-container {
        padding: 0 12px;
    }

    .main-container {
        max-width: 576px;
    }
}

@media screen and (max-width: 576px) {
    .master-container {
        max-width: 100%;
    }

    .page-container {
        max-width: 100%;
    }

    .main-container {
        max-width: calc(100% - 48px);
        margin: 0 24px;
    }

    /* Utility Classes */
    .mt-sm {
        margin-top: 32px;
    }

    .mt-lg {
        margin-top: 40px;
    }

    .mb-sm {
        margin-bottom: 32px;
    }

    .mb-lg {
        margin-bottom: 40px;
    }
}

/********** Text with Image Floating Component ****************/
.m1-enterprise-text-with-image h6 {
    margin: 2rem 0 1rem;
}

.m1-enterprise-text-with-image img {
    border-radius: 1rem;
    border: 1px solid #D5D5D5;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.m1-enterprise-text-with-image .img-float-left {
    float: left;
    margin: 1rem 2.5rem 1rem 0;
    width: 400px;
    height: calc(400px * 56.25%);
    aspect-ratio: 16/9;
    object-fit: cover;
}

.m1-enterprise-text-with-image .img-float-right {
    float: right;
    margin: 1rem 0 1rem 2.5rem;
    width: 400px;
    height: calc(400px * 56.25%);
    aspect-ratio: 16/9;
    object-fit: cover;
}

.m1-enterprise-text-with-image .img-full-width {
    clear: both;
    margin: 2.5rem auto;
    width: 100%;
    /* height: 56.25%;
    max-width: 100%; */
    aspect-ratio: 16/9;
    object-fit: cover;
}

.img-caption {
    margin: 8px 0 24px;
    color: var(--web-20-primary-almost-black, #1F1F1F);
    /* Web 2.0/Small/14px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.14px;
}

.m1-enterprise-text-with-image h6 {
    /* Web 2.0/Header/H5 21px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.21px;
}

.sub-section-header {
    /* Web 2.0/Header/H5 21px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.21px;
    margin-top: 2rem;
}


@media screen and (max-width: 768px) {

    .m1-enterprise-text-with-image .img-float-right,
    .m1-enterprise-text-with-image .img-float-left {
        clear: both;
        float: none;
        margin: 2.5rem auto;
        width: 100%;
        max-width: 100%;
    }

    .m1-enterprise-text-with-image .img {
        max-width: 100%;
    }

    .img-caption {
        font-size: 12px;
    }
}

/********** End of Text with Image Floating Component ****************/

/********** Tabs Component Overwrite ****************/

.cmp-tabs__tab {
    color: var(--color-black, #1F1F1F) !important;

    /* Web 2.0/Header/H5 21px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 114.286% */
    letter-spacing: -0.21px;
    border: none;
}

a.btn-abd-animation:hover {
    color: var(--color-orange, #ff9e1b) !important;
}

a.btn-abd-animation {
    border-radius: 30px !important;
}

.productdisc {
    color: white !important;
}


.cmp-tabs .cmp-tabs__tablist {
    display: flex !important;
    padding-left: 0 !important;
    list-style: none !important;
    justify-content: start !important;
    align-items: center !important;
    overflow-x: scroll !important;
    scrollbar-width: none !important;
    margin-bottom: 24px !important;
    padding: 0 24px !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

}

.cmp-tabs .cmp-tabs__tablist::-webkit-scrollbar {
    display: none;
}

.cmp-tabs .cmp-tabs__tab {
    position: relative;
    font-size: 21px;
    line-height: 24px;
    margin-right: 40px;
    padding-bottom: 0.5rem;
    cursor: pointer;
    font-weight: 400;
    font-family: 'DINRound-Bold', sans-serif;
    white-space: nowrap;
    min-height: auto !important;
    /* border-bottom: 0px !important; */
    /* border-bottom: 3px solid transparent !important; */
    border-bottom: none !important;
}

.cmp-tabs__tablist li.cmp-tabs__tab.cmp-tabs__tab--active,
li.cmp-tabs__tab.cmp-tabs__tab--active {
    color: var(--color-orange, #ff9e1b);
    /* border-bottom: 3px solid var(--color-orange, #ff9e1b) !important; */
    border-bottom: none !important;
}

li.cmp-tabs__tab.cmp-tabs__tab--active:after {
    display: block;
    content: " ";
    position: absolute;
    width: calc(100% - 30px);
    height: 3px;
    border-radius: 8px;
    background-color: var(--color-orange, #FF9E1B);
    margin-top: 4px;
}

.cmp-tabs .cmp-tabs__tab:last-child {
    margin-right: 0px;
}

.cmp-tabs .cmp-tabs__tab:focus {
    outline: none;
}

.cmp-tabs .cmp-tabs__tabpanel {
    display: none;
}

.cmp-tabs .cmp-tabs__tabpanel--active {
    display: block;
}

.cmp-tabs .aem-GridColumn {
    padding-left: 0;
    padding-right: 0;
}

#modelPriceTable {
    background: black;
}

#tableHeader tr th {
    border: 0px;
}

;

@media (min-width: 640px) {
    .cmp-tabs .cmp-tabs__tablist {
        justify-content: center !important;
        margin-bottom: 40px;
    }
}

/* OVERWRITE */

@media (min-width: 780px) {
    .cmp-tabs .cmp-tabs__tablist {
        justify-content: center !important;
    }
}

@media (max-width: 596px) {

    .cmp-tabs__tablist li.cmp-tabs__tab,
    .cmp-tabs .cmp-tabs__tab {
        font-size: 18px !important;
    }

    .cmp-tabs .cmp-tabs__tablist {
        padding: 0 !important;
    }
}

/********** End of Tabs Component Overwrite ****************/

/********** Inline List with tick in circle ****************/

.inline-list-bullet {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.inline-list-bullet li {
    display: inline-block;
    font-size: 16px;
    margin-left: 1rem;
    padding-left: 24px;
    margin-top: 1rem;
    background-image: url('/content/dam/M1/icons/tick-with-circle-24px.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left top 2px;
    line-height: 24px;
    color: var(--color-black, #1F1F1F);
}

.inline-list-bullet li:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 576px) {
    .inline-list-bullet {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .inline-list-bullet li {
        width: 45%;
        margin-left: 0;
        font-size: 14px;
    }
}

/********** End of Inline List with tick in circle ****************/

/********** Product Plan Component ****************/
.m1-enterprise-product-plan-container {
    border-radius: 16px;
    background: var(--color-white, #FFF);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    width: 100%;
    padding: 24px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.m1-enterprise-product-plan-container .plan-title {
    color: var(--color-black, #1F1F1F);
    text-align: center;

    /* Web 2.0/Header/Hero 67px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    /* 107.463% */
    letter-spacing: -0.67px;
}

.m1-enterprise-product-plan-container .plan-subtitle {
    color: var(--color-orange, #FF9E1B);
    text-align: center;

    /* Web 2.0/Header/H5 21px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 114.286% */
    letter-spacing: -0.21px;
    margin-top: .5rem;
}

.m1-enterprise-product-plan-container .plan-description {
    color: var(--web-20-neutral-deep-grey, #474747);
    text-align: center;

    /* Web 2.0/Small/14px Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.14px;
    margin-top: 1rem;
}

.m1-enterprise-product-plan-container .tags-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 24px 0;
}

.m1-enterprise-product-plan-container .tags {
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-transform: uppercase;
    color: var(--web-20-primary-white, #FFF);
    text-align: center;
    font-family: "DINRound-Bold", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 160% */
    letter-spacing: 0.1px;
}

.m1-enterprise-product-plan-container .tags:first-of-type {
    background: var(--web-20-accent-deep-orange, #FF7C2C);
}

.m1-enterprise-product-plan-container .tags:nth-of-type(2) {
    background: var(--web-20-secondary-ultramarine, #5236FF);
}

.m1-enterprise-product-plan-container .tags:nth-of-type(3) {
    background: var(--web-20-secondary-rose-red, #F0225F);
}

.m1-enterprise-product-plan-container .plan-details {
    color: var(--web-20-neutral-deep-grey, #474747)
}

.m1-enterprise-product-plan-container .plan-price {
    color: var(--color-black, #1F1F1F);

    /* Web 2.0/Header/H3 38px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 105.263% */
    letter-spacing: -0.38px;
}

.m1-enterprise-product-plan-container .plan-price-text {
    color: var(--color-black, #1F1F1F);
    font-family: "DINRound-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.14px;
}

ul.bullet-list li {
    list-style: disc;
    margin-left: 16px;
    padding-left: 0;
    margin-top: 8px;
    font-family: "DINRound-Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.m1-enterprise-product-plan-container .plan-details ul.bullet-list li {
    /* Web 2.0/Small/14px Regular */
    font-size: 14px;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.14px;
}

.btn-pill.tiles-cta {
    padding: 12px 24px;
}

@media screen and (max-width: 576px) {
    .m1-enterprise-product-plan-container .plan-title {
        /* Web 2.0/Header/H1 51px - Bold */
        font-size: 51px;
        line-height: 56px;
        /* 109.804% */
        letter-spacing: -0.51px;
    }

    .m1-enterprise-product-plan-container .plan-subtitle {
        /* Web 2.0/Body/Body 2/18px Bold */
        font-size: 18px;
        line-height: 24px;
        /* 133.333% */
    }
}

/********** End of Product Plan Component ****************/

/********** Icon Text Top Down Component ****************/
.m1-enterprise-icon-top-down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m1-enterprise-icon-top-down .icon-img {
    width: 80px;
    height: 80px;
}

.m1-enterprise-icon-top-down .icon-title {
    text-align: center;
    /* Web 2.0/Header/H5 21px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-weight: 700;
    margin-top: 24px;
}

.m1-enterprise-icon-top-down .icon-description {
    color: var(--color-black, #1F1F1F);
    text-align: center;

    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    /* margin-top: 1rem; */
}

@media screen and (max-width:576px) {
    .m1-enterprise-icon-top-down .icon-description {
        font-size: 16px;
    }

}

/********** End of Icon Text Top Down Component ****************/

/********** Two Columns Card Component ****************/
.m1-enterprise-two-columns-card {
    padding: 40px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.m1-enterprise-two-columns-card .card-body {
    flex: 1;
    padding: 0;
}

.m1-enterprise-two-columns-card .card-title {
    color: var(--web-20-primary-almost-black, #1F1F1F);

    /* Web 2.0/Header/H5 21px - Bold */
    font-family: "DINRound-Bold", sans-serif;

    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 114.286% */
    letter-spacing: -0.21px;
    margin-bottom: 1rem;
}

.m1-enterprise-two-columns-card .right-image {
    margin-left: 40px;
    width: 50%;
    max-width: 400px;

}

.m1-enterprise-two-columns-card .left-image {
    margin-right: 40px;
    width: 50%;
    max-width: 400px;
}

.m1-enterprise-two-columns-card .card-description {
    color: var(--web-20-primary-almost-black, #1F1F1F);

    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.m1-enterprise-two-columns-card .card-image {

    width: 100%;
    /* height: 100%; */

    aspect-ratio: 16/9;
    border-radius: var(--Radius-large, 16px);
    border: 1px solid var(--web-20-neutral-grey, #D5D5D5);
    background: lightgray;
    object-fit: cover;
}

.m1-enterprise-two-columns-card .card-image img {
    width: 400px;
    height: calc(400px * 56.25%);
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: var(--Radius-large, 16px);
}

@media screen and (max-width: 768px) {
    .m1-enterprise-two-columns-card {
        text-align: center;
        padding: 16px 0;
        flex-direction: column;
        align-items: center;
    }

    .m1-enterprise-two-columns-card .card-title {
        margin-top: 1rem;
    }

    .m1-enterprise-two-columns-card:first-of-type {
        padding-top: 0;
    }

    .m1-enterprise-two-columns-card .card-image {
        width: 100%;
        max-width: 100%;
        /* --img-width: 100vw;
        height: calc((var(--img-width) * 56.25%) * 1px); */
    }

    .m1-enterprise-two-columns-card .card-image img {
        width: 100%;
    }

    .m1-enterprise-two-columns-card .right-image,
    .m1-enterprise-two-columns-card .left-image {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }
}

/********** End of Two Columns Card Component ****************/

/********** Text Banner Component ****************/

.m1-enterprise-text-banner {
    border-radius: 1rem;
    padding: 24px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    /* gap: 24px; */
    color: var(--color-white, #FFF);
    text-align: center;
}

.m1-enterprise-text-banner .banner-description {
    color: var(--color-white, #FFF);
    text-align: center;

    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.m1-enterprise-text-banner .ghost-cta {
    color: inherit;
    /* 150% */
}

.m1-enterprise-text-banner .ghost-cta:after {
    background-image: url('/content/dam/M1/icons/chevron-right.svg');
}

@media screen and (max-width:576px) {
    .m1-enterprise-text-banner h4 {
        color: var(--color-white, #FFF);
        text-align: center;

        /* Web 2.0/Header/H5 21px - Bold */
        font-family: "DINRound-Bold", sans-serif;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 114.286% */
        letter-spacing: -0.21px;
    }

    .m1-enterprise-text-banner .banner-description {
        font-size: 16px;
    }
}

/********** End of Text Banner Component ****************/

/*======================== Enterprise Normal Carousel Banner =================================*/

.m1-enterprise-h img {
    border-radius: 40px;
}

.m1-enterprise-h .position-relative picture img {
    border-radius: 40px;
}

.m1-enterprise-h .position-relative .banner_text {
    border-radius: 0px;
}

@media (max-width:768px) {
    .m1-enterprise-h .position-relative picture img {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .m1-enterprise-h .position-relative .banner_text {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: #F7F7F7;

        padding: 75px 0 40px;
    }
}

.m1-enterprise-h .hero-banner .slick-next,
.m1-enterprise-h .hero-banner .slick-prev {
    height: 5rem;
    width: 5rem;
    background: url(https://www.m1.com.sg/etc.clientlibs/M1/clientlibs/clientlib-react/resources/static/media/arrow-carousel.f0464aa3.svg) no-repeat !important;
    top: 43%;
}

[type=button],
[type=reset],
[type=submit],
button {
    transition: .5s ease;
}

.m1-enterprise-h .slick-arrow:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.m1-enterprise-h .hero-banner .slick-next {
    right: 6rem;
    z-index: 1;
}

.m1-enterprise-h .hero-banner .slick-prev {
    left: 6rem;
    transform: rotate(180deg);
    z-index: 2;


}

@media (min-width:1024px) {
    .m1-enterprise-h .hero-banner .slick-next {
        right: .5rem;
    }

    .m1-enterprise-h .hero-banner .slick-prev {
        left: .5rem;
    }
}

@media (min-width:768px) {
    .m1-enterprise-h .hero-banner .slick-next {
        right: .25rem;
    }

    .m1-enterprise-h .hero-banner .slick-prev {
        left: .25rem;
    }
}


.m1-enterprise-h .hero-banner .custom-slick .slick-dots .slick-active button,
.m1-enterprise-h .hero-banner .slick-dots .slick-active button {
    width: 24px;
    background: #ff9e1b;
    transition: all .5s ease;
    margin-left: auto;
    margin-right: auto;
}

.m1-enterprise-h .hero-banner .custom-slick .slick-dots li button,
.m1-enterprise-h .hero-banner .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(213 213 213/var(--tw-bg-opacity));
    margin-left: auto;
    margin-right: auto;
}

.m1-enterprise-h .m1-orange-bg {
    background-color: #FF9E1B;
}

.m1-enterprise-h .m1-orange-text {
    color: #FF9E1B;
}

.m1-enterprise-h .banner_text {
    position: absolute;
    left: 80px;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);

}

.m1-enterprise-h .banner_text p {
    color: #1F1F1F;
    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

@media (max-width: 576px) {
    .m1-enterprise-h .banner_text p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .m1-enterprise-h .banner_text {
        left: 0px;
        top: 0;
        transform: translateY(0%);
        position: relative;
        text-align: center;
    }
}

.m1-enterprise-h .banner_title_black {
    color: var(--web-20-primary-almost-black, #1F1F1F);

    /* Web 2.0/Header/H3 38px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 105.263% */
    letter-spacing: -0.38px;
}

@media (max-width: 576px) {
    .m1-enterprise-h .banner_title_black {
        font-size: 28px;
    }
}

/*======================== End of Enterprise Normal Carousel Banner =================================*/

/*======================== Quote Carousel Banner =================================*/
.m1-enterprise-quote-carousel {
    max-width: 708px;
    margin: 0 auto;
}

.m1-enterprise-quote-carousel .hero-banner .quote-right {
    transform: rotate(180deg);
    margin-left: -10px;
}

/* @media (max-width:768px) {
    .m1-enterprise-quote-carousel .hero-banner .quote-right {
        margin-left: -30px;
    }
} */

.m1-enterprise-quote-carousel .pink-backgound {
    background-color: #FCF3EC;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px;
}

.m1-enterprise-quote-carousel img,
svg {
    vertical-align: top;
}

/*======================== enterprise hero banner globle =================================================*/

.m1-enterprise-quote-carousel strong {
    font-family: DINRound-Bold;
    font-weight: 700;
}

.m1-enterprise-quote-carousel .hero-banner .slick-next,
.m1-enterprise-quote-carousel .hero-banner .slick-prev {
    height: 5rem;
    width: 5rem;
    background: url(https://www.m1.com.sg/etc.clientlibs/M1/clientlibs/clientlib-react/resources/static/media/arrow-carousel.f0464aa3.svg) no-repeat !important;

}

[type=button],
[type=reset],
[type=submit],
button {
    transition: .5s ease;
}

.m1-enterprise-quote-carousel .slick-arrow:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.m1-enterprise-quote-carousel .hero-banner .slick-next {
    right: -2.5rem;
    z-index: 1;
    top: 37%
}

.m1-enterprise-quote-carousel .hero-banner .slick-prev {
    left: -2.5rem;
    transform: rotate(180deg);
    z-index: 2;
    top: 35%;
}

.m1-enterprise-quote-carousel .hero-banner .custom-slick .slick-dots .slick-active button,
.m1-enterprise-quote-carousel .hero-banner .slick-dots .slick-active button {
    width: 24px;
    background: #ff9e1b;
    transition: all .5s ease;
    margin-left: auto;
    margin-right: auto;
}

.m1-enterprise-quote-carousel .hero-banner .custom-slick .slick-dots li button,
.m1-enterprise-quote-carousel .hero-banner .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(213 213 213/var(--tw-bg-opacity));
    margin-left: auto;
    margin-right: auto;
}

.m1-enterprise-quote-carousel .m1-orange-bg {
    background-color: #FF9E1B;
}

.m1-enterprise-quote-carousel .m1-orange-text {
    color: #FF9E1B;
}

.m1-enterprise-quote-carousel .m1_button {
    font-family: "DINRound-Bold", sans-serif;
    background-color: #FF9E1B;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 40px;
    min-width: 160px;
}

.m1-enterprise-quote-carousel .m1_button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 124 44/var(--tw-bg-opacity));
}

.m1-enterprise-quote-carousel .banner_title_black {
    color: #1f1f1f;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 114.286% */
}

@media screen and (max-width: 768px) {
    .m1-enterprise-quote-carousel .banner_title_black {
        font-size: 16px;
        line-height: 1.2;
    }
}

/*======================== End of Quote Carousel Banner =================================*/

/*======================== Enterprise Cards Carousel =================================================*/

[type=button],
[type=reset],
[type=submit],
button {
    transition: .5s ease;
}

.m1-enterprise-cards .slick-arrow:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.m1-enterprise-cards .slick-cards .custom-slick .slick-dots .slick-active button,
.m1-enterprise-cards .slick-cards .slick-dots .slick-active button {
    width: 24px;
    background: #ff9e1b;
    transition: all .5s ease;
    margin-left: auto;
    margin-right: auto;
}

.m1-enterprise-cards .slick-cards .custom-slick .slick-dots li button,
.m1-enterprise-cards .slick-cards .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(213 213 213/var(--tw-bg-opacity));
    margin-left: auto;
    margin-right: auto;
}

.m1-enterprise-cards {
    margin: 40px 0;
    gap: 24px;
}

/* .m1-enterprise-cards .card-column {
    max-width: 400px;
} */
.m1-enterprise-cards .card {
    border: none;
}

.m1-enterprise-cards .card img {
    border-radius: 1rem;
    width: 400px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.m1-enterprise-cards .card-body {
    padding: 1rem 24px;
}

.m1-enterprise-cards .card-title {
    color: var(--web-20-neutral-deep-grey, #474747);
    text-align: center;

    /* Web 2.0/Small/14px Bold Caps */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.m1-enterprise-cards .card-text {
    color: var(--web-20-primary-almost-black, #1F1F1F);
    text-align: center;

    /* Web 2.0/Body/Body 2/18px Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    margin-top: 1rem;
}

/*======================== End of Enterprise Cards Carousel =================================================*/

/*======================== Enterprise Hero Banner Globle =================================================*/

.mb-40 {
    margin-bottom: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.m1-enterprise-hero-carousel {}

@media screen and (max-width: 768px) {
    .m1-enterprise-hero-carousel {
        padding-bottom: 40px;
        border-bottom: 1px solid #F1F1F1;
    }
}

.m1-enterprise-hero-carousel .hero-banner .slick-next,
.m1-enterprise-hero-carousel .hero-banner .slick-prev {
    height: 5rem;
    width: 5rem;
    background: url(https://www.m1.com.sg/etc.clientlibs/M1/clientlibs/clientlib-react/resources/static/media/arrow-carousel.f0464aa3.svg) no-repeat !important;
    top: 43%;

}

[type=button],
[type=reset],
[type=submit],
button {
    transition: .5s ease;
}

.m1-enterprise-hero-carousel .slick-arrow:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.m1-enterprise-hero-carousel .hero-banner .slick-next {
    right: 6rem;
    z-index: 1;
}

.m1-enterprise-hero-carousel .hero-banner .slick-prev {
    left: 6rem;
    transform: rotate(180deg);
    z-index: 2;
    top: 40%;

}

@media (min-width:1024px) {
    .m1-enterprise-hero-carousel .hero-banner .slick-next {
        right: .5rem;
    }

    .m1-enterprise-hero-carousel .hero-banner .slick-prev {
        left: .5rem;
    }
}

@media (min-width:768px) {
    .m1-enterprise-hero-carousel .hero-banner .slick-next {
        right: .25rem;
    }

    .m1-enterprise-hero-carousel .hero-banner .slick-prev {
        left: .25rem;
    }
}


.m1-enterprise-hero-carousel .hero-banner .custom-slick .slick-dots .slick-active button,
.m1-enterprise-hero-carousel .hero-banner .slick-dots .slick-active button {
    width: 24px;
    background: var(--color-orange);
    transition: all .5s ease;
    margin-left: auto;
    margin-right: auto;
}

.m1-enterprise-hero-carousel .hero-banner .custom-slick .slick-dots li button,
.m1-enterprise-hero-carousel .hero-banner .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(213 213 213/var(--tw-bg-opacity));
    margin-left: auto;
    margin-right: auto;
}

.m1-enterprise-hero-carousel .slick-dots {
    bottom: -50px;
}

.m1-enterprise-hero-carousel .header-hero {
    color: var(--color-orange);
}

.m1-enterprise-hero-carousel .banner_text {
    position: absolute;
    left: 200px;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    max-width: 500px;
}

@media (max-width: 1024px) {
    .m1-enterprise-hero-carousel .banner_text {
        left: 80px;
    }
}

@media (max-width: 768px) {
    .m1-enterprise-hero-carousel .banner_text {
        left: 0px;
        top: 0;
        transform: translateY(0%);
        position: relative;
        text-align: center;
    }
}

.m1-enterprise-hero-carousel .dark-theme .banner_text p {
    color: #FFF !important;
}
@media (max-width: 576px) {
    .m1-enterprise-hero-carousel .dark-theme .banner_text p {
        color: #1F1F1F !important;
    }
}

/*======================== End of Enterprise Hero Banner Globle =================================================*/
/*********** SLICK DOTS For all Carousel ***********/

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slick-dots li,
.slick-dots li button:before {
    width: 8px;
    height: 8px;
}

.custom-slick .slick-dots li,
.slick-dots li {
    width: auto;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.custom-slick .slick-dots li button,
.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(213 213 213 / 1);
}

/*********** End of SLICK DOTS For all Carousel ***********/


/*********** Icon with Long Text Component ***********/
.m1-enterprise-icon-long-text-container {
    margin: 40px 0 0;
}

.m1-enterprise-icon-long-text {
    padding: 20px 12px;
    display: block;
}

.m1-enterprise-icon-long-text:first-of-type {
    padding-top: 0;
}

.m1-enterprise-icon-long-text:last-of-type {
    padding-bottom: 40px;
}

.m1-enterprise-icon-long-text .icon {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

.m1-enterprise-icon-long-text h5 {
    margin-bottom: 0;
}

.m1-enterprise-icon-long-text .icon-description {
    color: var(--color-black, #1F1F1F);
    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    margin-top: 1rem;
}

@media screen and (max-width: 576px) {
    .m1-enterprise-icon-long-text {
        padding: 20px 0px;
    }

    .m1-enterprise-icon-long-text .icon-description {
        padding: 0;
        font-size: 16px;
    }
}

/*********** End of SLICK DOTS For all Carousel ***********/

/*********** Icon Long Text Side by Side ***********/
.m1-enterprise-icon-long-text-container {
    margin: 40px 0 0;
}

.m1-enterprise-icon-long-text {
    padding: 20px 12px;
    display: block;
}

.m1-enterprise-icon-long-text:first-of-type {
    padding-top: 0;
}

.m1-enterprise-icon-long-text:last-of-type {
    padding-bottom: 40px;
}

.m1-enterprise-icon-long-text .icon {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

.m1-enterprise-icon-long-text h5 {
    margin-bottom: 0;
}

.m1-enterprise-icon-long-text .icon-description {
    color: var(--color-black, #1F1F1F);
    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    margin-top: 1rem;
}

@media screen and (max-width: 576px) {
    .m1-enterprise-icon-long-text {
        padding: 20px 0px;
    }

    .m1-enterprise-icon-long-text .icon-description {
        padding: 0;
        font-size: 16px;
    }
}

/*********** End of Icon with Long Text Component ***********/


/*********** Table ***************/

.m1-enterprise-table .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #9F9F9F;
}

.m1-enterprise-table .table {
    --bs-table-bg: transparent;
}

.m1-enterprise-table .table_no_bottom_border {
    border-bottom-color: transparent;
}

.m1-enterprise-table .m1-orange-bg {
    background-color: #FF9E1B;
}

.m1-enterprise-table .m1_table_bg {
    background-color: #F1F1F1;
}

.m1-enterprise-table .rounded-top-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.m1-enterprise-table .rounded-bottom-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}


.m1-enterprise-table th {
    font-family: "DINRound-Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    padding: 24px 0;
}

.m1-enterprise-table tbody tr th,
.m1-enterprise-table tbody tr td {
    border: 0px solid #dee2e6;
    border-bottom: 1px solid #9F9F9F;
    width: auto;
    text-align: center;
    color: var(--web-20-primary-almost-black, #1F1F1F);
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 0;
}

.m1-enterprise-table tbody tr th:first-of-type,
.m1-enterprise-table th:first-of-type,
.m1-enterprise-table td:first-of-type {
    text-align: start;
}

.m1-enterprise-table table {
    background: transparent;
}

.m1-enterprise-table tr:first-child {
    color: var(--web-20-primary-almost-black, #1F1F1F);
    font-family: "DINRound-Bold", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.m1-enterprise-table strong {
    font-family: "DINRound-Bold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--web-20-primary-almost-black, #1F1F1F);
}
.m1-enterprise-table .cta-row {
    background-color: #767676;
    color: #FFF !important;
}

.m1-enterprise-table .cta-row > div { 
    flex: 0 1 25%;
} 

.m1-enterprise-table .another-table th,
.m1-enterprise-table .another-table td {
    width: 25%;
    padding: 24px 16px;
}
@media screen and (max-width: 768px) {
    .m1-enterprise-table th {
        font-family: "DINRound-Bold", sans-serif;
        font-weight: 700;
        text-align: center;
        line-height: 16px;
        padding: 16px 0;
    }

    .m1-enterprise-table tbody tr th,
    .m1-enterprise-table tbody tr td {
        font-size: 14px;
        line-height: 16px;
        padding: 16px 0;
    }

    .m1-enterprise-table tbody tr th {
        font-family: "DINRound-Bold", sans-serif;
        font-weight: 700;
        width: 120px;
    }

    .m1-enterprise-table tr:first-child {
        font-size: 14px;
        line-height: 16px;
        font-family: "DINRound-Bold", sans-serif;
        font-weight: 700;
    }

    .m1-enterprise-table strong {
        font-size: 14px;
        line-height: 16px;
    }
}
    
/*********** End of Table ***************/

/************* Static Banner ******************/
.m1-enterprise-static-banner {
    /* margin: 40px 0; */
    position: relative;
    width: 100%;
    height: 300px;
}

.m1-enterprise-static-banner .banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    /* z-index: -1; */
    border-radius: 1rem;
    border: 1px solid #d5d5d5;
    /* Replace background image using inline CSS for the banner image if necessary */
    background-image: url("/content/dam/M1/teaser/2024/september/enterprise/marketing-banner-1247x300_2.jpg");
    background-size: cover;
    /* background-position: center top; */
}

.m1-enterprise-static-banner h3 {
    font-size: 38px;
}
@media screen and (max-width: 576px) {
    .m1-enterprise-static-banner h3 {
        font-size: 28px;
    }
}

.m1-enterprise-static-banner .banner-description {
    color: var(--web-20-primary-almost-black, #1F1F1F);

    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}
@media (max-width: 576px) {
    .m1-enterprise-static-banner .banner-description {
        font-size: 16px;
    }
}

.m1-enterprise-static-banner .form-control {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 52px;
    color: #1F1F1F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D5D5D5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (max-width: 576px) {
    .m1-enterprise-static-banner {
        height: 411px;
        width: 100%;
    }

    .m1-enterprise-static-banner .banner-image {
        /* Replace background image using inline CSS for the banner image if necessary */
        background-image: url("/content/dam/M1/teaser/2024/september/enterprise/marketing-banner-mobile.jpg");
        border: 1px solid #D5D5D5;
        padding: 32px 24px; 
    }
}

/**************** End of Static Banner *****************/

/**************** Accordion *****************/
.m1-enterprise-accordion {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    margin: 40px 0;
}

.m1-enterprise-accordion .accordion-item {
    border-bottom: 1px solid #F1F1F1;
}

.m1-enterprise-accordion .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}

.m1-enterprise-accordion .accordion-button {
    width: 100%;
    padding: 32px 8px;
    align-items: flex-start;
}

.m1-enterprise-accordion .accordion-button .button-text {
    margin-right: 40px;
    /* Web 2.0/Header/H5 21px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 114.286% */
    letter-spacing: -0.21px;
    color: var(--color-black, #1F1F1F);
}

.m1-enterprise-accordion .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.m1-enterprise-accordion .accordion-button::after {
    flex-shrink: 0;
    /* width: 1.5rem;
    height: 1.5rem;
    padding-left: 1rem;
    margin-left: auto; */
    margin-top: 4px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231F1F1F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    transform-origin: center center;
}

/* .m1-enterprise-accordion .accordion-button:not(.collapsed)::after {
    margin-top: 0px;
} */

.m1-enterprise-accordion .accordion-body {
    padding: 1rem 8px 24px;
    color: var(--web-20-primary-almost-black, #1F1F1F);

    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

@media screen and (max-width:576px) {
    .m1-enterprise-accordion {
    margin: 40px 0 20px;
}
    .m1-enterprise-accordion .accordion-button {
        padding: 24px 8px 24px;
        font-size: 18px;
    }

    .m1-enterprise-accordion .accordion-button .button-text {
        margin-right: 20px;
        color: var(--Primary-Almost-Black, #1F1F1F);

        /* Web 2.0/Body/Body 2/18px Bold */
        font-family: "DINRound-Bold", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 133.333% */
    }
    .m1-enterprise-accordion .accordion-body { 
        padding: 24px 8px 24px;
        font-size: 16px;
    }
}
/**************** End of Accordion *****************/

/**************** Two Columns Card 2 *****************/
.m1-enterprise-two-columns-card-2 {
    padding: 40px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.m1-enterprise-two-columns-card-2 .card-body {
    flex: 1;
    padding: 0;
}

.m1-enterprise-two-columns-card-2 .card-title {
    color: var(--web-20-primary-almost-black, #1F1F1F);

    /* Web 2.0/Header/H5 21px - Bold */
    font-family: "DINRound-Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 114.286% */
    letter-spacing: -0.21px;
    margin-bottom: 1rem;
}

.m1-enterprise-two-columns-card-2 .card-description {
    color: var(--web-20-primary-almost-black, #1F1F1F);

    /* Web 2.0/Body/Body 2/18px Regular */
    font-family: "DINRound-Regular", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}
.m1-enterprise-two-columns-card-2 .right-image {
    margin-left: 40px;
}

.m1-enterprise-two-columns-card-2 .left-image {
    margin-right: 40px;
}

.m1-enterprise-two-columns-card-2 .card-image {
    
    --img-width: 400px;
    width: var(--img-width);
    /* height: 100%; */
    /* height: calc(var(--img-width) * 0.5625); */
    padding: 1rem;
    border-radius: var(--Radius-large, 16px);
    border: 1px solid var(--web-20-neutral-grey, #D5D5D5);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16/9; 
}

.m1-enterprise-two-columns-card-2 .card-image img {
    /* max-width: 100%;
    height: auto; */
    /* width: 400px; */
    max-width: 100%;
    /* height: calc(400px * 56.25%); */
    height: auto;
    /* aspect-ratio: 16/9; */
    /* object-fit: cover; */
    border-radius: var(--Radius-large, 16px);
}

@media screen and (max-width:576px) {
    .m1-enterprise-two-columns-card-2 {
        text-align: center;
        
    }
}
@media screen and (max-width: 768px) {
    .m1-enterprise-two-columns-card-2 {
        padding: 20px 0;
        text-align: center;
        padding: 16px 0;
        flex-direction: column;
        align-items: center;
    }
    .m1-enterprise-two-columns-card-2 .card-image {
        /* min-height: 184px; */
        width: 100%;
        max-width: 100%;
    }
    .m1-enterprise-two-columns-card-2 .card-image img {
        width: 100%;
        max-width: 400px;
    }
    .m1-enterprise-two-columns-card-2 .right-image,
    .m1-enterprise-two-columns-card-2 .left-image {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }
}

/**************** End of Two Columns Card 2 *****************/


