﻿@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media (min-width:600px) {
    .container {
        max-width: 600px;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1400px
    }
}

@media (min-width:1704px) {
    .container {
        max-width: 1704px
    }
}

.bg-red, .color-red {
    background-color: #ee0707 !important
}

.bg-blue, .color-blue {
    background-color: #0b4e97 !important
}

.bg-green, .color-green {
    background-color: #04724d !important
}

.bg-text, .color-text {
    background-color: #486284 !important
}

@font-face {
    font-display: swap;
    font-family: Nirmala UI;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NirmalaUI.woff2) format("woff2"),url(../fonts/NirmalaUI.woff) format("woff"),url(../fonts/NirmalaUI.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Kalimati;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Kalimati.woff2) format("woff2"),url(../fonts/Kalimati.woff) format("woff"),url(../fonts/Kalimati.ttf) format("truetype")
}

body {
    color: #486284;
    margin: 0;
    max-width: 100%;
    position: relative;
    transition: all .3s ease-out
}

@media (max-width:1024px) {
    body {
        overflow-x: hidden
    }
}

img {
    max-width: 100%
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: Nirmala UI,sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800
}

p {
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 160%;
    margin: 0 0 22px
}

@media (max-width:991px) {
    p {
        font-size: 16px;
        line-height: inherit
    }
}

p a {
    text-decoration: underline
}

    p a:hover {
        color: #ee0707
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul li {
        font-size: 16px;
        line-height: 24px
    }

a {
    color: inherit;
    outline: none
}

    a, a:hover {
        text-decoration: none
    }

        a:hover {
            color: #ee0707
        }

h1, h2, h3 {
    font-weight: 700
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem
}

@media (max-width:1024px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

@media (max-width:991px) {
    h4 {
        font-size: 1.15rem
    }
}

.page-title {
    margin-bottom: 26px
}

* {
    box-sizing: border-box
}

.main-content {
    min-height: 70vh;
    transition: all .15s ease-out
}

.section {
    padding: 70px 0;
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .section {
        padding: 40px 0
    }
}

.section__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

    .section__bg img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

@media (min-width:1921px) {
    .container {
        max-width: 1620px
    }
}

@media (max-width:1600px) {
    .container {
        max-width: 1364px
    }
}

@media (min-width:1201px) {
    .container--sm {
        max-width: 1144px
    }
}

.container--full {
    max-width: 100%;
    padding: 0
}

.bottom-0 {
    bottom: 0
}

.end-0 {
    inset-inline-end: 0
}

.col-auto {
    grid-column: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mr-auto {
    margin-right: auto
}

.mt-6 {
    margin-top: 1.5rem
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.max-w-28 {
    max-width: 7rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-xl {
    max-width: 36rem
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.justify-center {
    justify-content: center
}

.gap-12 {
    gap: 3rem
}

.gap-8 {
    gap: 2rem
}

.text-wrap {
    text-wrap: wrap
}

.p-6 {
    padding: 1.5rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.text-red {
    --tw-text-opacity: 1;
    color: rgb(236 32 83/var(--tw-text-opacity,1))
}

.btn {
    align-items: center;
    background-color: #0b4e97;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    max-width: 100%;
    min-height: 42px;
    min-width: 120px;
    padding: 6px 12px
}

    .btn:hover {
        background-color: #ee0707;
        color: #fff
    }

@media (min-width:1024px) {
    .btn--lg {
        font-size: 1.15rem;
        min-height: 62px;
        min-width: 200px
    }
}

.btn--sm {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .03em;
    min-height: 34px;
    min-width: 60px;
    padding: 4px 12px
}

.btn--play, .btn--red {
    background-color: #ee0707
}

.btn--play {
    color: #fff;
    font-size: 32px;
    height: 86px;
    width: 86px
}

    .btn--play i {
        font-size: inherit
    }

.btn--gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity,1))
}

.btn--outlined {
    background-color: transparent;
    border-color: #0b4e97;
    border-width: 2px;
    color: #0b4e97
}

.formfield {
    margin-bottom: 1.65rem
}

@media (max-width:1023px) {
    .formfield {
        margin-bottom: 1.15rem
    }
}

.formfield label {
    margin-bottom: 6px
}

.form-control {
    min-height: 56px
}

    .form-control::-moz-placeholder {
        color: #6d758f
    }

    .form-control::placeholder {
        color: #6d758f
    }

.form--gray .form-control {
    background-color: #ced7e4;
    border-color: #d3dce7
}

.form-control {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    width: 100%;
    --bs-border-width: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control[type=file] {
        overflow: hidden
    }

        .form-control[type=file]:not(:disabled):not([readonly]) {
            cursor: pointer
        }

    .form-control:focus {
        background-color: var(--bs-body-bg);
        border-color: #86b7fe;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        color: var(--bs-body-color);
        outline: 0
    }

    .form-control::-webkit-date-and-time-value {
        height: 1.5em;
        margin: 0;
        min-width: 85px
    }

    .form-control::-webkit-datetime-edit {
        display: block;
        padding: 0
    }

    .form-control::-moz-placeholder {
        color: var(--bs-secondary-color);
        opacity: 1
    }

    .form-control::placeholder {
        color: var(--bs-secondary-color);
        opacity: 1
    }

    .form-control:disabled {
        background-color: var(--bs-secondary-bg);
        opacity: 1
    }

    .form-control::file-selector-button {
        background-color: var(--bs-tertiary-bg);
        border: 0 solid;
        border-color: inherit;
        border-inline-end-width: var(--bs-border-width);
        border-radius: 0;
        color: var(--bs-body-color);
        margin: -.375rem -.75rem;
        margin-inline-end: .75rem;
        padding: .375rem .75rem;
        pointer-events: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

    .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
        background-color: var(--bs-secondary-bg)
    }

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }

        .form-control::file-selector-button {
            transition: none
        }
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
    color: var(--bs-body-color);
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

    .form-control-plaintext:focus {
        outline: 0
    }

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-left: 0;
        padding-right: 0
    }

.form-control-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2);
    padding: .25rem .5rem
}

    .form-control-sm::-webkit-file-upload-button, .form-control-sm::file-selector-button {
        margin: -.25rem -.5rem;
        margin-inline-end: .5rem;
        padding: .25rem .5rem
    }

.form-control-lg {
    border-radius: var(--bs-border-radius-lg);
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2);
    padding: .5rem 1rem
}

    .form-control-lg::-webkit-file-upload-button, .form-control-lg::file-selector-button {
        margin: -.5rem -1rem;
        margin-inline-end: 1rem;
        padding: .5rem 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + .75rem + var(--bs-border-width)*2)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2)
}

