*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
    margin: 0;
    font-weight: 300;
    line-height: 180%;
    font-size: 16px;
}

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

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

img {
    height: auto;
}

.container {
    width: 1600px;
    max-width: 100%;
}

.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .75s cubic-bezier(.22, .61, .36, 1), transform .75s cubic-bezier(.22, .61, .36, 1)
}

.reveal.from-left {
    transform: translateX(-60px)
}

.reveal.from-right {
    transform: translateX(60px)
}

.reveal.from-bottom {
    transform: translateY(60px)
}

.reveal.from-top {
    transform: translateY(-40px)
}

.reveal.scale-in {
    transform: scale(.88)
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay-1 {
    transition-delay: 0.5s
}

.delay-2 {
    transition-delay: 1s
}

.delay-3 {
    transition-delay: 1.5s
}

.delay-4 {
    transition-delay: 2s
}

.delay-5 {
    transition-delay: 2.5s
}

.delay-6 {
    transition-delay: 3s
}

.delay-7 {
    transition-delay: 3.5s
}

.delay-9 {
    transition-delay: 4s
}

.delay-9 {
    transition-delay: 4.5s
}

.mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background .4s, box-shadow .4s, padding .3s;
    background: transparent;
    padding: 10px 0; background: rgba(10, 10, 10, .96); box-shadow: 0 1px 30px rgba(0, 0, 0, .5);
}

.mainHeader.scrolled {
    background: rgba(10, 10, 10, .96);
    backdrop-filter: blur(14px);
    box-shadow: 0 1px 30px rgba(0, 0, 0, .5);
    padding: 10px 0;
}

.mainHeader.scrolled .logo img {
    transition: .3s;
    width: 100px;
}

.mainHeader.scrolled .logo img {
    transition: .3s;
    width: 100px;
}


.mainHeader .navbar {
  padding: 0;
}

.mainHeader .navbar ul.cs-topmenu>li>a {
  padding: 4px 20px;
}

ul.cs-topmenu>li.dropdown>a.dropdown-toggle.show {
  background-color: #242424;
}


ul.cs-topmenu ul.dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;

}

ul.cs-topmenu ul.dropdown-menu>li>a {
  color: rgba(255, 255, 255, 0.6);
  background-color: #242424;
  font-size: 14px;
  padding: 6px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.cs-topmenu ul.dropdown-menu>li:nth-child(1)>a {
  border-top-color: transparent;
}

ul.cs-topmenu ul.dropdown-menu>li>a:hover {
  background-color: #FFFFFF;
  color: #242424;
}


.logo img {
    max-width: 100%;
    transition: .3s;
    width: 100px;
	margin-bottom:0px;
}

.logo {
    display: inline-block;
}

.hero-bg {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 0px;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('../images/banner-img.jpg') center/cover no-repeat;
    will-change: transform;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.0);
}

.banner-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 133px;
}

.banner-section .container {
    margin-top: -145px;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 565px;
    max-width: 100%;
}

.hero-content h1 {
    font-size: clamp(30px, 3.8vw, 45px);
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2;
}

.hero-content p.sub {
    line-height: 150%;
    margin-bottom: 35px;
    letter-spacing: 0.15px;
}

.all-featbubbles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.feat-bubble {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #FFFFFF;
    backdrop-filter: blur(8px);
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: .3s
}

.feat-bubble:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-4px);
}

.feat-bubble-img {
    width: 49px;
    height: 49px;
    object-fit: contain
}

.feat-bubble-text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 130%;
    text-align: center;
}

.feat-bubble-smlimg {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.btn-ghost-pill {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-weight: 400;
    padding: 12px 42px;
    border-radius: 30px;
    transition: .25s;
    line-height: 100%;
}

.btn-ghost-pill:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    transform: translateY(-2px)
}

.btn-white-pill {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: 400;
    padding: 12px 42px;
    border-radius: 30px;
    transition: .25s;
    line-height: 100%;
}

.btn-white-pill:hover {
    background: #e8e8e8;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, .2)
}

.hero-content .btn-white-pill {
    min-width: 200px;
    text-align: center;
}

.section-title {
    font-size: clamp(24px, 3vw, 40px);
}

.sub {
    color: rgba(255, 255, 255, 1);
    max-width: 100%;
    line-height: 150%;
    letter-spacing: 0.2px;
}

.why-section {
    background: #000;
    padding: 100px 0 110px 0;
}

.why-section h2 {
    color: #fff;
    margin-bottom: 7px;
}

.why-section .sub {
    width: 660px;
    margin: 0 auto;
}

.why-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -14px;
    gap: 10px;
}

.why-card {
    text-align: center;
    padding: 0;
    width: 240px;
}

.why-icon-ring {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all ease 0.3s;
}

