html,
body {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    color: #000000;
    background: #ffffff;
    line-height: 1;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.th-blueo {
    background: rgba(244, 247, 251, 1);
}

.th-blueo p {
    color: rgba(109, 125, 147, 1);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.7rem;
}

.th-blueo .blue-text {
    color: rgba(26, 53, 96, 1);
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.7rem;
    margin: 0;
}

.th-blueo .sub-title {
    color: rgba(47, 77, 135, 1);
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin: 0;
}

.th-blueo .big-text {
    color: rgba(109, 125, 147, 1);
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.5rem;
    margin: 0;
}

.th-blueo h2 {
    color: rgba(22, 51, 93, 1);
    font-weight: 700;
    font-size: 3.6rem;
    margin-bottom: 1.7rem;
}

.th-blueo .big-title {
    color: rgba(26, 53, 96, 1);
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 6.5rem;
}

.th-blueo h3 {
    color: rgba(22, 51, 93, 1);
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
}

.th-blueo.th-blueo-editable .header {
    top: 4.8rem;
}

.th-blueo .header {
    background: rgba(39, 111, 170, 1);
    /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
    padding: 2.8rem 0 2.4rem;
    position: fixed;
    max-height: 8.5rem;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.th-blueo .header .container {
    display: flex;
    justify-content: space-between;
}

.th-blueo .header img {
    height: 3.3rem;
}

.th-blueo .menu-toggle {
    display: none;
}

.th-blueo .header .menu {
    display: flex;
    align-items: center;
}

.th-blueo .header .menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.th-blueo .header .menu ul li {
    margin: 0 0 0 3.6rem;
}

.th-blueo .header .menu ul li a {
    font-size: 1.6rem;
    line-height: 2.7rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);

    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 0;
}

.th-blueo .header .menu ul li a.nav-selected,
.th-blueo .header .menu ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.th-blueo .header-banner {
    min-height: 50vh;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;

    position: relative;
    margin-bottom: 12rem;
}

.th-blueo .header-banner::before {
    content: '';
    background: linear-gradient(222.08deg, rgba(18, 33, 72, 0) 47.83%, rgba(18, 33, 72, 0.04) 48.25%, rgba(18, 33, 72, 0.39) 53.67%, rgba(18, 33, 72, 0.66) 59.52%, rgba(18, 33, 72, 0.85) 66.19%, rgba(18, 33, 72, 0.97) 74.54%, #122148 89.56%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    opacity: 0.9;
}

.th-blueo-editable .header-banner {
    min-height: calc(50vh - 4.8rem);
}

.th-blueo .header-banner .page-title {
    font-size: 4.6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 5rem;
    margin-bottom: 7rem;
    width: 75%;
    position: relative;
    z-index: 1;

    text-shadow: 0px 3.68px 3.68px rgba(0, 0, 0, 0.25);
    white-space: pre-line;
}

.th-blueo .header-banner .description {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 2.7rem;
    color: rgba(255, 255, 255, 0.8);
    width: 50%;
    position: relative;
    z-index: 1;
    margin-bottom: 6.5rem;
}

.th-blueo .footer-top {
    background: #fff url("../../images/footer-bg.png") right bottom no-repeat;
    background-size: 70%;
    padding-top: 17rem;
    padding-bottom: 27rem;
}

.th-blueo .footer-top ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.7rem;
    padding-top: 11rem;
}

.th-blueo .footer-top ul li {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.th-blueo .footer-top ul li a {}

.th-blueo .social-btn {
    width: 9.5rem;
    height: 9.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 53, 96, 1);
    border-radius: 100%;
    color: transparent;
    overflow: hidden;
    position: relative;
    font-size: 0;
    text-decoration: none;
}

.th-blueo .social-btn:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    height: 5rem;
    width: 100%;
}

.th-blueo .social-btn.facebook-btn:after {
    background-image: url("../../images/fb-icon.png");
    width: 1.7rem;
    height: 5rem;
}

.th-blueo .social-btn.instagram-btn:after {
    background-image: url("../../images/ins-icon.png");
    width: 4.3rem;
    height: 4.4rem;
}

