html,
body {
    background-color: #ededed;
    margin: 0;
    padding: 0;
    font-family: Lexend, sans-serif;
    overflow: hidden auto
}

::selection {
    color: #fff;
    background-color: #880808
}

::selection {
    color: #fff;
    background-color: #880808
}

::-o-selection {
    color: #fff;
    background-color: #880808
}

::-ms-selection {
    color: #fff;
    background-color: #880808
}

::-webkit-selection {
    color: #fff;
    background-color: #880808
}

html,
body {
    color: #6d6d6d;
    margin: 0;
    padding: 0
}

._interactive_1xri3_13 {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

._unselectable_1xri3_23 {
    -webkit-user-select: none;
    user-select: none
}

._navDiv_1xri3_31 {
    z-index: 9999;
    background-color: #f9f9f780;
    border: .8px solid #c9c9c9e6;
    border-radius: 15px;
    width: calc(100% - 56px);
    height: 60px;
    padding: 2px;
    transition: height .3s, background-color .8s;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 5px 12px #00000040;
    -webkit-backdrop-filter: blur(6px) !important;
    backdrop-filter: blur(6px) !important;
}

._navWidthDesktop_1xri3_87 {
    width: calc(100% - 56px)
}

._navWidthMobile_1xri3_95 {
    width: calc(100% - 26px)
}

._topContentDiv_1xri3_103 {
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    transition: height .24s;
    display: flex
}

._mobileHeight_1xri3_125 {
    height: 75px
}

._mobileExtendedHeight_1xri3_133 {
    background-color: #f9f9f7cc;
    height: 450px
}

._mobileMenuButton_1xri3_143 {
    border-radius: 10px;
    width: 80px;
    height: 80px
}

._etecLogo_1xri3_155 {
    width: 120px;
    margin-right: 20px
}

._navIcon_1xri3_165 {
    width: 45px
}

._worldIcon_1xri3_173 {
    width: 32px;
    margin: 0 8px 0 0
}

._inlineClass_1xri3_183 {
    display: inline
}

._countrySelectDiv_1xri3_191 {
    justify-content: center;
    align-items: center;
    display: flex
}

._arrowIcon_1xri3_203 {
    width: 12px;
    margin: 0 6px 0 12px
}

._countrySelectText_1xri3_213 {
    font-size: .9em;
    font-weight: 320
}

._countrySelectDropdownDiv_1xri3_223 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    background-color: #f9f9f7b3;
    border: .8px solid #c9c9c980;
    border-radius: 15px;
    width: 300px;
    max-height: 500px;
    padding: 0 2px 2px;
    transition: max-height .25s, opacity .16s, transform .24s;
    position: fixed;
    top: 85px;
    right: 25px;
    overflow: hidden;
    transform: translateY(0)scale(1);
    box-shadow: 0 5px 12px #00000040
}

._countrySelectDropdownHidden_1xri3_273 {
    opacity: 0;
    max-height: 0;
    transform: translateY(-6px)scale(.98)
}

._changeCountryDialog_1xri3_285 {
    text-align: center;
    font-size: 1.15em
}

._verticalSeperator_1xri3_295 {
    border: .5px solid #d7d7d7;
    justify-self: center;
    width: 80%;
    height: 0;
    margin-top: -5px
}

._rightDesktopNavDiv_1xri3_315,
._desktopNavNodeList_1xri3_327 {
    flex-direction: row;
    align-items: center;
    display: flex
}

._desktopNavLink_1xri3_339 {
    color: #6d6d6d;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.3em;
    font-weight: 320;
    text-decoration: none;
    transition: transform .1s, color 10ms;
    position: relative;
    transform: scale(1)
}

._desktopNavLink_1xri3_339:before {
    content: "";
    background-color: #bf4342;
    width: 100%;
    height: 2px;
    transition: transform .35s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0)
}

@media (hover:hover) and (pointer:fine) {
    ._desktopNavLink_1xri3_339:hover {
        color: #bf4342;
        text-decoration: none;
        transform: scale(1.1)
    }

    ._desktopNavLink_1xri3_339:hover:before {
        transform: scaleX(1)
    }
}

._desktopNavLink_1xri3_339:active {
    color: #8c1c13;
    transform: scale(.95)
}

._desktopNavLink_1xri3_339:active:before {
    background-color: #8c1c13
}

._mobileNavNodeList_1xri3_439 {
    flex-direction: column;
    justify-content: center;
    display: flex
}

._mobileNavLink_1xri3_451 {
    color: #6d6d6d;
    text-align: center;
    border: 0 solid #9a9a9a;
    border-top-width: .5px;
    margin: 0 15px;
    padding: 20px 0;
    font-size: 1.25em;
    font-weight: 320;
    text-decoration: none;
    transition: transform .1s, color 10ms;
    display: block;
    transform: scale(1)
}

._mobileNavLink_1xri3_451:active {
    color: #bf4342;
    transform: scale(.95)
}