.why-card:hover .why-icon-ring {
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .25);
    transform: scale(1.2);
    transition: all ease 0.3s;
}

.why-icon-ring img {
    object-fit: contain;
}

.why-card h5 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 6px
}

.why-card p {
    font-size: 14px;
    color: #797979;
    line-height: 160%;
    margin: 0
}

.app-section {
    background: #000000;
    padding: 140px 0;
    overflow: hidden;
}

.app-right h2 {
    margin-bottom: 10px
}

.app-right p.sub {
    margin-bottom: 55px;
}

.app-row {
    display: flex;
    flex-wrap: wrap;
    gap: 110px;
    justify-content: center;
    align-items: center;
}

.app-feat-card {
    background: #000;
    border: 1px dashed #474747;
    border-radius: 20px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 16px;
}

.app-feat-card:hover {
    border-color: rgba(255, 255, 255, .4);
}

.app-feat-card .feat-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.app-feat-card h6 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 4px 0;
}

.app-feat-card p {
    font-size: 15px;
    color: #797979;
    margin: 0;
    line-height: 100%;
    font-weight: 400;
}

.phone-glow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px
}

.phone-glow .glow-bg {
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(118, 71, 31, 0.6) 0%, transparent 100%);
    animation: pulse-glow 3s ease-in-out infinite;
    z-index: 0;
    filter: blur(100px);
}

.phone-glow img.phone-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}

.app-right {
    position: relative;
    z-index: 2;
    width: 480px;
    max-width: 100%;
}

.app-mobile-top {
    display: none;
}

.conference-section {
    position: relative;
}

.conference-section h2 {
    color: #fff;
    margin-bottom: 15px;
}

.conference-bg {
    display: block;
    width: 100%;
}

.conference-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-bottom: 160px;
    pointer-events: none;
}

.ctrl-tag {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    gap: 20px;
    width: 15%;
}

.ctrl-tag-inner {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 7px 15px 5px 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    position: relative;
}

.ctrl-tag-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 5px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 15px solid #FFFFFF;
}

.conference-tap-title {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 0px;
    white-space: nowrap;
}

.ctrl-tag-wifiwrp {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.ctrl-tag-wifiwrp img {
    min-width: 24px;
    width: 24px;
}

.ctrl-tag-1 {
    left: 31.5%;
    top: 20%;
}

.ctrl-tag-col {
    flex-direction: column;
    width: auto;
}

.ctrl-tag-col .ctrl-tag-inner::before {
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFFFFF;
    left: calc(50% - 10px);
    top: -12px;
}

.ctrl-tag-2 {
    left: 61.5%;
    top: 28%;
}

.ctrl-tag-3 {
    left: 71%;
    top: 41%;
}

.ctrl-tag-4 {
    left: 31%;
    top: 6%;
}

.ctrl-tag-5 {
    left: 74%;
    top: 19%;
}

.ctrl-tag-6 {
    left: 23%;
    top: 34%;
}

.ctrl-tag-7 {
    left: 47.5%;
    top: 50%;
}

.ctrl-tag-8 {
    left: 64%;
    top: 34%;
}

.ctrl-tag-9 {
    left: 80%;
    top: 40%;
}

.ctrl-tag-rowrev {
    flex-direction: row-reverse;
}

.ctrl-tag-rowrev .ctrl-tag-inner::before {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 15px solid #FFFFFF;
    border-right: 0;
    left: auto;
    right: -12px;
}

.room-modes-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.room-modes-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.room-modes-swiper .mode-slide-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.room-modes-swiper .swiper-slide .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.room-modes-swiper .mode-controls-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    padding-bottom: 105px;
}

.room-modes-swiper .mode-controls-row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 50px;
    padding-right: 120px;
}

.room-modes-swiper .mode-tab {
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
    width: 240px;
    justify-content: center;
}

.room-modes-swiper .mode-tab:hover {
    opacity: 1;
}

.room-modes-swiper .mode-tab.active {
    opacity: 1;
}

.room-modes-swiper .mode-title {
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    transition: color 0.4s ease;
    text-align: center;
    line-height: 120%;
    height: 55px;
    display: block;
}

.room-modes-swiper .mode-tab.active .mode-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 115%;
}

.room-modes-swiper .mode-indicator {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 75px;
    width: 1px;
    overflow: hidden;
    margin-top: 0px;
}

.room-modes-swiper .mode-line {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: transform 0.4s cubic-bezier(.22, .61, .36, 1);
}

.room-modes-swiper .mode-tab.active .mode-line {
    transform: translateY(0);
}

.cta-section {
    min-height: 750px;
    display: flex;
    align-items: center;
    background-image: url('../images/cta-bg.jpg');
    background-size: cover;
    background-position: center top;
    position: relative;
    overflow: hidden
}