.th-blueo .social-btn.linkedin-btn:after {
    background-image: url("../../images/link-icon.png");
    width: 3.9rem;
    height: 5rem;
}

.th-blueo .social-btn.tiktok-btn:after {
    background-image: url("../../images/tiktok-icon.png");
    width: 3.2rem;
    height: 3.8rem;
}

.th-blueo .footer {
    background: rgba(47, 77, 135, 1);
    padding: 6.5rem 0;
}

.th-blueo .footer p {
    color: rgba(255, 255, 255, 1);
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.th-blueo .footer ul {
    list-style: none;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding: 0;
}

.th-blueo .footer ul li {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: start;
}

.th-blueo .footer ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 1.6rem;
    font-family: 'Poppins';
}

.th-blueo .footer .footer-sidebar ul {
    display: flex;
    gap: 2.7rem;
    margin-bottom: 4rem;
    justify-content: end;
}

.th-blueo .footer .footer-sidebar ul li a.social-btn {
    width: 7.9rem;
    height: 7.9rem;
    font-size: 0;
    background: transparent;
}

.th-blueo .footer .footer-sidebar ul li a.social-btn:after {
    content: '';
    height: 100%;
    width: 100%;
    border: 0.6rem solid #fff;
    border-radius: 100%;
    background-size: auto 55%;
    background-repeat: no-repeat;
    background-position: center;
}

.th-blueo .footer .footer-sidebar ul li a.social-btn.facebook-btn:after {
    background-image: url("../../images/fb-icon.png");
}

.th-blueo .footer .footer-sidebar ul li a.social-btn.instagram-btn:after {
    background-image: url("../../images/ins-icon.png");
}

.th-blueo .footer .footer-sidebar ul li a.social-btn.linkedin-btn:after {
    background-image: url("../../images/link-icon.png");
}

.th-blueo .footer .footer-sidebar ul li a.social-btn.tiktok-btn:after {
    background-image: url("../../images/cirle-tiktok.png");
}

.th-blueo .slider-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-top: 6.3rem;
    margin-bottom: 13.4rem;
}

.th-blueo .slider-cards-container .card-item {
    background: rgba(255, 255, 255, 1);
    border: 0.75px solid rgba(229, 237, 246, 1);
    box-shadow: 0px 10.46px 26.89px 0px rgba(24, 52, 92, 0.08);
    border-radius: 1.8rem;
    overflow: hidden;
    position: relative;
}

.th-blueo .slider-cards-container .card-item>img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.th-blueo .slider-cards-container .card-item .info {
    padding: 2.1rem 0 3.5rem 2rem;
    display: flex;
    gap: 0.8rem;
}

.th-blueo .slider-cards-container .card-item .info .icon {
    background: rgba(238, 245, 255, 1);
    border-radius: 1.3rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.2rem;
    height: 4rem;
}

.th-blueo .slider-cards-container .card-item .info .icon img {
    height: 2.2rem;
    width: auto;
}

.th-blueo .slider-cards-container .card-item .info-text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
}

.th-blueo .slider-cards-container .card-item .info .title {
    color: rgba(36, 74, 127, 1);
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 2.5rem;
}