._mobileCountrySelectorTitle_1xri3_497 {
    color: #6d6d6d;
    text-align: center;
    margin: 0 0 2px;
    font-size: 1.2em;
    font-weight: 280;
    text-decoration: none
}

._mobileCountrySelectorDiv_1xri3_515 {
    border: 0 solid #9a9a9a;
    border-top-width: .5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    padding: 15px 0 20px;
    display: flex
}

._mobileCountryItemsList_1xri3_539 {
    flex-direction: row;
    display: flex
}

._linkedInLogo_1xri3_549 {
    color: #6d6d6d;
    cursor: pointer;
    width: 26px;
    margin: 0 26px 0 12px;
    transition: scale .15s, color .25s;
    scale: 1
}

@media screen and (width<=1043px) {
    ._linkedInLogo_1xri3_549 {
        scale: 1.25
    }
}

@media (hover:hover) and (pointer:fine) {
    ._linkedInLogo_1xri3_549:hover {
        color: #bf4342;
        scale: 1.1
    }
}

._linkedInLogo_1xri3_549:active {
    color: #8c1c13;
    scale: .95
}

._mobileIconDiv_1xri3_607 {
    flex-direction: row;
    align-items: center;
    display: flex
}

._cleanButton_1901v_11 {
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #bf4342;
    border-style: none;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 45px;
    font-family: Lexend, sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    text-decoration: none;
    transition: transform .15s;
    display: inline-flex;
    scale: 1
}

@media (hover:hover) and (pointer:fine) {
    ._cleanButton_1901v_11:hover {
        background-color: #8c1c13;
        transform: scale(1.025)
    }
}

._cleanButton_1901v_11:active {
    background-color: #735751;
    transform: scale(.975)
}

._sectionBox_1901v_75 {
    background-color: #fff;
    width: 100dvw;
    box-shadow: 0 0 10px #00000040
}

._primaryHeader_1901v_89 {
    color: #bf4342;
    margin: 0;
    font-weight: 500
}

._secondaryHeader_1901v_101 {
    color: #878787;
    margin: 0;
    font-weight: 300
}

._paragraph_1901v_113 {
    color: #8f8f8f;
    margin: 0;
    font-weight: 250
}

._hidden_1901v_125 {
    display: none
}

._link_1901v_133 {
    color: #6d6d6d;
    cursor: pointer;
    text-decoration: none;
    transition: transform .1s;
    display: inline-block;
    transform: scale(1)
}

@media (hover:hover) and (pointer:fine) {
    ._link_1901v_133:hover {
        color: #bf4342;
        transform: scale(1.035)
    }
}

._link_1901v_133:active {
    color: #8c1c13;
    transform: scale(.95)
}

._div_11jfy_1 {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #fff0;
    border-radius: 10px;
    align-items: center;
    height: 45px;
    margin: 5px;
    padding: 5px 10px;
    transition: transform .1s;
    display: flex;
    transform: scale(1)
}

._div_11jfy_1:hover {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #e1e1e1;
    transform: scale(1.025)
}

._img_11jfy_45 {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 6px;
    width: 45px;
    display: inline
}

._p_11jfy_61 {
    color: #6d6d6d;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-left: 10px;
    font-size: 1em;
    font-weight: 320;
    text-decoration: none;
    display: inline
}

._a_11jfy_83 {
    color: #6d6d6d;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-decoration: none
}

._hero_1ht8g_11 {
    background-image: url(/assets/Hero_Background-CMGHL6iF.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
    min-height: 85vh;
    padding: 180px 55px 20px;
    position: relative;
    overflow: hidden
}

._heroContentDesktop_1ht8g_37 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    display: flex;
    position: relative
}

._heroContentMobile_1ht8g_57 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

@media (width<=1043px) {
    ._hero_1ht8g_11 {
        padding: 110px 2px 40px
    }
}

._titleHeaderDesktop_1ht8g_85 {
    letter-spacing: -3px;
    text-wrap: normal;
    margin: 0;
    font-size: 4.75rem
}

@media (width<=1409px) {
    ._titleHeaderDesktop_1ht8g_85 {
        text-align: center
    }
}

._subtitleHeaderDesktop_1ht8g_111 {
    margin-top: -6px;
    font-size: 1.8rem
}

@media (width<=1409px) {
    ._subtitleHeaderDesktop_1ht8g_111 {
        text-align: center
    }
}

._heroGraphicDesktop_1ht8g_133 {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 740px;
    display: block
}

._contentWrapperDivDesktop_1ht8g_147 {
    flex: 850px;
    min-width: 850px
}

._graphicWrapperDivDesktop_1ht8g_157 {
    flex: 400px;
    min-width: 400px;
    max-width: 720px
}

._buttonContainerDesktop_1ht8g_169 {
    justify-content: center;
    gap: 16px;
    width: fit-content;
    margin: 12px 0 0;
    display: flex
}

@media (width<=1409px) {
    ._buttonContainerDesktop_1ht8g_169 {
        margin: 12px auto 0
    }
}

