@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

html {
    box-sizing: border-box
}

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

* {
    max-height: 1000000px
}

body {
    color: #000;
    background: #fff;
    font: 16px/1.2 Open Sans, sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.gm-style img {
    max-width: none
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-weight: 600;
    margin: 0;
    font-family: Poppins;
    color: #07324d;
    text-transform: uppercase;
    text-align: center
}

h1,
.h1 {
    font-size: 78px;
    font-size: 72px
}

@media (max-width: 1320px) {

    h1,
    .h1 {
        font-size: calc(36px + 36 * (100vw - 375px) / 945)
    }
}

h2,
.h2 {
    font-size: 52px
}

@media (max-width: 1320px) {

    h2,
    .h2 {
        font-size: calc(28px + 24 * (100vw - 375px) / 945)
    }
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 22px
}

h5,
.h5 {
    font-size: 17px
}

h6,
.h6 {
    font-size: 15px
}

p {
    font-size: 20px;
    color: #37404d;
    line-height: 150%;
    margin: 0;
    text-align: center
}

@media (max-width: 1320px) {
    p {
        font-size: calc(16px + 4 * (100vw - 375px) / 945)
    }
}

a {
    color: #000;
    text-decoration: none;
    transition: color .3s ease
}

a:hover,
a:focus {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

.btn {
    display: inline-block;
    font-weight: 600;
    border: 2px solid #07324D;
    padding: 17px;
    text-transform: uppercase;
    text-align: center;
    min-width: 260px;
    font-size: 16px;
    border-radius: 16px
}

@media (max-width: 1320px) {
    .btn {
        font-size: calc(14px + 2 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .btn {
        border-radius: calc(10px + 6 * (100vw - 375px) / 945)
    }
}

.btn_primary {
    background-color: #07324d;
    color: #fff
}

.btn_primary:hover {
    background-color: #fff;
    color: #07324d;
    transition: all .3s ease
}

.btn_secondary {
    background-color: #fff;
    color: #07324d
}

.btn_secondary:hover {
    background-color: #07324d;
    color: #fff;
    transition: all .3s ease
}

form,
fieldset {
    margin: 0;
    border-style: none
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #000
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #000
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
    color: #ccc
}

select {
    -webkit-border-radius: 0
}

textarea {
    vertical-align: top;
    resize: none
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    font-family: Open Sans, sans-serif
}

#wrapper {
    overflow: hidden;
}

.header {
    padding: 25px 8px
}

@media (max-width: 479px) {
    .header {
        padding: 16px 8px
    }
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.header_logo {
    width: 164px;
    height: auto
}

@media (max-width: 1320px) {
    .header_logo {
        width: calc(116px + 48 * (100vw - 375px) / 945)
    }
}

.header_logo img {
    width: 100%;
    height: 100%
}

.header .btn {
    min-width: 260px;
    margin-right: 20px
}

@media (max-width: 1023px) {
    .header .btn {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .header .btn {
        min-width: 165px;
        padding: 9px
    }
}

html,
body {
    min-height: 100%
}

.container {
    max-width: 1428px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    height: 100%
}

.lock {
    overflow: hidden
}

.page-template-main_page .header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%
}

.page-template-main_page .footer {
    display: none;
}

.section-tip {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #0172DB 0%, #062760 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0 auto 32px
}

@media (max-width: 1320px) {
    .section-tip {
        font-size: calc(20px + 4 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .section-tip {
        margin-bottom: calc(24px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 479px) {
    .section-tip {
        max-width: 295px;
        width: 100%
    }
}

.form_wrap {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none
}

.form_wrap.show {
    opacity: 1;
    z-index: 150;
    transition: all .3s ease;
    pointer-events: all
}

.form_wrap .backdrop {
    background: rgba(2, 27, 49, .6980392157);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.form_wrap .form_inner {
    position: relative;
    z-index: 155;
    border-radius: 20px;
    background-color: #fff;
    padding: 42px;
    max-width: 525px;
    width: calc(100% - 32px)
}

@media (max-width: 1320px) {
    .form_wrap .form_inner {
        padding-right: calc(16px + 26 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .form_wrap .form_inner {
        padding-left: calc(16px + 26 * (100vw - 375px) / 945)
    }
}

.form_wrap .form_inner h2 {
    font-size: 42px;
    background: linear-gradient(90deg, #07324C 0%, #26688F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1.26px
}

@media (max-width: 1320px) {
    .form_wrap .form_inner h2 {
        font-size: calc(32px + 10 * (100vw - 375px) / 945)
    }
}

.form_wrap .form_inner .form_text {
    font-size: 14px;
    max-width: 315px;
    width: 100%;
    margin: 0 auto 34px;
    text-align: center;
    color: #37404D;
    line-height: 150%;
    font-weight: 500
}

@media (max-width: 1320px) {
    .form_wrap .form_inner .form_text {
        margin-bottom: calc(20px + 14 * (100vw - 375px) / 945)
    }
}

.form_wrap .close_btn {
    position: absolute;
    top: 18px;
    right: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.form_wrap .close_btn:before,
.form_wrap .close_btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #07324d;
    transform-origin: center
}

.form_wrap .close_btn:before {
    transform: rotate(45deg)
}

.form_wrap .close_btn:after {
    transform: rotate(-45deg)
}

.form_wrap .input_wrap {
    margin-bottom: 20px
}

.form_wrap .input_wrap p {
    text-align: start;
}

.form_wrap .input_wrap label {
    font-family: "Poppins";
    display: inline-block;
    font-size: 13px;
    color: #07324d;
    margin-bottom: 4px;
    font-weight: 500
}

.form_wrap .input_wrap .input,
.form_wrap .input_wrap .textarea {
    width: 100%;
    outline: none;
    padding: 12px 16px;
    border: 1px solid #C6D7E1;
    border-radius: 16px;
    transition: all .3s ease;
    color: #07324d
}

.form_wrap .input_wrap .input:focus,
.form_wrap .input_wrap .textarea:focus {
    border-color: #07324d;
    transition: all .3s ease
}

.form_wrap .input_wrap .input::placeholder,
.form_wrap .input_wrap .textarea::placeholder {
    color: #6a8494
}

.form_wrap .input_wrap .textarea {
    height: 100px
}

.form_wrap .form_btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #07324D;
    border-radius: 16px;
    padding: 17px;
    text-transform: uppercase;
    background-color: #07324d;
    color: #fff;
    transition: all .3s ease;
    width: 100%
}

.form_wrap .form_btn:hover {
    background-color: #fff;
    color: #07324d;
    transition: all .3s ease
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    display: none !important;
}

.grid_cards-wrap {
    display: grid;
    grid-template: 1fr 1fr/1fr 1fr 1fr;
    gap: 12px
}

@media (max-width: 1023px) {
    .grid_cards-wrap {
        grid-template: 1fr/1fr
    }
}

.grid_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 70px;
    border-radius: 24px;
    overflow: hidden;
    padding: 32px 24px;
    background-color: #f7f9fe;
    min-height: 335px
}

@media (max-width: 1320px) {
    .grid_card {
        border-radius: calc(16px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .grid_card {
        padding-top: calc(24px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .grid_card {
        padding-bottom: calc(24px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .grid_card {
        padding-right: calc(16px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .grid_card {
        padding-left: calc(16px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 767px) {
    .grid_card {
        min-height: 200px
    }
}

.grid_card .card_icon {
    width: 40px;
    height: 40px
}

.grid_card .card_text {
    text-align: start;
    max-width: 350px
}

.grid_card:nth-child(3) {
    position: relative;
    background-color: transparent;
    grid-row: 1/3;
    grid-column: 2/3
}

@media (max-width: 1023px) {
    .grid_card:nth-child(3) {
        grid-row: auto;
        grid-column: auto
    }
}

@media (max-width: 767px) {
    .grid_card:nth-child(3) {
        min-height: 365px
    }
}

.grid_card:nth-child(3) .card_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.grid_card:nth-child(3) .card_text {
    margin-top: auto
}

.coming {
    height: 100dvh;
    padding: 16px 0 24px
}

@media (max-width: 1023px) {
    .coming {
        padding: 12px 0 32px;
        height: 100%
    }
}

@media (max-height: 930px) and (max-width: 768px) {
    .coming {
        height: auto
    }
}

.coming_content {
    display: flex;
    align-items: center;
    height: 100%
}

@media (max-width: 1023px) {
    .coming_content {
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 20px
    }
}

.coming_text-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
    height: 100%;
    padding: 160px 25px 25px 0
}

@media (max-width: 1023px) {
    .coming_text-block {
        width: 100%;
        justify-content: flex-end;
        padding: 0;
        height: 50%
    }
}

.coming_text-block h1 {
    font-size: 72px;
    color: #07324d;
    text-transform: uppercase;
    max-width: 635px;
    width: 100%;
    margin-bottom: 20px;
    text-align: start
}

@media (max-width: 1320px) {
    .coming_text-block h1 {
        font-size: calc(36px + 36 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1023px) {
    .coming_text-block h1 {
        max-width: 100%
    }
}

.coming_text-block p {
    font-size: 16px;
    color: #07324d;
    margin-bottom: 42px;
    max-width: 490px;
    width: 100%;
    letter-spacing: -0.42px;
    line-height: 150%;
    text-align: start;
}

@media (max-width: 1320px) {
    .coming_text-block p {
        font-size: calc(14px + 2 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .coming_text-block p {
        margin-bottom: calc(24px + 18 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1023px) {
    .coming_text-block p {
        max-width: 100%
    }
}

.coming_text-block .btn {
    min-width: 260px
}

.coming_text-block .btn.hide {
    display: none
}

@media (max-width: 1023px) {
    .coming_text-block .btn.hide {
        display: block
    }
}

.coming_text-block .btn:not(:last-child) {
    margin-bottom: 12px
}

@media (max-width: 479px) {
    .coming_text-block .btn {
        width: 100%
    }
}

.coming_btns-wrap {
    margin-bottom: auto
}

@media (max-width: 1023px) {
    .coming_btns-wrap {
        margin-bottom: 20px;
        width: 100%
    }
}

.coming_email {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px
}

@media (max-width: 479px) {
    .coming_email {
        margin: 0 auto
    }
}

.coming_email img {
    width: 32px;
    height: 32px
}

.coming_email a {
    color: #07324d;
    position: relative;
    font-weight: 600;
    text-transform: uppercase
}

.coming_email a:hover:before {
    width: 100%;
    transition: all .3s ease
}

.coming_email a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #07324d;
    transition: all .3s ease
}

.coming_video {
    height: 100%;
    width: 50%;
    border-radius: 24px;
    overflow: hidden;
    position: relative
}

@media (max-width: 1320px) {
    .coming_video {
        border-radius: calc(16px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1023px) {
    .coming_video {
        width: 100%;
        min-height: 412px;
        height: 50%
    }
}

.coming_video video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.welcome {
    padding-top: 50px;
    padding-bottom: 150px
}

@media (max-width: 1320px) {
    .welcome {
        padding-top: calc(60px + -10 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .welcome {
        padding-bottom: calc(100px + 50 * (100vw - 375px) / 945)
    }
}

.welcome_title {
    font-size: 72px;
    max-width: 925px;
    width: 100%;
    margin: 0 auto 60px
}

@media (max-width: 1320px) {
    .welcome_title {
        font-size: calc(40px + 32 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .welcome_title {
        margin-bottom: calc(50px + 10 * (100vw - 375px) / 945)
    }
}

.welcome_logo {
    display: block;
    margin: 0 auto 64px;
    width: 152px;
    height: 131px
}

@media (max-width: 1320px) {
    .welcome_logo {
        margin-bottom: calc(48px + 16 * (100vw - 375px) / 945)
    }
}

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

.similar-section .content-body {
    display: grid;
    place-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    padding: 220px 12px
}

@media (max-width: 1320px) {
    .similar-section .content-body {
        border-radius: calc(16px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .similar-section .content-body {
        padding-top: calc(49px + 171 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .similar-section .content-body {
        padding-bottom: calc(49px + 171 * (100vw - 375px) / 945)
    }
}

.similar-section .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.similar-section .content {
    padding: 70px 16px;
    text-align: center;
    max-width: 1092px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(23.6px);
    backdrop-filter: blur(23.6px);
    border-radius: 16px;
    background-color: #ffffff47
}

@media (max-width: 1320px) {
    .similar-section .content {
        padding-top: calc(32px + 38 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .similar-section .content {
        padding-bottom: calc(32px + 38 * (100vw - 375px) / 945)
    }
}

.similar-section .title {
    max-width: 690px;
    width: 100%;
    margin: 0 auto 20px
}

@media (max-width: 1320px) {
    .similar-section .title {
        margin-bottom: calc(16px + 4 * (100vw - 375px) / 945)
    }
}

.similar-section .text {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px
}

@media (max-width: 1320px) {
    .similar-section .text {
        margin-bottom: calc(36px + 4 * (100vw - 375px) / 945)
    }
}

.system {
    padding-top: 180px;
    padding-bottom: 90px
}

@media (max-width: 1320px) {
    .system {
        padding-top: calc(70px + 110 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .system {
        padding-bottom: calc(35px + 55 * (100vw - 375px) / 945)
    }
}

.system_content {
    margin-bottom: 100px
}

@media (max-width: 1320px) {
    .system_content {
        margin-bottom: calc(70px + 30 * (100vw - 375px) / 945)
    }
}

.system_title {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 72px
}

@media (max-width: 1320px) {
    .system_title {
        font-size: calc(40px + 32 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .system_title {
        margin-bottom: calc(30px + 10 * (100vw - 375px) / 945)
    }
}

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

.system_text:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 1320px) {
    .system_text:not(:last-child) {
        margin-bottom: calc(20px + 4 * (100vw - 375px) / 945)
    }
}

.system_cards-title {
    font-size: 52px;
    margin-bottom: 60px
}

@media (max-width: 1320px) {
    .system_cards-title {
        font-size: calc(38px + 14 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .system_cards-title {
        margin-bottom: calc(36px + 24 * (100vw - 375px) / 945)
    }
}

.intelligence {
    padding-top: 90px;
    padding-bottom: 60px
}

@media (max-width: 1320px) {
    .intelligence {
        padding-top: calc(35px + 55 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .intelligence {
        padding-bottom: calc(70px + -10 * (100vw - 375px) / 945)
    }
}

.intelligence_content {
    margin-bottom: 100px
}

@media (max-width: 1320px) {
    .intelligence_content {
        margin-bottom: calc(70px + 30 * (100vw - 375px) / 945)
    }
}

.intelligence_title {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 72px
}

@media (max-width: 1320px) {
    .intelligence_title {
        font-size: calc(40px + 32 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .intelligence_title {
        margin-bottom: calc(30px + 10 * (100vw - 375px) / 945)
    }
}

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

.intelligence_text:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 1320px) {
    .intelligence_text:not(:last-child) {
        margin-bottom: calc(20px + 4 * (100vw - 375px) / 945)
    }
}

.intelligence_cards-title {
    font-size: 52px;
    margin-bottom: 60px
}

@media (max-width: 1320px) {
    .intelligence_cards-title {
        font-size: calc(38px + 14 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .intelligence_cards-title {
        margin-bottom: calc(36px + 24 * (100vw - 375px) / 945)
    }
}

.intelligence .grid_cards-wrap {
    margin-bottom: 60px
}

@media (max-width: 1320px) {
    .intelligence .grid_cards-wrap {
        margin-bottom: calc(36px + 24 * (100vw - 375px) / 945)
    }
}

.steps {
    margin-bottom: 24px
}

.steps_content {
    padding: 100px 16px;
    background-color: #f7f9fe;
    border-radius: 24px
}

@media (max-width: 1320px) {
    .steps_content {
        padding-top: calc(35px + 65 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .steps_content {
        padding-bottom: calc(35px + 65 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .steps_content {
        border-radius: calc(16px + 8 * (100vw - 375px) / 945)
    }
}

.steps_title {
    font-size: 40px;
    max-width: 870px;
    width: 100%;
    margin: 0 auto 20px
}

@media (max-width: 1320px) {
    .steps_title {
        font-size: calc(24px + 16 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .steps_title {
        margin-bottom: calc(16px + 4 * (100vw - 375px) / 945)
    }
}

.steps .steps-tip_2 {
    margin-bottom: 20px
}

@media (max-width: 1320px) {
    .steps .steps-tip_2 {
        margin-bottom: calc(16px + 4 * (100vw - 375px) / 945)
    }
}

.steps .divider {
    height: 80px;
    width: 1px;
    background-color: #d9e2f8;
    margin: 0 auto 20px
}

@media (max-width: 1320px) {
    .steps .divider {
        margin-bottom: calc(16px + 4 * (100vw - 375px) / 945)
    }
}

.steps_text {
    max-width: 646px;
    width: 100%;
    margin: 0 auto 60px
}

@media (max-width: 1320px) {
    .steps_text {
        margin-bottom: calc(36px + 24 * (100vw - 375px) / 945)
    }
}

.steps_img {
    max-width: 456px;
    width: 100%;
    height: auto;
    min-height: 252px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden
}

@media (max-width: 1320px) {
    .steps_img {
        max-width: calc(169px + 287 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .steps_img {
        border-radius: calc(12px + 12 * (100vw - 375px) / 945)
    }
}

.steps_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.footer {
    padding-top: 24px;
    padding-bottom: 24px
}

@media (max-width: 1320px) {
    .footer {
        padding-top: calc(12px + 12 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .footer {
        padding-bottom: calc(12px + 12 * (100vw - 375px) / 945)
    }
}

.footer_content {
    padding: 40px 32px;
    background-color: #f7f9fe;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

@media (max-width: 1320px) {
    .footer_content {
        padding-top: calc(24px + 16 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .footer_content {
        padding-bottom: calc(12px + 28 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .footer_content {
        padding-right: calc(16px + 16 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .footer_content {
        padding-left: calc(16px + 16 * (100vw - 375px) / 945)
    }
}

@media (max-width: 1320px) {
    .footer_content {
        border-radius: calc(16px + 8 * (100vw - 375px) / 945)
    }
}

@media (max-width: 767px) {
    .footer_content {
        flex-direction: column
    }
}

.footer_logo {
    max-width: 164px;
    width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .footer_logo {
        display: none
    }
}

.footer_logo-mob {
    display: none
}

@media (max-width: 767px) {
    .footer_logo-mob {
        display: block;
        max-width: 62px;
        height: auto
    }
}

.footer_email {
    display: flex;
    align-items: center;
    gap: 8px
}

.footer_email img {
    width: 32px;
    height: 32px
}

.footer_email a {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    text-transform: uppercase
}

.footer_email a:hover:before {
    width: 100%;
    transition: all .3s ease
}

.footer_email a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #07324d;
    transition: all .3s ease
}