:root {
    --white: white;
    --black: black;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px;
}

.w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.navbar-logo-left-container {
    z-index: 5;
    background-color: #0000;
    width: 1030px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
    width: 100%;
    max-width: 1640px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.container {
    width: 100%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    height: 90px;
    display: flex;
}

.nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 50%;
    display: flex;
}

.nav-menu-two {
    border-bottom: 2px solid #0000000d;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 90px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.nav-menu-two.right {
    border: 1px #000;
}

.nav-link {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.nav-link:hover {
    color: #1a1b1fbf;
}

.nav-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link.w--current {
    -webkit-text-fill-color: transparent;
    background-color: #ff5400;
    -webkit-background-clip: text;
    background-clip: text;
}

.nav-dropdown {
    margin-left: 0;
    margin-right: 0;
}

.nav-dropdown-toggle {
    text-align: center;
    letter-spacing: .25px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.nav-dropdown-toggle:hover {
    color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

.nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    width: auto;
    min-width: 200px;
    height: auto;
    margin-top: 0;
    padding: 30px 30px 0;
    box-shadow: 10px 10px #eee;
}

.nav-dropdown-link {
    color: #5a5a5a;
    margin-bottom: 30px;
    padding: 0;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
}

.nav-dropdown-link:hover {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#e8a95c, #ff5400);
    -webkit-background-clip: text;
    background-clip: text;
}

.nav-dropdown-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
    color: #000;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#e8a95c, #ff5400);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 400;
}

.nav-dropdown-link.w--current:hover {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#e8a95c, #ff5400);
    -webkit-background-clip: text;
    background-clip: text;
}

.nav-divider {
    background-color: #e4ebf3;
    width: 1px;
    height: 22px;
    margin-left: 35px;
    margin-right: 35px;
}

.nav-link-accent {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.nav-link-accent:hover {
    color: #1a1b1fbf;
}

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

.button-primary:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary:active {
    background-color: #43464d;
}

.list-item {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-item.right {
    margin-left: 0;
}

.bold-text {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ff8c00, #ff5400);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 16px;
    line-height: 22px;
}

.bold-text-2,
.bold-text-3,
.bold-text-4,
.bold-text-5 {
    font-size: 16px;
    line-height: 22px;
}

.div-block {
    background-image: linear-gradient(#e8a95c, #ff5400);
    border-radius: 5px;
    width: 5px;
    height: 5px;
}

.list-item-2 {
    text-align: center;
    flex: none;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    display: block;
}

.image {
    min-height: 40px;
}

.body {
    margin-bottom: 0;
}

.list-item-3,
.list-item-4,
.list-item-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    border-top: 2px solid #0000000d;
    align-items: center;
    width: 100%;
    max-width: 1640px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: block;
}

.container-regular {
    justify-content: space-between;
    width: 100%;
    max-width: 1640px;
    height: 40px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.navbar-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
    display: flex;
}

.nav-dropdown-toggle-2 {
    letter-spacing: .25px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
    color: #1a1b1fbf;
    padding-left: 0;
}

.nav-dropdown-toggle-2:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2.w--open {
    padding-left: 0;
}

.nav-dropdown-icon-2 {
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
}

.nav-button-wrapper {
    margin-left: 120px;
}

.image-2 {
    height: 40px;
}

.list-item-6 {
    margin-left: 25px;
    margin-right: 25px;
}

.list-item-6:hover {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#e8a95c, #ff5400);
    -webkit-background-clip: text;
    background-clip: text;
}

.list-item-6.right {
    border: 1px solid #0000000d;
    width: 2px;
    height: 40px;
    margin-left: 35px;
    margin-right: 35px;
}

.list-item-6.right-left {
    margin-left: 100px;
    margin-right: 35px;
}

.body-2 {
    border: 1px solid #0000000d;
}

.bold-text-6 {
    color: #000;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.bold-text-7 {
    color: #1a1b1f;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.bold-text-7:hover {
    font-weight: 700;
}

.bold-text-8,
.bold-text-9 {
    color: #000;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.list-item-7 {
    margin-left: 25px;
    margin-right: 25px;
}

.bold-text-10 {
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.list-nav-right {
    margin-left: 25px;
    margin-right: 0;
}

.list-nav-right.second,
.list-nav-right2 {
    margin-left: 0;
}

.list-nav-right2:hover {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#e8a95c, #ff5400);
    -webkit-background-clip: text;
    background-clip: text;
}

.bold-text-11 {
    font-weight: 400;
}

.container-2 {
    max-width: 1640px;
    padding-left: 20px;
    padding-right: 20px;
}

.div-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    display: flex;
}

.button {
    color: #000;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 14px 20px;
    font-family: Proximanova, Arial, sans-serif;
    box-shadow: 5px 5px #eee;
}

.heading {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    line-height: 77px;
    display: flex;
}

.heading.middle {
    max-width: 570px;
}

.heading.middle.black {
    color: #fff;
}

.heading.right {
    text-align: left;
}

.heading.center {
    text-align: center;
}

.div-heading {
    text-align: center;
    margin-top: 35px;
}

.div-heading.half {
    text-align: left;
}

.div-paragraph {
    color: #000;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
    display: flex;
}

.div-paragraph.half {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.p-middle {
    color: #000;
    max-width: 700px;
    font-family: Proximanova, Arial, sans-serif;
}

.p-middle.right {
    font-size: 16px;
    line-height: 22px;
}

.p-middle.narrow {
    max-width: 570px;
}

.p-middle.center {
    color: #000;
    text-align: center;
}

.div-btn-contact {
    text-align: center;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 30px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 58px;
    padding: 5px;
    display: flex;
}

.div-btn-contact.right {
    margin-top: 50px;
    margin-bottom: 50px;
}

.div-btn-contact._5g {
    justify-content: space-between;
    padding: 11px 11px 11px 20px;
}

.div-btn-contact.ixp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: none;
    padding-left: 20px;
    display: flex;
}

.form {
    justify-content: space-between;
    align-items: stretch;
    height: 48px;
    display: flex;
}

.submit-button {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 24px;
    height: 48px;
    padding: 13px 30px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.text-field {
    text-align: left;
    background-color: #0000;
    border-radius: 24px;
    min-width: 284px;
    height: 48px;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 30px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}

.text-field:focus {
    color: #000;
}

.form-block {
    justify-content: space-between;
    margin-bottom: 0;
    display: flex;
}

.div-button {
    justify-content: center;
    margin-top: 50px;
    display: flex;
}

.div-button.mb-200 {
    margin-bottom: 0;
    padding-bottom: 200px;
}

.text-field-2 {
    background-color: #0000;
}

.image-3 {
    width: 100%;
    max-width: 55%;
}

.div-block-3 {
    text-align: center;
    justify-content: center;
    display: block;
}

.div-block-3.aigc {
    text-align: center;
    margin-top: 100px;
    display: block;
}

.div-block-3.hero-5g {
    background-image: url('../images/bg-5g.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.div-block-3.gia,
.div-block-3.hiring {
    margin-top: 100px;
}

.section {
    border: 1px solid #0000000d;
    min-height: 100px;
    margin-top: 0;
    padding: 100px 0;
}

.section.feature {
    margin-top: 0;
    padding-bottom: 100px;
}

.section.infra {
    min-height: 500px;
    margin-top: 0;
    padding-bottom: 100px;
}

.section.certification,
.section.client {
    margin-top: 0;
    padding-bottom: 100px;
}

.section.footer {
    min-height: auto;
    padding-bottom: 0;
}

.bold-text-12 {
    text-align: left;
    font-family: Proximanova, Arial, sans-serif;
    line-height: 90px;
}

.bold-text-12.middle {
    text-align: center;
}

.div-block-4 {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex;
}

.div-block-4.home {
    width: 100%;
}

.div-block-4.gia {
    display: block;
}

.quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
}

.quick-stack.home {
    width: 100%;
}

.cell {
    display: block;
}

.div-block-5 {
    border: 1px solid #eee;
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
    padding: 25px;
    box-shadow: 10px 10px #eee;
}

.div-block-6 {
    border: 1px solid #eee;
    border-radius: 10px;
    height: 200px;
    padding: 25px;
    box-shadow: 10px 10px #eee;
}

.cell-2 {
    display: block;
}

.cell-3 {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    display: block;
    box-shadow: 10px 10px #eee;
}

.div-block-7 {
    border: 1px solid #eee;
    border-radius: 10px;
    min-height: 200px;
    margin-top: 30px;
    padding: 25px;
    box-shadow: 10px 10px #eee;
}

.div-block-8 {
    justify-content: space-between;
    height: 20px;
    margin-bottom: 100px;
    display: flex;
}

.div-block-9 {
    width: auto;
    height: 20px;
    display: flex;
}

.div-block-10 {
    width: auto;
    height: 20px;
}

.image-4 {
    margin-right: 10px;
}

.text-block {
    justify-content: flex-end;
    font-family: Proximanova, Arial, sans-serif;
    font-weight: 400;
    display: flex;
}

.div-block-11 {
    color: #000;
    justify-content: space-between;
    height: 30px;
    display: flex;
}

.div-block-11.middle {
    margin-top: 323px;
}

.heading-2 {
    font-size: 22px;
}

.heading-3 {
    margin-top: 0;
    margin-bottom: 0;
}

.image-5 {
    max-width: 100%;
}

.bold-text-13 {
    font-family: Proximanova, Arial, sans-serif;
    text-decoration: none;
}

.image-6 {
    cursor: pointer;
}

.image-7,
.image-8 {
    margin-right: 10px;
}

.div-block-12 {
    color: #000;
    justify-content: center;
    display: flex;
}

.div-block-12.cell {
    margin-top: 50px;
    margin-bottom: 100px;
}

.div-block-12.cell.black {
    -webkit-text-stroke-color: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div-block-12.cell.black.tall {
    margin-top: 222px;
    margin-bottom: 222px;
}

.div-block-12.cell.connect {
    margin-bottom: 50px;
}

.div-block-12.faq {
    margin-bottom: 100px;
}

.header-small {
    justify-content: center;
    margin-bottom: 35px;
    display: flex;
}

.div-block-13 {
    color: #000;
    justify-content: center;
    display: flex;
}

.div-block-14 {
    height: auto;
    margin-top: 100px;
}

.div-block-15 {
    height: 200px;
}

.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-flow: column;
}

.columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
    display: block;
}

.column,
.column-2 {
    height: 100px;
}

.quick-stack-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
    margin-top: 30px;
    padding: 0;
}

.quick-stack-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
    padding: 0;
}

.div-block-16 {
    background-image: linear-gradient(#f6f6f6, #eeedf2);
    border-radius: 10px;
    align-self: center;
    width: 100%;
    height: 420px;
    padding: 50px 20px;
}

.text-block-2 {
    color: #000;
    text-align: center;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
}

.image-9 {
    margin-top: 50px;
    font-family: Proximanova, Arial, sans-serif;
}

.div-block-17 {
    justify-content: center;
    height: auto;
    font-family: Proximanova, Arial, sans-serif;
    display: flex;
}

.section-2 {
    height: 500px;
}

.container-3 {
    max-width: 1640px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-3.footer {
    height: auto;
}

.quick-stack-4 {
    height: auto;
    padding: 0;
}

.div-block-18 {
    height: auto;
}

.bold-text-14 {
    color: #000;
    font-family: Proximanova, Arial, sans-serif;
    line-height: 90px;
}

.p-right {
    color: #000;
    text-align: left;
    margin-bottom: 0;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.cell-4 {
    justify-content: center;
}

.image-10,
.bold-text-15 {
    font-family: Proximanova, Arial, sans-serif;
}

.div-block-19 {
    margin-top: 100px;
}

.quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    padding: 0;
}

.cell-6 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
}

.cell-6:hover {
    border: 1px solid #eee;
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 0 20px #0003;
}

.text-block-3 {
    color: #000;
    margin-top: 35px;
    margin-bottom: 15px;
    font-family: Proximanova, Arial, sans-serif;
    font-weight: 600;
}

.text-block-4 {
    color: #000;
    font-family: Proximanova, Arial, sans-serif;
}

.text-block-5 {
    border-left: 5px solid #000;
    margin-top: 100px;
    padding-left: 20px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.text-block-6 {
    margin-top: 20px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.section-hero {
    padding-bottom: 100px;
}

.quick-stack-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: 100%;
    padding: 0;
}

.cell-7 {
    justify-content: space-between;
    align-items: center;
}

.list {
    padding-left: 0;
    list-style-type: none;
}

.list.second {
    margin-top: 50px;
}

.div-block-20 {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    min-width: 170px;
    min-height: 170px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 10px 10px #eee;
}

.image-11 {
    height: 30px;
    margin-bottom: 60px;
}

.text-block-7 {
    margin-bottom: 3px;
}

.bold-text-16 {
    font-family: Proximanova, Arial, sans-serif;
}

.text-block-8 {
    color: #00000080;
    font-size: 12px;
    line-height: 17px;
}

.cell-10 {
    border: 1px #d9d9d9;
    border-radius: 8px;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.heading-4 {
    margin-top: 0;
    margin-bottom: 25px;
}

.heading-4.location {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
}

.text-block-9 {
    color: #717073;
    text-align: center;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.text-block-9.location {
    text-align: left;
}

.div-block-21 {
    margin-top: 150px;
    margin-bottom: 0;
}

.image-12 {
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.div-block-22 {
    text-align: center;
    background-image: url('../images/%c3%a7%c2%bc%c2%96%c3%a7%c2%bb%c2%84-3.html');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 250px;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    padding: 150px 50px 50px;
    box-shadow: 10px 10px #eee;
}

.div-block-22.location {
    background-image: url('../images/location-bg.png');
    background-size: 120px;
    padding: 40px 20px;
}

.div-block-22.location.terms {
    background-color: #fff;
    min-height: 150px;
    inset: auto 0% 0% auto;
}

.div-block-22.terms {
    min-width: 300px;
    margin: 15px;
    position: fixed;
    inset: auto 0% 0% auto;
}

.outer-bg {
    background-image: linear-gradient(#f6f6f64d, #eeedf24d);
    border-radius: 20px;
    padding: 10px;
}

.quick-stack-7 {
    padding: 0;
}

.cell-11 {
    display: block;
}

.text-field-3 {
    color: #0000004d;
    border: 1px solid #0000000d;
    border-radius: 5px;
    height: 58px;
    margin-bottom: 0;
    padding: 18px 20px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.text-field-3:focus {
    color: #000;
    border-color: #000;
}

.text-field-3:focus-visible {
    border-style: solid;
}

.text-field-3[data-wf-focus-visible] {
    border-style: solid;
}

.textarea {
    color: #0000004d;
    border: 1px solid #0000000d;
    border-radius: 5px;
    height: 150px;
    min-height: 150px;
    margin-bottom: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
}

.textarea:focus {
    color: #000;
    border-color: #000;
}

.textarea:focus-visible {
    border-color: #000;
}

.textarea[data-wf-focus-visible] {
    border-color: #000;
}

.quick-stack-8 {
    padding-top: 0;
    padding-bottom: 0;
}

.checkbox-field {
    flex: 0 auto;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
    display: flex;
}

.checkbox {
    width: 22px;
    height: 22px;
    margin-top: 0;
}

.checkbox-label {
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex;
}

.submit-button-2 {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 30px;
    height: 58px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
}

.text-block-10 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 30px;
}

.text-block-11 {
    color: #000;
    margin-left: 10px;
}

.div-block-23 {
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    align-items: center;
    padding: 14px 20px;
    display: flex;
    box-shadow: 5px 5px #eee;
}

.image-13 {
    height: 22px;
}

.div-icon {
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
}

.quick-stack-10 {
    padding-left: 0;
    padding-right: 0;
}

.cell-12 {
    justify-content: space-between;
    display: flex;
}

.image-14 {
    margin-right: 20px;
}

.text-block-12 {
    margin-top: 15px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.div-block-24 {
    margin-top: 100px;
}

.cell-13 {
    display: block;
}

.quick-stack-11 {
    padding-left: 0;
    padding-right: 0;
}

.bold-text-17 {
    font-size: 16px;
    line-height: 22px;
}

.list-2 {
    margin-top: 35px;
    padding-left: 0;
    list-style-type: none;
}

.list-item-8 {
    color: #000;
    margin-bottom: 20px;
}

.text-block-13 {
    text-decoration: none;
}

.text-block-14 {
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.link-block {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.cell-14 {
    display: block;
}

.div-block-25 {
    border-top: 2px solid #0000000d;
    height: auto;
    margin-top: 50px;
    margin-bottom: 0;
}

.quick-stack-12 {
    padding: 25px 0;
}

.cell-15 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.cell-16 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.text-block-15 {
    color: #333;
    margin-left: 15px;
    padding-left: 0;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.text-color-333 {
    color: #333;
}

.quick-stack-13 {
    padding: 0 0 100px;
}

.cell-17 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
}

.spline-scene {
    align-self: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 80px;
}

.quick-stack-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
}

.quick-stack-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px 0;
}

.quick-stack-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
}

.cell-18 {
    display: block;
}

.div-block-26 {
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    box-shadow: 10px 10px #eee;
}

.div-block-26.black {
    box-shadow: none;
    background-color: #000;
    border-style: none;
    height: 100%;
}

.div-block-26.black.high {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.div-block-27 {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    padding-right: 30px;
    display: flex;
}

.div-block-27.wide {
    margin-bottom: 30px;
    padding-right: 30px;
}

.cell-19 {
    display: block;
}

.image-18,
.image-19 {
    height: 50px;
}

.cell-20 {
    display: block;
}

.text-block-16 {
    color: #fff;
    text-align: left;
    font-size: 25px;
    line-height: 36px;
}

.cell-21 {
    display: block;
}

.modal-ztp {
    text-align: left;
    border-radius: 50px;
    align-self: center;
    width: 1000px;
    height: auto;
    position: fixed;
    top: 100px;
    background-color: #fff;
    box-shadow: 0 0 50px #00000080;
}

.section-3 {
    justify-content: center;
    width: 100vw;
    height: 100vh;
    display: flex;
}

.section-3.ztp {
    position: static;
}

.div-block-28 {
    justify-content: flex-end;
    padding-top: 30px;
    padding-right: 30px;
    display: flex;
}

.div-block-29 {
    justify-content: center;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
    display: block;
}

.text-block-17 {
    color: #000;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 40px;
    line-height: 56px;
}

.text-block-18 {
    color: #00000080;
    margin-top: 40px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.text-block-18.second {
    margin-top: 15px;
    margin-bottom: 50px;
}

.div-block-30 {
    border: 1px solid #0000000d;
    height: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.text-block-19 {
    font-family: Proximanova, Arial, sans-serif;
    font-size: 25px;
    line-height: 36px;
}

.image-20 {
    cursor: pointer;
}

.div-ztp {
    z-index: 5;
    text-align: center;
    object-fit: fill;
    background-color: #fff;
    flex-flow: row;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.image-21 {
    cursor: pointer;
    position: static;
}

.div-fast-open {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.bold-text-20 {
    font-family: Proximanova, Arial, sans-serif;
}

.quick-stack-17 {
    margin-top: 30px;
    padding: 0;
}

.quick-stack-17.network {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.list-3 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

.list-item-9 {
    margin-bottom: 20px;
    list-style-type: none;
}

.text-block-20 {
    color: #00000080;
    font-family: Proximanova, Arial, sans-serif;
}

.text-block-21 {
    color: #007aff;
    font-family: Proximanova, Arial, sans-serif;
}

.text-block-22 {
    color: #424245;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.text-block-23 {
    color: #aeaeb2;
    margin-top: 50px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
}

.close-fast-open,
.close-ztp {
    cursor: pointer;
}

.bold-text-21 {
    font-family: Proximanova, Arial, sans-serif;
    line-height: 90px;
}

.div-auto-access {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.div-block-31 {
    margin-top: 50px;
}

.close-auto-access,
.open-auto-access,
.image-22,
.image-23 {
    cursor: pointer;
}

.div-network {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.close-network,
.open-network {
    cursor: pointer;
}

.cell-22 {
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: block;
    box-shadow: 10px 10px #eee;
}

.text-block-24 {
    margin-top: 200px;
    margin-bottom: 200px;
    font-size: 64px;
    line-height: 90px;
}

.cell-23,
.cell-24 {
    display: block;
}

.div-block-32 {
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.open-infra,
.open-cloud,
.open-5g {
    cursor: pointer;
}

.div-infra {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.close-infra {
    cursor: pointer;
}

.cell-25 {
    display: block;
}

.quick-stack-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
}

.cell-26,
.cell-27,
.cell-28 {
    display: block;
}

.div-cloudconnect {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.close-cloud {
    cursor: pointer;
}

.div-5g {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.close-5g {
    cursor: pointer;
}

.div-block-33 {
    margin-top: 100px;
}

.quick-stack-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #00000008;
    padding: 0;
}

.div-block-34 {
    border: 1px solid #00000008;
    justify-content: center;
    align-items: center;
    height: 120px;
    display: flex;
}

.cell-30,
.cell-31,
.cell-32,
.cell-33,
.cell-34,
.cell-35,
.cell-36,
.cell-37,
.cell-38,
.cell-39,
.cell-40,
.cell-41,
.cell-42,
.cell-43,
.cell-44,
.cell-45,
.cell-46,
.cell-47,
.cell-48,
.cell-49,
.cell-50,
.cell-51,
.cell-52,
.cell-53 {
    display: block;
}

.image-25 {
    max-width: 100px;
    max-height: 50px;
}

.div-block-35 {
    padding-left: 50px;
}

.div-block-36 {
    text-align: center;
    margin-top: 100px;
}

.text-block-25 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.div-block-37 {
    max-width: 1200px;
    margin-top: 0;
}

.image-27 {
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
    padding-right: 0;
}

.div-block-38 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.bold-text-23 {
    font-family: Proximanova, Arial, sans-serif;
}

.div-block-39 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: block;
}

.quick-stack-20 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.cell-54 {
    display: block;
}

.div-block-40 {
    background-image: linear-gradient(#ececec, #fff 25%, #fff);
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    height: auto;
    padding: 50px;
    box-shadow: 10px 10px #eee;
}

.text-block-26 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.text-block-27 {
    color: #717073;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.div-block-41 {
    background-color: #f4f4f6;
    border-radius: 20px;
    height: auto;
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.image-28,
.image-29 {
    max-width: 110px;
}

.div-multi,
.div-frequency {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.text-block-28 {
    color: #0003;
    text-align: right;
}

.div-block-42 {
    color: #0000004d;
    margin-top: 100px;
    font-size: 12px;
    line-height: 17px;
}

.text-block-29 {
    color: #000;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-size: 16px;
    line-height: 22px;
}

.text-block-29:hover {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#e8a95c, #ff5400);
    -webkit-background-clip: text;
    background-clip: text;
}

.div-block-43 {
    background-image: url('../images/bg-1.png'), linear-gradient(#f6f6f6, #eeedf2);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 308px, auto;
    border-radius: 10px;
    height: 100%;
    padding: 50px;
}

.div-block-43.bg-three {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
}

.div-block-43.two {
    background-image: none;
}

.div-block-43.second {
    background-image: linear-gradient(#fff, #000);
}

.div-block-43.first {
    height: 100%;
}

.div-block-43._222 {
    background-image: linear-gradient(#f6f6f6, #eeedf2);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
}

.div-block-43._333 {
    background-image: url('../images/bg-check.svg'), linear-gradient(#f6f6f6, #eeedf2);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
}

.div-block-43._444 {
    background-image: url('../images/bg-lock.svg'), linear-gradient(#f6f6f6, #eeedf2);
}

.div-block-44 {
    margin-top: 50px;
    display: flex;
}

.div-block-45 {
    justify-content: flex-end;
    display: flex;
}

.div-block-45._444 {
    margin-top: 50px;
}

.image-31 {
    cursor: pointer;
    margin-left: 50px;
}

.image-32 {
    cursor: pointer;
    margin-right: 50px;
}

.image-33,
.image-34 {
    cursor: pointer;
}

.image-34._333 {
    padding-right: 60px;
}

.image-35 {
    cursor: pointer;
}

.div-block-46._444,
.div-block-47 {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
}

.div-block-48 {
    background-color: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
    padding: 10px 10px 20px;
}

.div-block-49 {
    background-color: #f8f8f8;
    border: 0 #e2e2e2;
    border-radius: 8px;
    padding: 30px 50px;
}

.text-block-30 {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

.image-36 {
    min-width: 0;
    max-width: 150px;
}

.text-block-31 {
    color: #717073;
    text-align: center;
    max-width: 450px;
    margin-top: 40px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: block;
}

.div-block-50 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.image-37 {
    width: 50px;
    height: auto;
}

.image-38 {
    width: 50px;
}

.image-39 {
    height: 16px;
    padding-right: 5px;
}

.quick-stack-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
}

.cell-55 {
    display: block;
}

.text-block-32 {
    text-align: left;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.div-block-52 {
    border-bottom: 2px solid #0000000d;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cell-56 {
    display: block;
}

.div-block-53 {
    border-bottom: 2px solid #0000000d;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cell-57 {
    display: block;
}

.text-block-33 {
    font-family: Proximanova, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.text-block-33.item {
    font-weight: 400;
}

.text-block-33.item.no {
    text-decoration: line-through;
}

.text-block-34 {
    font-family: Proximanova, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.cell-58,
.cell-59,
.cell-60 {
    display: block;
}

.bold-text-27 {
    font-weight: 400;
}

.cell-61,
.cell-62,
.cell-63,
.cell-64,
.cell-65,
.cell-66,
.cell-67,
.cell-68,
.cell-69,
.cell-70,
.cell-71,
.cell-72,
.cell-73,
.cell-74,
.cell-75,
.cell-76,
.cell-77,
.cell-78,
.cell-79,
.cell-80,
.cell-81,
.cell-82,
.cell-83,
.cell-84,
.cell-85,
.cell-86,
.cell-87,
.cell-88,
.cell-89,
.cell-90 {
    display: block;
}

.section-4 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.div-block-54 {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.div-block-55 {
    cursor: pointer;
    background-color: #aaaaaa1a;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.text-block-35 {
    color: #1d222c;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.div-block-56 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
}

.div-block-56.cick-show {
    display: none;
}

.text-block-36 {
    color: #00000080;
    font-family: Proximanova, Arial, sans-serif;
}

.image-40 {
    cursor: pointer;
}

.image-41 {
    cursor: pointer;
    display: none;
}

.div-block-57 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.image-42 {
    cursor: pointer;
    height: 36px;
}

.text-block-37 {
    margin-right: 20px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.image-43 {
    cursor: pointer;
}

.div-corerage,
.div-backup,
.div-novpn,
.div-noqos {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.bold-text-28 {
    font-family: Proximanova, Arial, sans-serif;
}

.div-slacing,
.div-low,
.div-auth,
.div-activate,
.div-intra {
    z-index: 5;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.link-block-2,
.link-block-3,
.link-block-4 {
    color: #000;
    text-decoration: none;
}

.div-block-58 {
    margin-top: 100px;
}

.quick-stack-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
}

.div-block-59 {
    width: 60%;
    height: auto;
    padding: 50px;
}

.quick-stack-23 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
}

.cell-91 {
    border: 1px #d9d9d9;
    border-radius: 0;
}

.text-block-38 {
    color: #000;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

.image-44 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.div-block-60 {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    height: 100%;
    padding: 20px;
    box-shadow: 10px 10px #eee;
}

.div-block-61 {
    width: 40%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.cell-92 {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 10px 10px #eee;
}

.heading-5 {
    color: #000;
    margin-top: 50px;
    margin-bottom: 35px;
}

.text-block-39 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.div-block-62 {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px;
    box-shadow: 10px 10px #eee;
}

.cell-93 {
    flex-direction: row;
    display: block;
}

.div-block-63 {
    padding: 0;
    display: flex;
}

.quick-stack-24 {
    padding: 0;
}

.text-block-40 {
    margin-left: 15px;
    font-family: Proximanova, Arial, sans-serif;
}

.quick-stack-25 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
    padding: 0;
}

.cell-94 {
    display: block;
}

.div-block-64 {
    background-color: #ff5400;
    border-radius: 5px;
    height: 35px;
}

.cell-95,
.cell-96,
.cell-97 {
    display: block;
}

.div-block-65 {
    background-color: #939393;
    border-radius: 5px;
    height: 35px;
}

.div-block-66 {
    background-color: #636363;
    border-radius: 5px;
    height: 35px;
}

.div-block-67 {
    background-color: #3f3f3f;
    border-radius: 5px;
    height: 35px;
}

.cell-98 {
    display: block;
}

.text-block-41 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
}

.div-block-68 {
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    height: 100%;
    padding: 50px;
    box-shadow: 10px 10px #eee;
}

.div-block-68.backbone {
    padding-top: 50px;
}

.image-45 {
    max-width: 40%;
    margin-top: 25px;
}

.image-46 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.div-block-69 {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 10px 10px #eeeeeeed;
}

.quick-stack-26 {
    padding: 0;
}

.cell-99 {
    display: block;
}

.div-block-70 {
    display: flex;
}

.cell-100,
.cell-101,
.cell-102,
.cell-103,
.cell-104 {
    display: block;
}

.image-47 {
    width: 100%;
    max-width: none;
    max-height: none;
}

.div-block-71 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 100px;
    display: block;
    box-shadow: 10px 10px #eee;
}

.cell-105 {
    display: block;
}

.image-48 {
    width: 100%;
}

.div-block-72 {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 10px 10px #eee;
}

.image-49 {
    width: 100%;
    max-width: none;
}

.quick-stack-28 {
    padding-left: 0;
    padding-right: 0;
}

.cell-107 {
    display: block;
}

.div-block-73 {
    border: 1px #000;
    border-top: 1px solid #0000000d;
    height: auto;
    margin-top: 100px;
    padding: 100px 200px;
}

.quick-stack-29 {
    padding: 0;
}

.cell-108,
.cell-109 {
    display: block;
}

.text-block-42 {
    color: #868688;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
}

.text-block-43 {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
}

.div-block-74 {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
}

.quick-stack-30 {
    padding: 0;
}

.cell-110,
.cell-111,
.cell-112 {
    display: block;
}

.text-span {
    color: #000;
    font-weight: 700;
}

.image-50 {
    margin-bottom: 15px;
}

.text-span-2 {
    color: #000;
    font-weight: 700;
}

.text-span-3,
.text-span-4,
.text-span-5 {
    color: #000;
}

.div-block-75 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-76 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 200px;
    padding-right: 200px;
    display: block;
}

.image-51 {
    width: 100%;
    max-width: none;
}

.cell-113,
.cell-114,
.cell-115 {
    display: block;
}

.quick-stack-31 {
    padding: 0;
}

.quick-stack-32 {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
}

.cell-116,
.cell-117 {
    display: block;
}

.text-block-44 {
    font-family: Proximanova, Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

.div-block-77 {
    margin-top: 50px;
}

.text-block-45 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: Proximanova, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.list-4 {
    padding-left: 20px;
    font-family: Proximanova, Arial, sans-serif;
    list-style-type: decimal;
}

.list-item-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-2 {
    text-align: center;
    background-color: #000;
    border-radius: 29px;
    height: 56px;
    padding: 17px 40px;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.button-2.infra-sec {
    margin-top: 50px;
}

.div-block-78 {
    z-index: 99;
    background-color: #fff;
    width: 300px;
    height: 200px;
    margin: 15px;
    position: fixed;
    inset: auto 0% 0% auto;
}

.rich-text-block {
    margin-top: 50px;
    font-family: Proximanova, Arial, sans-serif;
    line-height: 25px;
}

.heading-6,
.heading-7 {
    text-align: center;
}

.link-block-5 {
    text-decoration: none;
    display: flex;
}

.image-52 {
    width: 35px;
    min-width: 35px;
}

.cell-118 {
    display: block;
}

.image-53 {
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.text-block-46 {
    margin-top: 0;
    font-family: Proximanova, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 728px;
    }
    .nav-menu-wrapper {
        background-color: #fff;
        flex-direction: row;
        justify-content: space-around;
        width: auto;
        height: auto;
        padding-top: 0;
        display: block;
    }
    .nav-menu-two {
        background-color: #0000;
        border-radius: 0;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-top: 10px;
        padding: 20px 10px;
        display: flex;
    }
    .nav-link {
        padding-left: 0;
        padding-right: 0;
        font-weight: 700;
    }
    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }
    .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
        box-shadow: none;
        outline-offset: 0px;
        border-style: none;
        outline: 2px #d1d1d1;
    }
    .nav-dropdown-link {
        color: #5a5a5a;
    }
    .nav-divider {
        margin-left: 20px;
        margin-right: 20px;
    }
    .menu-button {
        padding: 12px;
    }
    .menu-button.w--open {
        color: #fff;
        background-color: #000;
    }
    .navbar-no-shadow {
        height: auto;
    }
    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }
    .nav-menu.header {
        padding-top: 50px;
        padding-bottom: 50px;
        list-style-type: none;
        display: block;
    }
    .nav-menu.header._2 {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
    }
    .nav-button-wrapper {
        width: 100%;
        margin-left: 0;
    }
    .list-item-6 {
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 36px;
        font-family: Proximanova, Arial, sans-serif;
        font-weight: 700;
        display: flex;
    }
    .list-item-6.right {
        width: 2px;
        height: 40px;
        display: block;
    }
    .bold-text-6,
    .bold-text-7,
    .bold-text-8,
    .bold-text-9 {
        font-weight: 700;
    }
    .list-item-7 {
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 36px;
        font-family: Proximanova, Arial, sans-serif;
        font-weight: 700;
        display: flex;
    }
    .bold-text-10 {
        font-weight: 700;
    }
    .list-nav-right {
        margin-left: 100px;
    }
    .list-nav-right.second {
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 25px;
        display: flex;
    }
    .list-nav-right2 {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 25px;
        display: flex;
    }
    .heading.middle {
        color: #000;
        font-size: 48px;
        line-height: 68px;
    }
    .heading.middle.black {
        font-size: 48px;
        line-height: 68px;
    }
    .div-button.mb-200 {
        padding-bottom: 50px;
    }
    .image-3 {
        max-width: 80%;
    }
    .div-block-3.aigc {
        text-align: center;
        display: block;
    }
    .div-block-3.hero-5g {
        background-position: 50% 0;
        background-repeat: no-repeat;
    }
    .bold-text-12.middle {
        line-height: 68px;
    }
    .div-block-4 {
        justify-content: center;
        display: block;
    }
    .div-block-9 {
        flex-wrap: wrap;
        max-width: 100px;
    }
    .bold-text-13 {
        font-size: 16px;
        line-height: 22px;
    }
    .image-8 {
        margin-right: 10px;
    }
    .div-block-12.cell {
        margin-bottom: 50px;
    }
    .div-block-12.cell.black.tall {
        margin-top: 100px;
        margin-bottom: 200px;
    }
    .div-block-12.cell.connect {
        margin-top: 0;
    }
    .bold-text-14 {
        font-size: 48px;
        line-height: 68px;
    }
    .quick-stack-5 {
        grid-row-gap: 80px;
    }
    .div-block-20 {
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-radius: 10px;
    }
    .div-block-22 {
        border: 1px solid #d9d9d9;
        box-shadow: 10px 10px #eee;
    }
    .div-block-23 {
        box-shadow: 5px 5px #eee;
    }
    .div-block-24 {
        margin-top: 75px;
    }
    .div-block-26 {
        padding-top: 50px;
    }
    .div-block-26.black.high {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modal-ztp {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .div-block-29 {
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .text-block-24 {
        margin-top: 100px;
        margin-bottom: 100px;
        font-size: 48px;
        line-height: 68px;
    }
    .image-24 {
        width: 200px;
    }
    .div-block-34 {
        height: 90px;
    }
    .image-25,
    .image-26 {
        max-width: 60px;
        max-height: 25px;
    }
    .image-27 {
        margin-top: 50px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .div-block-40 {
        padding: 30px;
    }
    .text-block-26 {
        margin-top: 30px;
    }
    .div-block-41 {
        margin-top: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .image-30 {
        height: 40px;
    }
    .div-block-42 {
        margin-top: 50px;
    }
    .div-block-43 {
        padding: 30px;
    }
    .div-block-44 {
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .div-block-45 {
        margin-bottom: 5px;
    }
    .image-31 {
        height: 50px;
        margin-left: 20px;
    }
    .image-32 {
        height: 50px;
        margin-right: 20px;
    }
    .image-33,
    .image-34 {
        height: 50px;
    }
    .div-block-46 {
        padding-bottom: 5px;
    }
    .text-block-32,
    .text-block-33,
    .text-block-34 {
        font-size: 16px;
        line-height: 25px;
    }
    .div-block-54 {
        max-width: none;
    }
    .div-block-55 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .div-block-56 {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 20px;
    }
    .text-block-36 {
        color: #00000080;
        font-family: Proximanova, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    .text-block-41 {
        padding-left: 0;
        padding-right: 0;
    }
    .div-block-71 {
        padding-right: 50px;
    }
    .div-block-73 {
        margin-bottom: 100px;
        padding: 100px 50px 0;
    }
    .text-block-43 {
        font-size: 48px;
        line-height: 60px;
    }
    .div-block-76 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-logo-left-container {
        max-width: 100%;
    }
    .navbar-brand {
        padding-left: 0;
    }
    .nav-menu-wrapper {
        background-color: #fff;
        width: auto;
    }
    .nav-menu-two {
        border-radius: 0;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .nav-menu-two.right {
        flex-flow: column;
        justify-content: space-around;
        list-style-type: none;
    }
    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }
    .nav-dropdown {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }
    .nav-dropdown-list.shadow-three.w--open {
        position: relative;
    }
    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }
    .nav-divider {
        width: 200px;
        max-width: 100%;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .nav-link-accent {
        margin-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }
    .mobile-margin-top-10 {
        margin-top: 10px;
    }
    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
        padding-left: 0;
        box-shadow: 10px 10px 10px #eee;
    }
    .nav-menu.header._2 {
        flex-direction: row;
        align-self: center;
        display: flex;
    }
    .nav-dropdown-toggle-2 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .list-item-6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .list-item-6.right {
        width: 2px;
        height: 40px;
        margin-left: 35px;
    }
    .bold-text-6,
    .bold-text-7,
    .bold-text-8,
    .bold-text-9 {
        font-weight: 700;
    }
    .list-item-7 {
        margin-left: 36px;
    }
    .bold-text-10 {
        font-weight: 700;
    }
    .list-nav-right {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 25px;
    }
    .list-nav-right.second {
        display: block;
    }
    .list-nav-right2 {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        display: block;
    }
    .div-button.mb-200 {
        padding-bottom: 0;
    }
    .image-3 {
        max-width: 80%;
    }
    .div-block-3.aigc {
        margin-top: 50px;
    }
    .div-block-3.hero-5g {
        background-position: 50% 0;
        background-repeat: no-repeat;
    }
    .section {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section.feature,
    .section.infra,
    .section.certification,
    .section.client {
        padding-bottom: 50px;
    }
    .bold-text-12 {
        font-size: 32px;
        line-height: 48px;
    }
    .bold-text-12.middle {
        line-height: 45px;
    }
    .div-block-4 {
        margin-top: 50px;
    }
    .div-block-5 {
        height: auto;
        margin-bottom: 20px;
    }
    .div-block-6 {
        height: auto;
    }
    .div-block-7 {
        min-height: auto;
        margin-top: 20px;
    }
    .div-block-8 {
        margin-bottom: 50px;
    }
    .div-block-9 {
        max-width: none;
    }
    .div-block-11.middle {
        margin-top: 0;
    }
    .image-5 {
        min-width: 500px;
    }
    .div-block-16 {
        align-self: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .quick-stack-4 {
        grid-row-gap: 50px;
    }
    .bold-text-14 {
        font-size: 48px;
        line-height: 68px;
    }
    .div-block-19 {
        margin-top: 50px;
    }
    .quick-stack-5 {
        grid-row-gap: 20px;
    }
    .cell-6:hover {
        border-radius: 10px;
    }
    .section-hero {
        padding-bottom: 50px;
    }
    .quick-stack-6 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .div-block-20 {
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-radius: 10px;
        min-width: 140px;
        min-height: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .image-11 {
        height: 20px;
        margin-bottom: 30px;
    }
    .cell-8,
    .cell-9 {
        align-items: center;
    }
    .div-block-22 {
        background-size: 200px;
        border: 1px solid #d9d9d9;
        border-radius: 8px;
        box-shadow: 10px 10px #eee;
    }
    .div-block-24 {
        margin-top: 75px;
    }
    .cell-15 {
        justify-content: center;
        align-items: center;
    }
    .quick-stack-13 {
        padding-bottom: 50px;
    }
    .spline-scene {
        width: 500px;
        margin-top: 50px;
    }
    .quick-stack-14,
    .quick-stack-16 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .div-block-26 {
        border-radius: 5px;
    }
    .modal-ztp {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
    .div-block-28 {
        padding-right: 20px;
    }
    .div-block-29 {
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-block-17 {
        font-size: 32px;
        line-height: 48px;
    }
    .text-block-18 {
        margin-top: 30px;
    }
    .text-block-18.second {
        margin-bottom: 30px;
    }
    .div-block-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .close-fast-open,
    .close-ztp,
    .close-auto-access,
    .close-network {
        height: 35px;
    }
    .cell-22 {
        border-radius: 5px;
    }
    .text-block-24 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .div-block-32 {
        text-align: center;
        display: block;
    }
    .close-infra {
        height: 35px;
    }
    .cell-29 {
        display: block;
    }
    .close-cloud,
    .close-5g {
        height: 35px;
    }
    .div-block-33 {
        margin-top: 50px;
    }
    .div-block-35 {
        padding-left: 20px;
    }
    .image-27 {
        height: 30px;
    }
    .div-block-39 {
        margin-top: 50px;
    }
    .div-block-40 {
        border-radius: 20px;
    }
    .image-30 {
        height: 35px;
    }
    .div-block-42 {
        margin-top: 50px;
    }
    .div-block-43.first,
    .div-block-43._222,
    .div-block-43._333,
    .div-block-43._444 {
        height: auto;
    }
    .quick-stack-21 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .text-block-32 {
        line-height: 22px;
    }
    .div-block-52,
    .div-block-53 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-block-33,
    .text-block-34 {
        line-height: 22px;
    }
    .section-4 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .quick-stack-22 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .div-block-59 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .quick-stack-23 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .div-block-61 {
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cell-92 {
        display: block;
    }
    .heading-5 {
        margin-top: 0;
        font-size: 32px;
    }
    .text-block-39 {
        font-size: 14px;
        line-height: 20px;
    }
    .cell-98 {
        display: block;
    }
    .text-block-41 {
        margin-bottom: 20px;
    }
    .div-block-68,
    .div-block-68.backbone {
        padding-left: 20px;
        padding-right: 20px;
    }
    .image-45 {
        max-width: 80%;
    }
    .quick-stack-27 {
        padding: 0;
    }
    .cell-106 {
        display: block;
    }
    .quick-stack-28 {
        grid-column-gap: 20px;
    }
    .div-block-73 {
        margin-top: 50px;
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-block-42 {
        font-size: 18px;
        line-height: 25px;
    }
    .text-block-43 {
        font-size: 36px;
        line-height: 42px;
    }
    .div-block-76 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .image-53 {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 479px) {
    .container {
        max-width: none;
    }
    .nav-menu-wrapper {
        background-color: #fff;
        width: auto;
    }
    .nav-menu-two {
        flex-direction: column;
    }
    .nav-dropdown {
        align-items: flex-start;
    }
    .menu-button.w--open {
        background-color: #000;
    }
    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        box-shadow: 10px 10px 10px #eee;
    }
    .nav-menu.header {
        height: auto;
    }
    .nav-menu.header._2 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .nav-dropdown-toggle-2 {
        margin-left: 0;
        padding-left: 5px;
    }
    .nav-dropdown-toggle-2.w--open {
        align-self: auto;
    }
    .nav-button-wrapper {
        width: auto;
    }
    .list-item-6 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .list-item-6.right {
        width: 2px;
        height: 40px;
        margin: 25px 0;
        padding-left: 0;
        padding-right: 0;
    }
    .list-item-7 {
        align-self: flex-start;
        margin-left: 36px;
        display: block;
    }
    .list-nav-right {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 25px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .list-nav-right.second {
        align-self: center;
        display: block;
    }
    .list-nav-right2 {
        margin: 10px 25px 10px 0;
        display: block;
    }
    .div-block-2 {
        margin-top: 25px;
    }
    .heading {
        font-size: 32px;
        line-height: 48px;
    }
    .div-heading,
    .div-paragraph {
        margin-top: 25px;
    }
    .p-middle {
        min-width: 303px;
        font-size: 14px;
        line-height: 20px;
    }
    .div-btn-contact.right {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .submit-button {
        padding: 15.5px 15px;
        font-size: 12px;
        line-height: 17px;
    }
    .text-field {
        min-width: 220px;
        font-size: 12px;
        line-height: 17px;
    }
    .div-button {
        margin-top: 25px;
    }
    .div-button.mb-200 {
        margin-top: 35px;
        padding-bottom: 0;
    }
    .image-3 {
        max-width: 80%;
    }
    .div-block-3.aigc {
        margin-top: 50px;
    }
    .div-block-3.hero-5g {
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .section {
        margin-top: 0;
    }
    .bold-text-12.middle {
        line-height: 48px;
    }
    .div-block-5 {
        height: auto;
        margin-bottom: 20px;
        padding: 20px;
    }
    .div-block-6,
    .cell-3 {
        padding: 20px;
    }
    .div-block-7 {
        margin-top: 20px;
        padding: 20px;
    }
    .div-block-8 {
        margin-bottom: 70px;
    }
    .image-4 {
        max-width: none;
        height: 20px;
        margin-right: 5px;
    }
    .div-block-11 {
        align-items: center;
        min-width: 0%;
        height: auto;
    }
    .heading-3 {
        display: flex;
    }
    .image-5 {
        min-width: auto;
    }
    .bold-text-13 {
        font-size: 16px;
        line-height: 22px;
    }
    .image-6 {
        width: 22px;
        max-width: none;
        height: 22px;
    }
    .image-7,
    .image-8 {
        max-width: none;
        height: 20px;
        margin-right: 5px;
    }
    .div-block-12.cell {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .div-block-12.cell.black {
        margin-bottom: 50px;
    }
    .div-block-12.cell.black.tall {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .div-block-12.cell.connect {
        margin-top: 25px;
    }
    .div-block-14 {
        margin-top: 50px;
    }
    .quick-stack-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .quick-stack-3 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .div-block-16 {
        height: auto;
    }
    .quick-stack-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .bold-text-14 {
        font-size: 32px;
        line-height: 48px;
    }
    .p-right {
        max-width: none;
        font-size: 14px;
        line-height: 20px;
    }
    .cell-5 {
        align-items: flex-start;
        padding-left: 0;
        padding-right: 0;
    }
    .image-10 {
        padding-left: 0;
    }
    .div-block-19 {
        margin-top: 50px;
    }
    .quick-stack-5 {
        grid-row-gap: 30px;
    }
    .cell-6:hover {
        border-radius: 10px;
    }
    .text-block-5 {
        margin-top: 50px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .list.second {
        margin-top: 25px;
    }
    .div-block-20 {
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-radius: 10px;
        width: 100%;
        min-width: 90px;
        height: 100%;
        min-height: 91px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .image-11 {
        height: 15px;
        margin-bottom: 20px;
    }
    .bold-text-16 {
        font-size: 12px;
        line-height: 14px;
    }
    .text-block-8 {
        font-size: 8px;
        line-height: 14px;
    }
    .text-block-9,
    .text-block-9.location {
        font-size: 14px;
        line-height: 20px;
    }
    .div-block-21 {
        margin-top: 75px;
    }
    .image-12 {
        height: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .div-block-22 {
        background-size: 150px;
        border: 1px solid #d9d9d9;
        border-radius: 8px;
        padding: 75px 10px 25px;
        box-shadow: 10px 10px #eee;
    }
    .outer-bg {
        border-radius: 10px;
    }
    .text-field-3 {
        height: 48px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
        line-height: 20px;
    }
    .quick-stack-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .checkbox-field {
        margin-left: 20px;
    }
    .checkbox-label {
        padding-left: 10px;
        font-size: 14px;
    }
    .quick-stack-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .text-block-10 {
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .image-14 {
        height: 30px;
    }
    .text-block-12 {
        font-family: Proximanova, Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
    }
    .div-block-24 {
        margin-top: 50px;
    }
    .bold-text-17 {
        font-size: 14px;
        line-height: 20px;
    }
    .list-2 {
        margin-top: 25px;
    }
    .text-block-14 {
        font-size: 14px;
        line-height: 20px;
    }
    .div-block-25 {
        margin-top: 25px;
    }
    .quick-stack-12 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .cell-15 {
        justify-content: center;
        align-items: center;
    }
    .text-block-15 {
        margin-left: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .image-15 {
        height: 20px;
    }
    .image-16,
    .image-17 {
        height: 30px;
    }
    .bold-text-18 {
        font-size: 16px;
        line-height: 22px;
    }
    .bold-text-19 {
        font-size: 14px;
        line-height: 20px;
    }
    .quick-stack-13 {
        padding-bottom: 50px;
    }
    .spline-scene {
        width: 100%;
        min-width: 320px;
        max-width: none;
        height: 320px;
        min-height: 320px;
        max-height: none;
        margin-top: 40px;
    }
    .quick-stack-14 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .div-block-26 {
        padding: 25px 20px 20px;
    }
    .div-block-26.black,
    .div-block-26.black.high {
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .div-block-27 {
        padding-right: 0;
    }
    .div-block-27.wide {
        margin-bottom: 20px;
        padding-right: 20px;
    }
    .image-18,
    .image-19 {
        height: 35px;
    }
    .text-block-16 {
        font-size: 18px;
        line-height: 25px;
    }
    .modal-ztp {
        border-radius: 15px;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .div-block-28 {
        padding-top: 15px;
        padding-right: 20px;
    }
    .div-block-29 {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-block-17 {
        font-size: 32px;
        line-height: 48px;
    }
    .text-block-18 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .text-block-18.second {
        margin-bottom: 20px;
    }
    .div-block-30 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .text-block-19 {
        font-size: 18px;
        line-height: 25px;
    }
    .image-20 {
        height: 35px;
    }
    .div-ztp {
        height: 100vh;
        padding-left: 16px;
        padding-right: 16px;
    }
    .list-3 {
        margin-top: 20px;
        font-size: 12px;
        line-height: 17px;
    }
    .list-item-9 {
        margin-bottom: 15px;
    }
    .text-block-23 {
        margin-top: 25px;
    }
    .close-ztp {
        height: 35px;
    }
    .bold-text-21 {
        font-size: 32px;
        line-height: 48px;
    }
    .div-block-31 {
        margin-top: 20px;
    }
    .open-auto-access,
    .image-23,
    .open-network {
        height: 35px;
    }
    .text-block-24 {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 48px;
    }
    .div-block-32 {
        display: block;
    }
    .open-infra,
    .open-cloud,
    .open-5g {
        height: 35px;
    }
    .bold-text-22 {
        font-size: 32px;
        line-height: 48px;
    }
    .close-cloud,
    .close-5g {
        height: 35px;
    }
    .div-block-33 {
        margin-top: 50px;
    }
    .div-block-35 {
        padding-left: 20px;
    }
    .image-27 {
        height: 25px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .div-block-40 {
        border-radius: 10px;
        box-shadow: 5px 5px #eee;
    }
    .text-block-26 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 22px;
    }
    .text-block-27 {
        font-size: 14px;
        line-height: 17px;
    }
    .div-block-41 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .image-28,
    .image-29 {
        height: 50px;
    }
    .div-block-42 {
        margin-top: 50px;
    }
    .div-block-43 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-block-43.first,
    .div-block-43._222,
    .div-block-43._333 {
        height: auto;
    }
    .image-31 {
        height: 35px;
        margin-left: 10px;
    }
    .image-32 {
        height: 35px;
        margin-right: 10px;
    }
    .image-33 {
        max-width: none;
        height: 35px;
    }
    .image-34,
    .image-35 {
        height: 35px;
    }
    .div-block-49 {
        padding: 15px 20px;
    }
    .text-block-30 {
        font-size: 14px;
        line-height: 20px;
    }
    .image-36 {
        max-width: 70px;
    }
    .text-block-31 {
        font-size: 14px;
        line-height: 20px;
    }
    .bold-text-24,
    .bold-text-25,
    .bold-text-26 {
        font-family: Proximanova, Arial, sans-serif;
    }
    .div-block-51 {
        max-width: 80%;
    }
    .quick-stack-21 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .text-block-32 {
        font-size: 14px;
        line-height: 20px;
    }
    .div-block-52,
    .div-block-53 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .text-block-33,
    .text-block-34 {
        font-size: 14px;
        line-height: 20px;
    }
    .div-block-55 {
        border-radius: 4px;
        height: 48px;
    }
    .text-block-35 {
        font-size: 16px;
        line-height: 22px;
    }
    .div-block-56.cick-show {
        padding: 10px;
    }
    .text-block-36 {
        font-size: 14px;
        line-height: 20px;
    }
    .image-43 {
        height: 35px;
    }
    .div-block-58 {
        margin-top: 50px;
    }
    .quick-stack-22 {
        grid-column-gap: 15px;
        grid-row-gap: 20px;
    }
    .div-block-59 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .quick-stack-23 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .div-block-60 {
        border-radius: 10px;
    }
    .div-block-61 {
        padding-bottom: 35px;
    }
    .cell-92,
    .div-block-62 {
        border-radius: 10px;
    }
    .text-block-40 {
        margin-left: 10px;
    }
    .div-block-64,
    .div-block-65,
    .div-block-66,
    .div-block-67 {
        height: 20px;
    }
    .div-block-68 {
        border-radius: 10px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .div-block-68.backbone {
        padding-top: 35px;
    }
    .div-block-71 {
        border-radius: 10px;
    }
    .div-block-72 {
        border-radius: 10px;
        padding-top: 35px;
    }
    .div-block-73 {
        margin-top: 50px;
        padding: 50px 0 0;
    }
    .text-block-42 {
        font-size: 18px;
        line-height: 25px;
    }
    .text-block-43 {
        font-size: 25px;
        line-height: 32px;
    }
    .div-block-74 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .quick-stack-30 {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
    }
    .image-50 {
        max-width: 25px;
    }
    .div-block-76 {
        padding-left: 0;
        padding-right: 0;
    }
    .quick-stack-32 {
        margin-top: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-block-44 {
        font-size: 32px;
        line-height: 40px;
    }
    .button-2 {
        height: 48px;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 14px;
        line-height: 20px;
    }
    .button-2.infra-sec {
        margin-top: 25px;
    }
}

#w-node-_36e6691f-862c-d450-5640-78fe7634bef2-7067431f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f5c5159e-30b3-7cb2-73ee-a323eb57a757-7067431f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-d98e8d0c-6763-c456-a96c-baa654f234ad-7067431f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
}

#w-node-af380a1d-bbff-8742-ae86-a38bfdf39fc9-7067431f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_21b9bb95-6285-0a93-0e46-47ec9567f571-7067431f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e12022df-3912-2c32-094a-b688f98d6afa-7067431f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_76b8aff7-2a04-23a2-d1a2-aa5129d30350-7067431f,
#w-node-de0a7ea2-6371-f723-2b6e-8f705bd23209-5bd23207 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-de0a7ea2-6371-f723-2b6e-8f705bd23215-5bd23207 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-de0a7ea2-6371-f723-2b6e-8f705bd23253-5bd23207 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_95215aa9-2d71-b228-f4a5-05efd3a8c2e8-d3a8c2da {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_95215aa9-2d71-b228-f4a5-05efd3a8c2fd-d3a8c2da {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_95215aa9-2d71-b228-f4a5-05efd3a8c306-d3a8c2da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

#w-node-_967efc0a-b417-68d4-422a-829671418c61-e04dd293 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71b6c4b2-f564-773c-bfbe-fa13312e4e8c-e04dd293,
#w-node-_729c727d-e21b-d816-c426-c9a0b78bb1b6-e04dd293 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_63ecede1-ddb2-8151-c153-08aef9be27c7-e04dd293,
#w-node-_5128b81d-a29d-394f-9597-c9fa9e065ab9-e04dd293,
#w-node-_22b2fd19-5dcc-94a9-8364-63b9fe8df8fa-e04dd293,
#w-node-_5892fd49-1310-86ac-e757-097fcdcfa1e9-e04dd293,
#w-node-d013632e-5333-e479-c669-29808c6cf420-e04dd293 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_2e351369-52ac-6c3a-a875-d7811cedfb82-e04dd293 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-db51db21-b9cf-b1f1-d12e-783b249fd93e-e04dd293 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-c9975250-a20b-2723-34e3-0a247b065a13-e04dd293 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

#w-node-ea408e90-3d07-c123-3252-98c92eee3b7f-e04dd293 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_9af044e0-508b-f1fb-eba5-c91c6a85c0b8-e04dd293 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a270d7c4-dad0-a1dc-2d40-5aec7b835bd0-5df02f1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-db51db21-b9cf-b1f1-d12e-783b249fd93e-15d3f7c0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_18e48dbf-541f-7d26-e37a-95bc81b18d3d-15d3f7c0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_855c67ed-38d6-fcb1-9b58-ab033fa74c94-15d3f7c0 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 2fr 1fr 1fr;
}

#w-node-a270d7c4-dad0-a1dc-2d40-5aec7b835bd0-0e9b6eee {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_58ac2da3-ab0a-e3ae-b367-d92fb6126aba-6b910e9f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0f8b82b1-c525-5659-6821-9c24cf437624-6b910e9f {
    grid-column: span 2 / span 2;
}

#w-node-e414ee36-4962-3a94-66c6-6b45870f6fa5-6b910e9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_9bc18763-c387-ac61-c818-7b0cc4f2d496-6b910e9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-_8b507adf-1bb0-a954-432d-dd5048ad7f4e-6b910e9f {
    grid-template-rows: auto;
    grid-template-columns: 5fr 2fr 2.25fr 1fr;
}

#w-node-_292b7634-7c1f-ecfb-f7d4-2f35ae13c290-6b910e9f {
    grid-row: span 2 / span 2;
}

#w-node-be3ae9a8-31df-6a40-ed28-90cf19a5ea41-6b910e9f,
#w-node-_7d14c83d-65c1-861c-7bd2-df87fbd70ac4-6b910e9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}

#w-node-_1ce77879-314e-3088-dfe5-29d424050869-6b910e9f {
    grid-row: span 2 / span 2;
}

#w-node-_7875f516-dc98-3146-a138-b7919fc25830-6b910e9f {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
}

#w-node-e5e91d28-70d6-c046-8191-c2f9e3a1c556-6b910e9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-e5e91d28-70d6-c046-8191-c2f9e3a1c564-6b910e9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-e5e91d28-70d6-c046-8191-c2f9e3a1c579-6b910e9f {
    grid-template-rows: auto;
    grid-template-columns: 5fr 2fr 2.25fr 1fr;
}

#w-node-_99d73398-b9e8-f8a4-4d0e-2af7cf416908-6b910e9f,
#w-node-_99d73398-b9e8-f8a4-4d0e-2af7cf41691e-6b910e9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}

#w-node-d0183b20-d69a-175c-02fa-8223132d9df3-6b910e9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

#w-node-c871893b-3358-db2f-fa9c-354906474308-6b910e9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
    #w-node-_36e6691f-862c-d450-5640-78fe7634bef2-7067431f {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #w-node-af380a1d-bbff-8742-ae86-a38bfdf39fc9-7067431f {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
    #w-node-e12022df-3912-2c32-094a-b688f98d6afa-7067431f,
    #w-node-_95215aa9-2d71-b228-f4a5-05efd3a8c2e8-d3a8c2da {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-db51db21-b9cf-b1f1-d12e-783b249fd93e-15d3f7c0 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-_58ac2da3-ab0a-e3ae-b367-d92fb6126aba-6b910e9f {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-_292b7634-7c1f-ecfb-f7d4-2f35ae13c290-6b910e9f,
    #w-node-_1ce77879-314e-3088-dfe5-29d424050869-6b910e9f {
        grid-row: span 2 / span 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_36e6691f-862c-d450-5640-78fe7634bef2-7067431f,
    #w-node-f5c5159e-30b3-7cb2-73ee-a323eb57a757-7067431f,
    #w-node-d98e8d0c-6763-c456-a96c-baa654f234ad-7067431f,
    #w-node-af380a1d-bbff-8742-ae86-a38bfdf39fc9-7067431f {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-_21b9bb95-6285-0a93-0e46-47ec9567f571-7067431f {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }
    #w-node-e12022df-3912-2c32-094a-b688f98d6afa-7067431f,
    #w-node-de0a7ea2-6371-f723-2b6e-8f705bd23209-5bd23207,
    #w-node-de0a7ea2-6371-f723-2b6e-8f705bd23253-5bd23207 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-db51db21-b9cf-b1f1-d12e-783b249fd93e-e04dd293 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-ea408e90-3d07-c123-3252-98c92eee3b7f-e04dd293 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-_9af044e0-508b-f1fb-eba5-c91c6a85c0b8-e04dd293 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #w-node-a270d7c4-dad0-a1dc-2d40-5aec7b835bd0-5df02f1b {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-db51db21-b9cf-b1f1-d12e-783b249fd93e-15d3f7c0 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-_18e48dbf-541f-7d26-e37a-95bc81b18d3d-15d3f7c0 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-_855c67ed-38d6-fcb1-9b58-ab033fa74c94-15d3f7c0 {
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
        grid-template-columns: 1.5fr 1fr 1fr;
    }
    #w-node-a270d7c4-dad0-a1dc-2d40-5aec7b835bd0-0e9b6eee {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-_58ac2da3-ab0a-e3ae-b367-d92fb6126aba-6b910e9f {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-_292b7634-7c1f-ecfb-f7d4-2f35ae13c290-6b910e9f,
    #w-node-_1ce77879-314e-3088-dfe5-29d424050869-6b910e9f {
        grid-row: span 2 / span 2;
    }
    #w-node-_7875f516-dc98-3146-a138-b7919fc25830-6b910e9f {
        grid-template-rows: minmax(0, 1fr);
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_36e6691f-862c-d450-5640-78fe7634bef2-7067431f,
    #w-node-d98e8d0c-6763-c456-a96c-baa654f234ad-7067431f,
    #w-node-af380a1d-bbff-8742-ae86-a38bfdf39fc9-7067431f {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-_21b9bb95-6285-0a93-0e46-47ec9567f571-7067431f {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }
    #w-node-e12022df-3912-2c32-094a-b688f98d6afa-7067431f,
    #w-node-de0a7ea2-6371-f723-2b6e-8f705bd23253-5bd23207 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-_95215aa9-2d71-b228-f4a5-05efd3a8c2fd-d3a8c2da {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-_729c727d-e21b-d816-c426-c9a0b78bb1b6-e04dd293,
    #w-node-d013632e-5333-e479-c669-29808c6cf420-e04dd293 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
    #w-node-_2e351369-52ac-6c3a-a875-d7811cedfb82-e04dd293 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #w-node-db51db21-b9cf-b1f1-d12e-783b249fd93e-e04dd293 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-ea408e90-3d07-c123-3252-98c92eee3b7f-e04dd293 {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
    #w-node-db51db21-b9cf-b1f1-d12e-783b249fd93e-15d3f7c0 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-_855c67ed-38d6-fcb1-9b58-ab033fa74c94-15d3f7c0 {
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #w-node-_58ac2da3-ab0a-e3ae-b367-d92fb6126aba-6b910e9f {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }
    #w-node-_292b7634-7c1f-ecfb-f7d4-2f35ae13c290-6b910e9f,
    #w-node-_1ce77879-314e-3088-dfe5-29d424050869-6b910e9f {
        grid-row: span 2 / span 2;
    }
    #w-node-c871893b-3358-db2f-fa9c-354906474308-6b910e9f {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}