.cta-section>.container {
    width: 1500px;
    margin-top: 30px;
}

.cta-section h2 {
    font-size: clamp(28px, 3.5vw, 45px);
    font-weight: 300;
    margin-bottom: 15px
}

.cta-section p.sub {
    width: 560px;
    margin-bottom: 35px;
}

.video-section {
    padding: 150px 0;
    background-color: #0e0e0e;
}

.videorow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.videocol1 {
    width: 400px;
    max-width: 100%;
    margin-top: -50px;
}

.videocol1 .section-title {
    margin-bottom: 15px;
}

.videocol2 {
    width: calc(100% - 445px);
}

.video-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.office-section {
    margin: 15px 0;
    position: relative;
}

.office-top {
    position: absolute;
    left: 0;
    bottom: 190px;
    width: 100%;
    z-index: 1;
}

.office-bottomwraper {
    position: relative;
}

.office-bg {
    display: block;
    width: 100%;
    height: auto;
}

.office-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0px;
}

.smart-office-title {
    width: 535px;
    max-width: 100%;
    line-height: 140%;
}

.sec-icon-btn,
.sec-icon-btn-inner {
    position: relative;
    font-size: 16px;
}

.sec-icon-btn-inner {
    display: block;
    text-align: center;
    line-height: 150%;
}

.office-blink {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    padding: 3px;
    border-radius: 100%;
}

.office-blink::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #FFFFFF;
    animation: ripple 2s infinite;
    z-index: 1;
}

.office-blink::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: #FFFFFF;
    border-radius: 50%;
}

.office-blink::after {
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.sec-icon-ring {
    margin-bottom: 20px;
}

.sec-feat {
    width: 10%;
    text-align: center;
}

.sec-feat-1,
.sec-feat-2,
.sec-feat-3,
.sec-feat-4 {
    position: absolute;
    left: 0;
    top: 0;
}

.sec-feat-1 {
    left: 13.5%;
    top: 17%;
}

.sec-feat-2 {
    left: 17%;
    top: 37%;
}

.sec-feat-3 {
    left: 43.0%;
    top: 16%;
}

.sec-feat-4 {
    left: 60%;
    top: 11%;
}

@keyframes pulse-glow {

    0%,
    100% {
        transform: scale(1);
        opacity: .8
    }

    50% {
        transform: scale(1.08);
        opacity: 1
    }
}

.workspaces-section {
    position: relative;
}

.workspaces-swiper {
    width: 100%;
}

.workspaces-swiper .workspaces-slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.workspaces-swiper .workspaces-slide-bg img {
    width: 100%;
}

.workspaces-section .workspaces-header-overlay {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    text-align: center;
}

.workspaces-section .workspaces-header-overlay h2.section-title {
    color: #000000;
}

.workspaces-section .workspaces-header-overlay p.sub {
    max-width: 100%;
    width: 700px;
    margin: 0 auto;
    color: #000000;
}

.workspaces-swiper .timeline-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 100px 60px 200px 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1) 100%);
}

.workspaces-swiper .timeline-container {
    width: 100%;
    max-width: 100%;
}

.workspaces-swiper .timeline-track-wrap {
    position: relative;
    width: 100%;
    height: 12px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.workspaces-swiper .timeline-line-bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.workspaces-swiper .timeline-line-fill {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: #fff;
    width: 20%;
    border-radius: 5px;
}

.workspaces-swiper .timeline-dots {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    pointer-events: none;
    z-index: 2;
}

.workspaces-swiper .timeline-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    flex-shrink: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: -0px;
    border: 6px solid transparent;
}

.workspaces-swiper .timeline-dot:hover,
.workspaces-swiper .timeline-dot.active {
    background: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 1);
    width: 25px;
    height: 25px;
    top: -6px;
    margin-left: -7px;
}

.workspaces-swiper .timeline-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
    background: #fff;
    color: #000;
    padding: 10px 16px;
    line-height: 100%;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.workspaces-swiper .timeline-tooltip::before {
    content: "";
    display: block;
    border-top: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    left: calc(50% - 10px);
    bottom: -10px;
    position: absolute;
}

.workspaces-swiper .timeline-dot.active .timeline-tooltip {
    opacity: 1;
    visibility: visible;
}

.workspaces-swiper .timeline-tooltip .tooltip-text {
    transition: opacity 0.25s ease-in-out;
    display: inline-block;
}

