.navbar-nav .nav-link {

    font-weight: 700;
}

.abtsmtxt {

    text-align: justify;
}

@media (min-width: 768px) {
    #sidemenu_toggle {
        display: none;
    }

    #desktop_menu {
        display: flex;
        align-items: center;
    }

    .navbar-nav .nav-link {
        margin-right: 15px;
        color: #000;
        /* Adjust as needed */
    }

    .navbar-nav .nav-link:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #desktop_menu {
        display: none;
    }

    #sidemenu_toggle {
        display: inline-block;
    }
}

.menu-lines {
    display: none;
}

@media screen and (max-width: 600px) {
    .menu-lines {
        display: block;
        /* Show on mobile screens */
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .navbar-nav .nav-link {
        margin-right: 0px;
        color: #000;
        font-weight: 600;
        font-size: 14px;
    }

    .navbar-top-default .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

.LGLeeN-keyboard-shortcuts-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.LGLeeN-keyboard-shortcuts-view table,
.LGLeeN-keyboard-shortcuts-view tbody,
.LGLeeN-keyboard-shortcuts-view td,
.LGLeeN-keyboard-shortcuts-view tr {
    background: inherit;
    border: none;
    margin: 0;
    padding: 0
}

.LGLeeN-keyboard-shortcuts-view table {
    display: table
}

.LGLeeN-keyboard-shortcuts-view tr {
    display: table-row
}

.LGLeeN-keyboard-shortcuts-view td {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    color: #000;
    padding: 6px;
    vertical-align: middle;
    white-space: nowrap
}

.LGLeeN-keyboard-shortcuts-view td:first-child {
    text-align: end
}

.LGLeeN-keyboard-shortcuts-view td kbd {
    background-color: #e8eaed;
    border-radius: 2px;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    font-family: Google Sans Text, Roboto, Arial, sans-serif;
    line-height: 16px;
    margin: 0 2px;
    min-height: 20px;
    min-width: 20px;
    padding: 2px 4px;
    position: relative;
    text-align: center
}

.gm-control-active>img {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gm-control-active>img:nth-child(1) {
    display: block
}

.gm-control-active:focus>img:nth-child(1),
.gm-control-active:hover>img:nth-child(1),
.gm-control-active:active>img:nth-child(1),
.gm-control-active:disabled>img:nth-child(1) {
    display: none
}

.gm-control-active:focus>img:nth-child(2),
.gm-control-active:hover>img:nth-child(2) {
    display: block
}

.gm-control-active:active>img:nth-child(3) {
    display: block
}

.gm-control-active:disabled>img:nth-child(4) {
    display: block
}

.gm-ui-hover-effect {
    opacity: .6
}

.gm-ui-hover-effect:hover {
    opacity: 1
}

.gm-ui-hover-effect>span {
    background-color: #000
}

@media (forced-colors:active),
(prefers-contrast:more) {
    .gm-ui-hover-effect>span {
        background-color: ButtonText
    }
}

.gm-style .gm-style-cc a,
.gm-style .gm-style-cc button,
.gm-style .gm-style-cc span,
.gm-style .gm-style-mtc div {
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gm-style .gm-style-cc a,
.gm-style .gm-style-cc button,
.gm-style .gm-style-cc span {
    outline-offset: 3px
}

@media print {

    .gm-style .gmnoprint,
    .gmnoprint {
        display: none
    }
}

@media screen {

    .gm-style .gmnoscreen,
    .gmnoscreen {
        display: none
    }
}

.dismissButton {
    background-color: #fff;
    border: 1px solid #dadce0;
    color: #1a73e8;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    height: 36px;
    cursor: pointer;
    padding: 0 24px
}

.dismissButton:hover {
    background-color: rgba(66, 133, 244, .04);
    border: 1px solid #d2e3fc
}

.dismissButton:focus {
    background-color: rgba(66, 133, 244, .12);
    border: 1px solid #d2e3fc;
    outline: 0
}

.dismissButton:focus:not(:focus-visible) {
    background-color: #fff;
    border: 1px solid #dadce0;
    outline: none
}

.dismissButton:focus-visible {
    background-color: rgba(66, 133, 244, .12);
    border: 1px solid #d2e3fc;
    outline: 0
}

.dismissButton:hover:focus {
    background-color: rgba(66, 133, 244, .16);
    border: 1px solid #d2e2fd
}

.dismissButton:hover:focus:not(:focus-visible) {
    background-color: rgba(66, 133, 244, .04);
    border: 1px solid #d2e3fc
}

.dismissButton:hover:focus-visible {
    background-color: rgba(66, 133, 244, .16);
    border: 1px solid #d2e2fd
}

.dismissButton:active {
    background-color: rgba(66, 133, 244, .16);
    border: 1px solid #d2e2fd;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

.dismissButton:disabled {
    background-color: #fff;
    border: 1px solid #f1f3f4;
    color: #3c4043
}

.gm-style-moc {
    background-color: rgba(0, 0, 0, .45);
    pointer-events: none;
    text-align: center;
    -webkit-transition: opacity ease-in-out;
    transition: opacity ease-in-out
}

.gm-style-mot {
    color: white;
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}


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

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

button.btn[data-v-f3fb3dc8] {
    display: inline-block;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.15s ease
}

button.btn.btn-sm[data-v-f3fb3dc8] {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    border-radius: 0.2rem
}

button.btn.btn-primary[data-v-f3fb3dc8] {
    color: #fff;
    background-color: #45c8f1;
    border-color: #45c8f1
}

button.btn.btn-outline-primary[data-v-f3fb3dc8] {
    color: #45c8f1;
    background-color: transparent;
    border-color: #45c8f1
}

button.btn.btn-danger[data-v-f3fb3dc8] {
    color: #fff;
    background-color: #ff4949;
    border-color: #ff4949
}

.text-muted[data-v-f3fb3dc8] {
    color: #8492a6
}

.text-center[data-v-f3fb3dc8] {
    text-align: center
}

.drop-down-enter[data-v-f3fb3dc8],
.drop-down-leave-to[data-v-f3fb3dc8] {
    transform: translateX(0) translateY(-20px);
    transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
    opacity: 0
}

.drop-down-enter-active[data-v-f3fb3dc8],
.drop-down-leave-active[data-v-f3fb3dc8] {
    transition: all 0.15s
}

.move-left-enter[data-v-f3fb3dc8],
.move-left-leave-to[data-v-f3fb3dc8] {
    transform: translateY(0) translateX(-80px);
    transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
    opacity: 0
}

.move-left-enter-active[data-v-f3fb3dc8],
.move-left-leave-active[data-v-f3fb3dc8] {
    transition: all 0.15s
}

.no-tr[data-v-f3fb3dc8] {
    transition: none !important
}

.no-tr *[data-v-f3fb3dc8] {
    transition: none !important
}

.overlay[data-v-f3fb3dc8] {
    position: fixed;
    background: rgba(220, 220, 220, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden
}

.overlay .modal[data-v-f3fb3dc8] {
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0.6);
    overflow: hidden
}

.overlay.show[data-v-f3fb3dc8] {
    opacity: 1;
    visibility: visible
}

.overlay.show .modal[data-v-f3fb3dc8] {
    opacity: 1;
    transform: scale(1)
}

.panel[data-v-f3fb3dc8] {
    padding: 6px 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    border-radius: 6px;
    position: relative;
    border: 1px solid #eaf7ff;
    background: #f7fcff;
    outline: none;
    transition: all 0.07s ease-in-out
}

.btn[data-v-f3fb3dc8] {
    cursor: pointer;
    box-sizing: border-box
}

.light-btn[data-v-f3fb3dc8] {
    padding: 10px 12px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    border-radius: 6px;
    position: relative;
    border: 1px solid #eaf7ff;
    background: #f7fcff;
    outline: none;
    cursor: pointer;
    transition: all 0.07s ease-in-out
}

.light-btn[data-v-f3fb3dc8]:hover {
    background: #e0f4ff;
    border-color: #8acfff
}

.primary-btn[data-v-f3fb3dc8] {
    background: #239bf5;
    color: white;
    border-radius: 6px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    font-size: 14px;
    font-family: "Didact Gothic Regular", sans-serif
}

.primary-btn[data-v-f3fb3dc8]:hover {
    background: #40a8f6;
    color: white;
    text-decoration: none
}


@media only screen and (max-width: 768px) {
    .video-content {
        width: 90%;
    }

    .video-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        z-index: 1;
        width: 100%;
        /* Adjust the width for smaller screens */
        max-width: 600px;
    }


    .content-box h1 {
        margin: 14px -4px;
        font-size: 1.5em;
        color: black;
    }


}

.shake[data-v-f3fb3dc8] {
    animation: shake-f3fb3dc8 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0)
}

@keyframes shake-f3fb3dc8 {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.pulse[data-v-f3fb3dc8] {
    animation: pulse-f3fb3dc8 2s ease infinite
}

@keyframes pulse-f3fb3dc8 {
    0% {
        opacity: 0.7
    }

    50% {
        opacity: 0.4
    }

    100% {
        opacity: 0.7
    }
}

.flash-once[data-v-f3fb3dc8] {
    animation: flash-once 3.5s ease 1
}

@keyframes fade-up-f3fb3dc8 {
    0% {
        transform: translate3d(0, 10px, 0);
        opacity: 0
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fade-in[data-v-f3fb3dc8] {
    animation: fade-in-f3fb3dc8 0.3s ease-in-out
}

@keyframes fade-in-f3fb3dc8 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.spin[data-v-f3fb3dc8] {
    animation-name: spin-f3fb3dc8;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes spin-f3fb3dc8 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.bounceIn[data-v-f3fb3dc8] {
    animation-name: bounceIn-f3fb3dc8;
    transform-origin: center bottom;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1
}

@keyframes bounceIn-f3fb3dc8 {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 1;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes dots-f3fb3dc8 {

    0%,
    20% {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0)
    }

    40% {
        color: #8492a6;
        text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0)
    }

    60% {
        text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 rgba(0, 0, 0, 0)
    }

    80%,
    100% {
        text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 #8492a6
    }
}

@keyframes recording-f3fb3dc8 {
    0% {
        box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3)
    }

    65% {
        box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.3)
    }

    90% {
        box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0)
    }
}


@font-face {
    font-family: 'Didact Gothic Regular';
    font-weight: normal;
    font-style: normal
}

body[data-v-f3fb3dc8] {
    margin: 0;
    font-size: 100%;
    color: #3c4858
}

a[data-v-f3fb3dc8] {
    text-decoration: none;
    color: #45c8f1
}

h1[data-v-f3fb3dc8],
h2[data-v-f3fb3dc8],
h3[data-v-f3fb3dc8],
h4[data-v-f3fb3dc8] {
    margin-top: 0
}

svg[data-v-f3fb3dc8] {
    outline: none
}

.container_selected_area[data-v-f3fb3dc8] {
    display: none;
    visibility: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647
}

.container_selected_area.active[data-v-f3fb3dc8] {
    visibility: visible;
    display: block
}

.container_selected_area .label[data-v-f3fb3dc8] {
    font-family: "Didact Gothic Regular", sans-serif;
    font-size: 22px;
    text-align: center;
    padding-top: 15px
}

.area[data-v-f3fb3dc8] {
    display: none;
    position: absolute;
    z-index: 2147483647;
    pointer-events: none;
    border: 1px solid #1e83ff;
    background: rgba(30, 131, 255, 0.1);
    box-sizing: border-box
}

.area.active[data-v-f3fb3dc8] {
    display: block;
    top: 0;
    left: 0
}

.hide[data-v-f3fb3dc8] {
    display: none
}

.hero-video-section,
.hero-video-section *,
.hero-video-section *::before,
.hero-video-section *::after {
    box-sizing: content-box !important;
}




.hero-video-section video {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: none;
}


.hero-video-section video {
    position: static;
    /* reset absolute to flow naturally */
    width: 100%;
    height: 100%;
    /* maintain aspect ratio */
    object-fit: cover;
    object-position: center;
}

.hero-video-content {
    position: absolute;
    /* or relative if you want it below the video */
    top: -1%;
    /* move to middle vertically */
    left: 50%;
    /* move to middle horizontally */
    text-align: center;
    /* align text */
    /* padding: 14px;           */
    /* add breathing space */
}


.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.25); */
}

.hero-video-content {
    position: absolute;
    /* top: 7%; */
    left: 3%;
    z-index: 1;

}