.th-blueo .slider-cards-container .card-item .info .sub-title {
    color: rgba(109, 125, 147, 1);
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.th-blueo .slider-cards-container .card-item .card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.th-blueo .logo-list {
    list-style: none;
    padding: 0;
    margin: 4rem 0 13rem 0;
    display: flex;
    justify-content: space-between;
}

.th-blueo .logo-list li:first-child {
    border-right: 1px solid rgba(0, 0, 0, 1);
    padding: 2.5rem 3.6rem 1rem 6.5rem;
    width: 30%;
}

.th-blueo .logo-list li {
    max-width: 70%;
    padding: 4rem 6.5rem 4rem 4.5rem;
    display: flex;
    gap: 2rem;
    width: 70%;
    align-items: center;
}

.th-blueo .logo-list li picture {
    width: 100%;
}

.th-blueo .logo-list li img {
    width: 100%;
}

.th-blueo .teaser-icon-top {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.5rem;
}

.th-blueo .teaser-icon-top img {
    max-width: 5.9rem;
    margin-bottom: 2rem;
}

.th-blueo .teaser-icon-top .teaser-container {
    text-align: center;
}

.th-blueo .teaser-icon-top .teaser-container .title {
    color: rgba(31, 42, 68, 1);
    font-size: 1.66rem;
    font-weight: 700;
    margin-bottom: 0.76rem;
    text-align: center;
}

.th-blueo .teaser-icon-top .teaser-container p {
    color: rgba(120, 144, 168, 1);
    font-size: 1.36rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
}

.th-blueo .blue-container {
    background: rgba(47, 77, 135, 1);
}

.th-blueo .teaser-with-image {}

.th-blueo .blue-container .col-12 picture:last-child {
    display: none;
}

.th-blueo .blue-container .col-12 picture:first-child img {
    height: 100%;
}

.th-blueo .teaser-with-image .row {
    align-items: stretch !important;
    flex-direction: row-reverse;
}

.th-blueo .blue-container .row .col-12:last-child,
.th-blueo .teaser-with-image .info-container {
    padding: 4.5rem 0 3.6rem 7rem;
}

.th-blueo .blue-container .title,
.th-blueo .teaser-with-image .info-container .title {
    color: rgba(255, 255, 255, 1);
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.th-blueo .blue-container p,
.th-blueo .teaser-with-image .info-container p {
    color: rgba(255, 255, 255, 1);
    font-size: 1.84rem;
    font-weight: 500;
    line-height: 2.3rem;
    margin-bottom: 0;
}

.th-blueo .blue-container p strong,
.th-blueo .teaser-with-image .info-container p strong {
    font-weight: 700;
}

.th-blueo .blue-container .alert-btn,
.th-blueo .teaser-with-image .info-container .alert-btn {
    margin-top: 1.2rem
}

.th-blueo .teaser-with-image .col-lg-5 {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
}

.th-blueo .teaser-with-image .image-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.th-blueo .teaser-with-image .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    display: block;
}

.th-blueo .teaser-with-image .image-container .shadow {
    display: none
}

.th-blueo .alert-btn {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    background: rgba(220, 17, 37, 1);
    border-radius: 0.7rem;
    padding: 1.3rem 3.2rem;
    display: inline-block;
}

.th-blueo .border-btn {
    color: rgba(47, 77, 135, 1);
    border: 2px solid rgba(36, 74, 127, 1);
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Montserrat';
    border-radius: 0.8rem;
    padding: 1.3rem 5.5rem;
    display: inline-block;
    margin-bottom: 11rem;
}

.th-blueo .ccm-block-express-form {
    background: rgba(255, 255, 255, 1);
    border-radius: 3rem;
    box-shadow: 0px 18px 42px 0px rgba(24, 52, 92, 0.08);
    padding: 5rem 3.8rem 7.6rem;
    margin: 11rem 0;
}

.th-blueo .ccm-block-express-form .ccm-dashboard-express-form:before {
    content: 'Get in Touch';
    color: rgba(24, 52, 92, 1);
    font-size: 2.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.7rem;
    font-family: 'Poppins', sans-serif;
}

.th-blueo .ccm-block-express-form .form-label {
    color: rgba(113, 128, 150, 1);
    font-size: 1.6rem;
    font-weight: 700;
}

.th-blueo .ccm-block-express-form .text-muted {
    display: none;
}

.th-blueo .ccm-block-express-form input,
.th-blueo .ccm-block-express-form textarea {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 226, 238, 1);
    height: 4.9rem;
    font-size: 1.8rem;
}

.th-blueo .ccm-block-express-form select {
    border: 1px solid rgba(217, 226, 238, 1);
    height: 4.9rem;
    font-size: 1.4rem;
}

.th-blueo .ccm-block-express-form textarea {
    height: 16rem;
}

.th-blueo .ccm-block-express-form .form-actions .btn {
    background: rgba(36, 74, 127, 1);
    box-shadow: 0px 10px 22px 0px rgba(36, 74, 127, 0.25);
    color: rgba(255, 255, 255, 1);
    border: 0;
    border-radius: 0.8rem;
    font-size: 2rem;
    font-weight: 400;
    padding: 1.2rem 2rem;
    margin-top: 2rem;
}