._titleHeaderMobile_1ht8g_199 {
    letter-spacing: -3px;
    text-align: center;
    text-wrap: normal;
    margin: 0;
    font-size: 2.75rem
}

._subtitleHeaderMobile_1ht8g_215 {
    text-align: center;
    margin-top: -6px;
    font-size: 1.25rem
}

._heroGraphicMobile_1ht8g_227 {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    min-width: 310px;
    max-width: 600px
}

._buttonContainerMobile_1ht8g_241 {
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 6px 2px 0;
    display: flex
}

._contentWrapperDivMobile_1ht8g_257 {
    flex-direction: column;
    width: 98%;
    min-width: 290px;
    display: flex
}

._graphicWrapperDivMobile_1ht8g_271 {
    min-width: none
}

._titlePositionDesktop_dboac_1 {
    margin-left: 2.75vw;
    margin-right: 2.75vw
}

._titlePositionMobile_dboac_11 {
    margin-left: 5vw;
    margin-right: 5vw
}

._paragraphDesktop_dboac_21 {
    margin: 8px 3.8vw 2px;
    font-size: 1.5em
}

._paragraphMobile_dboac_31 {
    margin: 8px 5.75vw 2px 10vw;
    font-size: 1.1em
}

._sectionDesktop_dboac_41 {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.25vw 0 1.25vw;
    display: flex
}

._sectionMobile_dboac_55 {
    flex-direction: column;
    padding: 6vw 0;
    display: flex
}

._contentContainerDesktop_dboac_69 {
    flex-direction: column;
    justify-content: center;
    width: 65%;
    display: flex
}

._contentContainerMobile_dboac_83 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex
}

._imageContainerDesktop_dboac_97 {
    width: 30%;
    height: 20%;
    padding-right: 2%
}

._imageContainerMobile_dboac_109 {
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    display: flex
}

._imageDesktop_dboac_123 {
    object-fit: contain;
    width: 90%;
    margin: 1%
}

._imageMobile_dboac_135 {
    object-fit: contain;
    width: 80%
}

._titleSpan_18014_11 {
    flex-direction: row;
    align-items: center;
    display: flex
}

._titleDesktop_18014_23 {
    border-left: 4px solid #bf4342;
    padding-left: 12px;
    font-size: 3.25em;
    line-height: .9em
}

._titleMobile_18014_41 {
    border-left: 4px solid #bf4342;
    padding-left: 10px;
    font-size: 2em;
    line-height: 1em
}

._section_s7guk_11 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    display: flex
}

._titlePositionDesktop_s7guk_29 {
    margin-left: 1.75vw;
    padding-top: 1.25vw
}

._titlePositionMobile_s7guk_39 {
    margin-left: 5vw;
    padding-top: 3vw
}

._paragraphDesktop_s7guk_49 {
    margin: 8px 3vw 2px;
    font-size: 1.5em
}

._paragraphMobile_s7guk_59 {
    margin: 8px 5vw 2px 10vw;
    font-size: 1.1em
}

._desktopImage_s7guk_69 {
    -webkit-user-select: none;
    user-select: none;
    width: 40vw
}

._imageDiv_s7guk_79 {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 5%;
    display: block
}

._contentDiv_s7guk_93 {
    padding-top: 1%;
    padding-bottom: calc(1% + 15px);
    padding-left: 1%
}

._span_1gxxz_11 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

._spanMobileMargin_1gxxz_25 {
    margin: 10px 10%
}

._spanDesktopMargin_1gxxz_33 {
    margin: 14px 6%
}

._iconDesktop_1gxxz_41 {
    -webkit-user-select: none;
    user-select: none;
    width: 36px
}

._iconMobile_1gxxz_51 {
    -webkit-user-select: none;
    user-select: none;
    width: 28px
}

._itemTextDesktop_1gxxz_61 {
    color: #8f8f8f;
    margin: 0;
    padding-left: 5px;
    font-size: 1.75rem;
    font-weight: 260
}

._itemTextMobile_1gxxz_77 {
    color: #8f8f8f;
    margin: 0;
    padding-left: 5px;
    font-size: 1.2rem;
    font-weight: 275
}

._gridDiv_10fb5_11 {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    justify-content: center;
    gap: .75em;
    padding: 15px 2% 0;
    display: grid
}

._span_1qhpl_1 {
    border-radius: 16px;
    flex-direction: row;
    flex: 1;
    min-width: 305px;
    margin: 1%;
    display: flex;
    box-shadow: 0 0 10px #00000040
}

._logoImage_1qhpl_27 {
    aspect-ratio: 1;
    -webkit-user-select: none;
    user-select: none;
    flex: 1;
    min-width: 50px;
    max-width: 90px;
    margin: 25px 20px 25px 25px
}

._productTitleDesktop_1qhpl_45 {
    font-size: 1.2rem;
    font-weight: 300
}

._productTitleMobile_1qhpl_55 {
    font-size: 1.15rem;
    font-weight: 300
}