.form-control-color {
    height: calc(1.5em + .75rem + var(--bs-border-width)*2);
    padding: .375rem;
    width: 3rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius)
    }

    .form-control-color::-webkit-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius)
    }

    .form-control-color.form-control-sm {
        height: calc(1.5em + .5rem + var(--bs-border-width)*2)
    }

    .form-control-color.form-control-lg {
        height: calc(1.5em + 1rem + var(--bs-border-width)*2)
    }

input:not([type=submit]).form-control, select.form-control, textarea.form-control {
    background-color: #fff;
    border: 1px solid #d3dce7;
    border-radius: 4px;
    display: block;
    margin-bottom: 0;
    min-height: 40px;
    padding: 9px 15px;
    width: 100%
}

    input:not([type=submit]).form-control::-moz-placeholder, select.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
        opacity: 1
    }

    input:not([type=submit]).form-control::placeholder, select.form-control::placeholder, textarea.form-control::placeholder {
        opacity: 1
    }

    input:not([type=submit]).form-control:focus, select.form-control:focus, textarea.form-control:focus {
        background-color: #fff;
        box-shadow: none
    }

select.form-control {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjMkFDRkI1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAyMGM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwUzE1LjUyMyAwIDEwIDAgMCA0LjQ3NyAwIDEwczQuNDc3IDEwIDEwIDEwbTQuNzY2LTEwLjY4YS43NTYuNzU2IDAgMCAwIDAtMS4wOTNBLjguOCAwIDAgMCAxNC4yIDhhLjguOCAwIDAgMC0uNTY1LjIyNkwxMCAxMS43NCA2LjM2NSA4LjIyN2EuODIuODIgMCAwIDAtMS4xMzEgMCAuNzU1Ljc1NSAwIDAgMCAwIDEuMDkzbDQuNjA2IDQuNDQ4YS4yMy4yMyAwIDAgMCAuMzIyIDB6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
    background-position: calc(100% - 15px) calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 40px
}

    select.form-control:focus {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiIGZpbHRlcj0idXJsKCNiKSI+PHBhdGggZmlsbD0iIzNENUFGRSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMjBjNS41MjMgMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMG00Ljc2Ni0xMC42OGEuNzU1Ljc1NSAwIDAgMCAwLTEuMDk0QS44LjggMCAwIDAgMTQuMiA4YS44LjggMCAwIDAtLjU2NS4yMjZMMTAgMTEuNzQgNi4zNjUgOC4yMjdhLjgyLjgyIDAgMCAwLTEuMTMxIDAgLjc1NS43NTUgMCAwIDAgMCAxLjA5M2w0LjYwNiA0LjQ0OGEuMjMuMjMgMCAwIDAgLjMyMiAweiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvY2xpcFBhdGg+PGZpbHRlciBpZD0iYiIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB4PSItNSIgeT0iLTMiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJoYXJkQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyLjUiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC45NDkwMiAwIDAgMCAwIDAuOTU2ODYzIDAgMCAwIDAgMC45ODgyMzUgMCAwIDAgMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzExNTBfMiIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xMTUwXzIiIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+")
    }

