*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.page-center,
.dnd-section > .row-fluid,
.header__container,
.footer__container{
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}

.dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@font-face {
  font-family: 'Hurme';
  src: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Thin.woff2) format('woff2'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Thin.woff) format('woff'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Thin.ttf) format('truetype'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Thin.svg) format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hurme';
  src: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Light.woff2) format('woff2'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Light.woff) format('woff'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Light.ttf) format('truetype'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Light.svg) format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hurme';
  src: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-SemiBold.woff2) format('woff2'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-SemiBold.woff) format('woff'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-SemiBold.ttf) format('truetype'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-SemiBold.svg) format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hurme';
  src: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Bold.woff2) format('woff2'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Bold.woff) format('woff'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Bold.ttf) format('truetype'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Bold.svg) format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hurme';
  src: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-RegularObl.woff2) format('woff2'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-RegularObl.woff) format('woff'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-RegularObl.ttf) format('truetype'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-RegularObl.svg) format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Hurme';
  src: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Regular.woff2) format('woff2'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Regular.woff) format('woff'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Regular.ttf) format('truetype'),
    url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/Fonts/HurmeGeometricSans2-Regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  max-width: ;
  font-family: ;
  padding: 2rem;
}

.hs-landing-page .widget-type-form {
  box-shadow: 0 3px 9px rgb(0 0 0 / 10%);  
}

.hs-button,
.button--primary {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  vertical-align: baseline;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  text-align: center;
  transition: all .15s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  font-family: Poppins;
  white-space: pre-wrap;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

/* .hs-button:active {
background-color: ;
border-color: ;
} */


.hs-form label {
  font-size: 14px;
  color: ;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 18px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
  color: #f2545b;
}

input.hs-input.error{
  border-color: #c87872;
}

.hs-input,
input#hs-pwd-widget-password {
  width: 100%;
  border: 1px solid #cbd6e2;
  height: 40px !important;
  padding: 0 15px;
  outline: none;
  display:block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 15px 0;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
  box-shadow: none;
  border-color: rgba(82,168,236,.8);
}

input.email-edit.hs-input {
  width: 100% !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

.hs-landing-page fieldset {
  max-width: unset !important;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper{
  min-height: 122px;
}

header.header {
  display: block;
  width: 100%;
  font-size: 10px;
  z-index: 99;
}

.header .container {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  clear: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border-bottom: 1px solid #d7dada;
}

.header .top-header {
  border-bottom: 1px solid #d7dada;
}

.header .top-inner {
  width: 100%;
  height: 40px;
  padding: 0 25px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}

.header .header-logo-left {
  color: #161f60;
  padding-right: 135px;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: flex;
}

.header .header-logo-left a {
  display: flex;
}

.header .header-logo-left a span {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
}

.header .custom-header-logo {
  display: flex;
}

.header .custom-header-logo ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .custom-header-logo ul>li>a>span {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 33px;
  width: 70px;
  background-size: 100% 100%;
  display: block;
}

.header .tool-box {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  z-index: 1;
  position: static;
}

.header .search-wrapper {
  clear: both;
}

.header .search-bar {
  padding-right: 25px;
}

.header .searchbox {
  margin: auto;
  background-color: #fff;
  display: inline-block;
  top: 0 !important;
  right: 0 !important;
  border-radius: 30px;
  padding: 5px;
  transition: all 1s ease;
  position: relative;
  width: 25px;
  height: 25px;
}

.header input.searchbox__input {
  font: inherit;
  margin: 0;
  line-height: normal;
  border: 0;
  display: block;
  background: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 1px;
  border-bottom: 0.5px solid #161f60;
  color: #161f60;
  display: block;
  font-size: 16px;
  padding: 6px 6px 6px 25px;
  transition: width 1s ease,opacity .5s ease .5s;
  opacity: 1;
  width: 90vw;
  height: 35px;
  outline: 0;
  width: 29px;
  height: 25px;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity .3s ease,width .3s ease;
  -webkit-appearance: none;
}

.header i.searchbox__search-icon {
  display: block;
  background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/search-icon-big.svg);
  background-size: contain;
  color: #161f60;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
  cursor: pointer;
  pointer-events: none;
  top: 7px;
  left: 3px;
}

.header i.searchbox__close-icon {
  display: block;
  background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/close-icon.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #161f60;
  display: none;
  cursor: pointer;
}

.header input.searchbox__input:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #161f60;
  transition: all 1s ease .5s;
}

.header .lang-selector nav>ul>li {
  font-family: "Poppins",sans-serif;
  position: relative;
  padding-right: 25px;
}

.header .lang-selector nav>ul>li>a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 5px 16px 5px 0;
  cursor: pointer;
  position: relative;
}

.header .lang-selector nav>ul>li>a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% + -3px);
  right: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent;
  border: 0;
  background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/down_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.header .lang-selector nav>ul>li>ul {
  display: none;
  position: absolute;
  min-width: 150px;
  overflow: auto;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  z-index: 9;
  left: 0;
}

.header .lang-selector nav>ul>li>ul>li>a {
  color: #161f60;
  padding: 10px 13px;
  background-color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 700;
}