.th-blueo .teaser-map,
.th-blueo .ccm-block-express-form {
    height: 100%;
}

.th-blueo :has(> .teaser-map),
.th-blueo :has(> .ccm-block-express-form) {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    height: 100%;
}

.th-blueo .teaser-map {
    background: rgba(255, 255, 255, 1);
    border-radius: 3rem;
    box-shadow: 0px 18px 42px 0px rgba(24, 52, 92, 0.08);
    padding: 5rem 2.5rem 5.5rem;
    margin: 11rem 0;
    position: relative;

    display: flex;
    flex-direction: column;
    height: 100%;
}

.th-blueo .teaser-map img {
    border-radius: 2rem;
    margin-bottom: 3.2rem;
    width: 100%;
    height: 0;
    flex-grow: 1;
    object-fit: cover;
    object-position: center;
}

.th-blueo .teaser-map .title {
    text-align: center;
    color: rgba(26, 53, 96, 1);
    font-size: 2.7rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-bottom: 0.8rem;
}

.th-blueo .teaser-map p {
    color: rgba(109, 125, 147, 1);
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0.8rem 0;
    line-height: 1.8rem;
    flex-shrink: 0;
}

.th-blueo .teaser-map p strong {
    font-weight: 700;
}

.th-blueo .teaser-map p.small-text {
    font-size: 1.6rem;
}

.th-blueo .teaser-map .teaser-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.th-blueo .faq-container .accordion {
    padding-bottom: 4.7rem;
    padding-top: 3rem;
}

.th-blueo .faq-container .faq-item {
    margin-bottom: 2.2rem;
}

.th-blueo .faq-container .faq-item .accordion-header {
    margin-bottom: 0;
}