textarea.form-control {
    background-color: transparent;
    border-radius: 3px;
    border-width: 1px;
    height: 90px;
    padding: 12px
}

.opt-ch label {
    cursor: pointer;
    display: block
}

    .opt-ch label input[type=checkbox], .opt-ch label input[type=radio] {
        display: none
    }

    .opt-ch label .content-wrap {
        align-items: center;
        background-color: #eff8ff;
        border: 2px solid #d6eaff;
        border-radius: 6px;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        padding: 12px 36px 12px 60px;
        position: relative;
        transition: all .15s ease-out
    }

        .opt-ch label .content-wrap:after, .opt-ch label .content-wrap:before {
            content: "";
            position: absolute;
            top: 50%;
            --t-scale: 1;
            border-radius: 50%;
            height: 24px;
            left: 24px;
            transform: translateY(-50%) scale(var(--t-scale));
            transition: all .15s ease-out;
            width: 24px
        }

        .opt-ch label .content-wrap:before {
            background-color: #fff;
            border: 2.5px solid #d3dce7
        }

        .opt-ch label .content-wrap:after {
            background-color: #fff;
            transform-origin: center;
            --t-scale: 0
        }

        .opt-ch label .content-wrap:hover {
            background-color: #eff8ff;
            border-color: #d6eaff;
            box-shadow: 1px 1px 6px -1px rgba(11,78,151,.1)
        }

    .opt-ch label .text-wrap p {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 0
    }

    .opt-ch label .icon img {
        height: 70px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 120px
    }

    .opt-ch label input:checked ~ .content-wrap {
        background-color: #eff8ff;
        border-color: #0b4e97;
        box-shadow: 0 0 8px -2px rgba(11,78,151,.25)
    }

        .opt-ch label input:checked ~ .content-wrap:before {
            background-color: #0b4e97;
            border-color: #d6eaff
        }

        .opt-ch label input:checked ~ .content-wrap:after {
            --t-scale: .3;
            background-color: #fff
        }

.toast {
    color: #000;
    --bs-toast-border-radius: 8px;
    --bs-toast-border-color: transparent;
    --bs-toast-box-shadow: rgba(50,50,93,.25) 0px 30px 60px -12px,rgba(0,0,0,.3) 0px 18px 36px -18px
}

@media (min-width:600px) {
    .toast {
        --bs-toast-max-width: 420px
    }
}

.toast-body, .toast-header {
    padding: 12px 20px
}

.toast-header {
    border-radius: 0
}

    .toast-header .btn-close {
        height: 16px;
        padding: 0;
        width: 16px
    }

.toast-title {
    color: #0b4e97;
    font-size: 20px
}

.toast-body {
    padding-bottom: 20px
}

    .toast-body p {
        font-size: 16px
    }

.hero-icon svg {
    display: block;
    height: auto;
    width: 100%
}

.searchfield {
    position: relative
}

@media (max-width:1023px) {
    .searchfield {
        position: static
    }
}

.searchfield__form {
    border-radius: 6px;
    display: flex;
    height: 42px;
    max-width: 100%;
    overflow: hidden;
    width: 220px
}

.searchfield__submit {
    background-color: #0b4e97;
    border: 0;
    color: #fff;
    flex: 0 0 42px;
    height: 42px
}