.header .country-selector {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 0 0 15px;
  width: 13%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  position: static;
  padding-left: 0;
  width: 10%;
  margin-right: 9px;
}

.header .country-selector span.country-selector__header-icon.frenchguiana-flag {
  -webkit-transform: scale(.70833);
  transform: scale(.70833);
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/icons.png);
  background-position: -524px -925px;
  width: 24px;
  height: 28px;
  margin-left: 8px;
  margin-top: 5px;
  cursor: pointer;
}

.header .country-selector span.country-selector__arrow-up {
  display: none;
  position: relative;
  margin: 0 0 0 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #161f60;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/navigation_arrow2_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0;
  width: 7px;
  height: 5px;
  cursor: pointer;
}

.header .country-selector .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 36px 20px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.69);
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
}

.header .country-selector .modal__content.aem-Grid.aem-Grid--12 {
  display: block;
  width: 100%;
  position: relative;
  padding: 25px 24px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .country-selector span.modal__close.closeicon {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  position: absolute;
  top: 7px;
  right: 7px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/icons.png);
  background-position: -1039px -687px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.header .country-selector .modal__header {
  padding: 25px 0 20px;
}

.header .country-selector .modal__header h2 {
  margin: 0;
  color: #161f60;
  font-size: 17px;
  font-family: Hurme,Poppins,sans-serif;
  font-weight: 700;
  line-height: 26px;
}

.header .country-selector ul {
  padding: 0;
  margin: 0;
  float: left;
  clear: none;
  width: 100%;
}

.header .country-selector ul>li {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 15px 0;
}

.header .country-selector ul>li>span {
  padding: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  margin-right: 8px;
  -webkit-transform: scale(.81667);
  transform: scale(.81667);
}

.header .country-selector ul>li>span.aruba-flag {
  background: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/flag-icon.png);
  width: 24px;
  height: 28px;
}

.header .country-selector ul>li>a {
  color: #161f60;
  font-size: 14px;
  font-family: Hurme,Poppins,sans-serif;
  line-height: 21px;
  font-weight: 600;
}

body.active .header .country-selector .modal {
  display: block;
}

body.active {
  overflow: hidden;
}

.header .bottom-header {
  position: relative;
  background-color: #fff;
}

