/* ------------------------------------------

    General

------------------------------------------ */
body {
    font: normal normal normal 100%/1.25 Arial, Helvetica, Verdana, sans-serif;
}

.headerContainer *,
.footerContainer * {
    box-sizing: border-box;
}

/* ------------------------------------------

    HEADER

------------------------------------------ */

.headerContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0;
    background-color: var(--color-white, #fefefe);
}

.headerContainer_CGN {
    background-color: #131313;
}

@media screen and (min-width: 1024px) {
    .headerContainer {
        min-height: 120px;
    }
}

.headerContainer_content {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-auto-flow: column;
    align-items: center;
    max-width: 1317px;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .headerContainer_content {
        max-width: 992px;
    }
}

@media screen and (min-width: 1366px) {
    .headerContainer_content {
        max-width: 1317px;
    }
}

/* ------------------------------------------

    -- Header - Logo

------------------------------------------ */

.headerContainer_logo {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    margin-left: var(--gutter, 16px);
    margin-right: 24px;
}

.headerContainer_logo img {
    width: auto;
    max-width: 100%;
    max-height: 24px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .headerContainer_logo {
        margin-left: var(--gutter, 16px);
    }
}

/* ------------------------------------------

    -- Header - Logo - CGN

------------------------------------------ */

.headerContainer_CGN .headerContainer_logo img {
   clip-path: inset(100%);
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute;
   white-space: nowrap;
   width: 1px;
}