.nav-wrapper {
    background: linear-gradient(#d6eaff,#fff);
    position: relative
}

.nav-wrapper__row {
    align-items: center;
    display: flex;
    gap: 24px
}

@media (max-width:1023px) {
    .nav-wrapper__row {
        gap: 8px
    }
}

.nav-wrapper .nav-logo img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1399px) {
    .nav-wrapper .nav-logo img {
        height: 80px
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .nav-wrapper .nav-logo img {
        height: 70px
    }
}

@media (max-width:1023px) {
    .nav-wrapper .nav-logo img {
        height: 80px;
        max-width: 200px
    }
}

@media (max-width:599px) {
    .nav-wrapper .nav-logo img {
        height: 60px;
        max-width: 150px
    }
}

.nav-wrapper .nav-btns {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-left: auto
}

@media (max-width:599px) {
    .nav-wrapper .nav-btns .btn {
        min-width: auto;
        padding: 4px 10px
    }
}

.header {
    background: linear-gradient(#d6eaff,#fff);
    position: relative
}

.header__inner {
    align-items: center;
    display: flex;
    gap: 24px
}

@media (max-width:1023px) {
    .header__inner {
        gap: 8px
    }
}

.header .logo img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1399px) {
    .header .logo img {
        height: 80px
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .header .logo img {
        height: 70px
    }
}

@media (max-width:1023px) {
    .header .logo img {
        height: 80px;
        max-width: 200px
    }
}

@media (max-width:599px) {
    .header .logo img {
        height: 60px;
        max-width: 150px
    }
}

.header__nav {
    flex: auto
}

    .header__nav .navbar {
        position: static
    }

@media (max-width:1023px) {
    .header__nav .navbar {
        justify-content: flex-end
    }
}

.header__nav .navbar-toggler {
    height: 42px;
    padding: 4px;
    width: 42px
}

@media (min-width:1024px) {
    .header__nav .navbar-toggler {
        display: none
    }
}

.header__nav .navbar-toggler-icon {
    height: 24px;
    width: 24px
}

.header__nav .navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(6,24,44,.4),0 4px 6px -1px rgba(6,24,44,.65),inset 0 1px 0 hsla(0,0%,100%,.08)
}

.header__nav .navbar-collapse.collapsing, .header__nav .navbar-collapse.show {
    visibility: visible
}

@media (min-width:1024px) {
    .header__nav .navbar-collapse {
        display: block;
        visibility: visible
    }
}

@media (max-width:1023px) {
    .header__nav .navbar-collapse {
        background-color: #0b4e97;
        color: #fff;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100vw;
        z-index: 99
    }
}

.header__nav .navbar-nav {
    display: flex;
    gap: 20px
}

@media (min-width:1024px) {
    .header__nav .navbar-nav {
        align-items: center;
        flex-flow: row;
        justify-content: center
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .header__nav .navbar-nav {
        gap: 12px
    }
}

@media (max-width:1023px) {
    .header__nav .navbar-nav {
        gap: 12px;
        padding: 12px 16px 24px
    }
}

.header__nav .navbar-nav .nav-item {
    font-weight: 600
}

@media (min-width:1024px) and (max-width:1199px) {
    .header__nav .navbar-nav .nav-item {
        font-size: 14px
    }
}

.header__nav .navbar-nav .nav-item a {
    color: inherit
}

.header__nav .searchfield {
    padding: 12px 16px 4px
}

.header__nav .searchfield__form {
    width: 100%
}

.header__right {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    margin-left: auto
}

@media (max-width:1399px) {
    .header__right {
        gap: 12px
    }
}

@media (max-width:1023px) {
    .header__right {
        padding-left: 12px
    }
}

@media (min-width:1024px) and (max-width:1399px) {
    .header__right .searchfield__form {
        width: 160px
    }
}

.header__btns {
    align-items: center;
    display: flex;
    gap: 12px
}

@media (max-width:599px) {
    .header__btns .btn {
        min-width: auto;
        padding: 4px 10px
    }
}

.pricing {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 111px);
    padding-bottom: 5rem;
    padding-top: 3rem
}

@media (min-width:1024px) {
    .pricing {
        padding-bottom: 1rem
    }
}

.pricing .container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center
}

.pricing__cards {
    display: grid;
    gap: 1.5rem
}

