@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

* {
    padding:0;
    margin: 0;
    box-sizing: content-box;
}
#_page{
    overflow: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    filter: opacity(0);
    -webkit-filter: opacity(0);
    position: relative;
}

.loading--ready #_page {
    filter: opacity(1);
    -webkit-filter: opacity(1);
}

body, html {
    font-family: 'Open Sans', sans-serif;
    background: #1D325B;
    color: white;
    font-size: 16px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.04em;
}

section {
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

.container {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: auto;
    padding: 0 20px;
    height: 100%;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

header > .wrapper {
    max-width: 1440px;
    width: 93%;
    margin: auto;
    padding: 10px 0px;

    /* White */
    border-bottom: 2px solid #ffffff6e;
    padding-top: 75px;
    display: grid;
    grid-template-columns: 46% 47%;
    gap: 7%;
    position: relative;
}

header > .wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: #F39317;
    transition: 1s;
}

.loading--ready header > .wrapper:before {
    width: 150px;
}

.ui-section--start {background-color:  #04070E;display: flex;background-size: cover;background-position: center;height: 100vh; max-height: 600px;padding-bottom: 50px;}

.ui-section--start > .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}
.ui-section--start > .background canvas {
    filter: blur(150px);
    -webkit-filter: blur(150px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.ui-section--start > .background [data-lazy] {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: left !important;
    transition: 1s;
    transform: scale(1.2);
    filter: opacity(0);
    -webkit-transition: 1s;
    -webkit-transform: scale(1.2);
    -webkit-filter: opacity(0);
    -moz-transition: 1s;
    -moz-transform: scale(1.2);
    -moz-filter: opacity(0);
    top: 0;
    z-index: 1;
}

.ui-section--start.load > .background [data-lazy] {
    transform: scale(1);
    filter: opacity(1);
    -webkit-transform: scale(1);
    -webkit-filter: opacity(1);
    -moz-transform: scale(1);
    -moz-filter: opacity(1);
}

.ui--label {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 44px;
}

section > * > .wrapper {
    display: grid;
    grid-template-columns: 46% 47%;
    gap: 7%;
    height: 100%;
    position: relative;
    z-index: 1;
}

h1 {
    font-size: 48px;
    line-height: 110%;
}

.ui-section--start p {
    font-weight: 300;
}

.ui-logo--matrix {
    display: block;
    width: 99px;
    height: 53px;
    background: url('/assets/icons/image 51.svg');
}

.ui-logo--ibm {
    width: 99px;
    height: 74px;
    background: url('/assets/icons/Group 677.svg');
}

.l-mt-auto {
    margin-top: auto;
}

.align-items-center {
    align-items: center;
}

.ui-section--start .wrapper > .col {
}

.ui-section--1 {
    color: #1D325B;
    background: white;
}

.ui-section--1 .wrapper {
    display: grid;
    grid-template-columns: 43% 47%;
    gap: 10%;
    width: 100%;
}

p {
    margin-bottom: 20px;
}

.l-mt-auto {margin-top: auto}
.l-mt-0 {margin-top: 0px}
.l-mt-5 {margin-top: 5px}
.l-mt-15 {margin-top: 15px}
.l-mt-20 {margin-top: 20px}
.l-mt-25 {margin-top: 25px}
.l-mt-30 {margin-top: 30px}
.l-mt-50 {margin-top: 50px}

.l-mb-auto {margin-bottom: auto}
.l-mb-0 {margin-bottom: 0px}
.l-mb-5 {margin-bottom: 5px}
.l-mb-15 {margin-bottom: 15px}
.l-mb-20 {margin-bottom: 20px}
.l-mb-25 {margin-bottom: 25px}
.l-mb-30 {margin-bottom: 30px}
.l-mb-40 {margin-bottom: 40px}
.l-mb-50 {margin-bottom: 50px}
.l-mb-100 {margin-bottom: 100px}

.l-ml-auto {margin-left: auto}
.l-ml-0 {margin-left: 0px}
.l-ml-5 {margin-left: 5px}
.l-ml-15 {margin-left: 15px}
.l-ml-20 {margin-left: 20px}
.l-ml-25 {margin-left: 25px}
.l-ml-30 {margin-left: 30px}
.l-ml-50 {margin-left: 50px}

.l-mr-auto {margin-right: auto}
.l-mr-0 {margin-right: 0px}
.l-mr-5 {margin-right: 5px}
.l-mr-15 {margin-right: 15px}
.l-mr-20 {margin-right: 20px}
.l-mr-25 {margin-right: 25px}
.l-mr-30 {margin-right: 30px}
.l-mr-50 {margin-right: 50px}

.l-pl-25 {
    padding-left: 25px !important;
}

.l-fs-16 {font-size: 16px;line-height: 140%;}
.l-fs-20 {font-size: 20px;line-height: 27px;}
.l-pb-0 {padding-bottom: 0 !important;}
.text-white {color: white;}
.text-center {
    text-align: center;
}
.text-uppercase{
    text-transform: uppercase;
}
.l-fw-700 {font-weight: 700;}
.flex-column {flex-direction: column;}

.text-orange {
    color: #F39317;
}

.l-fs-12 {
    font-size: 12px;
}
.l-fs-24 {
    font-size: 24px;
    line-height: 33px;
}
.relative {
    position: relative;
}
.overflow-hidden{
    overflow: hidden;
}

.ui-text--1 {
    font-size: 24px;
    line-height: 130%;
    /* or 31px */
    text-transform: uppercase;
}

section .wrapper > .col.border {
    border-left: 3px solid #F39317;
    padding-left: 60px;
    width: calc(100% - 60px);
}

section > * > .wrapper.grid-3 {
    grid-template-columns: 33% 33% 33%;
    gap: 100px;
    width: calc(100% - 200px);
}

section > * > .wrapper.grid-4 {
    grid-template-columns: 25% 25% 25% 25%;
    gap: 100px;
    width: calc(100% - 300px);
}

h2 {
    font-size: 32px;
    line-height: 110%;
}

.ui-button {
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: white;
    background: url('/assets/icons/button-blue.svg') no-repeat;
    padding: 20px 40px;
    text-align: center;
    display: flex;
    width: max-content;
    background-size: cover;
    background-position: right;
    cursor: pointer;
    justify-content: center;
}

.ui-button > .label + .icon {
    margin-left: 10px;
}

.icon--arrow {
    width: 18px;
    height: 18px;
    background: url('/assets/icons/Vector 13.svg') no-repeat;
    display: block;
}

.ui-feature-block {
    background: url('/assets/images/block.png') no-repeat;
    background-size: contain;
    max-width: 573px;
    height: 425px;
    position: relative;
}

.ui-feature-block > .wrapper {
    padding: 60px 25px 60px 110px;
    width: calc(100% - 135px);
}

.ui-feature-block > .wrapper > .title {
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ui-text--2, .ui--label {
    display: flex;
    position:relative;
}

.ui-text--2:before, .ui--label:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #F39317;
    min-width: 10px;
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.ui--label:before{
    position:
            absolute;
    top: inherit;
    bottom: 10px;
    left: -60px;
}

.ui-gradient--block {
    background: radial-gradient(85.96% 221.44% at 85.96% 57%, rgba(29, 50, 91, 0) 21.44%, #1D325B 54.77%, rgba(29, 50, 91, 0) 84.96%, #1D325B 100%);
    position: relative;
}

.ui-gradient--block > .wrapper {
    padding: 100px;
    display: grid;
    grid-template-columns: 450px 50%;
    position: relative;
    z-index: 1;
}

div.ui_form__fieldset > .field > input {
    background: transparent;
    color: white;
    padding: 11px 16px;
    padding-top: 25px;
}

.ui_form__fieldset > .field {
    border: 1px solid #FFFFFF;
}

div.ui_form__fieldset > .field > label {
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #ffffff73;
}

div.ui_form__fieldset {
    margin-bottom: 20px;
    margin-top: 0;
}

div.ui_form__fieldset > .field.checkbox {
    border: none;
}

div.field.checkbox.checkbox--1 .box {
    border-color: white;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    min-width: 16px;
}

div.ui_form__fieldset > .field.checkbox.checkbox--1 label {
    color: white;
    text-transform: none;
    font-size: 12px;
    line-height: 1.2;
}

a {
    color: #F39317;
    text-decoration: none;
}

.ui-gradient--block > .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.ui-gradient--block > .background > [data-lazy] {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: 1s;
    transform: scale(1.2);
    filter: opacity(0);
    -webkit-transition: 1s;
    -webkit-transform: scale(1.2);
    -webkit-filter: opacity(0);
    -moz-transition: 1s;
    -moz-transform: scale(1.2);
    -moz-filter: opacity(0);
}
.ui-gradient--block > .background > [data-lazy].load {
    transform: scale(1);
    filter: opacity(1);
    -webkit-transform: scale(1);
    -webkit-filter: opacity(1);
    -moz-transform: scale(1);
    -moz-filter: opacity(1);
}
footer {
    border-top: 2px solid #FFFFFF;
    position: relative;
    z-index: 11;
}

footer > .wrapper {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: auto;
    padding: 25px 20px;
    display: grid;
    grid-template-columns: 33% 33% 34%;
    align-items: center;
    font-size: 10px;
    line-height: 1.6;
}

footer > .wrapper p {
    margin-bottom: 0;
}

footer > .wrapper > .col:last-child {
    margin-left: auto;
    text-align: right;
}

footer > .wrapper > .col {
    width: 100%;
}

.ui-button.ui-button--1 {
    background: url(/assets/icons/button-orange.svg) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 20px 60px;
}

.ui-social-items {
    display: flex;
    justify-content: flex-end;
}

.ui-social {
    display: inline-flex;
    border: 1px solid #FFFFFF;
    padding: 6px;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    margin-left: 20px;
}

.icon--fb {
    display: block;
    width: 11px;
    height: 20px;
    background: url('/assets/icons/f_1_.svg');
}

.icon--in {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/assets/icons/_x31_0.Linkedin.svg');
}

.ui-gradient--1 .wrapper .image {
    background-size: contain !important;
    position: absolute;
    bottom: 50vh;
    right: -600px;
    width: 1652.53px;
    height: 1219.84px;
    transition: 1s;
    transform: scale(1.2);
    filter: opacity(0);
    -webkit-transition: 1s;
    -webkit-transform: scale(1.2);
    -webkit-filter: opacity(0);
    -moz-transition: 1s;
    -moz-transform: scale(1.2);
    -moz-filter: opacity(0);
}

.ui-gradient--1 .wrapper .image.load{
    transform: scale(1);
    filter: opacity(1);
    -webkit-transform: scale(1);
    -webkit-filter: opacity(1);
    -moz-transform: scale(1);
    -moz-filter: opacity(1);
}
.ui-gradient--1 {
    position: absolute;
    width: 100%;
    /* max-width: 1440px; */
    margin: 0;
    z-index: 0;
    pointer-events: none;
    height: 300vh;
    bottom: 0;
    overflow: hidden;
}

.ui-gradient--1 > .wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(181deg, #1e325b, transparent);
    z-index: 1;
}

.ui-gradient--1 > .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.ui-gradient--1 > .wrapper iframe {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div.field.checkbox input:checked + .box {
    border: 2px solid #f39416;
    background: #f39416;
}
.icon--chevron{
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url('/assets/icons/Polygon 4.svg') no-repeat;
    background-size: contain;
    position: relative;
    top: 1px;
    margin-left: 2px;
}

#contact {
    padding-top: 0px;
}

.swal2-container {
    color: black;
}

section > * > .wrapper.grid-3--auto {
    grid-template-columns: auto auto auto;
    gap: 0;
}

.gap-15 {
    gap: 15px !important;
}

.ui-block--1 {
    border: 1px solid rgba(29, 50, 91, 0.5);
    width: 100%;
    position: relative;
    z-index: 10;
}

.ui-block--1 > .wrapper {
    display: block;
    padding: 50px;
    width: calc(100% - 100px);
}



.ui-block--1.style--6 > .wrapper, .ui-block--1.style--7 > .wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    padding: 40px;
    padding-bottom: 50px;
    width: calc(100% - 108px);
}


.ui-block--1 .border--1, .ui-block--1 .border--2, .ui-block--1 .border--3, .ui-block--1 .border--4 {
    position: absolute;
    background: white;
    width: 26px;
    height: 25px;
    border-left: 1px solid rgba(29, 50, 91, 0.5);
}

.ui-block--1.style--1 .border--1, .ui-block--1.style--3 .border--1 {
    top: -14px;
    right: -14px;
    transform: rotate(-46deg);
}

.ui-block--1.style--1 .border--2 {
    bottom: -13px;
    left: -14px;
    transform: rotate(135deg);
}

.ui-block--1.style--1 .border--3 {
    bottom: -13px;
    right: -14px;
    transform: rotate(45deg);
}

.ui-block--1.style--2 .border--1, .ui-block--1.style--4 .border--1, .ui-block--1.style--5 .border--1 {
    top: -12px;
    left: -16px;
    transform: rotate(-140deg);
}

.ui-block--1.style--2 .border--2, .ui-block--1.style--3 .border--2 {
    bottom: -13px;
    left: -15px;
    transform: rotate(135deg);
}

.ui-block--1.style--4 {
    z-index: 11;
}

.ui-block--1.style--1 {
    z-index: 2;
}

.ui-block--1.style--3 {
    z-index: 2;
}

.ui-block--1.style--7 {
    background: url('/assets/images/block-2.jpg') no-repeat;
    color: white;
    background-size: cover;
    border: none;
    background-position: center;
}

.ui-block--1.style--7 .border--1, .ui-block--1.style--7 .border--2, .ui-block--1.style--7 .border--3 {
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
}

.ui-block--1.style--7 .border--1 {
    top: -25px;
    left: -25px;
}

.ui-block--1.style--7 .border--2 {
    bottom:-25px;
    left: -25px;

}

.ui-block--1.style--7 .border--3 {
    bottom:-25px;
    right: -25px;
}

.ui-block--1.style--6 .border--1{
    top: -25px;
    right: -27px;
    transform: rotate(-44deg);
    width: 50px;
    height: 50px;
}

.ui-block--1.style--6 .border--2 {
    width: 50px;
    bottom: -26px;
    left: -25px;
    transform: rotate(134deg);
    height: 50px;
}

.ui-block--1.style--6 .border--3 {
    bottom: -25px;
    right: -27px;
    transform: rotate(44deg);
    width: 50px;
    height: 50px;
}

.ui-section--3 {
    color: white;
    padding: 100px 0;
    margin: 100px 0;
    margin-bottom: 0px;
}

.ui-section--3 > .border--1 {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -49px;
    right: -49px;
    background: #1e325b;
    transform: rotate(45deg);
}

.ui-section--3  .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ui-section--3  .background > [data-lazy] {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.ui-section--3 > * > .wrapper {
    padding: 25px;
    width: calc(100% - 50px);
    gap: 50px !important;
}

p:last-child {
    margin-bottom: 0;
}

.ui-text--4 {
    display: flex;
    align-items: center;
}

.ui-text--4.style--1 {
    align-items: flex-start;
}

.ui-text--4 > .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.ui-text--4 > .icon.x2 {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.icon--speed {
    width: 40px;
    height: 40px;
    background: url('/assets/icons/Vector.svg') no-repeat;
    display: block;
}
.icon--find {
    width: 40px;
    height: 40px;
    background: url('/assets/icons/Group.svg') no-repeat;
    display: block;
}

.icon--security {
    width: 40px;
    height: 40px;
    background: url('/assets/icons/Group-1.svg') no-repeat;
    display: block;
}

.icon--monitoring {
    width: 40px;
    height: 40px;
    background: url('/assets/icons/Vector-1.svg') no-repeat;
    display: block;
}

.icon--code {
    width: 40px;
    height: 40px;
    background: url('/assets/icons/programming-browser-code-2--code-browser-tags-angle-programming-bracket.svg') no-repeat;
    display: block;
}
.icon--secure {
    width: 40px;
    height: 40px;
    background: url('/assets/icons/Group-2.svg') no-repeat;
    display: block;
}
.icon--streaming {
    width: 40px;
    height: 40px;
    background: url('/assets/icons/interface-share-hand-lock--give-hand-lock-padlock-secure-security-transfer.svg') no-repeat;
    display: block;
}
.icon--world {
    width: 40px;
    height: 40px;
    background: url('/assets/icons/interface-align-layers-1--design-layer-layers-pile-stack.svg') no-repeat;
    display: block;
}

.icon--interface {
    width: 34px;
    height: 34px;
    background: url('/assets/icons/interface-layout-border-frame--border-cell-format-formatting-full.svg') no-repeat;
    display: block;
}

.icon--graph {
    width: 34px;
    height: 34px;
    background: url('/assets/icons/money-graph-bar-decrease--arrow-product-performance-down-decrease-graph-business-chart.svg') no-repeat;
    display: block;
}

.icon--clock {
    width: 34px;
    height: 34px;
    background: url('/assets/icons/iconmonstr-keyboard-15 1.svg') no-repeat;
    display: block;
}

.icon--layout {
    width: 34px;
    height: 34px;
    background: url('/assets/icons/interface-layout-8--grid-header-layout-layouts-masthead.svg') no-repeat;
    display: block;
}

.icon--graph-alt {
    width: 34px;
    height: 34px;
    background: url('/assets/icons/money-graph-bar-increase--up-product-performance-increase-arrow-graph-business-chart.svg') no-repeat;
    display: block;
}

.icon--code-alt {
    width: 34px;
    height: 34px;
    background: url('/assets/icons/iconmonstr-keyboard-15 2.svg') no-repeat;
    display: block;
}

.icon--button {
    width: 60px;
    height: 60px;
    background: url('/assets/icons/Button-W.svg') no-repeat;
    display: block;
    background-size: contain;
}

.ui-text--3 {
    display: flex;
}

.ui-text--3 > .title {
    white-space: nowrap;
    font-size: 24px;
    margin-right: 12px;
    margin-top: 3px;
}

.ui-gradient--1.ui-gradient--2 > .wrapper > .image {bottom: -600px;left: 500px;background-repeat: no-repeat !important;width: 100%;height: 100%;background-position: center !important;}

.ui-feature-block.style--1 {
    background: url(/assets/images/block-1.jpg) no-repeat;
    background-size: 1100px;
    background-position: center -76px;
    height: auto;
}

.ui-feature-block.style--1  > .wrapper {
    padding: 40px;
}

.ui-feature-block.style--1 .border--1 {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #1e325b;
    top: -20px;
    left: -20px;
    transform: rotate(45deg);
}

.ui-feature-block.style--1 .border--2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #1e325b;
    bottom: -20px;
    right: -20px;
    transform: rotate(45deg);
}

.text-muted{
    opacity: 0.5;
}

.ui-section--start > .background > .ui-video--element {
    position: absolute;
    top: 0;
    left: 0;
    width: 57%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    overflow: hidden;
}

.ui-video--element > video {
    width: 100%;
    height: 100%;
    opacity: 1
}

.ui-section--start > .background > .ui-video--element:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(268deg, #04070E, transparent);
    left: 0;
    z-index: 2;
}

.ui-section--start > .background > .ui-video--element:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #04070E, transparent);
    left: 0;
    z-index: 2;
}

.ui-section--start > .background > .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 26vh;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    opacity: 1;
    color: #d1dcff14;
    font-weight: 600;
    height: 70%;
}

.ui-video--element.style--1 video{
    transform: rotate(45deg);
}

.ui-gradient--block > .background > [data-lazy].ready {-webkit-filter: opacity(1);filter: opacity(1);}