:root {
    --main-color-1: #00083d;
    --main-color-2: #005be0;
    --main-color-3: #f1f5f9;
    --main-color-4: #a8c0d0;
    --main-color-5: #739ec3;
    --main-padding-top: 40px;
    --main-padding-bottom: 40px;
    --main-transition: 0.3s;

}
.BackgroundVideo_container {
    width: 100%;
    height: 330px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 90;
}
.brightness-\[70\%\]{
    filter: brightness(70%);
}    .BackgroundVideo_backVideo {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: -1;
     }
.subMenu_wrapper__5Lhw9 ol > li {
    height: 190px;
    margin-top: 6px;
    color: #00083DFF;
}

.navbar_bottomHeader {
  display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 10px;
    left: -20px;
    width: 100%;
    z-index: 100;
}

/*ul.navbar_bottomHeader {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}*/

li.navbar_bottomHeaderLinksItem {
    text-align: center;
    padding-bottom: 25px;
    min-width: 180px;
    margin: 0 26px;
    color: #fff;
}

li.navbar_bottomHeaderLinksItem:hover > div > div {
    opacity: 1;
    visibility: visible
}

li.navbar_bottomHeaderLinksItem > a {
    position: relative;
    display: block;
    padding: 5px 0
}

.navbar_bottomHeader li a:hover:before {
    width: 90%
}

.navbar_bottomHeader li a:before {
    content: "";
    position: absolute;
    width: 0;
    top: 97%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color-3);
    bottom: -1px;
    z-index: 99;
    transition: .3s;
    border-radius: 10px;
}

li.navbar_bottomHeaderLinksItem > a:after {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 25%;
    bottom: 0;
    height: .5px;
    width: 50%;
}

li.navbar_bottomHeaderLinksItem > a span:nth-child(2) {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .65px
}


menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img, video {
    max-width: 100%;
    height: auto
}


.ms-\[60px\] {
    -webkit-margin-start: 60px;
    margin-inline-start: 60px
}

.block {
    display: block
}


.h-1 {
    height: .25rem
}

.w-1 {
    width: .25rem
}


.flex-1 {
    flex: 1 1 0%
}

.basis-\[50\%\] {
    flex-basis: 50%
}


.rounded-\[14px\] {
    border-radius: 14px
}

.bg-mainColorOne {
    --tw-bg-opacity: 1;
    background-color: rgb(0 8 61/var(--tw-bg-opacity))
}


.text-\[24px\] {
    font-size: 24px
}

.font-semibold {
    font-weight: 600
}


.leading-\[12px\] {
    line-height: 12px
}


.shadow-\[0px_0px_30px_5px_\#000000ad\] {
    --tw-shadow: 0px 0px 30px 5px #000000ad;
    --tw-shadow-colored: 0px 0px 30px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}


.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

li.navbar_bottomHeaderLinksItem > a span{
    color:#fff;
    padding: 5px;
}

.hover\:bg-black {
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}


.subMenu_wrapper {
    width: calc(100vw - 155px);
    position: absolute;
    top: 100%;
    right: 25px;
    max-width: 1258.5px;
    background-color: #fff;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: visibility .2s, opacity .2s linear;
    padding-top: 43px;
    padding-bottom: 44px;
    display: flex;
}

.subMenu_leftMenu {
    max-width: 300px;
    width: 100%;
    text-align: start;
}

.subMenu_imgContainer {
    max-width: 100%;
    width: auto;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: relative;
	overflow: hidden;
	border-radius: 15px
}


.subMenu_subMenuDesc {
    max-width: 399px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: start;
    color: #9dacaf;
    margin-top: 20px
}

.subMenu_rightMenu {
    display: flex;
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
}

.subMenu_listLabel {
    color: #00083DFF;
    text-align: start;
    font-size: 15px;
    margin: 21px 0;
    font-weight: 700
}

.subMenu_wrapper > ol {
    text-align: start;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none
}

.subMenu_wrapper ol > li {
    height: fit-content;
    margin-top: 6px;
    margin-bottom: 35px;
    color: #00083DFF;
}

.subMenu_wrapper ol > li > a {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.33;
    display: block;
    margin-bottom: 15px;
    text-align: start
}

.subMenu_wrapper ol > li > a:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -8px;
    width: 100%;
    background-color: #00083DFF
}

.subMenu_subLinksContainer > a {
    font-size: 12px;
    display: block;
    color: #00083DFF;
    text-align: start;
    margin-bottom: 11px;
    transition: all .2s ease-in;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px
}

/* .subMenu_rightMenu .subMenu_subLinksContainer > a {
    align-items: baseline !important;
} */

.items-baseline {
    @apply items-baseline;
    align-items: baseline !important;
} 

.subMenu_subLinksContainer svg {
    color: var(--main-color-3)
}

.subMenu_lastCol {
    -webkit-margin-start: 30px;
    margin-inline-start: 30px
}