@media (min-width:768px) {
    .pricing__cards {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (min-width:1200px) {
    .pricing__cards {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

.pricing-card {
    align-items: flex-start;
    border-radius: 1rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: .375rem;
    height: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237/var(--tw-border-opacity,1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
    padding: 2rem;
    transition-duration: .3s
}

    .pricing-card:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }

    .pricing-card .icon {
        font-size: 2.25rem;
        height: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 2rem
    }

    .pricing-card .title {
        border-radius: .75rem;
        display: inline-flex;
        margin-bottom: .5rem;
        --tw-bg-opacity: 1;
        background-color: rgb(242 93 27/var(--tw-bg-opacity,1));
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.75rem;
        padding: .5rem 1rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity,1))
    }

    .pricing-card .subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(107 114 128/var(--tw-text-opacity,1))
    }

    .pricing-card .price {
        display: flex;
        gap: .5rem;
        margin-top: 2rem;
        width: 100%
    }

        .pricing-card .price .currency, .pricing-card .price .duration {
            font-size: 1rem;
            line-height: 1.5rem;
            --tw-text-opacity: 1;
            color: rgb(55 65 81/var(--tw-text-opacity,1))
        }

        .pricing-card .price .currency {
            align-self: flex-start;
            margin-top: .5rem
        }

        .pricing-card .price .num {
            align-self: center;
            font-size: 4.5rem;
            font-weight: 600;
            letter-spacing: -.025em;
            line-height: 1
        }

        .pricing-card .price .duration {
            align-self: flex-end
        }

    .pricing-card .list {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
        width: 100%
    }

        .pricing-card .list > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
            margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)))
        }

    .pricing-card .list {
        border-bottom-width: 1px;
        border-top-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(237 237 237/var(--tw-border-opacity,1));
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

        .pricing-card .list li {
            padding-left: 2.25rem;
            position: relative
        }

            .pricing-card .list li:before {
                content: "";
                display: block;
                height: 1.25rem;
                left: 0;
                position: absolute;
                top: 50%;
                width: 1.25rem;
                --tw-translate-y: -50%;
                background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI0ZFOEQyNCIgZD0iTTQzOC42IDEwNS40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0yNTYgMjU2Yy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTI4LTEyOGMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMEwxNjAgMzM4LjdsMjMzLjQtMjMzLjNjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDB6Ii8+PC9zdmc+");
                background-repeat: no-repeat;
                background-size: contain;
                transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
            }

            .pricing-card .list li strong {
                --tw-text-opacity: 1;
                color: rgb(242 93 27/var(--tw-text-opacity,1))
            }

    .pricing-card .btn__wrap {
        margin-top: auto
    }

        .pricing-card .btn__wrap, .pricing-card .btn__wrap .btn {
            width: 100%
        }

.pricing-card--highlight {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
    border-color: transparent;
    --tw-gradient-from: rgba(242,93,27,.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(242,93,27,0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
    --tw-gradient-from-position: 10%;
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
    --tw-gradient-to-position: 85%;
    background-size: 200%
}

@media (min-width:768px) {
    .pricing-card--highlight {
        grid-column: span 2/span 2
    }
}

@media (min-width:1200px) {
    .pricing-card--highlight {
        grid-column: span 1/span 1
    }
}

.pricing-card--sm {
    padding: 1rem;
    row-gap: .25rem
}

    .pricing-card--sm .title {
        border-radius: .375rem;
        font-size: .875rem;
        line-height: 1.25rem;
        padding: .25rem .75rem
    }

    .pricing-card--sm .list {
        margin-bottom: .75rem;
        margin-top: .75rem
    }

        .pricing-card--sm .list > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-bottom: calc(.25rem*var(--tw-space-y-reverse));
            margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)))
        }

    .pricing-card--sm .list {
        border-bottom-width: 0;
        border-top-width: 0;
        padding-bottom: 0;
        padding-top: 0
    }

.logsec {
    padding: 24px
}

.logsec__main {
    background-color: #fff
}

@media (min-width:1200px) {
    .logsec__main {
        min-height: calc(100vh - 48px)
    }
}

.logsec__main .form-group {
    margin-bottom: 12px
}

.logsec__heropreview {
    background-color: #eff8ff;
    border-radius: 36px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 120px 120px 0
}

@media (min-width:1200px) {
    .logsec__heropreview {
        min-height: calc(100vh - 48px)
    }
}

@media (max-width:1399px) {
    .logsec__heropreview {
        padding: 90px 60px 0
    }
}

@media (max-width:1023px) {
    .logsec__heropreview {
        padding: 60px 40px 0
    }
}

@media (max-width:599px) {
    .logsec__heropreview {
        padding: 40px 24px 0
    }
}

.logsec__heropreview .title {
    color: #0b4e97;
    margin-bottom: 20px
}

.logsec__heropreview p {
    margin-bottom: 16px
}

.logsec__heropreview-img {
    flex: auto;
    margin-top: 24px;
    max-width: 480px;
    min-height: 380px;
    position: relative;
    width: 100%
}

@media (max-width:599px) {
    .logsec__heropreview-img {
        margin-top: 0
    }
}

.logsec__heropreview-img img {
    left: 0;
    max-width: none;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: calc(50vw + 100px)
}

@media (max-width:1023px) {
    .logsec__heropreview-img img {
        width: calc(100% + 120px)
    }

    .logsec .col--heropreview {
        order: 9
    }
}

@media (min-width:1200px) {
    .desktop\:gap-12 {
        gap: 3rem
    }
}
