@media(min-width:768px){.elementor-2500 .elementor-element.elementor-element-97bd5b0{width:100%;}}/* Start custom CSS for html, class: .elementor-element-de97f1a *//*==================================================
  MSM COMPANY PROFILE - FULL SCREEN
==================================================*/

.sales-company-container {

    width: 100vw;
    max-width: none;

    margin-left: calc(50% - 50vw);
    margin-right: 0;

    font-family:
        'Inter',
        'Helvetica Neue',
        Arial,
        sans-serif;

    background: #fff;

    overflow: hidden;
}


/*==================================================
  INNER
==================================================*/

.company-inner {

    display: flex;

    width: 100%;

    align-items: stretch;

}


/*==================================================
  LEFT CONTENT
==================================================*/

.company-info {

    width: 50%;

    padding: 65px 7vw;

    display: flex;

    flex-direction: column;

    justify-content: center;

    position: relative;

    background: #fff;

    box-sizing: border-box;
}


/*==================================================
  VERTICAL DIVIDER
==================================================*/

.company-info::after {

    content: "";

    position: absolute;

    top: 10%;
    right: 0;

    width: 1px;
    height: 80%;

    background:
        linear-gradient(
            to bottom,
            transparent,
            #dfe4eb,
            transparent
        );
}


/*==================================================
  LOGO
==================================================*/

.logo-wrapper {

    display: flex;

    align-items: center;

    margin-bottom: 32px;
}


.company-logo {

    display: block;

    width: auto;

    max-width: 240px;

    max-height: 60px;

    height: auto;

    object-fit: contain;
}


.brand-divider {

    width: 1px;

    height: 36px;

    margin: 0 20px;

    background: #d7dce4;
}


.brand-tag {

    color: #8e96a8;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: 2.5px;
}


/*==================================================
  COMPANY SUB
==================================================*/

.company-sub {

    display: inline-block;

    width: fit-content;

    margin-bottom: 30px;

    padding: 11px 17px;

    border-left: 3px solid #B5121B;

    border-radius: 0 6px 6px 0;

    background: #f8f9fb;

    color: #687187;

    font-size: 15px;

    line-height: 1.6;
}


/*==================================================
  INFORMATION GRID
==================================================*/

.info-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0 40px;

    margin-bottom: 28px;
}


.info-item {

    display: flex;

    flex-direction: column;

    padding: 14px 0;

    border-bottom: 1px solid #edf0f4;
}


.info-item-full {

    grid-column: 1 / -1;
}


/*==================================================
  LABEL
==================================================*/

.info-label {

    margin-bottom: 6px;

    color: #8e96a8;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


/*==================================================
  VALUE
==================================================*/

.info-value {

    color: #0b1426;

    font-size: 19px;

    font-weight: 500;

    line-height: 1.5;
}


/*==================================================
  ADDRESS
==================================================*/

.info-value.address {

    color: #30394b;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.7;
}


/*==================================================
  DESCRIPTION
==================================================*/

.company-description {

    margin-top: 10px;

    padding-top: 20px;

    border-top: 1px solid #eaedf2;
}


.company-description p {

    max-width: 95%;

    margin: 0;

    color: #3d4558;

    font-size: 16px;

    line-height: 1.85;
}


.company-description .highlight {

    color: #B5121B;

    font-weight: 600;
}


/*==================================================
  RIGHT IMAGE
==================================================*/

.company-image-frame {
    width: 50%;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    box-sizing: border-box;

    padding: 95px 10vw;
}

.image-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.company-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


.company-image-frame:hover .company-image {

    transform: scale(1.035);
}


/*==================================================
  IMAGE OVERLAY
==================================================*/

.image-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            145deg,
            rgba(11,20,38,.02),
            rgba(11,20,38,.16)
        );

    pointer-events: none;
}


/*==================================================
  IMAGE BORDER
==================================================*/

.image-frame-border {

    position: absolute;

    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;

    border:
        1px solid
        rgba(255,255,255,.35);

    pointer-events: none;
}


/*==================================================
  CORNER ACCENT
==================================================*/

.corner-accent {

    position: absolute;

    width: 40px;
    height: 40px;

    border-style: solid;

    border-color:
        rgba(181,18,27,.65);

    pointer-events: none;

    transition: .3s ease;
}


.corner-top-left {

    top: 26px;
    left: 26px;

    border-width:
        2px 0 0 2px;
}


.corner-bottom-right {

    right: 26px;
    bottom: 26px;

    border-width:
        0 2px 2px 0;
}


.company-image-frame:hover
.corner-accent {

    width: 46px;
    height: 46px;
}


/*==================================================
  YEAR BADGE
==================================================*/

.badge-year {

    position: absolute;

    right: 28px;
    bottom: 28px;

    z-index: 2;

    padding: 8px 16px;

    background:
        rgba(11,20,38,.72);

    border:
        1px solid
        rgba(255,255,255,.18);

    color: #fff;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: .5px;

    backdrop-filter: blur(5px);
}


/*==================================================
  LARGE DESKTOP
==================================================*/

@media (min-width: 1600px) {

    .company-info {

        padding-left: 8vw;
        padding-right: 8vw;

    }

    .info-value {

        font-size: 20px;

    }

    .info-value.address {

        font-size: 16px;

    }

    .company-description p {

        font-size: 17px;

    }

}


/*==================================================
  TABLET
==================================================*/

@media (max-width: 1024px) {

    .company-info {

        padding: 50px 5vw;

    }


    .brand-tag {

        font-size: 11px;

    }


    .company-sub {

        font-size: 14px;

    }


    .info-value {

        font-size: 17px;

    }


    .info-value.address {

        font-size: 14px;

    }


    .company-description p {

        font-size: 14px;

    }

}


/*==================================================
  MOBILE
==================================================*/

@media (max-width: 768px) {

    .sales-company-container {

        width: 100vw;

        margin-left:
            calc(50% - 50vw);

    }


    .company-inner {

        flex-direction: column;

    }


    .company-info {

        width: 100%;

        padding: 45px 28px;

        order: 2;

    }


    .company-info::after {

        display: none;

    }


    .company-image-frame {

        width: 100%;

        height: auto;

        aspect-ratio: 16 / 9;

        order: 1;

    }


    .info-grid {

        grid-template-columns: 1fr;

    }


    .info-item-full {

        grid-column: auto;

    }


    .company-description p {

        max-width: 100%;

    }


    .brand-divider {

        display: none;

    }

}


/*==================================================
  SMALL MOBILE
==================================================*/

@media (max-width: 480px) {

    .company-info {

        padding: 32px 20px;

    }


    .company-logo {

        max-width: 190px;

        max-height: 45px;

    }


    .brand-tag {

        font-size: 10px;

        letter-spacing: 2px;

    }


    .company-sub {

        font-size: 12px;

        padding: 8px 13px;

        margin-bottom: 20px;

    }


    .info-label {

        font-size: 9px;

    }


    .info-value {

        font-size: 16px;

    }


    .info-value.address {

        font-size: 13px;

    }


    .company-description p {

        font-size: 13px;

        line-height: 1.75;

    }


    .company-image-frame {

        aspect-ratio: 16 / 10;

    }


    .image-frame-border {

        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;

    }


    .corner-top-left {

        top: 17px;
        left: 17px;

    }


    .corner-bottom-right {

        right: 17px;
        bottom: 17px;

    }


    .badge-year {

        right: 17px;
        bottom: 17px;

        padding: 6px 12px;

        font-size: 10px;

    }

}/* End custom CSS */