.header .bottom-inner {
  width: 100%;
  height: 40px;
  padding: 0 25px;
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

.header .sticky-logo {
  display: none;
}

.header .mobile-search {
  display: none;
}

.header .custom-menu-primary {
  width: 100%;
  margin: 0 1em;
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-justify-content: center;
  justify-content: center;
}

header.header.sticky .bottom-inner {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

header.header.sticky .mobile-search {
  display: flex;
  padding-left: 1.25em;
}

header.header.sticky .search-bar {
  padding: 0;
}

.header .custom-menu-primary .hs-menu-wrapper>ul {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li {
  list-style-type: none;
  font-family: "Hurme","Poppins",sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 0;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #161f60;
  padding-top: 6px;
  display: -moz-flex;
  display: flex;
  flex-flow: row;
  position: relative;
  white-space: nowrap;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
  display: block;
  margin: 4px 0 8px 4px;
  background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/arrow-icon.svg);
  background-size: contain;
  width: 10px;
  height: 5px;;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 25px;
  border-bottom: 1px solid #d7dada;
  background-color: #fff;
  display: none;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0!important;
  max-width: 907.547px;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul {
  margin-top: 16px;
  margin-bottom: 25px;
  position: static;
  left: 0!important;
  width: 100%;
  display: -moz-flex;
  display: flex!important;
  flex-flow: row;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li {
  font-family: "Hurme","Poppins",sans-serif;
  padding: 5px 0;
  width: auto;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .2px;
  color: #161f60;
  text-transform: none;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li:last-child {
  margin-right: 0;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li>a {
  color: #161f60;
  padding: 0;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li>ul {
  margin-top: 1em;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #9b9b9b;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li>ul>li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li>ul>li:not(:last-child) {
  margin-bottom: 12px;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li>ul>li>a {
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-stretch: inherit;
  font-style: inherit;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.dropdown-content {
  display: block;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a>span {
  transform: rotate(180deg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(86deg,#fe402a,#f4393f 10%,#eb3354 20%,#e22d69 30%,#d8267f 40%,#cf2094 50%,#c61aa9 60%,#bc13bf 70%,#b30dd4 80%,#aa07e9 90%,#a101ff);
  z-index: 1;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.More {
  display: none;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner>ul>li:hover {
  background-color: #f7f7f7;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner>ul>li:hover>a {
  font-weight: 700;
}

.mobile-header{
  display: none;
}

.mobile-header-toggle-content {
  display: none;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Homepage {
  display: none;
}

.header .user-active .searchbox {
  margin: auto;
  background-color: #fff;
  padding: 5px 12px;
  transition: all .5s ease;
  border-radius: 0;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
  position: fixed;
  display: inline-block;
  height: unset;
  z-index: 12;
  width: 520px;
  top: 47px !important;
  right: 176px !important;
  margin-right: 0;
}

.header .user-active input.searchbox__input {
  height: 35px;
  outline: 0;
  padding: 6px 6px 6px 25px;
  transition: width 1s ease,opacity .5s ease .5s;
  opacity: 1;
  background: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 1px;
  border-bottom: 0.5px solid #161f60;
  color: #161f60;
  display: block;
  font-size: 20px;
  width: 470px;
}

.header .user-active i.searchbox__search-icon {
  background-size: contain;
  color: #161f60;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
  cursor: pointer;
  pointer-events: all;
  background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/desktop-search-icon.svg);
}

.header .user-active i.searchbox__close-icon {
  display: block;
}

.header .lang-selector nav>ul>li.user-lang>ul {
  display: block;
  line-height: 16px;
  top: 24px;
}

.header .lang-selector nav>ul>li>ul>li>a:hover {
  background-color: #f7f7f7;
}

.header .country-selector ul>li.Digicel_Business_Solutions_>span, .header .country-selector ul>li.Digital_Transformation_Report>span {
  width: 0px;
}

header.header.lp-header .top-header {
  border-bottom: none;
}



/* media queries */



@media (min-width: 320px){
  .header .custom-header-logo ul>li>a>span{
    width: 161px;
    height: 23px;
    width: 161px;
  }

  .header .search-bar{
    padding-right: 40vw;
  }

  .header .lang-selector nav>ul>li{
    padding-right: 40vw;
  }

  .header .country-selector{
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
  }
}

@media (min-width: 768px){
  .header .header-logo-left{
    padding-right: 98px;
  }

  .header .custom-header-logo ul>li>a>span{
    width: 105px;
    height: 33px;
    height: 33px;
  }

  .header .tool-box{
    margin-right: -14px;
  }

  .header .search-bar{
    padding-right: 25px;
  }

  .header .searchbox{
    z-index: 12;
    top: 22px;
    right: 70px;
    width: 360px;
    height: unset;
    width: 40px;
    height: 35px;
    box-shadow: none;
    z-index: 8;
    margin-right: 14px;
    width: 25px;
  }

  .header input.searchbox__input{
    width: 40px;
    height: 35px;
    width: 25px;
  }

  .header i.searchbox__search-icon{
    top: 9px;
    left: unset;
    right: 0;
    display: block;
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/search-icon.svg);
    background-size: contain;
    width: 11px;
    height: 11px;
    position: absolute;
    color: #161f60;
    cursor: pointer;;
  }

  .header .lang-selector{
    display: none;
  }

  .header .lang-selector nav>ul>li{
    padding-right: 25px;
  }

  .header .lang-selector nav>ul>li>a{
    color: #161f60;
  }

  .header .lang-selector nav>ul>li>a:after{
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/navigation_arrow2_down.svg);
    width: 7px;
    height: 5px;
    top: calc(50% - 2.5px);
  }

  .header .lang-selector nav>ul>li>ul{
    left: unset;
    right: 0;
  }

  .header .country-selector{
    margin-right: 0;
  }

  .header .country-selector span.country-selector__header-icon.frenchguiana-flag{
    -webkit-transform: scale(.54167);
    transform: scale(.54167);
    margin-top: 0;
    margin-left: -5px;
  }

  .header .country-selector span.country-selector__arrow-up{
    display: block;
  }

  .header .country-selector .modal{
    padding: 46px 30px;
  }

  .header .country-selector .modal__content.aem-Grid.aem-Grid--12{
    padding: 20px 40px;
    padding: 20px 27px;
  }

  .header .country-selector span.modal__close.closeicon{
    -webkit-transform: scale(.75);
    transform: scale(.75);
    top: 20px;
    right: 20px;
  }

  .header .country-selector .modal__header{
    padding: 20px 0;
  }

  .header .country-selector .modal__header h2{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .36px;
  }

  .header .country-selector ul{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header .country-selector ul>li{
    width: 25%;
  }

  .header .country-selector ul>li>a{
    font-size: 9px;
    line-height: 13px;
  }

  header.header.sticky {
    position: fixed;
  }

  header.header.sticky .top-inner {
    visibility: hidden;
    height: 0;
    padding: 0;
    border: 0;
    display: none;
  }

  header.header.sticky .sticky-logo {
    padding-right: 8px;
    display: flex;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li{
    margin-right: 25px;
    min-height: 40px
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li{
    margin-right: 20px;
  }

  .header .user-active .searchbox{
    z-index: 12;
    top: 22px !important;
    right: 70px !important;
    width: 360px;
    height: unset;
    margin-right: 14px;
  }

  .header .user-active input.searchbox__input{
    font-size: 15px;
    width: 310px;
  }

  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner{
    max-width: 795.547px;
  }
}

@media (min-width: 896px){
  .header .custom-menu-primary .hs-menu-wrapper>ul>li>a>span{
    margin-top: 3px;
    width: 12px;
    height: 7px;
  }
}

@media (min-width: 991px){
  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner{
    max-width: 795.547px;
  }
}

@media (min-width: 1024px){
  .header .country-selector span.country-selector__header-icon.frenchguiana-flag{
    -webkit-transform: scale(.68333);
    transform: scale(.68333);
  }

  .header .country-selector .modal{
    padding-top: 6.5vw;
  }

  .header .country-selector .modal__content.aem-Grid.aem-Grid--12{
    margin: 0 auto;
    padding: 30px 60px;
    width: 100%;
    max-width: 1050px;
  }

  .header .country-selector span.modal__close.closeicon{
    top: 25px;
    right: 25px;
  }

  .header .country-selector .modal__header{
    padding: 25px 0;
  }

  .header .country-selector .modal__header h2{
    font-size: 25px;
    line-height: 35px;
    letter-spacing: .5px;
  }

  .header .country-selector ul>li>span{
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .header .country-selector ul>li>a{
    font-size: 14px;
    line-height: 21px;
  }
}

@media (min-width: 1025px){
  .header .top-inner{
    height: 60px;
    padding: 0 68px 0 63px;
  }

  .header .custom-header-logo ul>li>a>span{
    width: 139px;
  }

  .header .searchbox{
    top: 30px;
    right: 92px;
    width: 520px;
    width: 40px;
    height: 35px;
    box-shadow: none;
    margin-right: 0;
    width: 25px;
    height: 25px;
  }

  .header input.searchbox__input{
    font-size: 20px;
    width: 25px;
    height: 25px;
  }

  .header i.searchbox__search-icon{

    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/search-icon.svg);
    width: 17px;
    height: 17px;
    top: 4px;;
  }

  .header .lang-selector{
    display: block;
  }

  .header .lang-selector nav>ul>li>a{
    color: #161f60;
  }

  .header .country-selector span.country-selector__header-icon.frenchguiana-flag{
    margin-left: -4px;
  }

  .header .bottom-inner{
    height: 60px;
    padding: 0 50px;
  }

  .header .sticky-logo a span{
    height: 33px;
    width: 130px;
    margin: 0;
    padding: 0;
    background-position: left center;
    background-size: 80%;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li{
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 2.4px;
    margin-right: 40px;
    min-height: 60px
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content{
    padding: 0 50px;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul{
    margin-top: 20px;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li{
    margin-right: 50px;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: .24px;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner>ul>li>ul{
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: .24px;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after{
    bottom: -18px;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner>ul>li{
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 2.4px;
  }

  .header .user-active .searchbox{
    top: 30px !important;
    right: 92px !important;
    width: 520px;
    margin-right: 0;
  }

  .header .user-active input.searchbox__input {
    font-size: 20px;
    width: 470px;
  }

  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner{
    max-width: 795.547px;
  }
}

@media (min-width: 1400px){
  .header .country-selector .modal__content.aem-Grid.aem-Grid--12{
    margin: 0 auto;
    padding: 40px 5pc;
    width: 92%;
    max-width: 990pt;
    padding: 40px 27px;
  }

  .header .country-selector .modal__header h2{
    font-size: 38px;
    line-height: 55px;
    letter-spacing: .76px;
  }

  .header .country-selector ul>li>a{
    font-size: 18px;
    line-height: 27px;
  }

  .header .user-active .searchbox{
    top: 47px !important;
    right: 126px !important;
  }

  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner {
    max-width: 795.547px;
  }
}

@media (min-width: 1650px){
  .header .country-selector .modal__content.aem-Grid.aem-Grid--12{
    padding: 40px 60px;
  }
}

@media (min-width: 1920px){
  .header .container{
    max-width: 100%;
  }

  .header .country-selector .modal{
    padding-top: 165px;
  }

  .header .user-active .searchbox{
    right: 176px !important;
  }

  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner {
    max-width: 791.547px;
  }
}










@media (max-width: 1167px) and (min-width: 1025px){
  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.More{
    display: flex;
    margin-right: 0;
    position: relative;
  }

  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.Contactez_Nous{
    display: none;
  }
}

@media (max-width: 1167px){
  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner{
    max-width: 654px;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>a>span {
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/navigation_arrow2_down.svg);
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content {
    padding: unset;
    width: unset;
    height: unset;
    max-width: unset;
    position: unset;
    top: unset;
    left: unset;
    padding: unset;
    border-bottom: unset;
    background-color: unset;
    display: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner {
    width: unset;
    margin: unset;
    padding: unset;
    max-width: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner>ul {
    display: none !important;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 150px;
    width: auto;
    height: auto;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    z-index: 1;
    margin: 0;
    left: unset !important;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner>ul>li {
    list-style-type: none;
    font-family: "Hurme","Poppins",sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    position: relative;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0!important;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner>ul>li>a {
    flex-flow: row;
    display: block;
    width: 100%;
    padding: 1.25em;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .1px;
    color: #161f60;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner>ul>li.Espace_Client {
    display: none;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More:hover>.dropdown-content>.dropdown-inner>ul {
    display: flex !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 1043px) and (min-width: 1025px){
  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.Espace_Client {
    display: none;
  }

  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.More>.dropdown-content>.dropdown-inner>ul>li.Espace_Client {
    display: flex;
  }

  /*   .header .custom-menu-primary .hs-menu-wrapper>ul>li.Contactez_Nous {
  display: none;
}

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More {
  display: flex;
  margin-right: 0;
  position: relative;
} */
}

@media (max-width: 1025px){
  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner {
    max-width: 671px;
  }
}




@media (max-width: 1024px){
  .header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner {
    max-width: 679.625px;
  }

  .header .header-logo-left a span {
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/header-right-logo.svg)!important;;
  }

  .header i.searchbox__search-icon {
    top: 11px;
  }

  .header-wrapper {
    min-height: 82px;
  }
}

@media (max-width: 991px){
  .header .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner {
    max-width: 671px;
  }
}

@media (max-width: 840px){
  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.Contactez_Nous {
    margin-right: 0;
  }
}

@media (max-width: 817px){
  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.Contactez_Nous {
    display: none;
  }

  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.More{
    display: flex;
    position: relative;
    margin-right: 0;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.More>a>span {
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/navigation_arrow2_down.svg);
  }
}

@media (max-width: 768px){
  .header .header-logo-left{
    padding-right: 8px;
  }

  header.header.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>.dropdown-content>.dropdown-inner {
    max-width: 579px;
  }
}

@media (max-width: 767px){
  .header .top-header, .header .bottom-header {
    display: none;
  }

  .header-wrapper {
    min-height: 71px;
  }

  header.header{
    z-index: 9;
  }

  .header .lang-selector nav>ul>li>a{
    color: #fff !important;
  }

  .header .mobile-header {
    display: block;
  }

  .header .mobile-inner {
    width: 100%;
    height: 40px;
    padding: 0 25px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    height: 70px;
  }

  .header .mobile-logo {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }

  .header .mobile-logo a span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 23px;
    width: 95px;
    margin-top: 5px;
  }

  .header .menu-toggler {
    height: 22px;
    cursor: pointer;
  }

  .header .menu-toggler .one, .header .menu-toggler .two {
    width: 24px;
    height: 2px;
    background-color: #161f60;
    border-radius: 2px;
    margin-bottom: 8px;
  }

  .header .menu-toggler .three {
    width: 24px;
    height: 2px;
    background-color: #161f60;
    border-radius: 2px;
  }

  .header-wrapper {
    min-height: 71px;
  }

  .header .mobile-header-toggle-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    overflow-y: auto;
    height: 100vh;
  }

  body.show-menu .header .mobile-header-toggle-content {
    display: block;
  }

  .header .top {
    margin: 30px 0 20px 30px;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }

  .header .top-content {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }

  .header .top-content span {
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: flex;
    width: 162px;
    height: 34px;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/digicel-business-mobile-selected.svg);
  }

  .header .top .close-icon {
    height: 24px;
    width: 24px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
  }

  .header .top .close-icon:before {
    content: '';
    height: 30px;
    left: 11px;
    top: -3px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
  }

  .header .top .close-icon:after {
    content: '';
    height: 30px;
    left: 11px;
    top: -3px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
  }

  .header .bottom {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    height: 100%;
    background-color: #fff;
    margin: 0 30px;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }

  .header .site {
    width: 100%;
  }

  .header .back-main-menu {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    height: 65px;
    background-color: #f8f8fa;
  }

  .header .back-main-menu a {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0 1.6em;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: #161f60;
  }

  .header .back-main-menu a span.back-arow {
    display: block;
    width: 18px;
    height: 10px;
    margin-right: 0.5em;
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/back-arrow-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);;
  }

  .header .main-site {
    width: 100%;
    margin-top: 1em;
    display: none;
  }

  .header .site ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header .site>ul>li:not(:first-child) {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-family: "Hurme","Poppins",sans-serif;
    margin: 30px 0;
    font-size: 18px;
    padding: 0 0.5em 0 1.6em;
    line-height: 1.5;
    letter-spacing: 2.7px;
  }

  .header .site>ul>li:not(:first-child)>a {
    width: 100%;
    font-weight: 600;
    display: -moz-flex;
    display: flex;
  }

  .header .site>ul>li>.drop-down-content>.dropdown-inner>ul {
    display: none;
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul {
    display: none;
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li {
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: .24px;
    font-family: "Hurme","Poppins",sans-serif;
    font-size: 16px;
    padding: 30px 0 0 30px;
    text-transform: none;
    position: relative;
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li>a {
    padding: 0;
    width: 100%;
    display: -moz-flex;
    display: flex;
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li>ul {
    display: none;
    padding-top: 1.25em;
    padding-left: 1.75em;
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li>ul>li:not(:first-child) {
    padding-top: 1em;
  }

  .header .site>ul>li.More {
    display: none;
  }

  .header .site>ul>li.hs-item-has-children>a>.accordion-btn {
    display: block;
    margin-right: 15px;
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/download.svg);
    background-size: contain;
    width: 20px;
    height: 12px;
    margin-top: 4px;
    margin-left: auto;
  }

  .header .site ul li.hs-item-has-children>.accordion-btn {
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/download.svg);
    position: absolute;
    right: -1px;
    top: 4px;
    width: 20px;
    height: 12px;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }

  .header .site>ul>li:first-child {
    width: 100%;
  }

  .header .site>ul>li:first-child>a {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.6em 1.6em 0;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: #161f60;
  }

  .header .site>ul>li.icon>a {
    font-weight: 700;
  }

  .header .site>ul>li.icon>.accordion-btn {
    transform: rotate(180deg);
  }

  .header .site>ul>li.icon>.dropdown-content>.dropdown-inner>ul {
    display: block;
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li>.accordion-btn {
    top: 34px;
    right: -10px;
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li.icon>.accordion-btn {
    transform: rotate(180deg);
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li.icon>ul {
    display: block;
  }

  .header .search-section {
    width: 100%;
    border-bottom: 2px solid #e7e9eb;
  }

  .header .bottom .search-wrapper {
    height: 50px;
  }

  .header .bottom .searchbox {
    position: relative;
    width: 40px;
    height: 35px;
    top: 0;
    right: 0;
    border-radius: 30px;
    padding: 5px;
    transition: all 1s ease;
    box-shadow: none;
  }

  .header .bottom input.searchbox__input {
    font: inherit;
    margin: 0;
    line-height: normal;
    outline: 0;
    border: 0;
    border-radius: 1px;
    border-bottom: 0.5px solid #161f60;
    color: #161f60;
    display: block;
    font-size: 16px;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    transition: opacity .3s ease,width .3s ease;
    -webkit-appearance: none;
    width: calc(100vw - 40px);
    height: 45px;
    background: #f6f6f6;
  }

  .header .bottom i.searchbox__search-icon {
    cursor: pointer;
    position: absolute;
    pointer-events: none;
    width: 24px;
    height: 24px;
    top: 13px;
    left: 15px;
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/mobile-search-icon.svg);
  }

  .header .bottom i.searchbox__close-icon {
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #161f60;
    pointer-events: none;
    display: none;
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/search-close-icon.svg);
    cursor: pointer;
  }

  .header .mobile-menu-container {
    width: 100%;
    padding: 1.6em;
  }

  .header .mobile-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header .mobile-menu-container ul>li {
    margin-bottom: 10px;
    background: #f6f6f6;
    border-radius: 8px;
  }

  .header .mobile-menu-container ul>li>a {
    padding: 13px 0 13px 20px;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }

  .header .mobile-menu-container ul>li>a>.digicel-business {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 23px;
    width: 161px;
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/digicel-business-mobile-selected.svg);
  }

  .header .mobile-menu-container ul>li>a>.link-page-arrow {
    background-position: center;
    background-repeat: no-repeat;
    height: 33px;
    display: block;
    margin-right: 15px;
    background-image: url(https://8402362.fs1.hubspotusercontent-na1.net/hubfs/8402362/raw_assets/public/DIGICEL_March_2022/images/download.svg);
    background-size: contain;
    width: 20px;
    transform: rotate(-90deg);;
  }

  body.show-next .header .site {
    display: none;
  }

  body.show-next .header .main-site {
    display: block;
  }

  .header .mobile-user-customizer>.country-inner {
    display: none;
  }

  body.show-menu.show-next .header .mobile-user-customizer {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }

  body.show-next .header .top-content {
    display: none;
  }

  body.show-menu .header .mobile-user-customizer {
    display: none;
  }

  .header .bottom .searchbox:after {
    width: 0%;
    transition: all .3s ease;
    content: 'Search...';
    font-family: "Hurme","Poppins",sans-serif;
    position: absolute;
    top: 14px;
    left: 49px;
    color: #b9bbcf;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: .4px;
  }

  .header .bottom .show-search .searchbox {
    position: fixed;
    display: inline-block;
    top: 0;
    right: 0;
    width: 95vw;
    height: 95vh;
    z-index: 8;
    margin: auto;
    background-color: #fff;
    padding: 5px 12px;
    transition: all .5s ease;
    border-radius: 0;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
  }

  .header .bottom .show-search .searchbox:after {
    display: none;
  }

  .header .bottom .show-search input.searchbox__input {
    background: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 1px;
    border-bottom: 0.5px solid #161f60;
    color: #161f60;
    display: block;
    font-size: 16px;
    padding: 6px 6px 6px 25px;
    transition: width 1s ease,opacity .5s ease .5s;
    opacity: 1;
    width: 90vw;
    height: 35px;
    outline: 0;
  }

  .header .bottom .show-search i.searchbox__search-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 10px;
    cursor: pointer;
  }

  .header .bottom .show-search i.searchbox__close-icon {
    display: block;
    pointer-events: unset;
  }

  .mobile-user-active .header .mobile-user-customizer .country-selector .modal {
    display: block;
  }

  .header .lang-selector nav>ul>li.mobile-user-lang>ul {
    display: block;
    line-height: 16px;
    top: 24px;
  }

  header.header.sticky {
    position: fixed;
  }
}

@media (max-width: 320px){
  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li>.accordion-btn {
    right: -39px;
  }

  .header .site>ul>li>.dropdown-content>.dropdown-inner>ul>li{
    width: 87%;
  }
}
footer.footer {
  display: block;
  width: 100%;
  font-size: 10px;
}

.footer .container {
  margin-top: 36px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 10px solid #edeef3;
  background-color: #fafafc;
  border: none !important;
  float: left;
  clear: none;
  width: 100%;
}

.footer .breadcrumb {
  position: relative;
  padding: 36px 0 18px;
}

.footer .breadcrumb .breadcrumb_logo_digicel {
  -webkit-transform: scale(.4);
  transform: scale(.4);
/*   position: absolute; */
  top: 31px;
  left: -30px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-position: -570px -893px;
  width: 101px;
  height: 30px;
  display: block;
}

.footer .breadcrumb>ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 55px;
}

.footer .breadcrumb>ol>li {
  position: relative;
  padding: 0 14px 0 7px;
}

.footer .breadcrumb>ol>li:before {
  content: ">";
  position: absolute;
  left: -7px;
  color: #878cad;
  font-size: 19px;
  font-family: Hurme,Poppins,sans-serif;
  line-height: 21px;
  letter-spacing: .24px;
}

.footer .breadcrumb>ol>li>a {
  color: #878cad;
  font-size: 9pt;
  font-family: Hurme,Poppins,sans-serif;
  line-height: 18px;
  letter-spacing: .24px;
}

.footer .footer-nav nav>ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer .footer-nav nav>ul>li {
  width: 100%;
}

.footer .footer-nav nav>ul:before {
  content: '';
  display: block;
}

.footer .footer-nav nav>ul:after {
  content: '';
  display: block;
  clear: both;
}

.footer .footer-nav nav>ul>li>a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 9px 0;
  border-top: 1px solid #b5b7c8;
}

.footer .footer-nav nav>ul>li>a>span.menu-text {
  color: #878cad;
  font-family: Hurme,Poppins,sans-serif;
  font-weight: 700;
  font-size: 9pt;
  line-height: 18px;
  letter-spacing: .24px;
  color: #161f60;
}

.footer .footer-nav nav>ul>li>ul {
  display: inline;
  padding: 2px 0 7px;
  max-height: 75pt;
  display: none;
}

.footer .footer-nav nav>ul>li>ul>li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 5px 20px;
}

.footer .footer-nav nav>ul>li>ul>li>a {
  color: #878cad;
  font-family: Hurme,Poppins,sans-serif;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: .22px;
}

.footer .footer-disclaimer-container {
  position: relative;
  padding: 15px 0 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.footer .footer-contact {
  display: block;
  width: 100%;
  color: #878cad;
  font-family: Hurme,Poppins,sans-serif;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: .22px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.footer .footer-contact p{
  width: 100%;
  color: #878cad;
  font-family: Hurme,Poppins,sans-serif;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: .22px;
  margin: 0;
}

.footer .footer-contact p b {
  font-weight: 700;
  color: #ec1b2e;
}

.footer .bottom-disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.footer .copyright {
  padding: 0 0 0 47px;
  color: #878cad;
  font-family: Hurme,Poppins,sans-serif;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: .22px;
  padding: 0 !important;
}

.footer .disclaimer-list ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  padding-top: 8px;
}

.footer .disclaimer-list {
  display: contents;
}

.footer .disclaimer-list ul>li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .disclaimer-list ul>li>a {
  position: relative;
  padding: 0 10px;
  color: #878cad;
  font-family: Hurme,Poppins,sans-serif;
  font-size: 9pt;
  line-height: 18px;
  letter-spacing: .24px;
  font-weight: 700;
  color: #161f60;
}

.footer .disclaimer-list ul>li:first-child>a {
  padding-left: 0;
}

.footer .disclaimer-list ul>li:last-child>a {
  padding-right: 0;
}

.footer .disclaimer-list ul>li:not(:last-child)>a:after {
  content: "|";
  position: absolute;
  right: 0;
  font-family: Hurme,Poppins,sans-serif;
}

.footer .market {
  display: inline;
  padding: 25px 0;
  width: 100%;
  color: #161f60;
  font-family: Hurme,Poppins,sans-serif;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: .22px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.footer .footer-nav nav>ul>li>a>span.accordion-btn {
  padding: 0 5px 0 20px;
  color: #878cad;
  font-family: Hurme,Poppins,sans-serif;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: .24px;
}

.footer .footer-nav nav>ul>li>a>span.accordion-btn:before{
  content: '+';
}

.footer .footer-nav nav>ul>li.show>ul {
  display: inline;
}

.footer .footer-nav nav>ul>li.show>a>span.accordion-btn:before{
  content: 'x';
}

.footer .footer-nav nav>ul>li>ul>li:last-child {
  padding: 5px 20px 17px;
}

.footer .breadcrumb>ol>li>a:hover {
  text-decoration: underline;
}

.footer .footer-nav nav>ul>li>ul>li>a:hover {
  font-weight: 700;
}


/* media queries */



@media (min-width: 320px){
  .footer .bottom-disclaimer{
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media (min-width: 550px){
  .footer .bottom-disclaimer{
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media (min-width: 768px){
  .footer .container{
    padding: 0 125px;
    border-top: 7px solid #edeef3;
  }

  .footer .breadcrumb{
    margin: 0 0 20px;
    padding: 30px 0 0;
    border-bottom: 1px solid #878cad;
  }

  .footer .breadcrumb .breadcrumb_logo_digicel{
    left: -33px;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  .footer .breadcrumb>ol{
    padding-left: 45px;
  }

  .footer .breadcrumb>ol>li{
    padding: 0 14px 0 10px;
  }

  .footer .breadcrumb>ol>li:before{
    font-family: Hurme,Poppins,sans-serif;
    font-size: 18px;
    line-height: 2pc;
    letter-spacing: .18px;
    font-weight: 200;
  }

  .footer .breadcrumb>ol>li>a{
    font-size: 9px;
    line-height: 2pc;
    letter-spacing: .18px;
  }

  .footer .footer-nav nav>ul>li{
    width: 20%;
  }

  .footer .footer-nav nav>ul>li>a{
    padding: 0;
    border: 0;
  }

  .footer .footer-nav nav>ul>li>a>span.menu-text{
    font-size: 9px;
    line-height: 17px;
    letter-spacing: .18px;
  }

  .footer .footer-nav nav>ul>li>ul{
    display: inline;
  }

  .footer .footer-nav nav>ul>li>ul>li,
  .footer .footer-nav nav>ul>li>ul>li:last-child{
    padding: 0;
  }

  .footer .footer-nav nav>ul>li>ul>li>a{
    font-size: 9px;
    line-height: 17px;
    letter-spacing: .18px;
  }

  .footer .footer-disclaimer-container{
    padding: 22px 0 40px;
  }

  .footer .footer-contact{
    font-size: 9px;
    line-height: 2pc;
    letter-spacing: .18;
    border-bottom: 1px solid #878cad;
  }

  .footer .footer-contact p{
    font-size: 9px;
    line-height: 2pc;
  }

  .footer .bottom-disclaimer{
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .footer .copyright{
    padding: 0 0 0 38px;
    font-size: 9px;
    line-height: 2pc;
    letter-spacing: .18;
  }

  .footer .disclaimer-list ul{
    padding: 0 0 0 20px;
    padding-left: 0;
    margin-top: -13px;
  }

  .footer .disclaimer-list ul>li>a{
    padding: 0 7px;
    font-size: 9px;
    line-height: 2pc;
    letter-spacing: .18px;
  }

  .footer .market{
    padding: 0;
    width: auto;
    font-size: 9px;
    line-height: 2pc;
    letter-spacing: .18;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer .footer-nav nav>ul>li>a>span.accordion-btn{
    display: none;
  }
}

@media (min-width: 1024px){
  .footer .container{
    padding: 0 12vw;
    border-top: 15px solid #edeef3;
  }

  .footer .breadcrumb{
    padding: 25px 0 0;
  }

  .footer .breadcrumb .breadcrumb_logo_digicel{
    top: 25px;
    left: -30px;
    -webkit-transform: scale(.4);
    transform: scale(.4);
  }

  .footer .breadcrumb>ol>li:before{
    top: 3px;
    font-size: 28px;
    font-weight: 350;
  }

  .footer .breadcrumb>ol>li>a{
    font-size: 9pt;
    letter-spacing: .24px;
  }

  .footer .footer-nav nav>ul>li>a>span.menu-text{
    font-size: .7812vw;
    letter-spacing: .0104vw;
    line-height: 1.6666vw;
  }

  .footer .footer-nav nav>ul>li>ul>li>a{
    font-size: .7812vw;
    letter-spacing: .0156vw;
    line-height: 25px;
  }

  .footer .footer-contact{
    font-size: .7812vw;
  }

  .footer .footer-contact p{
    font-size: .7812vw;
  }

  .footer .bottom-disclaimer{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }

  .footer .copyright{
    padding: 0 0 0 47px;
    font-size: .7812vw;
  }

  .footer .disclaimer-list{
    width: 25%;
  }

  .footer .disclaimer-list ul{
    padding: 0;
    padding-left: 30px;
    margin-top: 0;
  }

  .footer .disclaimer-list ul>li>a{
    font-size: .7812vw;
  }

  .footer .market{
    font-size: .7812vw;
  }
}

@media (min-width: 1400px){
  .footer .breadcrumb{
    padding: 40px 0 5px;
    border-bottom: 1px solid #878cad;
    margin: 0 0 20px;
  }

  .footer .breadcrumb .breadcrumb_logo_digicel{
    top: 43px;
    left: -26px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  .footer .breadcrumb>ol{
    padding-left: 65px;
  }

  .footer .breadcrumb>ol>li{
    padding: 0 15px;
  }

  .footer .breadcrumb>ol>li>a{
    font-size: 15px;
    letter-spacing: .3px;
  }

  .footer .footer-nav nav>ul>li>a{
    padding-bottom: 0;
  }

  .footer .footer-disclaimer-container{
    margin-top: 40px;
  }

  .footer .copyright{
    padding: 0 0 0 55px;
  }
}

@media (min-width: 1920px){
  .footer .footer-contact{
    font-size: 15px;
  }

  .footer .footer-contact p{
    font-size: 15px;
  }

  .footer .copyright{
    padding: 0 0 0 60px;
    font-size: 15px;
  }

  .footer .disclaimer-list ul>li>a{
    font-size: 15px;
  }

  .footer .market{
    font-size: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navigation-primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}