._productDescriptionDesktop_1qhpl_65 {
    margin-right: 2%;
    font-size: .82rem
}

._productDescriptionMobile_1qhpl_75 {
    margin-right: 8.5%;
    font-size: .8rem
}

._contentDiv_1qhpl_85 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    margin-right: 5px;
    display: flex
}

._titlePositionDesktop_606w6_11 {
    margin-left: 2.75vw;
    margin-right: 2.75vw
}

._titlePositionMobile_606w6_21 {
    margin-left: 5vw;
    margin-right: 5vw
}

._paragraphDesktop_606w6_31 {
    margin: 8px 3.8vw 2px;
    font-size: 1.5em
}

._paragraphMobile_606w6_41 {
    margin: 8px 5.75vw 2px 10vw;
    font-size: 1.1em
}

._sectionDesktop_606w6_51 {
    padding: 2.25vw 0 1.25vw
}

._sectionMobile_606w6_59 {
    padding: 6vw 0
}

._gridDiv_1w09q_11 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    justify-items: center;
    gap: .75em;
    padding: 15px 2% 0;
    display: grid
}

._span_16sgt_1 {
    border-radius: 16px;
    flex-direction: row;
    flex: 1;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    margin: 1%;
    display: flex;
    box-shadow: 0 0 10px #00000040
}

._logoImage_16sgt_27 {
    aspect-ratio: 1;
    -webkit-user-select: none;
    user-select: none;
    flex: 1;
    min-width: 50px;
    max-width: 75px;
    margin: 25px 20px 25px 25px
}

._titleDesktop_16sgt_45 {
    font-size: 1.4rem
}

._titleMobile_16sgt_53 {
    font-size: 1.2rem
}

._contentDiv_16sgt_63 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding-right: 5px;
    display: flex
}

._footerSection_10hl8_11 {
    margin-top: 50px;
    position: relative;
    overflow: hidden
}

._footerBackground_10hl8_23 {
    object-fit: cover;
    z-index: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 120%;
    height: 150%;
    margin-top: -75px;
    margin-left: -10dvw;
    position: absolute
}

._footerContent_10hl8_45 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 45px 5px 1px;
    display: flex;
    position: relative;
    top: -15px
}

._footerLogoGrid_10hl8_67 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    width: 100%;
    margin-bottom: 10px;
    display: flex
}

._footerLogoContainer_10hl8_85 {
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    display: flex
}

._footerLogo_10hl8_67 {
    -webkit-user-select: none;
    user-select: none;
    width: 78px;
    font-size: .25em
}

._copyRightText_10hl8_111 {
    text-align: center;
    color: #8f8f8f;
    margin: 0;
    font-size: .8em;
    font-weight: 350
}

._contactDetailsText_10hl8_127 {
    text-align: center;
    color: #8f8f8f;
    margin: 0;
    font-size: 1em;
    font-weight: 400
}

._linkUnderline_10hl8_143 {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

._docLink_10hl8_151 {
    text-align: center;
    width: 100%;
    font-size: .9em
}

._hero_9da4l_11 {
    background-image: url(/assets/Background_11020199-C2IYYKG8.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 50vh;
    padding: 160px 80px 75px;
    display: flex;
    position: relative;
    overflow: hidden
}

._heroContentDesktop_9da4l_41 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    width: 90%;
    display: flex;
    position: relative
}

._heroContentMobile_9da4l_63 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

@media (width<=1043px) {
    ._hero_9da4l_11 {
        padding: 110px 2px 40px
    }
}

._titleHeaderDesktop_9da4l_91 {
    letter-spacing: -3px;
    text-wrap: normal;
    margin: 0;
    font-size: 4.75rem
}

@media (width<=1604px) {
    ._titleHeaderDesktop_9da4l_91 {
        text-align: center
    }
}

._subtitleHeaderDesktop_9da4l_117 {
    margin-top: -6px;
    font-size: 1.8rem
}

@media (width<=1604px) {
    ._subtitleHeaderDesktop_9da4l_117 {
        text-align: center
    }
}

._heroGraphicDesktop_9da4l_139 {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 680px;
    display: block
}

._contentWrapperDivDesktop_9da4l_153 {
    flex: 850px;
    min-width: 850px
}

._graphicWrapperDivDesktop_9da4l_163 {
    flex: 400px;
    min-width: 400px;
    max-width: 680px
}

._titleHeaderMobile_9da4l_175 {
    letter-spacing: -3px;
    text-align: center;
    text-wrap: normal;
    margin: 0;
    font-size: 2.75rem
}

._subtitleHeaderMobile_9da4l_191 {
    text-align: center;
    margin-top: -6px;
    font-size: 1.25rem
}

._heroGraphicMobile_9da4l_203 {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    min-width: 310px;
    max-width: 600px
}

._contentWrapperDivMobile_9da4l_217 {
    flex-direction: column;
    width: 98%;
    min-width: 290px;
    display: flex
}

._graphicWrapperDivMobile_9da4l_231 {
    min-width: none
}

._section_mhpr1_11 {
    flex-direction: column;
    display: flex
}

._grid_mhpr1_21 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 460px));
    grid-auto-rows: max-content;
    place-content: start center;
    gap: 30px;
    padding: 30px;
    display: grid
}