.workspaces-swiper .timeline-label {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
    white-space: normal;
    min-width: 300px;
    text-align: center;
    line-height: 140%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

.workspaces-swiper .timeline-dot.active .timeline-label {
    opacity: 1;
    visibility: visible;
}

.mauticform_wrapper {
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
}

.mauticform-name {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3px;
}

.mauticform-description {
    margin-top: 2px;
    margin-bottom: 10px;
}

.mauticform-error {
    margin-bottom: 10px;
    color: red;
}

.mauticform-message {
    margin-bottom: 10px;
    color: green;
}

.mauticform-row {
    display: block;
    margin-bottom: 20px;
}

.mauticform-label {
    font-size: 1.1em;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.mauticform-row.mauticform-required .mauticform-label:after {
    color: #e32;
    content: " *";
    display: inline;
}

.mauticform-helpmessage {
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
}

.mauticform-errormsg {
    display: block;
    color: red;
    margin-top: 5px;
    font-size: 14px;
    line-height: 100%;
}

.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
    line-height: 100%;
    width: 100%;
    font-weight: 300;
    padding: 12px 15px;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .07);
    background: transparent;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
}

.mauticform-selectbox::placeholder,
.mauticform-input::placeholder,
.mauticform-textarea::placeholder {
    color: rgba(255, 255, 255, 1);
}

.mauticform-checkboxgrp-row {
    line-height: 130%;
}

.mauticform-checkboxgrp-label {
    font-weight: 300;
    display: inline;
    font-size: 13px;
}

.mauticform-checkboxgrp-checkbox {
    position: relative;
    top: 2px;
}

.mauticform-radiogrp-label {
    font-weight: normal;
}

.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    border: 0;
    background: #fff;
    color: #000;
    font-weight: 400;
    padding: 12px 42px;
    border-radius: 30px;
    transition: .25s;
    line-height: 100%;
    font-size: 16px;
    min-width: 200px;
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
    background-color: #ffffff;
    border-color: #dddddd;
    opacity: 0.75;
    cursor: not-allowed;
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
    display: inline;
}

.mauticform-field-hidden {
    display: none
}

.mauticform-button-wrapper .mauticform-button.btn-default:hover,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default:hover {
    background: #e8e8e8;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, .2)
}

.FormModal .modal-dialog {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.FormModal .modal-content {
    background-color: #242424;
    color: #FFFFFF;
}

.FormModal .modal-header,
.FormModal .modal-footer {
    border-color: rgba(255, 255, 255, .07);
}

.FormModal .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.footer-section {
    background: #242424;
    position: relative;
    padding: 0;
    font-weight: 400;
}

.footer-top {
    padding: 60px 60px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    flex-grow: 1;
}

.footer-col-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: .3px;
    line-height: 100%;
}

.footer-col ul li {
    margin-bottom: 20px;
    line-height: 100%;
}

.footer-col ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    transition: color .2s
}

.footer-col ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer-col ul li a.highlight {
    color: rgba(255, 255, 255, 0.5);
}

.qr-col {
    width: 129px;
    flex-grow: initial;
}

.qr-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px
}