.th-blueo .faq-container .faq-item .accordion-button {
    background: rgba(47, 77, 135, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 1.5rem 2rem;
    border-radius: 0 !important;
}

.th-blueo .faq-container .faq-item .accordion-button:not(.collapsed) {
    /*color: rgba(0, 0, 255, 1);*/
    /*background: rgba(233, 241, 255, 1);*/
}

.th-blueo .faq-container .faq-item .accordion-button:focus {
    box-shadow: none;
}

.th-blueo .faq-container .faq-item .accordion-button:after {
    content: '';
    width: 1rem;
    /* Size of the arrow arm */
    height: 1rem;
    /* Size of the arrow arm */
    border-right: 3px solid white;
    /* Thickness of the arrow */
    border-bottom: 3px solid white;

    /* Rotate to point down */
    transform: translateY(-25%) rotate(45deg);

    transition: all 0.3s ease;
    margin-right: 1rem;
}

.th-blueo .faq-container .faq-item .accordion-button:not(.collapsed):after {
    /*border-right: 3px solid rgba(0, 0, 255, 1); !* Thickness of the arrow *!*/
    /*border-bottom: 3px solid rgba(0, 0, 255, 1);*/
}

.th-blueo .faq-container .faq-item .accordion-button:not(.collapsed)::after {
    /* Rotate to point up */
    transform: translateY(25%) rotate(-135deg);
}

.th-blueo .faq-container .accordion-body {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: rgba(113, 128, 150, 1);
    padding: 2rem 2.1rem;
}

.th-blueo .faq-container .accordion-body p {
    margin-bottom: 0;

    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: rgba(113, 128, 150, 1);
}

.th-blueo .image-banner img {
    max-height: 41rem;
    width: 100%;
    object-fit: cover;
    object-position: center 25%;
}


@media (max-width: 992.01px) {

    /* Style the Hamburger Button (3 horizontal lines) */
    .th-blueo .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 21px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1002;
        /* Ensures button stays on top to click 'X' to close */
        margin-top: 0.8rem;
    }

    .th-blueo .menu-toggle span {
        width: 100%;
        height: 3px;
        background-color: #FFFFFF;
        /* Change to match your design theme color */
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
    }

    /* Transform Hamburger into an 'X' when active */
    .th-blueo .menu-toggle.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .th-blueo .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .th-blueo .menu-toggle.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .th-blueo .header .menu ul li a.nav-selected,
    .th-blueo .header .menu ul li a:hover {
        color: rgba(0, 0, 0, 0.8);
    }

    .th-blueo .header .menu {
        position: fixed;
        top: 17rem;
        left: 0;
        width: 100vw;
        height: calc(100vh - 17rem);
        background-color: rgba(255, 255, 255);
        display: flex;
        justify-content: start;
        align-items: start;

        /* Smooth fade and slide entrance */
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.3s ease-in-out;
        z-index: 1000;
        padding: 4.5rem;
    }

    .th-blueo.th-blueo-editable .header .menu {
        height: calc(100vh - 22rem);
        top: 22rem;
    }

    /* Show Menu list when active */
    .th-blueo .header .menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Force 1 item per row vertically */
    .th-blueo .header .menu ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .th-blueo .header .menu ul li {
        margin: 1.5rem 0;
        /* Vertical spacing between options */
        width: 100%;
    }

    .th-blueo .header .menu ul li a {
        color: #000000;
        justify-content: start;
    }

    .th-blueo .header-banner {
        min-height: 60vh;
        background-position: 25%;
        margin-bottom: 5.7rem;
    }

    .th-blueo .header-banner::before {
        width: 100%;
    }

    .th-blueo .header-banner .page-title {
        font-size: 2.8rem;
        line-height: 3.4rem;
        letter-spacing: -0.5px;
        margin-bottom: 9rem;
    }

    .th-blueo .header-banner .description {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 5rem;
        width: 65%
    }

    .th-blueo h2 {
        font-size: 2.2rem;
        line-height: 3rem;
        margin-bottom: 3rem;
        padding: 0 10%;
    }

    .th-blueo .blue-text {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .th-blueo .teaser-icon-top {
        flex-direction: row;
        margin-bottom: 1.5rem;
    }

    .th-blueo .teaser-icon-top img {
        max-height: 4.8rem;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }

    .th-blueo .teaser-icon-top {
        align-items: end;
    }

    .th-blueo .teaser-icon-top .teaser-container {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;
    }

    .th-blueo .teaser-icon-top .teaser-container .title {
        text-align: left;
        font-size: 1.35rem;
        margin-bottom: 0.2rem;
    }

    .th-blueo .teaser-icon-top .teaser-container p {
        font-size: 1.06rem;
        line-height: 1.9rem;
        margin-bottom: 0;
    }

    .th-blueo h3 {
        margin-top: 5rem;
    }

    .th-blueo p {
        font-size: 1.35rem;
        line-height: 2.2rem;
    }

    .th-blueo .footer ul {
        grid-template-columns: 1fr;
    }

    .th-blueo .slider-cards-container {
        grid-template-columns: 1fr;
        gap: 4.5rem;
        margin-bottom: 6.5rem;
    }

    .th-blueo .logo-list {
        margin-bottom: 6.5rem;
    }

    .th-blueo .logo-list li {
        border: none;
        padding: 2rem;
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        width: 62%;
    }

    .th-blueo .logo-list li:first-child {
        padding: 1rem;
        width: 38%;
    }

    .th-blueo .blue-container .col-12 picture:first-child {
        display: none;
    }

    .th-blueo .blue-container .col-12 picture:last-child {
        display: block;
    }

    .th-blueo .blue-container .col-12 picture:last-child img {
        /*height: 100%;*/
        /*max-width: none;*/
        /*width: auto;*/
        /*object-fit: contain;*/
        max-width: 95%;
    }

    .th-blueo .blue-container .container,
    .th-blueo .teaser-with-image .container {
        padding: 0;
    }

    .th-blueo .blue-container .row .col-12:first-child,
    .th-blueo .teaser-with-image .row .col-12:first-child {
        width: 55%;
    }

    .th-blueo .blue-container .row .col-12:last-child,
    .th-blueo .teaser-with-image .row .col-12:last-child {
        width: 45%;
        padding: 3.8rem 1rem 0 0;
    }

    .th-blueo .blue-container .alert-btn {
        font-size: 0.76rem;
    }

    .th-blueo .teaser-with-image .info-container {
        padding: 2rem 0;
    }

    .th-blueo .blue-container .title,
    .th-blueo .teaser-with-image .info-container .title {
        font-size: 1.33rem;
    }

    .th-blueo .blue-container p,
    .th-blueo .teaser-with-image .info-container p {
        font-size: 0.76rem;
        line-height: 0.95rem;
    }

    .th-blueo .teaser-with-image .image-container {
        overflow: hidden;
    }

    .th-blueo .teaser-with-image .image-container img {
        height: 100%;
        width: auto;
    }

    .th-blueo .alert-btn {
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }

    .th-blueo .teaser-map {
        margin: 5.7rem 0 2rem;
        padding: 3rem 1.5rem 3.3rem;
    }

    .th-blueo .teaser-map img {
        height: auto;
        margin-bottom: 1.9rem;
    }

    .th-blueo .teaser-map .title {
        font-size: 1.7rem;
        margin-bottom: 0.2rem;
    }

    .th-blueo .teaser-map p {
        font-size: 1.1rem;
        margin-bottom: 0.2rem;
    }

    .th-blueo .teaser-map p.small-text {
        font-size: 1.1rem;
    }

    .th-blueo .ccm-block-express-form {
        margin: 2rem 0 5.7rem;
        padding: 3.3rem 2.1rem;
    }

    .th-blueo .ccm-block-express-form .ccm-dashboard-express-form:before {
        font-size: 1.6rem;
    }

    .th-blueo .ccm-block-express-form .form-label {
        font-size: 1rem;
    }

    .th-blueo .ccm-block-express-form input,
    .th-blueo .ccm-block-express-form select,
    .th-blueo .ccm-block-express-form textarea {
        height: 3.2rem;
        font-size: 1.5rem;
    }

    .th-blueo .ccm-block-express-form textarea {
        height: 9rem;
    }

    .th-blueo .ccm-block-express-form .form-actions .btn {
        font-size: 1rem;
    }

    .th-blueo .big-title {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 4.6rem;
    }

    .th-blueo .faq-container .accordion {
        padding-top: 0;
    }

    .th-blueo .faq-container .faq-item {
        margin-bottom: 1.5rem;
    }

    .th-blueo .faq-container .faq-item .accordion-header {
        padding: 0;
        font-size: 1rem;
    }

    .th-blueo .faq-container .faq-item .accordion-button {
        font-size: 1rem;
        padding: 1.2rem 1.5rem;
    }

    .th-blueo .sub-title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    .th-blueo .big-text {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .th-blueo .border-btn {
        margin-bottom: 6.5rem;
        font-size: 1.6rem;
    }

    .th-blueo .faq-container .accordion-body {
        padding: 1.5rem;
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    .th-blueo .faq-container .accordion-body p {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    .th-blueo .social-btn {
        width: 5.9rem;
        height: 5.9rem;
    }

    .th-blueo .social-btn.facebook-btn:after {
        width: 1.1rem;
        height: 3.1rem;
    }

    .th-blueo .social-btn.linkedin-btn:after {
        width: 2.5rem;
        height: 3.1rem;
    }

    .th-blueo .social-btn.instagram-btn:after {
        width: 2.7rem;
        height: 2.7rem;
    }

    .th-blueo .footer-top ul {
        gap: 3.6rem;
        padding-top: 6.5rem;
    }

    .th-blueo .footer-top {
        min-height: 30rem;
        padding: 6.5rem 0 11rem;
        background-size: 100%;
    }

    .th-blueo .footer-top .big-title {
        padding: 0;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .th-blueo .footer {
        padding: 4rem 0;
    }

    .th-blueo .footer p {
        text-align: center;
    }

    .th-blueo .footer ul {
        gap: 3.5rem;
    }

    .th-blueo .footer ul li {
        justify-content: center;
    }

    .th-blueo .footer ul li a {
        font-size: 1.4rem;
    }

    .th-blueo .footer .footer-sidebar ul {
        justify-content: space-around;
        margin-top: 4rem;
        margin-bottom: 6.5rem;
    }

    .th-blueo .footer .footer-sidebar p {
        text-align: center !important;
    }

    .th-blueo .footer .container .row {
        flex-direction: column-reverse;
    }

    .th-blueo .image-banner img {
        max-height: 16rem;
    }
}

@media (max-width: 768.01px) {}