._card_1mkeq_11 {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #0003;
    border-radius: 16px;
    flex-direction: column;
    width: auto;
    min-width: 220px;
    max-width: 460px;
    height: 100%;
    transition: scale .25s, box-shadow .25s ease-in-out;
    display: flex;
    scale: 1;
    box-shadow: 0 0 15px #0003
}

@media (hover:hover) and (pointer:fine) {
    ._card_1mkeq_11:hover {
        scale: 1.025;
        box-shadow: 0 0 20px #ff000040
    }
}

._card_1mkeq_11:active {
    transform: scale(.975);
    box-shadow: 0 0 20px #ff000059
}

._image_1mkeq_91 {
    aspect-ratio: 16/9;
    object-fit: cover;
    background-color: #00000058;
    border-radius: 10px;
    width: calc(100% - 12px);
    margin: 6px 6px 0
}

._header_1mkeq_109 {
    color: #6e6e6e;
    margin: 10px 16px 0;
    font-weight: 400
}

._headerDesktop_1mkeq_121 {
    font-size: 1.35em
}

._headerMobile_1mkeq_129 {
    font-size: 1.1em
}

._description_1mkeq_137 {
    color: #8f8f8f;
    margin: 8px 18px 12px;
    font-weight: 250
}

._descriptionDesktop_1mkeq_149 {
    font-size: 1em
}

._descriptionMobile_1mkeq_157 {
    font-size: .9em
}

._headerDesktop_1d6fd_11 {
    color: #bf4342;
    margin: 30px 0 0;
    font-size: 30px;
    font-weight: 350
}

._headerMobile_1d6fd_27 {
    color: #bf4342;
    margin: 0;
    font-size: 1.25em;
    font-weight: 350
}

._paragraphDesktop_1d6fd_43 {
    color: #878787;
    font-size: 18px;
    font-weight: 250
}

._paragraphMobile_1d6fd_55 {
    color: #878787;
    font-size: 1em;
    font-weight: 300
}

._paragraphDesktopBold_1d6fd_67 {
    color: #878787;
    font-size: 18px;
    font-weight: 400
}

._paragraphMobileBold_1d6fd_79 {
    color: #878787;
    font-size: 1em;
    font-weight: 400
}

._listItemDesktop_1d6fd_91 {
    color: #878787;
    font-size: 18px;
    font-weight: 300;
    list-style: square
}

._listItemMobile_1d6fd_105 {
    color: #878787;
    font-size: 1em;
    font-weight: 300;
    list-style: square
}

._orderedListItemDesktop_1d6fd_119 {
    color: #878787;
    font-size: 18px;
    font-weight: 300
}

._orderedListItemMobile_1d6fd_131 {
    color: #878787;
    font-size: 1em;
    font-weight: 300
}

._tickLi_1d6fd_143 {
    list-style-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3e%3cpath%20d='M%20180.87%20424.944%20C%20172.635%20424.944%20164.623%20422.192%20158.921%20417.116%20C%20158.383%20417.157%2061.085%20307.348%2061.404%20307.118%20C%2057.745%20302.291%2055.574%20296.273%2055.574%20289.749%20C%2055.574%20273.853%2068.461%20260.966%2084.356%20260.966%20C%2094.706%20260.966%20100.05%20265.827%20108.188%20273.965%20L%20172.245%20335.14%20C%20175.261%20338.156%20181.582%20339.475%20186.568%20334.488%20C%20189.315%20331.742%20371.351%20106.358%20405.521%2080.454%20C%20410.772%2076.474%20415.592%2075.057%20420.37%2075.057%20C%20433.083%2075.057%20444.426%2084.759%20444.426%2097.472%20C%20444.426%20103.134%20442.704%20108.615%20438.991%20112.328%20C%20434.099%20117.22%20283.758%20298.112%20209.768%20409.431%20C%20208.154%20411.859%20198.336%20424.944%20180.869%20424.944%20L%20180.87%20424.944%20Z'%20style='fill:%20rgb(191,%2067,%2066);%20stroke:%20rgb(191,%2067,%2066);'/%3e%3c/svg%3e")
}

._tickLi_1d6fd_143::marker {
    font-size: 40px
}

