html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: initial
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

.container {
    background-color: #002747;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%
}

@media screen and (min-width:640px) {
    .container {
        width: 540px
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 750px
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1e3px
    }
}

@media screen and (min-width:1280px) {
    .container {
        width: 1140px
    }
}

.flex {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    flex-wrap: wrap;
    display: flex
}

.column-inner {
    width: 100%;
    position: relative
}

[class*=col-] {
    width: 100%;
    display: flex;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:1439px) {
    .col-lg-1\/8 {
        width: 12.5%
    }

    .col-lg-1\/1 {
        width: 100%
    }

    .col-lg-2\/8 {
        width: 25%
    }

    .col-lg-1\/2 {
        width: 50%
    }

    .col-lg-2\/2 {
        width: 100%
    }

    .col-lg-3\/8 {
        width: 37.5%
    }

    .col-lg-1\/3 {
        width: 33.33333%
    }

    .col-lg-2\/3 {
        width: 66.66667%
    }

    .col-lg-3\/3 {
        width: 100%
    }

    .col-lg-4\/8 {
        width: 50%
    }

    .col-lg-1\/4 {
        width: 25%
    }

    .col-lg-2\/4 {
        width: 50%
    }

    .col-lg-3\/4 {
        width: 75%
    }

    .col-lg-4\/4 {
        width: 100%
    }

    .col-lg-5\/8 {
        width: 62.5%
    }

    .col-lg-1\/5 {
        width: 20%
    }

    .col-lg-2\/5 {
        width: 40%
    }

    .col-lg-3\/5 {
        width: 60%
    }

    .col-lg-4\/5 {
        width: 80%
    }

    .col-lg-5\/5 {
        width: 100%
    }

    .col-lg-6\/8 {
        width: 75%
    }

    .col-lg-1\/6 {
        width: 16.66667%
    }

    .col-lg-2\/6 {
        width: 33.33333%
    }

    .col-lg-3\/6 {
        width: 50%
    }

    .col-lg-4\/6 {
        width: 66.66667%
    }

    .col-lg-5\/6 {
        width: 83.33333%
    }

    .col-lg-6\/6 {
        width: 100%
    }

    .col-lg-7\/8 {
        width: 87.5%
    }

    .col-lg-1\/7 {
        width: 14.28571%
    }

    .col-lg-2\/7 {
        width: 28.57143%
    }

    .col-lg-3\/7 {
        width: 42.85714%
    }

    .col-lg-4\/7 {
        width: 57.14286%
    }

    .col-lg-5\/7 {
        width: 71.42857%
    }

    .col-lg-6\/7 {
        width: 85.71429%
    }

    .col-lg-7\/7 {
        width: 100%
    }

    .col-lg-8\/8 {
        width: 100%
    }

    .col-lg-1\/8 {
        width: 12.5%
    }

    .col-lg-2\/8 {
        width: 25%
    }

    .col-lg-3\/8 {
        width: 37.5%
    }

    .col-lg-4\/8 {
        width: 50%
    }

    .col-lg-5\/8 {
        width: 62.5%
    }

    .col-lg-6\/8 {
        width: 75%
    }

    .col-lg-7\/8 {
        width: 87.5%
    }

    .col-lg-8\/8 {
        width: 100%
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html {
    scroll-behavior: smooth
}

body,
html {
    min-height: 100%
}

body *,
html * {
    box-sizing: border-box
}

body {
    max-width: 1900px !important;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .19) !important;
    margin: 0 auto;
    !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

div,
section {
    border: 0
}

button {
    cursor: pointer
}

a {
    text-decoration: none
}

.ben-frame-corner {
    max-width: 100%
}

.ben-section {
    margin: 0 auto;
    position: relative;
    max-width: 1900px
}

.flex {
    justify-content: center
}

.ben-heading p {
    margin: 0
}

.ben-text {
    margin-top: 1em;
    margin-bottom: 1em
}

.ben-text p {
    margin: 0
}

.ben-btn {
    display: inline-flex;
    align-items: center;
    background-color: initial
}

.ben-wrapper {
    display: block;
    position: relative
}

.ben-iframe {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%
}

.ben-iframe iframe {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: calc(100% + 1px)
}

.hidden {
    display: none !important
}

@media all and (min-width:1024px) {
    .hidden-lg {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .flex {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

:root {
    --color-1: #1DA1F2;
    --color-2: #50B6F5;
    --color-3: #3662a1;
    --color-11: #01101A;
    --color-12: #1B2831;
    --color-13: #D9D9D9FF;
    --color-14: #EDF7FE;
    --color-21: #FFFFFFD9;
    --color-22: #FFFFFFD9;
    --color-23: #424242FF;
    --color-24: #01101A;
    --color-30: red;
    --color-101: #EDF7FE;
    --color-102: #ffffff;
    --color-103: #01101A;
    --color-104: #1DA1F2B3;
    --color-105: #ffffffcc;
    --color-106: #01101AB3;
    --color-201: #ffffff;
    --color-202: #FFFFFFD9;
    --color-203: #FFFFFFCC;
    --color-204: #01101A;
    --color-205: #1B2831;
    --color-301: #ffffff32;
    --color-302: #42424233
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-12)
}

h1 {
    font-size: 64px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important
}

h2 {
    font-size: 48px;
    line-height: 1.35;
    color: #e0e0e0;
    font-weight: 600
}

h3 {
    font-size: 38px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 600
}

h4 {
    font-size: 30px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 600
}

h5 {
    font-size: 24px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 600
}

h6 {
    font-size: 20px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 600
}

a {
    text-decoration: none
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 48px
    }

    h2 {
        font-size: 42px
    }

    h3 {
        font-size: 32px
    }

    h4 {
        font-size: 24px
    }
}

@media all and (min-width:1280px) {
    :where([class*=ben-container]:not([class*=ben-container]*)) {
        --max-width: 1140px
    }

    :where([class*=ben-container]:not([class*=ben-container]*))>.ben-container--global-container-width {
        max-width: 1140px
    }
}

:where(.ben-container-x9fs0gy8) {
    margin: 0 auto
}

:where(.ben-container-x9fs0gy8) {
    position: relative
}

:where(.ben-container-x9fs0gy8)>.ben-container-x9fs0gy8--video-overlay,
:where(.ben-container-x9fs0gy8)>.video-bg {
    z-index: -1
}

:where(.ben-container-ti9lbara) {
    position: relative
}

:where(.ben-container-ti9lbara)>.ben-container-ti9lbara--video-overlay,
:where(.ben-container-ti9lbara)>.video-bg {
    z-index: -1
}

:where(.ben-container-6zrhjsgg) {
    position: relative
}

:where(.ben-container-6zrhjsgg)>.ben-container-6zrhjsgg--video-overlay,
:where(.ben-container-6zrhjsgg)>.video-bg {
    z-index: -1
}

:where(.ben-container-045bcxmw) {
    position: relative
}

:where(.ben-container-045bcxmw)>.ben-container-045bcxmw--video-overlay,
:where(.ben-container-045bcxmw)>.video-bg {
    z-index: -1
}

:where(.ben-container-jojyvu8q) {
    position: relative
}

:where(.ben-container-jojyvu8q)>.ben-container-jojyvu8q--video-overlay,
:where(.ben-container-jojyvu8q)>.video-bg {
    z-index: -1
}

:where(.ben-container-7vbbp7fd) {
    position: relative
}

:where(.ben-container-7vbbp7fd)>.ben-container-7vbbp7fd--video-overlay,
:where(.ben-container-7vbbp7fd)>.video-bg {
    z-index: -1
}

:where(.ben-container-pko45arj) {
    margin: 0 auto
}

:where(.ben-container-pko45arj) {
    position: relative
}

:where(.ben-container-pko45arj)>.ben-container-pko45arj--video-overlay,
:where(.ben-container-pko45arj)>.video-bg {
    z-index: -1
}

:where(.ben-container-vmem57gf) {
    position: relative
}

:where(.ben-container-vmem57gf)>.ben-container-vmem57gf--video-overlay,
:where(.ben-container-vmem57gf)>.video-bg {
    z-index: -1
}

.ben-section-ky30fpvz {
    background-color: #002747;
    padding-top: 10px;
    padding-bottom: 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

@media screen and (max-width:1023px) {
    .ben-section-ky30fpvz {
        background-position: 0;
        background-size: cover;
        padding-top: 0;
        padding-bottom: 60px
    }
}

@media screen and (max-width:767px) {
    .ben-section-ky30fpvz {
        padding-bottom: 140px
    }
}

.ben-section-ky30fpvz-frame-corner {
    top: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 500 500%22 preserveAspectRatio=%22none%22%3E%3Cpath d=%22M5e2.0v448.944c-44.604 35.874-102.608 57.157-148.309 48.1-64.963-12.743-116.219-89.592-180.468-151.709C106.974 283.218 29.733 235.57 7.174 167.081-10.185 114.38 4.921 50.141 42.082.0H5e2z%22 fill=%22%23a41d19%22/%3E%3C/svg%3E");
    width: 700px;
    height: 700px;
    background-size: 700px 700px
}

[class*=close-btn-] {
    display: none
}

:where([class*=ben-nav-njd8sw5q-wrapper]:not([class*=ben-nav-njd8sw5q-wrapper]*)) {
    margin-top: 1px
}

@media all and (max-width:1023px) {
    :where([class*=ben-nav-njd8sw5q-wrapper]:not([class*=ben-nav-njd8sw5q-wrapper]*)) {
        margin-top: 1px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-nav-njd8sw5q-wrapper]:not([class*=ben-nav-njd8sw5q-wrapper]*)) {
        margin-top: 1px
    }
}

.ben-row-v3veo6px {
    margin-top: 60px
}

@media screen and (max-width:1023px) {
    .ben-row-v3veo6px {
        margin-top: 40px
    }
}

@media screen and (max-width:767px) {
    .ben-row-v3veo6px {
        margin-top: 30px
    }
}

.ben-row-v3veo6px {
    --nav-padding: 15px
}

[class*=close-btn-] {
    display: none
}

.ben-column-flh8cfrv {
    text-align: left;
    justify-content: center
}

@media screen and (max-width:1023px) {
    .ben-column-flh8cfrv {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .ben-column-flh8cfrv {
        padding-left: 2%;
        padding-right: 2%
    }
}

.ben-column-flh8cfrv {
    display: flex;
    flex-direction: column
}

.ben-heading-m0fod1ov {
    color: #f60;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width:1023px) {
    .ben-heading-m0fod1ov {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .ben-heading-m0fod1ov {
        text-align: center
    }
}

.ben-heading-m0fod1ov p {
    display: inline
}

:where([class*=ben-heading-m0fod1ov-wrapper]:not([class*=ben-heading-m0fod1ov-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-m0fod1ov-wrapper]:not([class*=ben-heading-m0fod1ov-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-m0fod1ov-wrapper]:not([class*=ben-heading-m0fod1ov-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-heading-m0fod1ov.ben-heading-m0fod1ov.ben-heading-m0fod1ov {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1023px) {
    .ben-heading-m0fod1ov.ben-heading-m0fod1ov.ben-heading-m0fod1ov {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-m0fod1ov.ben-heading-m0fod1ov.ben-heading-m0fod1ov {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-tnpfissa {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 32px
}

@media screen and (max-width:1023px) {
    .ben-text-tnpfissa {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .ben-text-tnpfissa {
        margin-top: 0;
        margin-bottom: 24px
    }
}

.ben-button-okaed614 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0;
    background-color: var(--color-1);
    color: var(--color-102);
    margin-top: 0;
    font-weight: 500
}

.ben-button-okaed614:hover {
    color: #fff;
    background-color: var(--color-2)
}

.ben-button-okaed614-wrapper {
    text-align: left
}

@media screen and (max-width:1023px) {
    .ben-button-okaed614-wrapper {
        text-align: center
    }
}

:where([class*=ben-button-okaed614-wrapper]:not([class*=ben-button-okaed614-wrapper]*)) {
    margin-top: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-okaed614-wrapper]:not([class*=ben-button-okaed614-wrapper]*)) {
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-okaed614-wrapper]:not([class*=ben-button-okaed614-wrapper]*)) {
        margin-top: 0
    }
}

.ben-button-okaed614.ben-button-okaed614.ben-button-okaed614 {
    margin-top: 0
}

@media all and (max-width:1023px) {
    .ben-button-okaed614.ben-button-okaed614.ben-button-okaed614 {
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    .ben-button-okaed614.ben-button-okaed614.ben-button-okaed614 {
        margin-top: 0
    }
}

.ben-column-jzrvaxl4 {
    text-align: left
}

@media screen and (max-width:1441px) {
    .ben-column-jzrvaxl4 {
        margin-top: 0px
    }
}

@media screen and (max-width:767px) {
    .ben-column-jzrvaxl4 {
        margin-top: 32px
    }
}

.ben-image-vsoid4fc {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px
}

:where(.ben-container-340srztb) {
    margin: 0 auto
}

:where(.ben-container-340srztb) {
    position: relative
}

:where(.ben-container-340srztb)>.ben-container-340srztb--video-overlay,
:where(.ben-container-340srztb)>.video-bg {
    z-index: -1
}

:where(.ben-container-7apx4yr2) {
    position: relative
}

:where(.ben-container-7apx4yr2)>.ben-container-7apx4yr2--video-overlay,
:where(.ben-container-7apx4yr2)>.video-bg {
    z-index: -1
}

:where(.ben-container-nrj4nxn2) {
    position: relative
}

:where(.ben-container-nrj4nxn2)>.ben-container-nrj4nxn2--video-overlay,
:where(.ben-container-nrj4nxn2)>.video-bg {
    z-index: -1
}

:where([class*=ben-heading-8gihnabq-wrapper]:not([class*=ben-heading-8gihnabq-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-8gihnabq-wrapper]:not([class*=ben-heading-8gihnabq-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-8gihnabq-wrapper]:not([class*=ben-heading-8gihnabq-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

:where(.ben-container-lm1cq88a) {
    position: relative
}

:where(.ben-container-lm1cq88a)>.ben-container-lm1cq88a--video-overlay,
:where(.ben-container-lm1cq88a)>.video-bg {
    z-index: -1
}

:where(.ben-container-f2ywygmj) {
    position: relative
}

:where(.ben-container-f2ywygmj)>.ben-container-f2ywygmj--video-overlay,
:where(.ben-container-f2ywygmj)>.video-bg {
    z-index: -1
}

:where([class*=ben-heading-o95200ci-wrapper]:not([class*=ben-heading-o95200ci-wrapper]*)) {
    margin-top: 40%;
    margin-bottom: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-o95200ci-wrapper]:not([class*=ben-heading-o95200ci-wrapper]*)) {
        margin-top: 40%;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-o95200ci-wrapper]:not([class*=ben-heading-o95200ci-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

:where(.ben-container-046aabl2) {
    position: relative
}

:where(.ben-container-046aabl2)>.ben-container-046aabl2--video-overlay,
:where(.ben-container-046aabl2)>.video-bg {
    z-index: -1
}

:where([class*=ben-heading-evzah5b1-wrapper]:not([class*=ben-heading-evzah5b1-wrapper]*)) {
    margin-top: 40%;
    margin-bottom: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-evzah5b1-wrapper]:not([class*=ben-heading-evzah5b1-wrapper]*)) {
        margin-top: 40%;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-evzah5b1-wrapper]:not([class*=ben-heading-evzah5b1-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

:where(.ben-container-ynurlman) {
    position: relative
}

:where(.ben-container-ynurlman)>.ben-container-ynurlman--video-overlay,
:where(.ben-container-ynurlman)>.video-bg {
    z-index: -1
}

:where([class*=ben-heading-wsb1g3k2-wrapper]:not([class*=ben-heading-wsb1g3k2-wrapper]*)) {
    margin-top: 40%;
    margin-bottom: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-wsb1g3k2-wrapper]:not([class*=ben-heading-wsb1g3k2-wrapper]*)) {
        margin-top: 40%;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-wsb1g3k2-wrapper]:not([class*=ben-heading-wsb1g3k2-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

[class*=close-btn-] {
    display: none
}

:where([class*=ben-heading-v56zs2ih-wrapper]:not([class*=ben-heading-v56zs2ih-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-v56zs2ih-wrapper]:not([class*=ben-heading-v56zs2ih-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-v56zs2ih-wrapper]:not([class*=ben-heading-v56zs2ih-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

:where([class*=ben-button-kr1dh7li-wrapper]:not([class*=ben-button-kr1dh7li-wrapper]*)) {
    margin-top: 30px
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-kr1dh7li-wrapper]:not([class*=ben-button-kr1dh7li-wrapper]*)) {
        margin-top: 30px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-kr1dh7li-wrapper]:not([class*=ben-button-kr1dh7li-wrapper]*)) {
        margin-top: 24px
    }
}

[class*=close-btn-] {
    display: none
}

:where([class*=ben-heading-qansq5a6-wrapper]:not([class*=ben-heading-qansq5a6-wrapper]*)) {
    margin-bottom: 48px;
    margin-top: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-qansq5a6-wrapper]:not([class*=ben-heading-qansq5a6-wrapper]*)) {
        margin-bottom: 48px;
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-qansq5a6-wrapper]:not([class*=ben-heading-qansq5a6-wrapper]*)) {
        margin-bottom: 48px;
        margin-top: 0
    }
}

:where([class*=ben-heading-tmd5gh0z-wrapper]:not([class*=ben-heading-tmd5gh0z-wrapper]*)) {
    margin-top: 16px;
    margin-bottom: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-tmd5gh0z-wrapper]:not([class*=ben-heading-tmd5gh0z-wrapper]*)) {
        margin-top: 16px;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-tmd5gh0z-wrapper]:not([class*=ben-heading-tmd5gh0z-wrapper]*)) {
        margin-top: 16px;
        margin-bottom: 0
    }
}

:where(.ben-container-mffbnngr) {
    margin: 0 auto
}

:where(.ben-container-mffbnngr) {
    position: relative
}

:where(.ben-container-mffbnngr)>.ben-container-mffbnngr--video-overlay,
:where(.ben-container-mffbnngr)>.video-bg {
    z-index: -1
}

:where(.ben-container-6a9cderq) {
    position: relative
}

:where(.ben-container-6a9cderq)>.ben-container-6a9cderq--video-overlay,
:where(.ben-container-6a9cderq)>.video-bg {
    z-index: -1
}

:where([class*=ben-heading-t04qc23x-wrapper]:not([class*=ben-heading-t04qc23x-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 20px
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-t04qc23x-wrapper]:not([class*=ben-heading-t04qc23x-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-t04qc23x-wrapper]:not([class*=ben-heading-t04qc23x-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 16px
    }
}

:where([class*=ben-customForm-6dw74mww-wrapper]:not([class*=ben-customForm-6dw74mww-wrapper]*)) {
    margin-top: 40px
}

@media all and (max-width:1023px) {
    :where([class*=ben-customForm-6dw74mww-wrapper]:not([class*=ben-customForm-6dw74mww-wrapper]*)) {
        margin-top: 40px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-customForm-6dw74mww-wrapper]:not([class*=ben-customForm-6dw74mww-wrapper]*)) {
        margin-top: 32px
    }
}

:where(.ben-container-rwzfw5su) {
    position: relative
}

:where(.ben-container-rwzfw5su)>.ben-container-rwzfw5su--video-overlay,
:where(.ben-container-rwzfw5su)>.video-bg {
    z-index: -1
}

:where([class*=ben-heading-525373y6-wrapper]:not([class*=ben-heading-525373y6-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 20px
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-525373y6-wrapper]:not([class*=ben-heading-525373y6-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-525373y6-wrapper]:not([class*=ben-heading-525373y6-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

:where([class*=ben-heading-9fysxwkg-wrapper]:not([class*=ben-heading-9fysxwkg-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 16px
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-9fysxwkg-wrapper]:not([class*=ben-heading-9fysxwkg-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 16px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-9fysxwkg-wrapper]:not([class*=ben-heading-9fysxwkg-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 16px
    }
}

:where([class*=ben-heading-muq4as91-wrapper]:not([class*=ben-heading-muq4as91-wrapper]*)) {
    margin-top: 24px;
    margin-bottom: 16px
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-muq4as91-wrapper]:not([class*=ben-heading-muq4as91-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-muq4as91-wrapper]:not([class*=ben-heading-muq4as91-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

:where([class*=ben-heading-vc8ckx8z-wrapper]:not([class*=ben-heading-vc8ckx8z-wrapper]*)) {
    margin-top: 24px;
    margin-bottom: 16px
}

@media all and (max-width:1023px) {
    :where([class*=ben-heading-vc8ckx8z-wrapper]:not([class*=ben-heading-vc8ckx8z-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-vc8ckx8z-wrapper]:not([class*=ben-heading-vc8ckx8z-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

:where(.ben-container-9tbct3vf) {
    margin: 0 auto
}

:where(.ben-container-9tbct3vf) {
    position: relative
}

:where(.ben-container-9tbct3vf)>.ben-container-9tbct3vf--video-overlay,
:where(.ben-container-9tbct3vf)>.video-bg {
    z-index: -1
}

:where(.ben-container-mgkzdg34) {
    position: relative
}

:where(.ben-container-mgkzdg34)>.ben-container-mgkzdg34--video-overlay,
:where(.ben-container-mgkzdg34)>.video-bg {
    z-index: -1
}

:where([class*=ben-image-f8g2tlpn-wrapper]:not([class*=ben-image-f8g2tlpn-wrapper]*)) {
    margin-bottom: 30px;
    margin-top: 30px
}

@media all and (max-width:1023px) {
    :where([class*=ben-image-f8g2tlpn-wrapper]:not([class*=ben-image-f8g2tlpn-wrapper]*)) {
        margin-bottom: 24px;
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-image-f8g2tlpn-wrapper]:not([class*=ben-image-f8g2tlpn-wrapper]*)) {
        margin-bottom: 30px;
        margin-top: 0
    }
}

:where(.ben-container-kakfpud0) {
    position: relative
}

:where(.ben-container-kakfpud0)>.ben-container-kakfpud0--video-overlay,
:where(.ben-container-kakfpud0)>.video-bg {
    z-index: -1
}

:where(.ben-container-tnsf1q1c) {
    position: relative
}

:where(.ben-container-tnsf1q1c)>.ben-container-tnsf1q1c--video-overlay,
:where(.ben-container-tnsf1q1c)>.video-bg {
    z-index: -1
}

:where([class*=ben-button-uv7eyxas-wrapper]:not([class*=ben-button-uv7eyxas-wrapper]*)) {
    margin-right: -102px;
    margin-bottom: -150px
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-uv7eyxas-wrapper]:not([class*=ben-button-uv7eyxas-wrapper]*)) {
        margin-right: 0;
        margin-bottom: -70px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-uv7eyxas-wrapper]:not([class*=ben-button-uv7eyxas-wrapper]*)) {
        margin-left: -60px;
        margin-right: 0;
        margin-bottom: -200px
    }
}

:where([class*=ben-button-r14nbtan-wrapper]:not([class*=ben-button-r14nbtan-wrapper]*)) {
    margin-right: -34px
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-r14nbtan-wrapper]:not([class*=ben-button-r14nbtan-wrapper]*)) {
        margin-right: -34px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-r14nbtan-wrapper]:not([class*=ben-button-r14nbtan-wrapper]*)) {
        margin-right: -34px;
        margin-top: -20px
    }
}

:where([class*=ben-button-nwfe1tzs-wrapper]:not([class*=ben-button-nwfe1tzs-wrapper]*)) {
    margin-right: 0
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-nwfe1tzs-wrapper]:not([class*=ben-button-nwfe1tzs-wrapper]*)) {
        margin-left: 17px;
        margin-top: 40px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-nwfe1tzs-wrapper]:not([class*=ben-button-nwfe1tzs-wrapper]*)) {
        margin-left: 17px;
        margin-top: 90px
    }
}

:where(.ben-container-clwmxc0y) {
    position: relative
}

:where(.ben-container-clwmxc0y)>.ben-container-clwmxc0y--video-overlay,
:where(.ben-container-clwmxc0y)>.video-bg {
    z-index: -1
}

:where([class*=ben-button-nms42v7g-wrapper]:not([class*=ben-button-nms42v7g-wrapper]*)) {
    margin-left: -100px
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-nms42v7g-wrapper]:not([class*=ben-button-nms42v7g-wrapper]*)) {
        margin-left: -48px;
        margin-right: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-nms42v7g-wrapper]:not([class*=ben-button-nms42v7g-wrapper]*)) {
        margin-left: -48px;
        margin-right: 20px
    }
}

:where([class*=ben-button-sy54gdfe-wrapper]:not([class*=ben-button-sy54gdfe-wrapper]*)) {
    margin-left: 100px
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-sy54gdfe-wrapper]:not([class*=ben-button-sy54gdfe-wrapper]*)) {
        margin-left: 17px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-sy54gdfe-wrapper]:not([class*=ben-button-sy54gdfe-wrapper]*)) {
        margin-left: 17px
    }
}

:where([class*=ben-button-1rw05iun-wrapper]:not([class*=ben-button-1rw05iun-wrapper]*)) {
    margin-left: -88px
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-1rw05iun-wrapper]:not([class*=ben-button-1rw05iun-wrapper]*)) {
        margin-left: -60px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-1rw05iun-wrapper]:not([class*=ben-button-1rw05iun-wrapper]*)) {
        margin-left: -60px
    }
}

:where([class*=ben-button-wumhia9g-wrapper]:not([class*=ben-button-wumhia9g-wrapper]*)) {
    margin-right: 50px
}

@media all and (max-width:1023px) {
    :where([class*=ben-button-wumhia9g-wrapper]:not([class*=ben-button-wumhia9g-wrapper]*)) {
        margin-right: 93px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-wumhia9g-wrapper]:not([class*=ben-button-wumhia9g-wrapper]*)) {
        margin-right: 93px
    }
}

.stats-container {
    max-width: 669px;
    margin: 0 auto
}

@keyframes slide {
    from {
        top: -500px
    }

    to {
        top: 0
    }
}

.stats-container {
    position: relative;
    animation: slide 1s ease-in-out
}

div.stats {
    border: 1px solid #000;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    padding: 10px 50px !important;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    width: 100%;
    box-sizing: border-box
}

.container-grid-uvod {
    container-type: inline-size;
    position: sticky;
    margin: 0 2px 0;
    max-width: 1440px;
    background: border-box;
    border: 0 solid #0f1a20;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

#objednat td,
.objednat th {
    background: border-box;
    padding-top: 7px;
    padding-bottom: 6px
}

TABLE#objednat {
    background-color: none;
    color: #dadada;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px
}

#form-container {
    display: table;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    flex-wrap: wrap
}

.form-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
    flex: 1 1 200px
}

.form-label {
    margin-bottom: 5px
}

.form-input select {
    width: 100%
}

.shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    padding: 10px;
    background: #e0e0e0;
    border: 0 solid #432c1d;
    margin: 10px
}

.form-label {
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1.2rem
}

@media (max-width:768px) {
    #form-container {
        flex-direction: column
    }

    .form-section {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        height: auto;
        max-height: 150px
    }

    .form-input select {
        width: 100%;
        font-size: 1.4rem
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
        font-size: 21px
    }

    .form-label {
        margin-bottom: 5px;
        font-size: 1.4rem
    }
}

.form-section {
    display: grid;
    grid-template-columns: 330px auto 0px;
    grid-template-areas: "label input info";
    gap: 1px
}

.stats-container {
    max-width: 669px;
    margin: 0 auto
}

@keyframes slide {
    from {
        top: -55px
    }

    to {
        top: 0
    }
}

.stats-container {
    position: relative;
    animation: slide 1s ease-in-out
}

div.stats {
    border: 1px solid #000;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    padding: 10px 50px !important;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    width: 100%;
    box-sizing: border-box
}

.spectrum__cta-content-p {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    background-color: #09585f;
    max-width: 370px;
    min-width: 320px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: background-color .3s ease;
}

DIV#msg_NOKa {
    font-weight: 600;
    background: url(/img/ico_cancel.gif) 10px no-repeat #ffd9bf;
    line-height: 30px;
    color: red;
    margin: 10px 0;
    border-top: 1px solid #f60;
    border-bottom: 1px solid #f60;
    padding: 10px 10px 10px 60px;
}

DIV#lista_cerna-dotaz {
    color: #fff;
    background-color: #242424;
    border: 0 solid #242424;
    margin-top: 20px;
    border-radius: 8px;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
}

/*background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 500 500%22 preserveAspectRatio=%22none%22%3E%3Cpath d=%22M5e2.0v448.944c-44.604 35.874-102.608 57.157-148.309 48.1-64.963-12.743-116.219-89.592-180.468-151.709C106.974 283.218 29.733 235.57 7.174 167.081-10.185 114.38 4.921 50.141 42.082.0H5e2z%22 fill=%22%231da1f2b3%22/%3E%3C/svg%3E");*/
/*background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 500 500%22 preserveAspectRatio=%22none%22%3E%3Cpath d=%22M5e2.0v448.944c-44.604 35.874-102.608 57.157-148.309 48.1-64.963-12.743-116.219-89.592-180.468-151.709C106.974 283.218 29.733 235.57 7.174 167.081-10.185 114.38 4.921 50.141 42.082.0H5e2z%22 fill=%22%23ffc549%22/%3E%3C/svg%3E");�lut�*/
/*background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 500 500%22 preserveAspectRatio=%22none%22%3E%3Cpath d=%22M5e2.0v448.944c-44.604 35.874-102.608 57.157-148.309 48.1-64.963-12.743-116.219-89.592-180.468-151.709C106.974 283.218 29.733 235.57 7.174 167.081-10.185 114.38 4.921 50.141 42.082.0H5e2z%22 fill=%22%23DFB235%22/%3E%3C/svg%3E");*/