.headerContainer_CGN .headerContainer_logo::before {
    content: '';
    display: block;
    width: 75px;
    max-width: 75px;
    max-height: 24px;
    height: 24px;
    background-size: 75px 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='2551.1px' height='849.6px' viewBox='0 0 2551.1 849.6' style='enable-background:new 0 0 2551.1 849.6;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FEFEFE;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M328.3,8.4c11.1,0,16.7,5.6,16.7,16.7v674.6c0,20.6-4,40.1-11.9,58.3c-7.9,18.3-18.6,34.1-32.1,47.6 s-29.4,24.2-47.6,32.1c-18.3,7.9-37.7,11.9-58.3,11.9h-45.2c-20.6,0-40.1-4-58.3-11.9c-18.3-7.9-34.1-18.6-47.6-32.1 S19.8,776.3,11.9,758C4,739.8,0,720.3,0,699.7V548.5c0-11.1,5.2-18.2,15.5-21.4l108.3-28.6c10.3-3.2,15.5,0.8,15.5,11.9v183.2 c0,7.9,2.8,14.7,8.3,20.2c5.5,5.6,12.3,8.3,20.2,8.3h9.5c7.9,0,14.7-2.8,20.2-8.3s8.3-12.3,8.3-20.2V24.9 c0-11.1,5.5-16.7,16.7-16.7h105.8V8.4z'/%3e%3cpath class='st0' d='M774.4,824.6c1.6,11.1-3.2,16.7-14.3,16.7H651.9c-10.3,0-16.3-5.5-17.8-16.7l-9.5-128.5h-73.8l-9.5,128.5 c-1.6,11.1-7.5,16.7-17.8,16.7H415.1c-11.1,0-15.9-5.5-14.3-16.7L490,25c1.6-11.1,7.9-16.7,19-16.7h157.1c11.1,0,17.4,5.6,19,16.7 L774.4,824.6z M615,562.8l-22.6-322.4h-9.5l-22.7,322.4H615z'/%3e%3cpath class='st0' d='M1083.2,11.9c18.2,7.9,34.1,18.6,47.6,32.1s24.2,29.4,32.1,47.6c7.9,18.3,11.9,37.7,11.9,58.3v95.2 c0,11.1-5.2,18.3-15.5,21.4L1051,283.2c-10.3,3.2-15.5-0.8-15.5-11.9V155.9c0-7.9-2.8-14.7-8.3-20.2c-5.6-5.5-12.3-8.3-20.2-8.3 h-9.5c-7.9,0-14.7,2.8-20.2,8.3c-5.6,5.6-8.3,12.3-8.3,20.2v537.8c0,7.9,2.8,14.7,8.3,20.2c5.5,5.6,12.3,8.3,20.2,8.3h9.5 c7.9,0,14.7-2.8,20.2-8.3s8.3-12.3,8.3-20.2V527.1c0-11.1,5.2-15.1,15.5-11.9l108.3,14.3c10.3,3.2,15.5,10.3,15.5,21.4v148.7 c0,20.6-4,40.1-11.9,58.3c-7.9,18.3-18.6,34.1-32.1,47.6s-29.4,24.2-47.6,32.1c-18.3,7.9-37.7,11.9-58.3,11.9h-45.2 c-20.6,0-40.1-4-58.3-11.9c-18.3-7.9-34.1-18.6-47.6-32.1s-24.2-29.3-32.1-47.6c-7.9-18.2-11.9-37.7-11.9-58.3V149.9 c0-20.6,4-40,11.9-58.3c7.9-18.2,18.6-34.1,32.1-47.6s29.3-24.2,47.6-32.1C939.6,4,959.1,0,979.7,0h45.2 C1045.5,0,1064.9,4,1083.2,11.9z'/%3e%3cpath class='st0' d='M1602.6,824.6c1.6,11.1-3.2,16.7-14.3,16.7H1480c-10.3,0-16.3-5.5-17.8-16.7l-9.5-128.5h-73.8l-9.5,128.5 c-1.6,11.1-7.5,16.7-17.8,16.7h-108.3c-11.1,0-15.9-5.5-14.3-16.7L1318.2,25c1.6-11.1,7.9-16.7,19-16.7h157.1 c11.1,0,17.4,5.6,19,16.7L1602.6,824.6z M1443.1,562.8l-22.6-322.4h-9.5l-22.6,322.4H1443.1z'/%3e%3cpath class='st0' d='M2130.3,25v799.6c0,11.1-5.6,16.7-16.7,16.7h-114.2c-11.1,0-16.7-5.5-16.7-16.7v-376l-78.5,307 c-1.6,4-3.6,5.9-5.9,5.9s-4.4-2-5.9-5.9l-78.5-307v376c0,11.1-5.6,16.7-16.7,16.7H1683c-11.1,0-16.7-5.5-16.7-16.7V25 c0-11.1,5.5-16.7,16.7-16.7h101.1c4.8,0,8.9,1.8,12.5,5.4c3.6,3.6,6.1,7.3,7.7,11.3l94,426l94-426c1.6-4,4.2-7.7,7.7-11.3 c3.6-3.6,7.7-5.4,12.5-5.4h101.1C2124.7,8.4,2130.3,13.9,2130.3,25z'/%3e%3cpath class='st0' d='M2551.1,699.6c0,20.6-4,40.1-11.9,58.3c-7.9,18.3-18.6,34.1-32.1,47.6s-29.4,24.2-47.6,32.1 c-18.3,7.9-37.7,11.9-58.3,11.9H2356c-20.6,0-40.1-4-58.3-11.9c-18.3-7.9-34.1-18.6-47.6-32.1s-24.2-29.3-32.1-47.6 c-7.9-18.2-11.9-37.7-11.9-58.3V149.9c0-20.6,4-40,11.9-58.3c7.9-18.2,18.6-34.1,32.1-47.6s29.3-24.2,47.6-32.1 C2315.9,4,2335.4,0,2356,0h45.2c20.6,0,40,4,58.3,11.9c18.2,7.9,34.1,18.6,47.6,32.1s24.2,29.4,32.1,47.6 c7.9,18.3,11.9,37.7,11.9,58.3V699.6z M2411.9,155.9c0-7.9-2.8-14.7-8.3-20.2c-5.6-5.5-12.3-8.3-20.2-8.3h-9.5 c-7.9,0-14.7,2.8-20.2,8.3c-5.6,5.6-8.3,12.3-8.3,20.2v537.8c0,7.9,2.8,14.7,8.3,20.2c5.5,5.6,12.3,8.3,20.2,8.3h9.5 c7.9,0,14.7-2.8,20.2-8.3s8.3-12.3,8.3-20.2V155.9z'/%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Logo - FW

------------------------------------------ */

.headerContainer_FW .headerContainer_logo img {
   clip-path: inset(100%);
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute;
   white-space: nowrap;
   width: 1px;
}

.headerContainer_FW .headerContainer_logo::before {
    content: '';
    display: block;
    width: 75px;
    max-width: 75px;
    max-height: 24px;
    height: 24px;
    background-size: 75px 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22258%22%20height%3D%2274%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M165.652%2022.376h-15.387v48.729h15.387V22.376Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16.175%202.514c2.598-.94%205.367-1.325%208.118-1.432%201.677.004%203.353.001%205.03.001v13.713c-.871-.004-1.742-.021-2.607.087-.144.025-.29.049-.435.069-1.121.196-2.265.664-2.943%201.622-.492.707-.74%201.559-.796%202.413-.083%201.122-.034%202.251-.026%203.374%202.268.034%204.538.005%206.808.015.006%202.798-.011%205.596.009%208.394%203.694-5.011%209.475-8.509%2015.693-9.174.285-.042.574-.054.861-.101%201.465%200%202.941-.096%204.399.1%202.423.275%204.832%201%206.874%202.359%201.835%201.188%203.332%202.86%204.409%204.755.016-2.11.003-4.221.007-6.333h15.299l-.001%207.305a13.604%2013.604%200%200%201%204.346-5.257c2.941-2.141%206.603-3.061%2010.196-3.221%201.405.022%202.815-.066%204.214.116%203.157.312%206.321%201.224%208.944%203.053a13.273%2013.273%200%200%201%203.932%204.106V1.702h15.918c.003%209.368-.006%2018.735.004%2028.102%201.078-1.652%202.284-3.25%203.808-4.517%202.48-2.184%205.698-3.479%208.991-3.693a18.902%2018.902%200%200%201%202.924%200c3.141.2%206.272%201.372%208.551%203.585.581.565%201.084%201.206%201.563%201.859v-4.662h11.023c.579.001%201.157-.019%201.733.04-3.524.806-7.029%201.703-10.549%202.524v2.588c2.182.505%204.338%201.137%206.544%201.53a234.353%20234.353%200%200%200-6.544%201.593v2.585c3.935.917%207.858%201.894%2011.788%202.836-.009-.938-.001-1.877-.004-2.814-1.671-.339-3.336-.701-5.005-1.046-.751-.171-1.503-.327-2.271-.395%202.436-.494%204.852-1.08%207.28-1.611-.011-.744-.005-1.486-.004-2.229a486.624%20486.624%200%200%200-7.254-1.625c2.431-.416%204.834-.981%207.255-1.449-.005-.842-.001-1.685-.002-2.527h1.929c-.003%204.154.003%208.308-.003%2012.462%201.174-2.447%202.712-4.729%204.633-6.653a23.495%2023.495%200%200%201%207.19-4.818c3.626-1.562%207.607-2.258%2011.547-2.163a21.42%2021.42%200%200%201%202.831.113c5.507.507%2010.942%202.688%2014.958%206.547a22.978%2022.978%200%200%201%204.195%205.385c-.014-3.623-.002-7.249-.006-10.873h15.229c.001%202.471-.003%204.944.003%207.415%201.294-1.959%202.893-3.732%204.77-5.149%201.895-1.421%204.127-2.357%206.453-2.799a22.405%2022.405%200%200%201%205.783-.206c2.527.288%205.028%201.148%207.027%202.752%202.392%201.851%203.901%204.639%204.651%207.53.477%201.877.714%203.822.671%205.76v33.557h-15.92V42.633c.035-1.456-.118-2.933-.6-4.317-.361-1.058-1.04-2.034-2.002-2.624-1.279-.819-2.862-.924-4.337-.822-1.272.148-2.56.63-3.449%201.58-1.545%201.476-2.056%203.674-2.278%205.724-.126%201.667-.074%203.339-.083%205.01v24.052h-15.918c.005-3.622-.011-7.243.008-10.865a23.168%2023.168%200%200%201-5.42%206.45c-3.667%203.01-8.242%204.799-12.934%205.36-.132.013-.26.024-.384.039-.288.044-.577.054-.86.103-2.063.134-4.139.14-6.196-.098-5.378-.565-10.675-2.727-14.594-6.508-2.079-1.944-3.703-4.341-4.953-6.89-.029%204.137-.004%208.274-.011%2012.41-1.884.003-3.766-.007-5.648.006%201.221-.372%202.324-1.148%202.996-2.244.549-.916.666-2.008.723-3.053.002-1.176-.001-2.354%200-3.529h-9.028v-3.17h9.028v-2.756h-11.784c-.001%203.237.003%206.476-.004%209.715%200%201.082.235%202.206.889%203.091.665.987%201.743%201.614%202.866%201.949-6.35-.019-12.701-.003-19.051-.009V41.533c-.102-1.758-.434-3.631-1.611-5.008-1.093-1.262-2.839-1.739-4.457-1.676-1.719-.061-3.545.519-4.684%201.859-1.137%201.323-1.614%203.068-1.826%204.767-.235%202.171-.161%204.358-.171%206.54v23.224h-15.918c-.001-1.694.001-3.388-.001-5.081-1.266%201.65-2.92%202.985-4.758%203.945-2.255%201.192-4.764%201.84-7.29%202.124-.547.069-1.095.114-1.645.135-1.977.127-3.967.043-5.935-.176-2.594-.341-5.183-1.019-7.457-2.349-1.838-1.032-3.398-2.526-4.555-4.288.022%201.897.003%203.793.009%205.69H61.092c-.01-2.186.019-4.373-.015-6.558-.732%201.881-2.002%203.558-3.643%204.738-1.971%201.434-4.354%202.208-6.759%202.49-1.603.192-3.22.206-4.825.046-5.308-.469-10.374-2.933-14.099-6.73-4.164-4.15-6.426-9.937-6.862-15.747-.194-2.109-.136-4.234.044-6.343.043-.283.052-.569.093-.851.294-2.451.876-4.875%201.839-7.152-1.456-.006-2.91-.001-4.366-.002v36.11H6.581V35.13H.999V22.381c1.854-.001%203.706.003%205.559-.001.051-2.113.01-4.227.021-6.34.108-3.147.958-6.364%202.925-8.873%201.671-2.204%204.098-3.724%206.671-4.653Zm73.089%2030.35c-1.003%201.076-1.074%202.857-.244%204.053.783%201.079%202.057%201.613%203.248%202.109%202.669%201.026%205.405%201.867%208.037%202.987%202.452%201.048%204.88%202.245%206.934%203.97.429.407.916.759%201.266%201.245V36.159H97.754c-.127-1.213-.429-2.49-1.292-3.403-.874-.977-2.252-1.345-3.526-1.287-1.324.027-2.749.382-3.672%201.395Zm-39.257.764c-.145.025-.288.048-.432.069-1.84.348-3.575%201.266-4.871%202.62-2.144%202.073-3.251%205.007-3.648%207.916-.172%201.223-.183%202.46-.141%203.691.076.606.123%201.214.212%201.818.392%202.261%201.194%204.488%202.604%206.319%201.476%201.964%203.674%203.407%206.121%203.788%203.023.491%206.157-.805%208.176-3.06%201.957-2.116%203.034-4.922%203.392-7.756.014-.129.028-.255.044-.383.189-1.617.121-3.252-.144-4.856a9.478%209.478%200%200%200-.031-.243c-.431-2.141-1.204-4.252-2.552-5.99-1.451-1.939-3.567-3.424-5.972-3.865a18.764%2018.764%200%200%201-.434-.068%207.939%207.939%200%200%200-2.324%200Zm133.771%202.965c-2.134%201.8-3.248%204.514-3.725%207.21-.087.603-.136%201.212-.21%201.817a41.455%2041.455%200%200%200%200%202.443c.075.604.123%201.214.212%201.817.424%202.447%201.359%204.909%203.173%206.667%201.854%201.95%204.706%202.786%207.341%202.405a9.6%209.6%200%200%201%20.434-.068c1.285-.265%202.53-.778%203.565-1.591%202.218-1.725%203.439-4.423%203.917-7.136.133-.817.226-1.64.245-2.468.146-.871-.037-1.748-.033-2.622-.078-.513-.124-1.03-.213-1.542-.47-2.657-1.588-5.345-3.738-7.073-3.06-2.567-7.984-2.532-10.968.141Zm-29.85.919c-.984.877-1.647%202.106-1.796%203.42-.009.263-.009.527%200%20.793.16%201.454.96%202.809%202.13%203.683.811.639%201.805%201.017%202.816%201.206.146.022.293.049.44.08a31.21%2031.21%200%200%200%201.619%200c.143-.031.29-.058.441-.08%201.013-.188%202.003-.571%202.812-1.218%201.62-1.197%202.561-3.405%201.935-5.375-.724-2.515-3.374-4.163-5.933-4.072a6.394%206.394%200%200%200-4.464%201.563Zm-77.06%206.238c.012%204.269.001%208.538.005%2012.808%203.675%200%207.349.002%2011.023-.001-.018%201.326.17%202.787%201.089%203.815.681.831%201.735%201.217%202.762%201.404.193.019.39.037.583.077.353.014.707.014%201.062%200%20.191-.039.386-.059.581-.077%201.208-.2%202.426-.793%203.083-1.863.655-1.058.663-2.473.061-3.554-.769-1.204-2.094-1.873-3.366-2.423-4.741-2.062-9.883-3.446-14.043-6.635-1.187-.962-2.125-2.209-2.84-3.551Zm75.603%204.125v2.619c1.488.001%202.976-.001%204.464.001-1.483.754-2.976%201.491-4.464%202.236v3.136c1.56-.913%203.132-1.81%204.692-2.723.208.553.468%201.122.949%201.497.609.514%201.42.671%202.191.742%201.121.051%202.343-.25%203.113-1.118.643-.612.781-1.542.836-2.386.008-1.334-.001-2.669.003-4.004h-11.784Zm2.956-45.976c2.579-.925%205.615-.423%207.737%201.319%202.285%201.765%203.408%204.824%202.933%207.66-.44%202.681-2.317%205.067-4.827%206.107a8.162%208.162%200%200%201-5.465.311c-2.866-.82-5.153-3.339-5.661-6.281-.021-.146-.045-.29-.069-.435-.013-.507-.147-1.016-.042-1.52.118-3.192%202.374-6.15%205.394-7.161Zm1.905%2036.891c1.13-.201%202.387-.088%203.351.587.711.466%201.197%201.332%201.08%202.195-.088.624-.427%201.223-.948%201.585-.995.749-2.337.948-3.536.672-.809-.17-1.608-.602-2.052-1.321-.5-.723-.447-1.748.039-2.464.466-.688%201.262-1.097%202.066-1.254Zm1.336%2011.704c1.038.001%202.075-.005%203.113.003-.021.591.026%201.278-.382%201.757-.534.451-1.337.476-1.974.27-.777-.337-.767-1.315-.757-2.03Zm-3.59%2014.678h6.49c.051.938-.016%201.963-.668%202.703-.722.718-1.807.843-2.777.816-.831-.014-1.756-.194-2.331-.847-.352-.344-.494-.832-.626-1.292-.026-.461-.092-.919-.088-1.38Z%22%2F%3E%3C%2Fsvg%3E");
}

/* ------------------------------------------

    -- Header - Logo - CCL

------------------------------------------ */

.headerContainer_CCL .headerContainer_logo img {
   clip-path: inset(100%);
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute;
   white-space: nowrap;
   width: 1px;
}
 
.headerContainer_CCL .headerContainer_logo::before { 
    content: '';
    display: block;
    width: 150px;
    max-width: 150px;
    max-height: 48px;
    height: 48px;
    background-size: 150px 48px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202551.1%20400%22%3E%3Cpath%20d%3D%22M180.6%2C247.4c-11.8%2C10.4-25.9%2C15.6-42.3%2C15.6-22.2%2C0-40.2-8.2-54.1-24.6-13.9-16.4-20.8-43.8-20.8-82.4%2C0-36.4%2C7-62.6%2C21.1-78.9%2C14.1-16.2%2C32.4-24.4%2C55.1-24.4%2C16.4%2C0%2C30.3%2C4.6%2C41.7%2C13.7%2C11.4%2C9.2%2C19%2C21.6%2C22.6%2C37.5l61-14.6c-6.9-24.4-17.3-43.2-31.2-56.2C210.4%2C11%2C180.1%2C0%2C142.7%2C0c-42.7%2C0-77.2%2C14-103.4%2C42.1S0%2C109.6%2C0%2C160.4c0%2C48%2C13%2C85.9%2C39.1%2C113.5%2C26.1%2C27.7%2C59.4%2C41.5%2C99.9%2C41.5%2C32.7%2C0%2C59.8-8.1%2C81.1-24.2%2C21.3-16.2%2C36.5-40.9%2C45.7-74.2l-59.7-18.9c-5.3%2C22.6-13.7%2C38.9-25.5%2C49.3Z%22%2F%3E%3Cpath%20d%3D%22M1072.1%2C247.5c-11.8%2C10.4-25.9%2C15.6-42.3%2C15.6-22.2%2C0-40.2-8.2-54.1-24.6s-20.8-43.8-20.8-82.4c0-36.4%2C7-62.6%2C21.1-78.9%2C14.1-16.2%2C32.4-24.4%2C55.1-24.4%2C16.4%2C0%2C30.3%2C4.6%2C41.7%2C13.7%2C11.4%2C9.2%2C19%2C21.6%2C22.6%2C37.5l61-14.6c-6.9-24.4-17.3-43.2-31.2-56.2C1101.9%2C11.1%2C1071.6.1%2C1034.2.1c-42.7%2C0-77.2%2C14-103.4%2C42.1-15.4%2C16.5-26.2%2C36.9-32.6%2C61.2l-47%2C142.8-52.9-156.9h-220.5v48.5l78.1-.4c11.1-.1%2C20-.4%2C26.9-.8-6.5%2C6.5-16.6%2C17.6-30.2%2C33.1l-74.7%2C85.7c-.2-5.3-.3-11.2-.3-17.7l.6-68.3c0-25.4-2.6-42.8-7.8-52.3s-14.2-17.3-27-23.5-32.2-9.3-58.3-9.3c-28.7%2C0-50.4%2C5.1-64.9%2C15.4-2.8%2C2-5.4%2C4.2-7.9%2C6.6l3.9-11c-12.4-7.4-25.2-11-38.5-11-9.4%2C0-17.9%2C2.4-25.3%2C7.1s-15.8%2C14.5-25.1%2C29.3v-31.4h-54.3v221h58.5v-68.3c0-37.6%2C1.6-62.3%2C4.9-74.1s7.7-19.9%2C13.4-24.5c5.7-4.5%2C12.6-6.8%2C20.8-6.8%2C6.4%2C0%2C13.2%2C1.8%2C20.3%2C5.4-.5%2C1.6-1.1%2C3.2-1.6%2C5l53.1%2C9.6c3.6-10.3%2C8.3-17.4%2C14.2-21.5%2C5.8-4.1%2C13.9-6.1%2C24.4-6.1%2C15.4%2C0%2C25.9%2C2.4%2C31.4%2C7.2s8.3%2C12.8%2C8.3%2C24v5.8c-10.5%2C4.4-29.5%2C9.2-56.8%2C14.4-20.3%2C3.9-35.8%2C8.4-46.5%2C13.6-10.8%2C5.2-19.1%2C12.7-25.1%2C22.5s-9%2C20.9-9%2C33.4c0%2C18.9%2C6.6%2C34.5%2C19.7%2C46.8%2C13.1%2C12.4%2C31%2C18.5%2C53.8%2C18.5%2C12.9%2C0%2C25-2.4%2C36.4-7.3s22.1-12.1%2C32.1-21.9c.4%2C1.1%2C1.1%2C3.4%2C2.1%2C6.9%2C2.2%2C7.6%2C4.1%2C13.4%2C5.6%2C17.3h234v-51.4h-90.5c-3.9%2C0-13.9.5-30.2%2C1.5l29.8-32.3%2C78.4-90.3%2C65.7%2C173.2c-3.5%2C12.3-8.5%2C22.5-15%2C30.5s-16.6%2C12-30.2%2C12c-7.4%2C0-15.6-.9-24.8-2.7l5.2%2C45.8c10.8%2C2.4%2C21.9%2C3.5%2C33.1%2C3.5s21.1-1.2%2C29.9-3.5c8.8-2.4%2C16.2-5.7%2C22.3-9.9%2C6-4.2%2C11.4-9.7%2C16-16.5s9.5-16.7%2C14.7-29.6l13.9-38.5%2C22.5-61.2c6%2C12.3%2C13.5%2C23.4%2C22.8%2C33.2%2C26.1%2C27.7%2C59.4%2C41.5%2C99.9%2C41.5%2C32.7%2C0%2C59.8-8.1%2C81.1-24.2%2C21.3-16.2%2C36.5-40.9%2C45.7-74.2l-59.7-18.9c-5.3%2C22.5-13.7%2C38.8-25.5%2C49.3ZM520.8%2C216c0%2C14-.8%2C23.5-2.3%2C28.5-2.2%2C7.6-6.9%2C14.1-13.9%2C19.4-9.6%2C6.9-19.6%2C10.4-30.2%2C10.4-9.4%2C0-17.2-3-23.3-9s-9.2-13-9.2-21.2%2C3.8-15.2%2C11.4-20.6c5-3.3%2C15.6-6.7%2C31.8-10.2s28.1-6.5%2C35.6-8.9v11.6h.1Z%22%2F%3E%3Crect%20x%3D%221167%22%20y%3D%225.4%22%20width%3D%2258.5%22%20height%3D%22305.1%22%2F%3E%3Cpath%20d%3D%22M1933.8%2C237.9l.6-68.3c0-25.4-2.6-42.8-7.8-52.3s-14.2-17.3-27-23.5-32.2-9.3-58.3-9.3c-28.7%2C0-50.4%2C5.1-64.9%2C15.4-2.8%2C2-5.4%2C4.2-7.9%2C6.6l3.9-11c-12.3-7.4-25.2-11-38.5-11-9.4%2C0-17.9%2C2.4-25.3%2C7.1s-15.8%2C14.5-25.1%2C29.3v-31.4h-54.3v220.7c-5-10.4-8.5-20.2-10.3-29.3-1.9-9.2-2.8-23.6-2.8-43l.6-68.3c0-25.4-2.6-42.8-7.8-52.3-5.2-9.5-14.2-17.3-27-23.5s-32.2-9.3-58.3-9.3c-28.7%2C0-50.4%2C5.1-64.9%2C15.4-14.6%2C10.3-24.8%2C26.1-30.8%2C47.5l53.1%2C9.6c3.6-10.3%2C8.3-17.4%2C14.2-21.5%2C5.8-4.1%2C13.9-6.1%2C24.4-6.1%2C15.4%2C0%2C25.9%2C2.4%2C31.4%2C7.2s8.3%2C12.8%2C8.3%2C24v5.8c-10.5%2C4.4-29.5%2C9.2-56.8%2C14.4-20.3%2C3.9-35.8%2C8.4-46.5%2C13.6-9.9%2C4.8-17.8%2C11.6-23.7%2C20.3.5-43.7-8.6-76.2-27.3-97.5-19-21.7-45-32.6-77.8-32.6-29.3%2C0-53.5%2C10.4-72.6%2C31.1s-28.7%2C49.4-28.7%2C86.1c0%2C30.7%2C7.3%2C56.1%2C21.9%2C76.2%2C18.5%2C25.1%2C46.9%2C37.7%2C85.3%2C37.7%2C24.3%2C0%2C44.5-5.6%2C60.7-16.8%2C12.4-8.6%2C22.2-20.2%2C29.5-34.8%2C2.5%2C12.8%2C8.6%2C23.8%2C18.4%2C33%2C13.1%2C12.4%2C31%2C18.5%2C53.8%2C18.5%2C12.9%2C0%2C25-2.4%2C36.4-7.3s22.1-12.1%2C32.1-21.9c.4%2C1.1%2C1.1%2C3.4%2C2.1%2C6.9%2C2.2%2C7.6%2C4.1%2C13.4%2C5.6%2C17.3h116.2v-68.3c0-37.6%2C1.6-62.3%2C4.9-74.1%2C3.3-11.8%2C7.7-19.9%2C13.4-24.5%2C5.7-4.5%2C12.6-6.8%2C20.8-6.8%2C6.4%2C0%2C13.2%2C1.8%2C20.3%2C5.5-.5%2C1.6-1.1%2C3.2-1.6%2C5l53.1%2C9.6c3.6-10.3%2C8.3-17.4%2C14.2-21.5%2C5.8-4.1%2C13.9-6.1%2C24.4-6.1%2C15.4%2C0%2C25.9%2C2.4%2C31.4%2C7.2s8.3%2C12.8%2C8.3%2C24v5.8c-10.5%2C4.4-29.5%2C9.2-56.8%2C14.4-20.3%2C3.9-35.8%2C8.4-46.5%2C13.6-10.8%2C5.2-19.1%2C12.7-25.1%2C22.5s-9%2C20.9-9%2C33.4c0%2C18.9%2C6.6%2C34.5%2C19.7%2C46.8%2C13.1%2C12.4%2C31%2C18.5%2C53.8%2C18.5%2C12.9%2C0%2C25-2.4%2C36.4-7.3s22.1-12.1%2C32.1-21.9c.4%2C1.1%2C1.1%2C3.4%2C2.1%2C6.9%2C2.2%2C7.6%2C4.1%2C13.4%2C5.6%2C17.3h57.9c-5.1-10.5-8.6-20.4-10.5-29.7-2.1-9.3-3-23.6-3-43ZM1299%2C143.2c8.3-9.3%2C18.9-13.9%2C31.6-13.9%2C11.9%2C0%2C22.1%2C4.4%2C30.4%2C13.2s12.7%2C21.7%2C13.1%2C38.6h-87.4c-.1-16%2C4-28.6%2C12.3-37.9ZM1370.8%2C240.2c-3.2%2C11.1-7.9%2C19.1-14.2%2C24.1-6.2%2C5-13.9%2C7.5-23.1%2C7.5-13.5%2C0-24.7-4.8-33.7-14.5-9-9.6-13.7-23.1-14.2-40.5h145.1c-5.7%2C9.4-8.6%2C20-8.9%2C31.9l-51-8.5ZM1559.2%2C216c0%2C14-.8%2C23.5-2.3%2C28.5-2.2%2C7.6-6.9%2C14.1-13.9%2C19.4-9.6%2C6.9-19.6%2C10.4-30.2%2C10.4-9.4%2C0-17.2-3-23.3-9-6.1-6-9.2-13-9.2-21.2s3.8-15.2%2C11.4-20.6c5-3.3%2C15.6-6.7%2C31.8-10.2%2C16.2-3.5%2C28.1-6.5%2C35.6-8.9l.1%2C11.6h0ZM1877%2C216c0%2C14-.8%2C23.5-2.3%2C28.5-2.2%2C7.6-6.9%2C14.1-13.9%2C19.4-9.6%2C6.9-19.6%2C10.4-30.2%2C10.4-9.4%2C0-17.2-3-23.3-9-6.1-6-9.2-13-9.2-21.2s3.8-15.2%2C11.4-20.6c5-3.3%2C15.6-6.7%2C31.8-10.2%2C16.2-3.5%2C28.1-6.5%2C35.6-8.9l.1%2C11.6h0Z%22%2F%3E%3Cpath%20d%3D%22M2135.8%2C109.2c-5.5-7.2-13.6-13.1-24.2-17.8-10.7-4.6-22.5-7-35.4-7-29.3%2C0-53.6%2C12.5-72.9%2C37.5v-32.5h-54.3v221h58.5v-100.1c0-24.7%2C1.5-41.6%2C4.5-50.8%2C3-9.2%2C8.5-16.5%2C16.5-22.1%2C8-5.5%2C17.1-8.3%2C27.3-8.3%2C7.9%2C0%2C14.7%2C1.9%2C20.3%2C5.8s9.7%2C9.3%2C12.2%2C16.3%2C3.7%2C22.4%2C3.7%2C46.3v112.8h58.5v-137.4c0-17.1-1.1-30.2-3.2-39.3-2.2-9-6-17.1-11.5-24.4Z%22%2F%3E%3Cpath%20d%3D%22M2523.8%2C117c-19-21.7-45-32.6-77.8-32.6-29.3%2C0-53.5%2C10.4-72.6%2C31.1-7.3%2C7.9-13.1%2C16.9-17.6%2C27-7-17.6-17-31.2-30-40.7-15.9-11.6-37.3-17.4-64.2-17.4-32.9%2C0-59%2C10.2-78.3%2C30.5-19.3%2C20.3-28.9%2C48.7-28.9%2C85.2s9.6%2C64.3%2C28.8%2C84.7c19.2%2C20.4%2C45%2C30.6%2C77.3%2C30.6%2C28.4%2C0%2C51.1-6.7%2C68.1-20.2%2C11.6-9.2%2C20.5-21.5%2C27-36.8%2C3%2C6.9%2C6.6%2C13.3%2C10.9%2C19.3%2C18.5%2C25.1%2C46.9%2C37.7%2C85.3%2C37.7%2C24.3%2C0%2C44.5-5.6%2C60.7-16.8%2C16.2-11.2%2C28-27.4%2C35.5-48.8l-58.3-9.8c-3.2%2C11.1-7.9%2C19.1-14.2%2C24.1-6.2%2C5-13.9%2C7.5-23.1%2C7.5-13.5%2C0-24.7-4.8-33.7-14.5-9-9.6-13.7-23.1-14.2-40.5h146.5c.9-44.6-8.2-77.8-27.2-99.6ZM2305.4%2C225.8c-2.9%2C15.4-31.2%2C42.1-42.3%2C42.1-14.8%2C0-26.7-5.4-35.5-16.2s-13.2-29.3-13.2-55.6c0-23.6%2C4.3-40.4%2C13-50.5s20.3-15.1%2C34.9-15.1c11%2C0%2C19.9%2C2.9%2C26.7%2C8.7%2C6.9%2C5.8%2C11.3%2C14.5%2C13.2%2C26l48.3-8.7c-4%2C13.4-6%2C28.4-6%2C45.1%2C0%2C11.1%2C1%2C21.6%2C2.9%2C31.3l-42-7.1ZM2405.5%2C181.1c-.1-16%2C4-28.6%2C12.3-37.9s18.9-13.9%2C31.6-13.9c11.9%2C0%2C22.1%2C4.4%2C30.4%2C13.2%2C8.3%2C8.8%2C12.7%2C21.7%2C13.1%2C38.6h-87.4Z%22%2F%3E%3C%2Fsvg%3E");
}

/* ------------------------------------------

    -- Header - Logo - IHM

------------------------------------------ */

.headerContainer_IHM .headerContainer_logo img {
   clip-path: inset(100%);
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute;
   white-space: nowrap;
   width: 1px;
}

.headerContainer_IHM .headerContainer_logo::before {
    content: '';
    display: block;
    width: 150px;
    max-width: 150px;
    max-height: 48px;
    height: 48px;
    background-size: 150px 48px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20126.96%2011.12%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%231d1d1b%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2230.84%203.41%2028.27%20.12%2025.44%20.12%2025.44%2011%2028.59%2011%2028.59%204.98%2030.84%207.79%2033.07%204.98%2033.07%2011%2036.24%2011%2036.24%20.12%2033.42%20.12%2030.84%203.41%22%2F%3E%0A%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2247.27%202.88%2047.27%20.12%2039.03%20.12%2039.03%2011%2047.41%2011%2047.41%208.24%2042.14%208.24%2042.14%206.8%2045.88%206.8%2045.88%204.14%2042.14%204.14%2042.14%202.88%2047.27%202.88%22%2F%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17.43%2C0c-3.2%2C0-5.71%2C2.46-5.71%2C5.59s2.45%2C5.53%2C5.71%2C5.53%2C5.73-2.43%2C5.73-5.53S20.64%2C0%2C17.43%2C0ZM17.44%2C8.22c-1.42%2C0-2.5-1.14-2.5-2.66s1.07-2.68%2C2.5-2.68%2C2.5%2C1.15%2C2.5%2C2.68-1.07%2C2.66-2.5%2C2.66Z%22%2F%3E%0A%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2260.12%2011.01%2050.08%2011.01%2050.08%204.67%2055.1%20.07%2060.12%204.67%2060.12%2011.01%22%2F%3E%0A%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.31%20.13%206.31%204.14%203.16%204.14%203.16%20.13%200%20.13%200%2011.01%203.16%2011.01%203.16%207.03%206.31%207.03%206.31%2011.01%209.46%2011.01%209.46%20.13%206.31%20.13%22%2F%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22109%22%20cy%3D%222.69%22%20r%3D%22.65%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M126.21%2C6.58c-.55-.65-.68-1.33-.66-1.84.3-.57.53-1.1.48-1.31-.04-.15-.16-.28-.32-.32-.12-.03-.43-.06-.69.35-.13.21-.26.57-.31%2C1.01-.86%2C1.56-2.7%2C4.44-4.28%2C5.29-.4.21-.73.27-1%2C.17-.36-.13-.58-.45-.69-.83.19-.24.37-.51.56-.81%2C1.56-2.45%2C3.15-6.88%2C2.59-7.9-.11-.21-.31-.33-.53-.33-1.28%2C0-3.01%2C3.97-3.47%2C6.56-.17.95-.18%2C1.69-.08%2C2.27-.65.77-1.26%2C1.17-1.77%2C1.14-.2-.01-.32-.09-.42-.24-.43-.7-.06-2.57.41-4.12.2-.52.39-1.05.56-1.56.08-.21.01-.36-.06-.44-.05-.07-.12-.11-.2-.14-.05-.02-.09-.03-.15-.03-3.1-.18-5.12%2C1.94-5.79%2C3.99-.48%2C1.01-1.29%2C2.49-2.01%2C2.49-.01%2C0-.02%2C0-.04%2C0-.19-.01-.31-.09-.41-.24-.16-.25-.57-1.34.8-4.81.09-.23-.02-.49-.25-.58-.22-.1-.48%2C0-.58.23-.08.18-.16.35-.23.53-.38.86-.77%2C1.76-1.51%2C2.98-1.02%2C1.68-2.01%2C2.15-2.54%2C1.86-.41-.22-.81-1.02-.72-2.57.04-.74.21-1.81.67-3.22l.06-.15c.41-.08.83-.16%2C1.24-.22.64-.1%2C1.29-.2%2C1.93-.3.22-.03.36-.32.29-.52-.08-.24-.28-.33-.52-.29-.84.13-1.68.25-2.52.4.13-.3.24-.57.33-.79.53-1.28.51-1.31.47-1.47-.05-.16-.2-.28-.37-.29-.07%2C0-.3%2C0-.42.25-.42.86-.78%2C1.7-1.07%2C2.5-.28.06-.55.11-.82.17-.48.1-.97.2-1.45.3-.22.04-.36.31-.29.52.07.23.29.34.52.29.56-.11%2C1.13-.23%2C1.69-.35-1.14%2C2.4-2.73%2C5.27-3.94%2C5.77-.27.11-.43.05-.52%2C0-.51-.29-.16-2.24.05-3.41.3-1.65.46-2.69%2C0-3.18-.13-.13-.36-.28-.73-.23-.1.01-.24.03-.48.21-1.19.91-3.58%2C4.72-3.58%2C4.72%2C0%2C0%2C.56-1.85.95-3.23.07-.26.13-.49.17-.65.08-.33.17-.63-.18-.78-.2-.08-.42%2C0-.53.18-2.87%2C5.03-4.36%2C6.55-6.15%2C6.27-.37-.06-.68-.27-.9-.6.82-.57%2C1.67-1.33%2C2.55-2.35%2C1.11-1.29%2C1.09-2.53.6-3.14-.34-.42-1.04-.7-1.97-.19-2.02%2C1.1-2.64%2C3.3-2.37%2C4.88.03.17.07.33.12.48-.83.5-1.59.77-2.26.92.59-.75.87-2.01-.21-3.3-.57-.68-.68-1.38-.65-1.88.03-.05.05-.09.08-.14.41-.73.41-.86.37-1.01-.04-.15-.16-.28-.31-.32-.12-.03-.42-.06-.67.34-.13.21-.24.51-.29.86-.6%2C1.01-1.72%2C2.68-2.89%2C3.92.03-.58-.15-1.23-.68-1.87-.53-.63-.63-1.31-.59-1.82.35-.56.54-1%2C.48-1.23-.04-.16-.17-.29-.32-.33-.12-.03-.41-.06-.66.34-.12.2-.25.52-.31.93-.49.73-1.36%2C1.82-2.59%2C2.97-1.67%2C1.57-4.09%2C3.05-5.76%2C2.8-.59-.09-1.03-.39-1.33-.92-.15-.26-.24-.54-.28-.83%2C2.46-.86%2C5.64-2.91%2C6.01-4.62.14-.63-.11-1.19-.7-1.56-.68-.43-2.12-.31-3.95%2C1.45-1.54%2C1.48-2.15%2C2.93-2.21%2C4.13-.25.06-.49.11-.72.15-.68.09-1.2.02-1.46-.2-.17-.14-.19-.32-.19-.34%2C0-.23-.19-.41-.42-.41h0c-.23%2C0-.42.19-.42.42%2C0%2C.06.01.55.46.95.46.4%2C1.18.54%2C2.14.41.21-.03.43-.07.66-.13.07.38.19.72.35%2C1%2C.43.75%2C1.1%2C1.21%2C1.94%2C1.33.16.02.33.04.5.04%2C1.99%2C0%2C4.41-1.59%2C5.96-3.05.78-.74%2C1.51-1.54%2C2.08-2.27.11.41.31.88.69%2C1.32.95%2C1.14.27%2C2.05.04%2C2.31-.47.52-1.32.83-1.95.38-.19-.13-.45-.09-.59.1-.13.19-.07.43.1.59.13.12.36.26.69.31%2C1.23.2%2C2.12-.19%2C2.96-1.12%2C1.09-1.21%2C2.35-2.67%2C2.92-3.52.06-.08.11-.17.17-.25.13.43.36.87.7%2C1.29.67.8.72%2C1.67.13%2C2.32-.27.3-.49.39-1.02.49-.96.11-1.12-.55-1.53-.09-.15.17-.05.48.15.6.9.55%2C3.41.45%2C5.75-.71.35.53.87.88%2C1.48.98%2C1.2.19%2C2.22-.21%2C3.31-1.29.65-.64%2C1.33-1.53%2C2.15-2.81-.32%2C1.17-.69%2C2.49-.99%2C3.57-.06.19.03.4.21.49.34.17.52-.11.67-.35%2C3.72-5.91%2C4.6-6.31%2C4.68-6.34%2C0%2C0%2C.01%2C0%2C.02%2C0%2C.17.29-.08%2C1.62-.22%2C2.43-.33%2C1.83-.67%2C3.71.37%2C4.29.4.22%2C1.05.33%2C1.93-.38.72-.59%2C1.52-1.66%2C2.39-3.21%2C0%2C.07-.01.14-.01.21-.1%2C1.68.33%2C2.9%2C1.16%2C3.36.25.13.5.2.75.2%2C1.08%2C0%2C2.17-1.13%2C2.91-2.35.01-.02.02-.04.04-.06-.05.69.03%2C1.3.3%2C1.73.24.38.6.6%2C1.06.63.72.05%2C1.33-.43%2C1.91-1.27.17.82.69%2C1.33%2C1.44%2C1.38.04%2C0%2C.07%2C0%2C.11%2C0%2C1.06%2C0%2C2-.91%2C2.81-2.21-.01.66.09%2C1.17.32%2C1.54.24.39.62.62%2C1.1.65.69.04%2C1.4-.31%2C2.13-1.05.27.5.66.76%2C1.03.9.78.28%2C1.7-.05%2C2.74-.97%2C1.2-1.08%2C2.32-2.75%2C2.88-3.66.04-.06.07-.12.11-.18.13.4.35.81.68%2C1.21.68.8.73%2C1.66.16%2C2.29-.47.51-1.35.79-2.05.29-.19-.14-.46-.09-.6.11-.14.19-.09.46.11.6.97.68%2C2.34.5%2C3.18-.42%2C1.05-1.15.59-2.56-.13-3.42ZM68.8%2C4.27c1.01-.96%2C1.99-1.43%2C2.57-1.43.14%2C0%2C.26.03.35.08.36.23.37.47.32.67-.24%2C1.09-2.8%2C3.03-5.17%2C3.91.19-1.14.98-2.33%2C1.92-3.24ZM86.45%2C8.31c-.23-1.33.36-3.14%2C1.94-4%2C.12-.07.35-.17.56-.17.13%2C0%2C.25.04.34.15.28.35.17%2C1.19-.58%2C2.06-.77.9-1.53%2C1.58-2.24%2C2.1%2C0-.04-.02-.09-.03-.14ZM111.7%2C10.04c-.69-.04-.71-.91-.69-1.29.06-.83.38-1.42.46-1.63.65-1.34%2C1.98-2.7%2C4.11-2.8-.11.29-.23.64-.35%2C1.02-1.17%2C3.02-2.45%2C4.75-3.53%2C4.69ZM121.17%2C1.06c-.03%2C1.05-1.03%2C4.3-2.55%2C6.71.14-2.64%2C1.79-5.97%2C2.55-6.71Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

/* ------------------------------------------

    -- Header - Logo - FSP

------------------------------------------ */

.headerContainer_FSP .headerContainer_logo img {
   clip-path: inset(100%);
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute;
   white-space: nowrap;
   width: 1px;
}

.headerContainer_FSP .headerContainer_logo::before {
    content: '';
    display: block;
    width: 150px;
    max-width: 150px;
    max-height: 48px;
    height: 48px;
    background-size: 150px 48px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20484.91%2072.36%22%3E%0A%20%20%3Cg%20id%3D%22Group_44%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_88%22%20d%3D%22M66.54.54c-3.42%2C1.78-6.67%2C3.86-9.73%2C6.22-5.93%2C4.91-10.95%2C10.83-14.82%2C17.48-2.76%2C4.85-5.2%2C9.88-7.3%2C15.05-.11.28-.25.43-.34.34-.27-1.1-.46-2.21-.56-3.34-1.85-14.99-5.42-25.38-10.63-30.91C20.64%2C2.39%2C16.95.64%2C13.04.58l-2.2-.11.43.99c1.14%2C3.04%2C1.96%2C6.18%2C2.45%2C9.39.07.53.18%2C1.06.34%2C1.57.42.29.86.54%2C1.34.72.78.36%2C1.21.67%2C1.21.85s-.23%2C1.41-.54%2C2.77-1.14%2C5.4-1.89%2C8.97c-.84%2C5.21-2.18%2C10.32-4.01%2C15.27-.82%2C2.41-2.17%2C4.6-3.94%2C6.42-1.47%2C1.5-3.29%2C2.62-5.29%2C3.25-.8.25-.94.36-.94.76.15.84.71%2C1.56%2C1.5%2C1.9%2C3.04%2C1.04%2C6.4-.1%2C8.17-2.78%2C2.11-2.82%2C3.14-6.16%2C4.61-14.97.85-5.06%2C3.81-19.79%2C4.05-20.04.14-.13.09-.18%2C1.14%2C1.5%2C3.14%2C5.95%2C5.24%2C12.4%2C6.2%2C19.07.61%2C3.04%2C2.11%2C12.92%2C2.62%2C17.19.04.4.12.8.23%2C1.19.36.19.75.31%2C1.16.34l1.01.18.69-1.72c.77-1.98%2C1.68-3.9%2C2.73-5.75.52-.76.77-1.67.7-2.59.07-1.49.49-2.94%2C1.21-4.25%2C2.5-6.44%2C5.61-12.63%2C9.3-18.47%2C1.51-2.41%2C3.31-4.63%2C5.35-6.61%2C1.48-1.45%2C1.84-1.7%2C1.88-1.41.04.2-.11%2C2.19-.33%2C4.41s-.49%2C5.37-.63%2C7.01-.38%2C4.25-.54%2C5.78c-.25%2C2.62-.78%2C8.31-1.19%2C12.92-.09%2C1.09-.33%2C3.6-.52%2C5.55-.67%2C6.56-.43%2C9.63.98%2C13.01%2C3.18%2C7.72%2C9.58%2C10.81%2C18.27%2C8.87%2C2.43-.42%2C4.55-1.88%2C5.82-3.99.49-1.07.43-2.32-.16-3.34-.87-.94-2.03-1.55-3.29-1.75-1.54-.28-1.5-.31-1.63.78-.17%2C2.48-1.79%2C4.63-4.12%2C5.49-1.65.52-3.4.65-5.11.4-2.8-.43-4.23-1.32-4.56-2.84-.18-2.4-.09-4.81.28-7.19.43-3.53%2C1.09-8.86%2C1.74-14.19.25-2.04.65-5.37.9-7.41s.65-5.37.9-7.41.58-4.81.72-6.14.4-3.18.56-4.07c1.27-7.46%2C2.4-13.34%2C2.6-13.54.69-.44%2C1.4-.84%2C2.13-1.19l1.93-.99.11-.99c.25-1.12.32-2.27.23-3.41-.38.16-.75.34-1.11.54%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_89%22%20d%3D%22M141.61%2C13.59c-.94.55-1.67%2C1.4-2.06%2C2.42-.66%2C1.93.37%2C4.04%2C2.3%2C4.7.45.15.92.22%2C1.39.2%2C2.1-.26%2C3.58-2.18%2C3.31-4.27-.14-1.07-.72-2.03-1.6-2.65-1-.62-2.22-.77-3.34-.4%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_90%22%20d%3D%22M224.2%2C14.03c-2.16.59-3.95%2C2.1-4.9%2C4.12-.51%2C1.15-.84%2C2.37-.98%2C3.62-.2%2C1.28-.4%2C2.62-.45%2C2.93l-.11.6h-5.4v1.63h5.24l-.09.49c-.13.72-1.67%2C11.6-2.1%2C14.6-.47%2C2.35-.47%2C4.77%2C0%2C7.12%2C1.44%2C3.79%2C5.68%2C5.7%2C9.47%2C4.26%2C1.12-.43%2C2.12-1.12%2C2.91-2.02%2C1.06-1.14%2C1.88-2.47%2C2.44-3.92l1.41-2.87.49%2C1.61c1.85%2C5.45%2C7.42%2C8.72%2C13.08%2C7.68%2C4.13-.34%2C7.77-2.82%2C9.61-6.53.29-.56.63-1.08%2C1.01-1.57.14.51.25%2C1.03.33%2C1.56.3%2C1.61.93%2C3.15%2C1.86%2C4.5.88%2C1.01%2C2.06%2C1.71%2C3.36%2C2.02%2C2.08.33%2C4.19-.46%2C5.53-2.08%2C1.05-1.31%2C1.92-2.77%2C2.57-4.32%2C1.19-2.42%2C1.61-3.43%2C1.46-3.58s-.52.49-1.39%2C2.23c-1.41%2C2.8-2.11%2C3.6-3.62%2C4.07-.55.28-1.2.31-1.77.07-.94-.36-1.58-1.24-1.63-2.24-.16-1.16-.13-1.34%2C3-15.38%2C1.27-5.66%2C1.48-6.98%2C1.19-7.16-1.03-.11-2.06-.13-3.09-.07-3.74.07-4.32.34-5.82%2C2.67l-.33.52-.43-.61c-1.03-1.32-2.46-2.27-4.07-2.71-2.67-.56-5.43-.59-8.11-.09-4.18.78-7.86%2C3.21-10.23%2C6.74-1.86%2C2.76-2.89%2C6-2.95%2C9.33-.13%2C2.08-.22%2C2.57-.54%2C3.02-.37.59-.68%2C1.2-.94%2C1.84-.5%2C1.73-1.75%2C3.15-3.42%2C3.85-1.34.77-3.03.55-4.14-.52-.75-.94-.96-2.2-.58-3.34.31-2.01%2C3.62-18.29%2C3.81-18.78.18-.4.2-.4%2C4.25-.4h4.07v-1.63l-3.94-.04-3.94-.05%2C1.11-5.42c.63-2.98%2C1.14-5.53%2C1.16-5.66s-.51-.22-2.02-.2c-.8%2C0-1.61.03-2.4.11M253.96%2C26.99c1.2.57%2C2.15%2C1.56%2C2.67%2C2.78.04%2C4-.24%2C7.99-.83%2C11.95-.42%2C1.14-.9%2C2.25-1.45%2C3.34-2.31%2C4.7-4.84%2C6.82-8.22%2C6.83-1.31.1-2.62-.25-3.7-.99-1.06-.74-1.81-1.84-2.11-3.09-.3-2.53-.3-5.1.02-7.63%2C1.16-7.32%2C3.96-11.84%2C8.32-13.41%2C1.74-.6%2C3.63-.52%2C5.32.22%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_91%22%20d%3D%22M127.23%2C22.77c-2.2.61-4.24%2C1.68-5.98%2C3.14-1.55%2C1.36-2.9%2C2.95-3.99%2C4.7-.19.36-.43.69-.7.99-.14-.49-.22-.99-.22-1.5-.22-3.4-1.56-4.79-4.73-4.97-1.7-.18-3.41.21-4.86%2C1.11-1.54%2C1.1-2.71%2C2.65-3.36%2C4.43-.85%2C1.72-1.07%2C2.28-.87%2C2.38s.52-.41%2C1.32-1.99c1.67-3.29%2C2.8-4.43%2C3.49-3.53.29%2C2.07.21%2C4.17-.23%2C6.22-.14.85-.36%2C2.06-.45%2C2.71s-.51%2C3.29-.9%2C5.87c-.72%2C3.47-1.23%2C6.97-1.5%2C10.5.14.38.96.45%2C4.3.4l3.06-.05.28-.99c.18-.54.51-1.9.78-2.98%2C2.64-11.41%2C3.22-13.23%2C5.19-16.66%2C3.09-5.39%2C6.27-7.35%2C8.66-5.37.93.89%2C1.53%2C2.08%2C1.7%2C3.36l.41%2C1.67.83.05c1.84-.15%2C3.45-1.29%2C4.21-2.96.37-1.26.33-2.6-.11-3.83-1.29-2.19-3.85-3.3-6.33-2.73%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_92%22%20d%3D%22M76.91%2C25.03c-5.95.94-10.9%2C5.09-12.87%2C10.79-.99%2C3.12-1.23%2C6.44-.69%2C9.67.82%2C3.67%2C3.53%2C6.62%2C7.12%2C7.74%2C3.62%2C1.23%2C7.6.93%2C10.99-.85%2C1.96-1.31%2C3.6-3.06%2C4.79-5.1.28-.57.63-1.1%2C1.05-1.57.09%2C0%2C.16.28.16.63.13%2C2.03.86%2C3.98%2C2.1%2C5.6.51.59%2C1.14%2C1.07%2C1.84%2C1.39%2C2.44%2C1.19%2C5.38.48%2C7-1.7%2C1.07-1.26%2C1.93-2.69%2C2.55-4.23.83-1.72%2C1.52-3.22%2C1.52-3.31-.01-.12-.08-.22-.18-.28-.56.71-1.01%2C1.49-1.34%2C2.33-1.34%2C2.75-2.06%2C3.54-3.65%2C4.01-1.13.48-2.45.04-3.06-1.03-.52-1.03-.33-2.69%2C1.01-8.4%2C1.72-7.24%2C3.06-13.88%2C3.06-15-2.23-.36-4.51-.36-6.74%2C0-.93.51-1.7%2C1.27-2.23%2C2.19-.1.24-.25.45-.43.63-.26-.22-.48-.48-.65-.78-.99-1.18-2.3-2.04-3.78-2.48-2.49-.55-5.05-.64-7.57-.25M85.26%2C26.99c1.16.52%2C2.11%2C1.42%2C2.67%2C2.57.33.87.31%2C1.61-.31%2C9.29-.11%2C2.29-.77%2C4.52-1.91%2C6.51-1.1%2C2.57-3.03%2C4.7-5.48%2C6.04-.83.45-1.77.63-2.71.52-2.59.3-5.01-1.34-5.67-3.87-.58-3.07-.52-6.22.16-9.27.54-3.97%2C2.4-7.65%2C5.29-10.43%2C1.51-1.33%2C3.47-2.01%2C5.48-1.91.87-.04%2C1.73.16%2C2.5.56%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_93%22%20d%3D%22M164.25%2C25.12c-2.83.26-5.5%2C1.44-7.59%2C3.36-2.1%2C2.08-2.69%2C5.24-1.48%2C7.93.98%2C1.58%2C2.37%2C2.87%2C4.01%2C3.74%2C2.21%2C1.04%2C4.49%2C1.93%2C6.81%2C2.66%2C4.12%2C1.34%2C5.87%2C2.64%2C5.87%2C4.36%2C0%2C1.11-.47%2C2.16-1.28%2C2.91-1.86%2C1.7-4.34%2C2.56-6.85%2C2.38-4.15.61-8.01-2.26-8.62-6.41-.03-.18-.05-.37-.06-.55l-.2-1.01-.85.14c-2.1.38-3.18%2C1.45-3.18%2C3.13.03%2C1.22.61%2C2.36%2C1.59%2C3.09%2C1.23%2C1.18%2C2.78%2C1.99%2C4.45%2C2.33%2C5.53%2C1.43%2C11.37.98%2C16.61-1.28%2C1.17-.51%2C2.22-1.26%2C3.09-2.2%2C1.57-1.22%2C2.38-3.19%2C2.11-5.17.07-.87-.13-1.75-.58-2.5-1.32-2.28-3.36-3.58-11.69-7.59-3.45-1.67-3.96-2.11-3.96-3.69.02-2.98%2C2.6-4.77%2C6.51-4.5%2C1.55-.06%2C3.05.51%2C4.17%2C1.57%2C1.07%2C1.18%2C1.71%2C2.69%2C1.83%2C4.28l.22%2C1.34.72-.11c.53-.12%2C1.04-.3%2C1.52-.56%2C1.35-.82%2C1.89-2.51%2C1.27-3.96-.8-1.19-1.86-2.17-3.11-2.87-3.65-1.23-7.56-1.51-11.35-.81%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_94%22%20d%3D%22M195.45%2C24.94c-3.94.49-7.62%2C2.25-10.47%2C5.01-1.27%2C1.19-2.26%2C2.65-2.91%2C4.27-1.03%2C2.12-1.59%2C4.44-1.67%2C6.8-.33%2C3.44.82%2C6.86%2C3.18%2C9.4%2C3.31%2C3.36%2C9.36%2C4.45%2C15.53%2C2.8%2C7.79-1.94%2C13.21-9.02%2C13.05-17.04%2C0-6.4-2.67-9.74-8.8-10.99-2.61-.47-5.28-.55-7.92-.23M200.17%2C26.46c2.55.76%2C3.63%2C3.31%2C3.54%2C8.31.24%2C5.37-1.37%2C10.66-4.57%2C14.98-1.49%2C1.96-3.92%2C2.96-6.36%2C2.62-1.62-.05-3.04-1.08-3.6-2.6-.44-1.21-.61-2.51-.47-3.8-.23-10.3%2C4.48-19.68%2C9.92-19.77.52.02%2C1.04.1%2C1.54.25%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_95%22%20d%3D%22M137.71%2C25.65c-.91.12-1.77.47-2.5%2C1.01-.67.52-.62.8.14.8.69%2C0%2C.9.41.9%2C1.75-.28%2C3.39-.78%2C6.76-1.48%2C10.08-.49%2C2.35-.74%2C4.74-.76%2C7.14-.02%2C2.48.02%2C2.67.47%2C3.65.62%2C1.36%2C1.69%2C2.48%2C3.02%2C3.16.96.49%2C2.04.66%2C3.11.51%2C1.19.17%2C2.4-.06%2C3.43-.67%2C2.07-1.04%2C3.67-2.84%2C4.45-5.03.28-.65.83-1.81%2C1.17-2.57.49-1.03.58-1.41.41-1.46s-.62.67-1.36%2C2.19c-1.23%2C2.5-1.88%2C3.34-3%2C3.85-.93.42-2%2C.44-2.95.05-.55-.47-.91-1.12-.99-1.84-.13-.65.04-1.48%2C1.7-8.07%2C1.52-6.12%2C3.06-13.27%2C3.06-14.33v-.41l-4.01.02c-2.23.02-4.39.09-4.84.16%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22path14%22%20d%3D%22M324.57%2C38.55c-1.41%2C0-2.55%2C1.14-2.55%2C2.55h0c0%2C1.41%2C1.14%2C2.55%2C2.55%2C2.55h0c1.41%2C0%2C2.55-1.14%2C2.55-2.55h0c0-1.41-1.14-2.55-2.55-2.55h0ZM426.66%2C44.55c-1.41%2C0-2.55%2C1.14-2.55%2C2.55h0c0%2C1.41%2C1.14%2C2.55%2C2.55%2C2.55h0c1.41%2C0%2C2.55-1.14%2C2.55-2.55h0c0-1.41-1.14-2.55-2.55-2.55h0ZM435.65%2C50.53l-1.11-2.65c-.44-1.04-.92-2.18-1.46-3.42s-1.07-2.5-1.62-3.78c-.56-1.28-1.1-2.54-1.62-3.79-.52-1.25-1-2.39-1.44-3.42l-1.11-2.65c-.31-.74-.53-1.25-.65-1.53l-9.68%2C22.75h3.23s6.4-15.71%2C6.44-15.89c.04.18%2C6.41%2C15.89%2C6.41%2C15.89h3.24l-.64-1.52ZM484.12%2C31.51l-1.17%2C2.67c-.8-.29-1.61-.53-2.44-.72-.76-.18-1.54-.27-2.32-.28-1.06-.05-2.11.22-3.01.78-.69.42-1.11%2C1.17-1.11%2C1.98-.02.65.29%2C1.26.81%2C1.63.62.46%2C1.29.83%2C2.01%2C1.11.8.33%2C1.67.66%2C2.61.99.92.32%2C1.79.75%2C2.61%2C1.27.79.51%2C1.48%2C1.18%2C2.01%2C1.96.57.91.86%2C1.97.81%2C3.04.01.89-.17%2C1.78-.53%2C2.59-.36.78-.89%2C1.46-1.56%2C2-.76.6-1.64%2C1.04-2.58%2C1.29-1.18.32-2.4.47-3.62.45-.8%2C0-1.59-.05-2.38-.18-.65-.11-1.29-.26-1.92-.46-.51-.17-1.02-.37-1.5-.61-.43-.22-.79-.42-1.09-.6l1.44-2.85c.84.48%2C1.74.85%2C2.67%2C1.11.87.26%2C1.76.4%2C2.67.42.5%2C0%2C.99-.06%2C1.48-.15.59-.1%2C1.16-.28%2C1.69-.53.53-.24%2C1-.58%2C1.39-1%2C.39-.43.6-1%2C.58-1.59.01-.53-.15-1.05-.46-1.48-.34-.43-.76-.8-1.23-1.08-.55-.33-1.14-.61-1.74-.83-.65-.25-1.31-.51-2-.78s-1.35-.55-1.99-.85c-.63-.28-1.21-.65-1.74-1.09-.5-.42-.92-.93-1.23-1.5-.33-.63-.49-1.34-.46-2.05%2C0-.75.16-1.5.45-2.19.31-.73.77-1.38%2C1.35-1.92.65-.59%2C1.4-1.05%2C2.23-1.35.99-.36%2C2.05-.53%2C3.1-.51.71%2C0%2C1.42.06%2C2.11.18.69.12%2C1.31.26%2C1.87.4s1.03.29%2C1.42.43c.4.14.65.24.77.3h0ZM441.58%2C29.35c.19.28.56.81%2C1.11%2C1.6l1.98%2C2.74%2C2.38%2C3.31%2C2.37%2C3.3c.74%2C1.03%2C1.39%2C1.92%2C1.93%2C2.68.55.76.91%2C1.26%2C1.09%2C1.5.06-.1.24-.37.56-.81s.71-.99%2C1.19-1.65c.47-.66%2C1-1.4%2C1.6-2.23l1.84-2.55c.63-.87%2C1.25-1.73%2C1.86-2.59.61-.86%2C1.18-1.64%2C1.69-2.35.52-.71.96-1.33%2C1.33-1.86.37-.53.63-.9.79-1.09v22.69h-3.48v-12.17c0-.17.02-.34.04-.51.02-.13.04-.26.04-.39-.19.24-.47.64-.85%2C1.21s-.83%2C1.22-1.35%2C1.95c-.51.73-1.04%2C1.5-1.6%2C2.31l-1.59%2C2.29-1.32%2C1.9c-.37.56-.63.94-.78%2C1.15-.14-.19-.42-.56-.83-1.11l-1.44-1.99c-.56-.76-1.14-1.57-1.74-2.43-.6-.86-1.17-1.66-1.69-2.4-.52-.74-.97-1.38-1.35-1.9-.24-.31-.46-.64-.66-.97%2C0%2C.13.02.26.04.39.03.17.04.34.04.51v12.17h-3.23v-22.71ZM408.46%2C30.31h3.27v21.73h-3.28v-21.73ZM389.72%2C52.04v-21.73h3.3v18.62h10.13v3.12h-13.43ZM372.19%2C52.04v-21.73h3.3v18.62h10.13v3.12h-13.43ZM360.89%2C30.31h3.27v21.73h-3.28l.02-21.73ZM355.55%2C30.4c-.72%2C1.9-1.48%2C3.89-2.29%2C5.98-.81%2C2.09-1.61%2C4.14-2.4%2C6.16-.79%2C2.02-1.53%2C3.94-2.23%2C5.75-.69%2C1.82-1.28%2C3.39-1.77%2C4.71l-4.87-12.12c-.06-.16-.11-.28-.15-.36-.05-.12-.09-.24-.12-.36%2C0%2C.08-.01.15-.03.23-.02.07-.04.14-.06.23l-.06.24c-.68%2C1.56-1.35%2C3.09-2.01%2C4.59-.28.64-.57%2C1.3-.87%2C1.98s-.59%2C1.35-.87%2C2.02c-.28.67-.56%2C1.31-.83%2C1.93s-.52%2C1.18-.73%2C1.67c-1.44-3.78-2.89-7.55-4.35-11.3-1.46-3.76-2.91-7.53-4.34-11.32h3.69c.48%2C1.32.97%2C2.65%2C1.48%2C3.99.51%2C1.34.99%2C2.63%2C1.44%2C3.87.45%2C1.24.85%2C2.39%2C1.21%2C3.45.36%2C1.06.64%2C1.96.83%2C2.7l.24%2C1.05c.04-.17.09-.33.15-.5.08-.23.14-.4.18-.5.06-.18.13-.36.21-.54.12-.28.26-.61.42-1s.34-.81.54-1.27c.2-.46.4-.93.6-1.41.48-1.1%2C1.01-2.32%2C1.59-3.66-.34-.94-.64-1.82-.9-2.64-.24-.7-.46-1.39-.68-2.07-.21-.68-.37-1.17-.46-1.47h3.15c.86%2C2.26%2C1.66%2C4.35%2C2.4%2C6.27.3.82.6%2C1.64.91%2C2.46.31.82.6%2C1.58.87%2C2.28.27.7.5%2C1.31.7%2C1.84s.34.92.42%2C1.15c.06.17.1.35.13.52.03.17.06.35.11.53.04-.18.08-.36.11-.54s.06-.35.11-.51c.23-.94.51-1.87.83-2.78.37-1.08.8-2.24%2C1.27-3.48.48-1.24.98-2.53%2C1.49-3.86.52-1.33%2C1.02-2.63%2C1.5-3.9h3.43ZM307.81%2C48.94c1.09.01%2C2.18-.16%2C3.22-.51.95-.32%2C1.83-.82%2C2.58-1.48.74-.66%2C1.32-1.48%2C1.71-2.4.43-1.04.64-2.16.61-3.28.03-1.19-.21-2.36-.69-3.45-.42-.93-1.04-1.76-1.8-2.44-.73-.64-1.58-1.13-2.5-1.44-.91-.31-1.87-.46-2.83-.46h-3.09v15.47h2.79ZM301.75%2C30.32h5.45c1.9-.05%2C3.8.29%2C5.57.99%2C1.41.58%2C2.67%2C1.47%2C3.7%2C2.59.93%2C1.04%2C1.64%2C2.27%2C2.07%2C3.6.42%2C1.28.64%2C2.62.65%2C3.97.02%2C1.51-.27%2C3-.87%2C4.39-.55%2C1.27-1.36%2C2.4-2.37%2C3.34-1.01.93-2.19%2C1.64-3.48%2C2.11-1.34.49-2.76.74-4.2.73h-6.52v-21.73ZM286.62%2C54.58v-3.09c1.28-.03%2C2.51-.54%2C3.43-1.44.98-1.13%2C1.46-2.61%2C1.33-4.11v-15.62h3.3v15.71c.02%2C1.22-.18%2C2.43-.6%2C3.57-.37.99-.94%2C1.89-1.67%2C2.65-.73.73-1.6%2C1.3-2.56%2C1.67-1.03.4-2.13.63-3.24.66%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_96%22%20d%3D%22M291.28%2C12.7h6.4v-1.62h-8.19v11.19h1.79v-4.62h5.78v-1.62h-5.78v-3.32ZM309.01%2C22.26l-4.04-4.47c1.84.1%2C3.41-1.31%2C3.51-3.16%2C0-.06%2C0-.12%2C0-.18-.02-1.89-1.57-3.41-3.46-3.4-.13%2C0-.25%2C0-.37.02h-5.26v11.19h1.79v-4.45h1.62l3.99%2C4.45h2.22ZM301.18%2C16.18v-3.49h3.47c.99-.13%2C1.9.56%2C2.04%2C1.55%2C0%2C.07.01.13.02.2%2C0%2C1.04-.82%2C1.74-2.05%2C1.74h-3.47ZM315.74%2C10.85c-3.19-.02-5.8%2C2.54-5.83%2C5.74%2C0%2C.04%2C0%2C.07%2C0%2C.11-.02%2C3.18%2C2.55%2C5.78%2C5.73%2C5.8.03%2C0%2C.06%2C0%2C.1%2C0%2C3.19.04%2C5.81-2.52%2C5.84-5.72%2C0-.03%2C0-.06%2C0-.08.03-3.2-2.55-5.82-5.75-5.84-.03%2C0-.06%2C0-.1%2C0ZM315.74%2C20.82c-2.21.01-4.02-1.78-4.03-3.99%2C0-.05%2C0-.09%2C0-.14-.08-2.22%2C1.65-4.09%2C3.88-4.17.05%2C0%2C.1%2C0%2C.15%2C0%2C2.23%2C0%2C4.04%2C1.79%2C4.04%2C4.02%2C0%2C.05%2C0%2C.11%2C0%2C.16.06%2C2.21-1.69%2C4.05-3.91%2C4.11-.04%2C0-.09%2C0-.14%2C0h0ZM335.94%2C11.08h-1.55l-4.57%2C8.46-4.56-8.47h-1.57v11.19h1.74v-7.4l3.97%2C7.4h.85l3.96-7.4v7.4h1.74v-11.18Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

/* ------------------------------------------

    -- Header - Account

------------------------------------------ */

.headerContainer_account {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    min-width: 56px;
    border-radius: 28px;
    background-color: var(--color-white, #fefefe);
    font-family: var(--font-primary, "poppins");
    font-size: var(--font-body-font-size, 16px);
    line-height: var(--font-body-line-height, 24px);
    color: var(--color-black, #252525)!important;
    text-decoration: none!important;
}

.headerContainer_account:hover,
.headerContainer_account:focus,
.headerContainer_account:active {
    background-color: var(--color-grey-200, #e3e5e6);
    color: var(--color-black, #252525)!important;
    text-decoration: none!important;
}

.headerContainer_account span {
    display: flex;
    flex-flow: row nowrap;
    padding: 0 24px;
}

.headerContainer_account span:after {
    content: "";
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%233F4952' d='M12 2a6 6 0 015.143 9.092c.76.416 1.544 1.106 2.56 2.241 1.27 1.42 1.973 3.097 2.231 4.891.094.653.124 1.287.103 1.89a9.147 9.147 0 01-.09 1.032 1.002 1.002 0 01-.877.848l-.113.006H3.14c-.48 0-.894-.343-.983-.815a8.996 8.996 0 010-3.37 9.004 9.004 0 011.086-2.902 1 1 0 111.726 1.01 7.003 7.003 0 00-.846 2.263 6.918 6.918 0 00-.114 1.687l.009.126h16.024l.003-.078c.007-.34-.007-.71-.051-1.107l-.04-.305c-.205-1.427-.755-2.739-1.742-3.842l-.367-.402c-.913-.975-1.498-1.404-2.07-1.602A6 6 0 1112 2zm0 2a4 4 0 10.002 8.002A4 4 0 0012 4z'%3e%3c/path%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Account - JDW

------------------------------------------ */

.headerContainer_JDW .headerContainer_account span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cg fill='%23131313' fill-rule='evenodd'%3e%3cpath d='M12 4C9.794 4 8 5.794 8 8s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4m0 10c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6'%3e%3c/path%3e%3cpath d='M21 22a1 1 0 0 1-1-1c0-3.859-3.589-7-8-7s-8 3.141-8 7a1 1 0 1 1-2 0c0-4.963 4.486-9 10-9s10 4.037 10 9a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Account - CGN

------------------------------------------ */

.headerContainer_CGN .headerContainer_account {
    background-color: #131313;
    color: var(--color-white, #fefefe)!important;
}

.headerContainer_CGN .headerContainer_account:hover,
.headerContainer_CGN .headerContainer_account:focus,
.headerContainer_CGN .headerContainer_account:active {
    color: var(--color-white, #fefefe)!important;
    background-color: rgba(0,0,0,.1);
}

.headerContainer_CGN .headerContainer_account span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath id='iinewmo5ba' d='M0 0h18.03v11.727H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath d='M12.027 2a5.53 5.53 0 1 0 0 11.06 5.53 5.53 0 0 0 0-11.06m0 1.908a3.626 3.626 0 0 1 3.622 3.622 3.626 3.626 0 0 1-3.622 3.622A3.626 3.626 0 0 1 8.405 7.53a3.626 3.626 0 0 1 3.622-3.622' fill='%23FEFEFE'/%3e%3cg transform='translate(3 10.29)'%3e%3cmask id='ruto7vaqhb' fill='%23fff'%3e%3cuse xlink:href='%23iinewmo5ba'/%3e%3c/mask%3e%3cpath d='M17.031 11.727H1a.999.999 0 0 1-1-1.004l.015-4.065c.001-.148.035-.293.098-.427l1.465-3.068a.994.994 0 0 1 .343-.398L6.019 0l1.119 1.659L3.265 4.27 2.014 6.891l-.01 2.836h14.023l-.012-2.836-1.251-2.621-3.872-2.611L12.011 0l4.098 2.765a.994.994 0 0 1 .343.398l1.465 3.068c.063.134.096.279.097.427l.017 4.065c.001.266-.104.521-.291.71a1.003 1.003 0 0 1-.709.294' fill='%23FEFEFE' mask='url(%23ruto7vaqhb)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Account - AWL

------------------------------------------ */

.headerContainer_AWL .headerContainer_account span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cg fill='%23131313' fill-rule='evenodd'%3e%3cpath d='M12 4C9.794 4 8 5.794 8 8s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4m0 10c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6'%3e%3c/path%3e%3cpath d='M21 22a1 1 0 0 1-1-1c0-3.859-3.589-7-8-7s-8 3.141-8 7a1 1 0 1 1-2 0c0-4.963 4.486-9 10-9s10 4.037 10 9a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Account - PMA

------------------------------------------ */

.headerContainer_PMA .headerContainer_account span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cg fill='%23131313' fill-rule='evenodd'%3e%3cpath d='M12 4C9.794 4 8 5.794 8 8s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4m0 10c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6'%3e%3c/path%3e%3cpath d='M21 22a1 1 0 0 1-1-1c0-3.859-3.589-7-8-7s-8 3.141-8 7a1 1 0 1 1-2 0c0-4.963 4.486-9 10-9s10 4.037 10 9a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Account - CCL

------------------------------------------ */

.headerContainer_CCL .headerContainer_account span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cg fill='%23131313' fill-rule='evenodd'%3e%3cpath d='M12 4C9.794 4 8 5.794 8 8s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4m0 10c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6'%3e%3c/path%3e%3cpath d='M21 22a1 1 0 0 1-1-1c0-3.859-3.589-7-8-7s-8 3.141-8 7a1 1 0 1 1-2 0c0-4.963 4.486-9 10-9s10 4.037 10 9a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Account - IHM

------------------------------------------ */

.headerContainer_IHM .headerContainer_account span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cg fill='%23131313' fill-rule='evenodd'%3e%3cpath d='M12 4C9.794 4 8 5.794 8 8s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4m0 10c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6'%3e%3c/path%3e%3cpath d='M21 22a1 1 0 0 1-1-1c0-3.859-3.589-7-8-7s-8 3.141-8 7a1 1 0 1 1-2 0c0-4.963 4.486-9 10-9s10 4.037 10 9a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Account - FSP

------------------------------------------ */

.headerContainer_FSP .headerContainer_account span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cg fill='%23131313' fill-rule='evenodd'%3e%3cpath d='M12 4C9.794 4 8 5.794 8 8s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4m0 10c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6'%3e%3c/path%3e%3cpath d='M21 22a1 1 0 0 1-1-1c0-3.859-3.589-7-8-7s-8 3.141-8 7a1 1 0 1 1-2 0c0-4.963 4.486-9 10-9s10 4.037 10 9a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Bag

------------------------------------------ */

.headerContainer_bag {
    grid-column: 4;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    min-width: 56px;
    margin-left: 0;
    border-radius: 28px;
    background-color: var(--color-white, #fefefe);
    font-family: var(--font-primary, "poppins");
    font-size: var(--font-body-font-size, 16px);
    line-height: var(--font-body-line-height, 24px);
    color: var(--color-black, #252525)!important;
    text-decoration: none!important;
}

.headerContainer_bag:hover,
.headerContainer_bag:focus,
.headerContainer_bag:active {
    background-color: var(--color-grey-200, #e3e5e6);
    color: var(--color-black, #252525)!important;
    text-decoration: none!important;
}

.headerContainer_bag span {
    display: flex;
    flex-flow: row nowrap;
    padding: 0 24px;
}

.headerContainer_bag span div {
        display: none;
        margin-right: calc(var(--gutter, 16px) / 2);
    }

.headerContainer_bag span:after {
    content: "";
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23252525' d='M11.994 2l.498.007c3.364.091 4.306 1.16 4.477 4.247h1.11c1.138 0 2.13.766 2.328 1.821l.022.153 1.558 11.561c.143 1.295-.89 2.378-2.198 2.46l-.158.005H4.367c-1.326 0-2.416-1.034-2.364-2.331l.012-.157L3.568 8.254C3.69 7.148 4.637 6.33 5.762 6.259l.161-.005H7.03C7.205 3.023 8.232 2 11.994 2zm6.084 6.254H5.923c-.182 0-.313.085-.356.19l-.014.052L4 20.01c-.01.092.096.21.283.238l.084.007h15.264c.21 0 .343-.107.368-.189l.003-.033-1.558-11.56c-.01-.102-.154-.218-.366-.218zm-3.078 4a1 1 0 011 1c0 2.732-1.44 4-4 4-2.559 0-4-1.268-4-4a1 1 0 112 0c0 1.566.493 2 2 2 1.507 0 2-.434 2-2a1 1 0 011-1zM12.194 4l-.781.004c-1.991.035-2.312.327-2.39 2.248h5.95v-.01c-.086-2.03-.439-2.233-2.779-2.242z'%3e%3c/path%3e%3c/svg%3e");
}

@media screen and (min-width: 360px) {
    .headerContainer_bag span div {
        display: inline-block;
    }
}

/* ------------------------------------------

    -- Header - Bag - CGN

------------------------------------------ */

.headerContainer_CGN .headerContainer_bag {
    background-color: #131313;
    color: var(--color-white, #fefefe)!important;
}

.headerContainer_CGN .headerContainer_bag:hover,
.headerContainer_CGN .headerContainer_bag:focus,
.headerContainer_CGN .headerContainer_bag:active {
    color: var(--color-white, #fefefe)!important;
    background-color: rgba(0,0,0,.1);
}

.headerContainer_CGN .headerContainer_bag span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3e%3cpath fill='%23fefefe' d='m15.74 8.66-7.7.02-1.08 1.14.03 9.15 1.14 1.08 7.65-.03 1.13-1.12-.02-9.15-1.14-1.08Zm.07 13.32H8.05c-.5 0-.98-.2-1.33-.55l-1.17-1.15A1.85 1.85 0 0 1 5 18.96V9.74c0-.49.2-.97.55-1.32l1.17-1.15a1.9 1.9 0 0 1 1.33-.55h7.76c.5 0 .98.2 1.33.55l1.16 1.15c.36.35.56.83.56 1.32v9.22c0 .5-.2.96-.55 1.32l-1.17 1.15c-.35.35-.83.55-1.33.55Z'%3e%3c/path%3e%3cpath fill='%23fefefe' d='M14.98 9.98H13V4.31l-.35-.35-1.49.05-.3.3v5.65H8.88V3.9c0-.26.1-.5.29-.69l.93-.92a1 1 0 0 1 .7-.29h2.26a1 1 0 0 1 .7.29l.93.92a1 1 0 0 1 .29.7v6.07Z'%3e%3c/path%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Bag - JDW

------------------------------------------ */

.headerContainer_JDW .headerContainer_bag span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3e%3cg fill='%23131313'%3e%3cpath d='M4 20h16V9H4v11zm17 2H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z'%3e%3c/path%3e%3cpath d='M16.5 11.2a1 1 0 0 1-1-1V7.5C15.5 5.57 13.93 4 12 4S8.5 5.57 8.5 7.5v2.7a1 1 0 0 1-2 0V7.5C6.5 4.467 8.967 2 12 2s5.5 2.467 5.5 5.5v2.7a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Bag - AWL

------------------------------------------ */

.headerContainer_AWL .headerContainer_bag span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3e%3cg fill='%23131313'%3e%3cpath d='M4 20h16V9H4v11zm17 2H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z'%3e%3c/path%3e%3cpath d='M16.5 11.2a1 1 0 0 1-1-1V7.5C15.5 5.57 13.93 4 12 4S8.5 5.57 8.5 7.5v2.7a1 1 0 0 1-2 0V7.5C6.5 4.467 8.967 2 12 2s5.5 2.467 5.5 5.5v2.7a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Bag - PMA

------------------------------------------ */

.headerContainer_PMA .headerContainer_bag span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3e%3cg fill='%23131313'%3e%3cpath d='M4 20h16V9H4v11zm17 2H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z'%3e%3c/path%3e%3cpath d='M16.5 11.2a1 1 0 0 1-1-1V7.5C15.5 5.57 13.93 4 12 4S8.5 5.57 8.5 7.5v2.7a1 1 0 0 1-2 0V7.5C6.5 4.467 8.967 2 12 2s5.5 2.467 5.5 5.5v2.7a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Bag - CCL

------------------------------------------ */

.headerContainer_CCL .headerContainer_bag span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3e%3cg fill='%23131313'%3e%3cpath d='M4 20h16V9H4v11zm17 2H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z'%3e%3c/path%3e%3cpath d='M16.5 11.2a1 1 0 0 1-1-1V7.5C15.5 5.57 13.93 4 12 4S8.5 5.57 8.5 7.5v2.7a1 1 0 0 1-2 0V7.5C6.5 4.467 8.967 2 12 2s5.5 2.467 5.5 5.5v2.7a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Bag - IHM

------------------------------------------ */

.headerContainer_IHM .headerContainer_bag span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3e%3cg fill='%23131313'%3e%3cpath d='M4 20h16V9H4v11zm17 2H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z'%3e%3c/path%3e%3cpath d='M16.5 11.2a1 1 0 0 1-1-1V7.5C15.5 5.57 13.93 4 12 4S8.5 5.57 8.5 7.5v2.7a1 1 0 0 1-2 0V7.5C6.5 4.467 8.967 2 12 2s5.5 2.467 5.5 5.5v2.7a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

/* ------------------------------------------

    -- Header - Bag - FSP

------------------------------------------ */

.headerContainer_FSP .headerContainer_bag span:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3e%3cg fill='%23131313'%3e%3cpath d='M4 20h16V9H4v11zm17 2H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z'%3e%3c/path%3e%3cpath d='M16.5 11.2a1 1 0 0 1-1-1V7.5C15.5 5.57 13.93 4 12 4S8.5 5.57 8.5 7.5v2.7a1 1 0 0 1-2 0V7.5C6.5 4.467 8.967 2 12 2s5.5 2.467 5.5 5.5v2.7a1 1 0 0 1-1 1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}
/* ------------------------------------------

    FOOTER

------------------------------------------ */

.footerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    clear: both;
    margin-top: 32px;
}

/* ------------------------------------------

    -- Footer - Help Centre

------------------------------------------ */

.footerHelpCentre {
    display: flex;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    padding: var(--gutter, 16px) 0;
    background-color: var(--color-grey-200, #e3e5e6);
}

.footerHelpCentre:after {
    content: "";
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup 6%3c/title%3e%3cg id='Registration' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Group-6'%3e%3crect id='Rectangle' x='0' y='0' width='40' height='40'%3e%3c/rect%3e%3cpolygon id='Fill-1' points='14 14.9763 14 21.9763 9.111 25.6783 9.111 20.6113 4 20.6113 4 3.9993 27 3.9993 27 14.9763'%3e%3c/polygon%3e%3cpolygon id='Stroke-2' stroke='%233F4952' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='14 14.9763 14 21.9763 9.111 25.6783 9.111 20.6113 4 20.6113 4 3.9993 27 3.9993 27 14.9763'%3e%3c/polygon%3e%3cpolygon id='Fill-4' points='13.9998 14.9765 13.9998 31.6115 19.1108 31.6115 19.1108 36.6785 25.4998 31.5675 36.9998 31.6115 36.9998 14.9765'%3e%3c/polygon%3e%3cpolygon id='Stroke-5' stroke='%233F4952' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='25.5 31.5672 19.111 36.6782 19.111 31.6112 14 31.6112 14 14.9762 37 14.9762 37 31.6112'%3e%3c/polygon%3e%3cpath d='M19.1113,23.9002 C19.1113,24.6062 19.6833,25.1782 20.3883,25.1782 C21.0943,25.1782 21.6673,24.6062 21.6673,23.9002 C21.6673,23.1952 21.0943,22.6232 20.3883,22.6232 C19.6833,22.6232 19.1113,23.1952 19.1113,23.9002' id='Fill-7' fill='%233F4952'%3e%3c/path%3e%3cpath d='M24.2227,23.9002 C24.2227,24.6062 24.7937,25.1782 25.4997,25.1782 C26.2057,25.1782 26.7777,24.6062 26.7777,23.9002 C26.7777,23.1952 26.2057,22.6232 25.4997,22.6232 C24.7937,22.6232 24.2227,23.1952 24.2227,23.9002' id='Fill-9' fill='%233F4952'%3e%3c/path%3e%3cpath d='M29.333,23.9002 C29.333,24.6062 29.905,25.1782 30.611,25.1782 C31.316,25.1782 31.889,24.6062 31.889,23.9002 C31.889,23.1952 31.316,22.6232 30.611,22.6232 C29.905,22.6232 29.333,23.1952 29.333,23.9002' id='Fill-11' fill='%233F4952'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.footerHelpCentre p {
    font-family: var(--font-primary, "poppins");
    font-size: var(--font-body-small-font-size, 12px);
    line-height: var(--font-body-small-line-height, 20px);
    color: var(--color-black, #252525);
    margin: 0 var(--gutter, 16px) 0 0;
}

.footerHelpCentre a {
    color: var(--color-black, #252525);
    text-decoration: underline!important;
}

.footerHelpCentre a:hover,
.footerHelpCentre a:focus,
.footerHelpCentre a:active {
    color: var(--color-black, #252525);
}

/* ------------------------------------------

    -- Footer - Copy & Links

------------------------------------------ */

.footerCopy {
    display: flex;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 42px 0;
}

.footerCopy_links {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: var(--gutter, 16px);
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.footerCopy_linkPrivacy {
    grid-column: 2;
    grid-row: 1;
}

.footerCopy_linkLegal {
    grid-column: 1;
    grid-row: 1;
}

.footerCopy_links a {
    font-family: var(--font-primary, "poppins");
    font-size: var(--font-body-small-font-size, 12px);
    line-height: var(--font-body-small-line-height, 20px);
    color: var(--color-black, #252525);
    text-decoration: underline!important;
}

.footerHelpCentre a:hover,
.footerHelpCentre a:focus,
.footerHelpCentre a:active {
    color: var(--color-black, #252525);
}

.footerCopy p {
    font-family: var(--font-primary, "poppins");
    font-size: var(--font-body-small-font-size, 12px);
    line-height: var(--font-body-small-line-height, 20px);
    color: var(--color-black, #252525);
    margin: 0;
}


/* ------------------------------------------

    BRAND FONTS

------------------------------------------ */

@font-face {
    font-family: 'CircularBook';
    src: url("//images.drct2u.com/repo/DAL/common/fonts/LinetoCircular/lineto-circular-book.woff") format("woff");
}
@font-face {
    font-family: 'CircularBold';
    src: url("//images.drct2u.com/repo/DAL/common/fonts/LinetoCircular/lineto-circular-bold.woff") format("woff");
}

@font-face {
    font-family: "GalanoGrotesque-Regular";
    src: url("//images.drct2u.com/repo/JDW/desktop/common/04-fonts/GalanoGrotesque/GalanoGrotesque-Regular-webfont.woff") format("woff");
}
@font-face {
    font-family: "GalanoGrotesque-SemiBold";
    src: url("//images.drct2u.com/repo/JDW/desktop/common/04-fonts/GalanoGrotesque/GalanoGrotesque-SemiBold-webfont.woff") format("woff");
}

@font-face {
    font-family: 'AlternateGothicEF';
    src: url("//images.drct2u.com/repo/CGN/common/fonts/AlternateGothicEF/AlternateGothicEF-NoTwo.woff") format("woff");
}

@font-face {
    font-family: 'LinetoBrownRegular';
    src: url("//images.drct2u.com/repo/CGN/common/fonts/LinetoBrown/lineto-brown-regular.woff") format("woff");
}

@font-face {
    font-family: 'LinetoBrownBold';
    src: url("//images.drct2u.com/repo/CGN/common/fonts/LinetoBrown/lineto-brown-bold.woff") format("woff");
}

@font-face {
    font-family: 'fg-medium';
    src: url("//images.drct2u.com/repo/IHM/common/fonts/URWFranklinGothic/medium.woff") format("woff");
}

@font-face {
    font-family: "GibsonRegular";
    src: url("//images.drct2u.com/repo/JDW/desktop/common/04-fonts/Gibson-Regular-webfont.woff") format("woff");
}
@font-face {
    font-family: "GibsonSemiBold";
    src: url("//images.drct2u.com/content/stylesheets/Gibson-SemiBold-webfont.woff") format("woff");
}

@font-face {
    font-family: "LatoRegular";
    src: url("//images.drct2u.com/repo/FW/common/fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "LatoBlack";
    src: url("//images.drct2u.com/repo/FW/common/fonts/Lato/Lato-Black.ttf") format("truetype");
}

@font-face {
    font-family: "GGX88Book";
    src: url("//images.drct2u.com/content/stylesheets/ggx88_bk-webfont.woff") format("woff");
}

@font-face {
    font-family: "GGX88Bold";
    src: url("//images.drct2u.com/content/stylesheets/ggx88_bd-webfont.woff") format("woff");
}

@font-face {
    font-family: "LibreBaskervilleItalic";
    src: url(//images2.drct2u.com/content/stylesheets/LibreBaskerville-Italic-webfont.woff) format('woff');
}
@font-face {
    font-family: "open_sansregular";
    src: url("//images2.drct2u.com/content/stylesheets/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face {
    font-family: "open_sansextrabold";
    src: url("//images2.drct2u.com/content/stylesheets/OpenSans-ExtraBold-webfont.woff") format("woff");
}

/* ------------------------------------------

    -- DAL Font

------------------------------------------ */

.headerContainer_DAL .headerContainer_bag,
.footerContainer_DAL .footerCopy p {
    font-family: 'CircularBold';
}

.footerContainer_DAL .footerHelpCentre p,
.footerContainer_DAL .footerCopy_links a {
    font-family: 'CircularBook';
}

/* ------------------------------------------

    -- SBI Font

------------------------------------------ */

.headerContainer_SBI .headerContainer_bag,
.footerContainer_SBI .footerCopy p {
    font-family: 'CircularBold';
}

.footerContainer_SBI .footerHelpCentre p,
.footerContainer_SBI .footerCopy_links a {
    font-family: 'CircularBook';
}

/* ------------------------------------------

    -- JDW Font

------------------------------------------ */

.headerContainer_JDW .headerContainer_bag,
.footerContainer_JDW .footerCopy p {
    font-family: 'GalanoGrotesque-SemiBold';
}

.footerContainer_JDW .footerHelpCentre p,
.footerContainer_JDW .footerCopy_links a {
    font-family: 'GalanoGrotesque-Regular';
}

/* ------------------------------------------

    -- FSP Font

------------------------------------------ */

.headerContainer_FSP .headerContainer_bag,
.footerContainer_FSP .footerCopy p {
    font-family: 'GalanoGrotesque-SemiBold';
}

.footerContainer_FSP .footerHelpCentre p,
.footerContainer_FSP .footerCopy_links a {
    font-family: 'GalanoGrotesque-Regular';
}

/* ------------------------------------------

    -- OXI Font

------------------------------------------ */

.headerContainer_OXI .headerContainer_bag,
.footerContainer_OXI .footerCopy p {
    font-family: 'GalanoGrotesque-SemiBold';
}

.footerContainer_OXI .footerHelpCentre p,
.footerContainer_OXI .footerCopy_links a {
    font-family: 'GalanoGrotesque-Regular';
}

/* ------------------------------------------

    -- CGN Font

------------------------------------------ */

.headerContainer_CGN .headerContainer_bag,
.footerContainer_CGN .footerCopy p  {
    font-family: 'LinetoBrownBold';
}

.footerContainer_CGN .footerHelpCentre p,
.footerContainer_CGN .footerCopy_links a {
    font-family: 'LinetoBrownRegular';
}

/* ------------------------------------------

    -- IHM/DER Font

------------------------------------------ */

.headerContainer_IHM .headerContainer_bag,
.footerContainer_IHM .footerHelpCentre p,
.footerContainer_IHM .footerCopy_links a,
.footerContainer_IHM .footerCopy p,
.headerContainer_DER .headerContainer_bag,
.footerContainer_DER .footerHelpCentre p,
.footerContainer_DER .footerCopy_links a,
.footerContainer_DER .footerCopy p  {
    font-family: 'fg-medium';
}

/* ------------------------------------------

    -- AWL Font

------------------------------------------ */

.headerContainer_AWL .headerContainer_bag,
.footerContainer_AWL .footerCopy p {
    font-family: 'GibsonSemiBold';
}

.footerContainer_AWL .footerHelpCentre p,
.footerContainer_AWL .footerCopy_links a {
    font-family: 'GibsonRegular';
}

/* ------------------------------------------

    -- FW Font

------------------------------------------ */

.headerContainer_FW .headerContainer_bag,
.footerContainer_FW .footerCopy p {
    font-family: 'LatoBlack';
}

.footerContainer_FW .footerHelpCentre p,
.footerContainer_FW .footerCopy_links a {
    font-family: 'LatoRegular';
}

/* ------------------------------------------

    -- CCL Font

------------------------------------------ */

.headerContainer_CCL .headerContainer_bag,
.footerContainer_CCL .footerCopy p {
    font-family: 'GibsonSemiBold';
}

.footerContainer_CCL .footerHelpCentre p,
.footerContainer_CCL .footerCopy_links a {
    font-family: 'GibsonRegular';
}

/* ------------------------------------------

    -- PMA Font

------------------------------------------ */

.headerContainer_PMA .headerContainer_bag,
.footerContainer_PMA .footerCopy p {
    font-family: 'GGX88Bold';
}

.footerContainer_PMA .footerHelpCentre p,
.footerContainer_PMA .footerCopy_links a {
    font-family: 'GGX88Book';
}

/* ------------------------------------------

    -- VLD Font

------------------------------------------ */

.headerContainer_VLD .headerContainer_bag,
.footerContainer_VLD .footerCopy p {
    font-family: 'open_sansextrabold';
}

.footerContainer_VLD .footerHelpCentre p,
.footerContainer_VLD .footerCopy_links a {
    font-family: 'open_sansregular';
}