._background_1xnu8_11 {
    background-image: url(/assets/Background_11020199-C2IYYKG8.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed
}

._templatePageMain_1xnu8_31 {
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden
}

._templatePageMainPaddingMobile_1xnu8_51 {
    padding: 110px 10px 75px
}

._templatePageMainPaddingDesktop_1xnu8_59 {
    padding: 160px 20px 75px
}

._contentDiv_1xnu8_67 {
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 1300px;
    padding: 0 0 50px;
    box-shadow: 0 0 25px #0003
}

._titleSizeDesktop_1xnu8_87 {
    border-left: 3px solid #bf4342;
    margin: 60px 70px 0;
    padding-left: 20px;
    font-size: 3.5em;
    line-height: 1em
}

._titleSizeMobile_1xnu8_107 {
    border-left: 3px solid #bf4342;
    margin: 30px 5% 0;
    padding-left: 5px;
    font-size: 1.6em;
    line-height: 1em
}

._subtitle_1xnu8_127 {
    color: #878787;
    font-weight: 350
}

._subtitleDesktop_1xnu8_137 {
    margin: 15px 90px 0;
    font-size: 1.5em
}

._subtitleMobile_1xnu8_147 {
    margin: 10px 7.5% 0;
    font-size: 1.1em
}

._image_1xnu8_157 {
    aspect-ratio: 16/9;
    object-fit: cover;
    background-color: #00000058;
    border-radius: 10px;
    max-width: 1920px;
    display: block
}

._imageSizeMobile_1xnu8_175 {
    width: 92%;
    margin: 25px auto
}

._imageSizeDesktop_1xnu8_185 {
    width: 70%;
    margin: 40px auto 50px
}

._paragraphDesktop_1xnu8_195 {
    font-size: 1.1em
}

._paragraphMobile_1xnu8_203 {
    font-size: 1em
}

._caseStudyBodyDesktop_1xnu8_211 {
    margin: 0 80px
}

._caseStudyBodyMobile_1xnu8_219 {
    margin: 0 5%
}

._arrowLinkDesktop_1xnu8_227 {
    color: #787878;
    margin: 40px 40px 0;
    font-size: 1.2em;
    font-weight: 350
}

._arrowLinkMobile_1xnu8_241 {
    color: #787878;
    margin: 20px 20px 0;
    font-size: 1em;
    font-weight: 400
}

._studyNumberDesktop_1xnu8_255 {
    color: #787878;
    margin: 40px 0 0;
    font-size: 1.2em;
    font-weight: 350
}

._studyNumberMobile_1xnu8_269 {
    color: #787878;
    margin: 40px 0 0;
    font-size: 1em;
    font-weight: 400
}

._hidden_1xnu8_283 {
    visibility: hidden
}

._visible_1xnu8_291 {
    visibility: visible
}

._metaInformationDivDesktop_1xnu8_299 {
    justify-content: space-between;
    margin: 5px 105px 0;
    display: flex
}

._metaInformationDivMobile_1xnu8_311 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 8% 0;
    display: flex
}

._readTimeDesktop_1xnu8_325 {
    color: #bf4342;
    font-size: 1.05em;
    font-weight: 300;
    display: inline
}

._readTimeMobile_1xnu8_341 {
    color: #bf4342;
    margin: 5px 0 10px;
    font-size: .9em;
    font-weight: 300;
    display: inline
}

._clockIconDesktop_1xnu8_359 {
    height: 21px;
    margin-right: 10px;
    display: inline-block
}

._clockIconMobile_1xnu8_371 {
    width: .9em;
    margin-right: 10px;
    display: inline-block
}

._dateDesktop_1xnu8_383 {
    color: #bf4342;
    font-size: 1.05em;
    font-weight: 300;
    display: inline
}

._dateMobile_1xnu8_399 {
    color: #bf4342;
    margin: 0;
    font-size: .9em;
    font-weight: 300;
    display: inline
}

._readTimeSpan_1xnu8_417 {
    align-items: center;
    display: flex
}

._studySelectorSpan_1xnu8_427 {
    justify-content: space-between;
    display: flex
}

._mainDiv_13rhk_11 {
    background-image: url(/assets/Hero_Background-CMGHL6iF.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    overflow: hidden
}

._contentDiv_13rhk_45 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 3%;
    display: flex;
    overflow: hidden
}

._logoDesktop_13rhk_65 {
    width: 10%;
    margin-bottom: 5%
}

._logoMobile_13rhk_75 {
    width: 40%;
    margin-bottom: 10%
}

._header_13rhk_85 {
    color: red;
    margin: 0;
    font-weight: 500
}

._headerDesktop_13rhk_97 {
    font-size: 6em;
    line-height: 1.25em
}

._headerMobile_13rhk_107 {
    font-size: 2.5em
}

._text_13rhk_115 {
    color: #737373;
    text-align: center;
    margin: 1px 0 0;
    font-weight: 300;
    line-height: 1em
}

._textDesktop_13rhk_131 {
    font-size: 2em;
    line-height: .75em
}

._textMobile_13rhk_141 {
    font-size: 1.25em
}

._button_13rhk_149 {
    text-align: center;
    color: #fff;
    z-index: 1;
    margin-top: 25px;
    font-size: 1.5em;
    font-weight: 350;
    text-decoration: none;
    transition: transform .15s;
    position: relative;
    transform: scale(1)
}