.footer-bottom {
    padding: 18px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.footer-bottom-links a {
    font-size: 16px;
    color: #777777;
    transition: .2s;
    line-height: 100%;
}

.footer-bottom-links a:hover {
    color: rgba(255, 255, 255, 1);
}

.follow ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.follow ul li {
    margin: 0 13px 0 0;
}

.follow ul li a {
    font-size: 0;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.follow ul li a:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.follow ul li a:after {
    display: none;
}

.follow ul li a.fb:before {
    background-position: -2px -133px;
}

.follow ul li a.fb:hover:before {
    background-position: -2px -163px;
}

.follow ul li a.insta:before {
    width: 22px;
    height: 22px;
    background-position: -28px -133px;
}

.follow ul li a.insta:hover:before {
    background-position: -28px -163px;
}

.follow ul li a.yt:before {
    width: 23px;
    height: 18px;
    background-position: -65px -134px;
}

.follow ul li a.yt:hover:before {
    background-position: -65px -164px;
}

.follow ul li a.in:before {
    width: 23px;
    height: 22px;
    background-position: -107px -131px;
}

.follow ul li a.in:hover:before {
    background-position: -107px -161px;
}

.follow ul li a.twitter:before {
    width: 23px;
    height: 22px;
    background-position: -137px -130px;
}

.follow ul li a.twitter:hover:before {
    background-position: -137px -161px;
}

.follow ul li a.rss:before {
    width: 23px;
    height: 22px;
    background-position: -176px -130px;
}

.follow ul li a.rss:hover:before {
    background-position: -176px -161px;
}

.follow ul li a.blg:before {
    width: 20px;
    height: 22px;
    background-position: -209px -130px;
}

.follow ul li a.blg:hover:before {
    background-position: -209px -164px;
}

.follow ul li a.skecth:before {
    width: 23px;
    height: 22px;
    background-position: -238px -133px;
}

.follow ul li a.skecth:hover:before {
    background-position: -238px -168px;
}

.follow ul li a.whatsap:before {
    width: 23px;
    height: 22px;
    background-position: -271px -133px;
}

.follow ul li a.whatsap:hover:before {
    background-position: -271px -168px;
}

.footer-copyright {
    font-size: 16px;
    color: #777777;
    margin-bottom: 0;
}

.footer-disclaimer {
    padding: 22px 60px 28px;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer-disclaimer .caution {
    color: #777777;
    margin-bottom: 20px
}

.footer-disclaimer p {
    color: #777777;
    line-height: 1.7;
    margin-bottom: 20px
}

@media(max-width:1680px) {
    body {
        font-size: 15px;
    }

    .container,
    .cta-section>.container {
        width: 1410px;
        max-width: 100%;
    }

    .mainHeader {
        padding-top: 10px;
    }

    .logo img {
        width: 100px;
    }

    .hero-content h1,
    .cta-section h2 {
        font-size: clamp(30px, 3.8vw, 40px);
    }

    .btn-ghost-pill,
    .btn-white-pill {
        padding: 12px 32px;
        font-size: inherit;
    }

    .section-title {
        font-size: clamp(24px, 3vw, 36px);
    }

    .why-card h5 {
        font-size: 18px;
    }

    .why-icon-ring {
        width: 100px;
        height: 100px;
    }

    .why-icon-ring img {
        height: 45px;
    }

    .why-section {
        padding: 85px 0;
    }

    .app-row {
        justify-content: space-between;
        gap: 20px;
    }

    .app-right {
        width: 377px;
    }

    .app-right p.sub {
        margin-bottom: 40px;
    }

    .app-feat-card .feat-icon img {
        width: 25px;
        height: 25px;
    }

    .phone-glow {
        width: calc(100% - 450px);
    }

    .phone-glow .glow-bg {
        width: 700px;
        height: 700px;
    }

    .app-feat-card h6 {
        font-size: 20px;
    }

    .app-feat-card p {
        font-size: 14px;
    }

    .app-feat-card {
        gap: 20px;
        padding: 18px 30px;
    }

    .app-section {
        padding: 70px 0;
    }

    .video-section {
        padding: 70px 0;
    }

    .workspaces-swiper .timeline-overlay {
        padding: 50px 50px 150px 50px;
    }

    .room-modes-swiper .mode-controls-row {
        padding-bottom: 50px;
        padding-right: 50px;
    }

    .feat-bubble {
        width: 70px;
        height: 70px;
    }

    .feat-bubble-img {
        width: 40px;
        height: 40px;
    }

    .feat-bubble-smlimg {
        width: 50px;
        height: 50px;
    }

    .feat-bubble-text {
        font-size: inherit;
    }

    .hero-content {
        width: 500px;
    }

    .room-modes-swiper .mode-title {
        font-size: inherit;
    }

    .room-modes-swiper .mode-tab.active .mode-title {
        font-size: 18px;
    }

    .workspaces-swiper .timeline-dot:hover,
    .workspaces-swiper .timeline-dot.active {
        width: 20px;
        height: 20px;
        border-width: 4px;
        top: -4px;
        margin-left: -5px;
    }

    .workspaces-swiper .timeline-line-fill {
        height: 4px;
    }

    .office-top {
        bottom: 150px;
    }

    .footer-col-title {
        font-size: 18px;
    }

    .footer-col ul li a,
    .footer-bottom-links a,
    .footer-copyright {
        font-size: inherit;
    }

    .follow ul li a {
        width: 36px;
        height: 36px;
    }

    .follow ul li a:before {
        scale: calc(0.8);
    }

    .follow ul li {
        margin: 0 8px 0 0;
    }

    .qr-col {
        width: 116px;
    }
}

@media(max-width:1600px) {

    .container,
    .cta-section>.container {
        width: 1340px;
    }

    .feat-bubble-img,
    .feat-bubble-smlimg {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:1440px) {
    body {
        font-size: 14px;
    }

    .container,
    .cta-section>.container {
        width: 1230px;
    }

    .mainHeader {
        padding-top: 10px;
    }

    .logo img {
        width: 100px;
    }

    .hero-content h1,
    .cta-section h2 {
        font-size: clamp(26px, 3.8vw, 34px);
    }

    .why-section {
        padding: 65px 0;
    }

    .section-title {
        font-size: clamp(26px, 3.8vw, 30px);
    }

    .why-icon-ring {
        width: 80px;
        height: 80px;
    }

    .why-icon-ring img {
        height: 36px;
    }

    .why-card h5 {
        font-size: 16px;
    }

    .why-card-wrap {
        width: 100%;
        gap: 10px;
    }

    .why-card {
        width: calc(20% - 10px);
    }

    .app-feat-card .feat-icon img {
        width: 20px;
        height: 20px;
    }

    .app-feat-card h6 {
        font-size: 16px;
    }

    .app-feat-card p {
        font-size: 14px;
    }

    .app-feat-card {
        gap: 20px;
        padding: 16px 30px;
    }

    .phone-glow .glow-bg {
        width: 600px;
        height: 600px;
    }

    .room-modes-swiper .mode-controls-overlay {
        padding-bottom: 50px;
    }

    .conference-top {
        padding-bottom: 100px;
    }

    .room-modes-swiper .mode-tab {
        width: 190px;
    }

    .room-modes-swiper .mode-tab.active .mode-title {
        font-size: 16px;
    }

    .sec-icon-ring {
        margin-bottom: 10px;
    }

    .sec-icon-btn,
    .sec-icon-btn-inner {
        font-size: inherit;
    }

    .sec-icon-btn-inner {
        line-height: 120%;
        font-size: inherit;
    }

    .workspaces-section .workspaces-header-overlay {
        top: 100px;
    }

    .cta-section {
        min-height: 550px;
    }

    .office-top {
        bottom: 122px;
    }

    .banner-section .container {
        margin-top: 0;
    }

    .footer-col-title {
        font-size: 14px;
    }

    .footer-section {
        font-size: 12px;
    }

    .qr-col {
        width: 100px;
    }
}

@media(max-width:1366px) {
    .container {
        width: 1160px;
    }
}

@media(max-width:1280px) {
    .mainHeader {
        padding-top: 10px;
    }

    .logo img {
        width: 100px;
    }

    .room-modes-swiper .mode-controls-row {
        gap: 40px;
    }

    .follow ul li a {
        width: 30px;
        height: 30px;
    }

    .follow ul li {
        margin: 0 5px 0 0;
    }

    .follow ul li a:before {
        scale: calc(0.7);
    }
	ul.cs-topmenu ul.dropdown-menu {right: 0; left: auto;}
}

@media(max-width:1024px) {

    .cta-section>.container,
    .container {
        width: 975px;
    }

    .why-icon-ring {
        width: 60px;
        height: 60px;
    }

    .why-icon-ring img {
        height: 28px;
    }

    .footer-top {
        padding: 50px 32px 36px
    }

    .footer-bottom,
    .footer-disclaimer {
        padding-left: 32px;
        padding-right: 32px
    }

    .phone-glow .glow-bg {
        display: none;
    }

    .hero-content {
        width: 450px;
    }

    .workspaces-swiper .timeline-label {
        font-size: inherit;
    }

    .workspaces-swiper .timeline-dot:hover,
    .workspaces-swiper .timeline-dot.active {
        width: 16px;
        height: 16px;
        border-width: 3px;
        top: -3px;
        margin-left: -2px;
    }

    .workspaces-swiper .timeline-overlay {
        padding: 40px 20px 100px 20px;
    }

    .room-modes-swiper .mode-tab.active .mode-title {
        font-size: inherit;
    }

    .room-modes-swiper .mode-tab {
        width: 150px;
    }

    .room-modes-swiper .mode-title {
        height: 40px;
    }

    .room-modes-swiper .mode-indicator {
        height: 40px;
    }

    .room-modes-swiper .mode-controls-row {
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .office-blink {
        width: 14px;
        height: 14px;
        padding: 2px;
    }

    .office-blink::after {
        width: 8px;
        height: 8px;
    }

    .app-feat-card p {
        line-height: 120%;
    }

    .app-feat-card .feat-icon img {
        min-width: 25px;
        width: 25px;
        height: auto;
    }

    .cta-section>.container {
        margin-top: 0;
    }

    .why-section,
    .video-section,
    .app-section {
        padding: 60px 0;
    }

    .workspaces-section .workspaces-header-overlay {
        top: 40px;
    }

    .phone-glow {
        min-height: 400px;
    }

    .cta-section {
        min-height: 500px;
    }

    .office-top {
        bottom: 90px;
    }

}

@media(max-width:991px) {

    .hero-content h1,
    .section-title {
        font-size: clamp(20px, 3.8vw, 28px);
    }

    .hero-content {
        margin-bottom: 40px;
    }
	
	.mainHeader .navbar {
		position: static;
	  }

	  .mainHeader .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	  }

	  .mainHeader .navbar ul.cs-topmenu>li>a {
		background-color: #242424;
		padding: 7px 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	  }

	  .mainHeader .navbar ul.cs-topmenu>li>a:hover {
		color: rgba(255, 255, 255, 0.8);
	  }

	  .mainHeader .navbar ul.cs-topmenu>li:nth-child(1)>a {
		border-top-color: transparent;
	  }

	  .mainHeader .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	  }

	  .mainHeader .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3Csvg width='80px' height='80px' viewBox='0 0 1024 1024' fill='%23CCCCCC' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M176.662 817.173c-8.19 8.471-7.96 21.977 0.51 30.165 8.472 8.19 21.978 7.96 30.166-0.51l618.667-640c8.189-8.472 7.96-21.978-0.511-30.166-8.471-8.19-21.977-7.96-30.166 0.51l-618.666 640z' fill='' /%3E%3Cpath d='M795.328 846.827c8.19 8.471 21.695 8.7 30.166 0.511 8.471-8.188 8.7-21.694 0.511-30.165l-618.667-640c-8.188-8.471-21.694-8.7-30.165-0.511-8.471 8.188-8.7 21.694-0.511 30.165l618.666 640z' fill='' /%3E%3C/svg%3E");
	  }


	  ul.cs-topmenu ul.dropdown-menu>li>a {
		padding: 4px 30px;
		font-size: 13px;
	  }

	  ul.cs-topmenu ul.dropdown-menu>li>a:hover {
		background-color: #242424;
		color: rgba(255, 255, 255, 1);
	  }

	  ul.cs-topmenu ul.dropdown-menu>li:nth-child(1)>a {
		border-top-color: rgba(255, 255, 255, 0.1);
	  }
	

    .room-modes-swiper .mode-controls-row {
        justify-content: flex-end;
        gap: 10px;
    }

    .room-modes-swiper .mode-title {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .room-modes-swiper.mode-indicator {
        height: 35px;
    }

    .room-modes-swiper .mode-tab {
        width: 145px;
    }

    .why-card-wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .why-card {
        width: calc(33.33% - 20px);
    }

    .why-card p br {
        display: none;
    }

    .hero-bg::after {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .room-modes-swiper .mode-tab.active .mode-title {
        font-size: 11px;
        font-weight: normal;
    }

    .ctrl-tag-inner {
        padding: 5px 10px 5px 10px;
    }

    .conference-tap-title {
        font-size: 10px;
    }

    .ctrl-tag-inner::before {
        border-bottom-width: 6px;
        border-top-width: 6px;
        border-right-width: 12px;
        left: -10px;
        top: 6px;
    }

    .ctrl-tag-col .ctrl-tag-inner::before {
        border-left-width: 6px;
        border-right-width: 6px;
        border-bottom-width: 12px;
        left: calc(50% - 5px);
    }

    .ctrl-tag-rowrev .ctrl-tag-inner::before {
        border-bottom-width: 6px;
        border-top-width: 6px;
        border-left-width: 12px;
        right: -10px;
    }

    .workspaces-swiper .timeline-label {
        top: 25px;
    }

    .workspaces-swiper .timeline-tooltip {
        margin-bottom: 20px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .workspaces-swiper .timeline-tooltip::before {
        border-top-width: 6px;
        border-left-width: 6px;
        border-right-width: 6px;
        left: calc(50% - 5px);
        bottom: -6px;
    }

    .office-top {
        bottom: 20px;
    }

    .ctrl-tag-wifiwrp img {
        min-width: 18px;
        width: 18px;
    }

    .sec-icon-btn-inner {
        font-size: 11px;
    }

    .phone-glow {
        width: calc(100% - 400px);
    }

    .app-feat-card {
        gap: 15px;
        padding: 12px 20px;
    }

    .app-feat-card .feat-icon img {
        min-width: 20px;
        width: 20px;
    }

    .footer-top {
        padding: 20px 20px 20px 20px;
    }

    .footer-bottom,
    .footer-disclaimer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:767px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-content {
        text-align: left;
        width: 100%;
    }

    .hero-content h1,
    .section-title {
        font-size: clamp(28px, 3.8vw, 28px);
    }

    .hero-content p.sub {
        margin-bottom: 20px;
        width: 100%;
    }

    .all-featbubbles {
        gap: 10px;
        justify-content: center;
    }

    .feat-bubble-wrap {
        width: calc(25% - 8px);
    }

    .why-card-wrap {
        gap: 40px 0;
    }

    .why-card {
        width: calc(50% - 0px);
    }

    .why-icon-ring {
        width: 70px;
        height: 70px;
    }

    .why-icon-ring img {
        height: 40px;
    }

    .phone-glow {
        width: 100%;
        min-height: initial;
    }

    .videocol2 {
        width: 100%;
    }

    .videocol1 {
        margin-top: 0;
        width: 100%;
    }

    .cta-section {
        min-height: 300px;
    }

    .cta-section p.sub {
        margin-bottom: 20px;
        width: 100%;
    }

    .office-top {
        position: static;
        margin-bottom: 0px;
        padding: 30px 0;
        background-color: #242424;
    }

    .sec-feat {
        width: 80px;
    }

    .sec-icon-btn-inner {
        font-size: 10px;
    }

    .sec-feat-1 {
        left: calc(11% - 0px);
        top: 10%;
    }

    .sec-feat-2 {
        left: calc(14% - 0px);
    }

    .sec-feat-3 {
        left: calc(33% - 0px);
    }

    .sec-feat-4 {
        left: calc(52% - 0px);
    }

    .sub br {
        display: none;
    }


    .conference-top {
        position: static;
        padding: 30px 0;
    }

    .office-section {
        margin: 0;
    }

    .conference-tap-title {
        white-space: normal;
        line-height: 110%;
        font-size: 8px;
        text-align: left;
    }

    .ctrl-tag-1 {
        left: 28%;
        top: 12%;
    }

    .ctrl-tag-2 {
        left: 62%;
        top: 27%;
    }

    .ctrl-tag-3 {
        left: auto;
        right: 5%;
        top: 45%;
    }

    .ctrl-tag-4 {
        left: 20%;
        top: 20%;
    }

    .ctrl-tag-5 {
        left: auto;
        right: 10%;
        top: 19%;
    }

    .ctrl-tag-6 {
        left: 23%;
        top: 30%;
    }

    .ctrl-tag-7 {
        left: 39%;
        top: 50%;
    }

    .ctrl-tag-8 {
        left: 63%;
        top: 29%;
    }

    .ctrl-tag-9 {
        left: auto;
        right: 5%;
        top: 50%;
    }

    .feat-bubble-text {
        font-size: 12px;
    }

    .sec-icon-ring {
        margin-bottom: 5px;
    }

    .workspaces-section {
        background-color: #242424;
        padding: 0px 0;
    }

    .workspaces-section .workspaces-header-overlay {
        position: static;
        padding: 30px 0;
        text-align: left;
    }

    .workspaces-section .workspaces-header-overlay h2.section-title,
    .workspaces-section .workspaces-header-overlay p.sub {
        color: #fff;
    }

    .workspaces-swiper .timeline-overlay {
        position: static;
        padding: 50px 0 70px 0;
        background-image: none;
    }

    .workspaces-swiper .timeline-label {
        font-size: 10px;
        min-width: 120px;
    }

    .workspaces-swiper .timeline-label br {
        display: none;
    }

    .workspaces-swiper .timeline-tooltip {
        margin-bottom: 20px;
        padding: 5px 10px;
        font-size: 10px;
    }

    .footer-col {
        width: 50%;
        flex-grow: initial;
    }

    .footer-col ul li {
        margin-bottom: 10px;
    }

    .qr-col {
        width: 100%
    }

    .qr-block {
        align-items: flex-start;
        position: relative;
        padding-left: 100px;
    }

    .qr-block .qr-img:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
    }

    .room-modes-swiper .swiper-slide .container {
        align-items: flex-start;
        padding-top: 40px;
    }

    .room-modes-swiper .mode-controls-overlay {
        position: relative;
        background: #000;
        padding: 40px 0 40px;
        bottom: auto;
    }

    .room-modes-swiper .mode-controls-row {
        align-items: center;
        gap: 0px;
        padding: 0 10px;
    }

    .room-modes-swiper .mode-title {
        font-size: 10px;
    }

    .room-modes-swiper .mode-indicator {
        display: none;
    }

    .room-modes-swiper .mode-tab {
        width: 100%;
        text-align: center;
        margin-bottom: -1px;
    }

    .room-modes-swiper.mode-indicator {
        display: none;
    }

    .room-modes-swiper .mode-tab.active .mode-title {
        font-size: 10px;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 6px;
        display: inline-block;
    }

    .footer-col-title {
        margin-bottom: 10px;
    }

    .footer-top {
        gap: 30px 0;
        padding: 30px 30px 30px 30px;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }

    .footer-disclaimer .caution,
    .footer-disclaimer p {
        margin-bottom: 10px;
    }

    .footer-bottom,
    .footer-disclaimer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .app-row {
        gap: 20px;
    }

    .app-mobile-top {
        display: block;
        text-align: center;
    }

    .app-right .section-title,
    .app-right .sub {
        display: none;
    }

    .hero-content {
        margin-bottom: 0;
    }

    .hero-content .btn-white-pill,
    .hero-content .btn-ghost-pill {
        min-width: initial;
        flex-grow: 1;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner-section {
        align-items: flex-end;
        padding: 40px 0;
    }

    .hero-bg {
        background-position: right -300px top;
    }

    .feat-bubble {
        width: 60px;
        height: 60px;
    }

    .feat-bubble-img,
    .feat-bubble-smlimg {
        width: 30px;
        height: 30px;
    }

    .banner-section .container {
        margin-top: 0;
    }
}