._button_13rhk_149:before {
    content: "";
    z-index: -1;
    background-color: red;
    border-radius: 16px;
    width: 100%;
    height: 45px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%
}

@media (hover:hover) and (pointer:fine) {
    ._button_13rhk_149:hover {
        transform: scale(1.025)
    }

    ._button_13rhk_149:hover:before {
        background-color: #e60000
    }
}

._button_13rhk_149:active {
    transform: scale(.975)
}

._button_13rhk_149:active:before {
    background-color: #c00
}

._buttonDesktopWidth_13rhk_241 {
    padding: 0 75px
}

._buttonMobileWidth_13rhk_251 {
    padding: 0 25px
}

._hero_1bi6j_11 {
    background-image: url(/assets/Background_7225114-D3XASDwe.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 50vh;
    padding: 160px 80px 75px;
    display: flex;
    position: relative;
    overflow: hidden
}

._heroContentDesktop_1bi6j_41 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    width: 90%;
    display: flex;
    position: relative
}

._heroContentMobile_1bi6j_63 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative
}

@media (width<=1043px) {
    ._hero_1bi6j_11 {
        padding: 110px 2px 40px
    }
}

._titleHeaderDesktop_1bi6j_93 {
    letter-spacing: -3px;
    text-wrap: normal;
    margin: 0;
    font-size: 4.75rem
}

@media (width<=1604px) {
    ._titleHeaderDesktop_1bi6j_93 {
        text-align: center
    }
}

._subtitleHeaderDesktop_1bi6j_119 {
    margin-top: -6px;
    font-size: 1.8rem
}

@media (width<=1604px) {
    ._subtitleHeaderDesktop_1bi6j_119 {
        text-align: center
    }
}

._heroGraphicDesktop_1bi6j_141 {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 680px;
    display: block
}

._contentWrapperDivDesktop_1bi6j_155 {
    flex: 850px;
    min-width: 850px
}

._graphicWrapperDivDesktop_1bi6j_165 {
    flex: 400px;
    min-width: 400px;
    max-width: 680px
}

._titleHeaderMobile_1bi6j_177 {
    letter-spacing: -3px;
    text-align: center;
    text-wrap: normal;
    margin: 0;
    font-size: 2.75rem
}

._subtitleHeaderMobile_1bi6j_193 {
    text-align: center;
    margin-top: -6px;
    font-size: 1.25rem
}

._heroGraphicMobile_1bi6j_205 {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    min-width: 310px;
    max-width: 600px
}

._contentWrapperDivMobile_1bi6j_219 {
    flex-direction: column;
    width: 98%;
    min-width: 290px;
    display: flex
}

._graphicWrapperDivMobile_1bi6j_233 {
    min-width: none
}

._buttonContainerDesktop_1bi6j_241 {
    justify-content: center;
    gap: 16px;
    width: fit-content;
    margin: 12px 0 0;
    display: flex
}

@media (width<=1604px) {
    ._buttonContainerDesktop_1bi6j_241 {
        margin: 12px auto 0
    }
}

._buttonContainerMobile_1bi6j_269 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 6px 2px 0;
    display: flex
}

._buttonContainerMobile_1bi6j_269 a {
    flex: 0 250px;
    width: 250px;
    max-width: 90%
}

@media (width<=521px) {
    ._buttonContainerMobile_1bi6j_269 a {
        flex: 250px;
        max-width: 90%
    }
}

._contactButtonIcon_1bi6j_313 {
    width: 20px;
    margin-right: 8px
}

html,
body {
    margin: 0;
    padding: 0
}

._infoBoxContainerDesktop_etv78_11 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 20px 3%;
    display: flex
}

._contactLinks_etv78_31 {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

._infoBox_s8r56_1 {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 16px;
    flex-direction: column;
    flex: 1 0 auto;
    display: flex;
    box-shadow: 0 0 10px #00000040
}

._infoBoxDesktop_s8r56_23 {
    flex-wrap: nowrap;
    width: fit-content;
    margin: 0;
    padding: 28px 35px
}

._infoBoxMobile_s8r56_37 {
    flex-wrap: nowrap;
    margin: 0;
    padding: 30px
}

._informationHeaderDesktop_s8r56_49 {
    color: #bf4342;
    margin: 0;
    font-size: 1.6em;
    font-weight: 450;
    position: relative
}

._informationHeaderDesktop_s8r56_49:before {
    content: "";
    background-color: #bf4342;
    border-radius: 5px;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12px
}

._informationHeaderMobile_s8r56_87 {
    white-space: nowrap;
    color: #bf4342;
    margin: 0;
    font-size: 1.4em;
    font-weight: 450
}

._informationParagraphDesktop_s8r56_103 {
    white-space: nowrap;
    max-width: 750px;
    margin: 5px;
    font-size: 1.3em;
    font-weight: 300
}

._informationParagraphMobile_s8r56_119 {
    white-space: nowrap;
    margin: 5px;
    font-size: 1.05em;
    font-weight: 300
}

._imageBox_exoyu_1 {
    border-radius: 16px;
    flex: 0 auto;
    width: auto;
    overflow: hidden;
    box-shadow: 0 0 10px #00000040
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    top: 0;
    left: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-tile::selection {
    background: 0 0
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    -webkit-transform-origin: 0 0;
    width: 1600px;
    height: 1600px
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    width: auto;
    padding: 0;
    max-width: none !important;
    max-height: none !important
}

.leaflet-container img.leaflet-tile {
    mix-blend-mode: plus-lighter
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
    -webkit-tap-highlight-color: #33b5e566
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    box-sizing: border-box;
    z-index: 800;
    width: 0;
    height: 0
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
    position: relative
}

.leaflet-top,
.leaflet-bottom {
    z-index: 1000;
    pointer-events: none;
    position: absolute
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    transform-origin: 0 0
}

svg.leaflet-zoom-animated {
    will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    outline-offset: 1px;
    background: #ddd
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-zoom-box {
    background: #ffffff80;
    border: 2px dotted #38f
}

.leaflet-container {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    line-height: 1.5
}

.leaflet-bar {
    border-radius: 4px;
    box-shadow: 0 1px 5px #000000a6
}

.leaflet-bar a {
    text-align: center;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    display: block
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    color: #bbb;
    background-color: #f4f4f4
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    text-indent: 1px;
    font: 700 18px Lucida Console, Monaco, monospace
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px #0006
}

.leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    color: #333;
    background: #fff;
    padding: 6px 10px 6px 6px
}

.leaflet-control-layers-scrollbar {
    padding-right: 5px;
    overflow: hidden scroll
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    font-size: 1.08333em;
    display: block
}

.leaflet-control-layers-separator {
    border-top: 1px solid #ddd;
    height: 0;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)
}

.leaflet-container .leaflet-control-attribution {
    background: #fffc;
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    color: #333;
    padding: 0 5px;
    line-height: 1.4
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
    text-decoration: underline
}

.leaflet-attribution-flag {
    width: 1em;
    height: .6669em;
    vertical-align: baseline !important;
    display: inline !important
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    white-space: nowrap;
    box-sizing: border-box;
    text-shadow: 1px 1px #fff;
    background: #fffc;
    border: 2px solid #777;
    border-top: none;
    padding: 2px 5px 1px;
    line-height: 1.1
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    background-clip: padding-box;
    border: 2px solid #0003
}

.leaflet-popup {
    text-align: center;
    margin-bottom: 20px;
    position: absolute
}

.leaflet-popup-content-wrapper {
    text-align: left;
    border-radius: 12px;
    padding: 1px
}

.leaflet-popup-content {
    min-height: 1px;
    margin: 13px 24px 13px 20px;
    font-size: 1.08333em;
    line-height: 1.3
}

.leaflet-popup-content p {
    margin: 1.3em 0
}

.leaflet-popup-tip-container {
    pointer-events: none;
    width: 40px;
    height: 20px;
    margin-top: -1px;
    margin-left: -20px;
    position: absolute;
    left: 50%;
    overflow: hidden
}

.leaflet-popup-tip {
    pointer-events: auto;
    width: 17px;
    height: 17px;
    margin: -10px auto 0;
    padding: 1px;
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    color: #333;
    background: #fff;
    box-shadow: 0 3px 14px #0006
}

.leaflet-container a.leaflet-popup-close-button {
    text-align: center;
    color: #757575;
    background: 0 0;
    border: none;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
    color: #585858
}

.leaflet-popup-scrolled {
    overflow: auto
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    width: 24px;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);
    margin: 0 auto
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 6px;
    position: absolute;
    box-shadow: 0 1px 3px #0006
}

.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    pointer-events: none;
    content: "";
    background: 0 0;
    border: 6px solid #0000;
    position: absolute
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    margin-left: -6px;
    left: 50%
}

.leaflet-tooltip-top:before {
    border-top-color: #fff;
    margin-bottom: -12px;
    bottom: 0
}

.leaflet-tooltip-bottom:before {
    border-bottom-color: #fff;
    margin-top: -12px;
    margin-left: -6px;
    top: 0
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    margin-top: -6px;
    top: 50%
}

.leaflet-tooltip-left:before {
    border-left-color: #fff;
    margin-right: -12px;
    right: 0
}

.leaflet-tooltip-right:before {
    border-right-color: #fff;
    margin-left: -12px;
    left: 0
}

@media print {
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

._sizeDivDesktop_muvjm_1 {
    box-sizing: border-box;
    height: 40vh;
    margin: 0 3% 10px;
    padding: 20px
}

._sizeDivMobile_muvjm_15 {
    box-sizing: border-box;
    height: 55vh;
    margin: 0 3% 10px;
    padding: 20px 5px
}

._mapContainer_muvjm_29 {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

._popupTitle_muvjm_47 {
    color: #bf4342;
    margin: 0;
    font-family: Lexend, sans-serif;
    font-size: 2em;
    font-weight: 350
}