*, *: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 ;
  }
}



.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

@media (min-width: 1200px){
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
  }
}
.header__container,
.footer__container,
.page-center,
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.page-center {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,
.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,
.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,
.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,
.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,
.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,
.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,
.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}
.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    -ms-flex-order: -1;
    order: -1
}
.order-last {
    -ms-flex-order: 13;
    order: 13
}
.order-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-1 {
    margin-left: 8.333333%
}
.offset-2 {
    margin-left: 16.666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.333333%
}
.offset-5 {
    margin-left: 41.666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.333333%
}
.offset-8 {
    margin-left: 66.666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.333333%
}
.offset-11 {
    margin-left: 91.666667%
}




@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.333333%
  }
  .offset-sm-2 {
    margin-left: 16.666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.333333%
  }
  .offset-sm-5 {
    margin-left: 41.666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.333333%
  }
  .offset-sm-8 {
    margin-left: 66.666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.333333%
  }
  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.333333%
  }
  .offset-md-2 {
    margin-left: 16.666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.333333%
  }
  .offset-md-5 {
    margin-left: 41.666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.333333%
  }
  .offset-md-8 {
    margin-left: 66.666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.333333%
  }
  .offset-md-11 {
    margin-left: 91.666667%
  }
  .justify-content-md-between {
      -ms-flex-pack: justify!important;
      justify-content: space-between!important;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.333333%
  }
  .offset-lg-2 {
    margin-left: 16.666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.333333%
  }
  .offset-lg-5 {
    margin-left: 41.666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.333333%
  }
  .offset-lg-8 {
    margin-left: 66.666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.333333%
  }
  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.333333%
  }
  .offset-xl-2 {
    margin-left: 16.666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.333333%
  }
  .offset-xl-5 {
    margin-left: 41.666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.333333%
  }
  .offset-xl-8 {
    margin-left: 66.666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.333333%
  }
  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .verticle-tabs .verticle-left, .verticle-tabs .verticle-right {
      flex: 0 0 100%;
      max-width: 100%;
  }
}
.custom-compatible-handsets-section-1 .dnd-section {
    padding: 7rem 0 !important;
}
.custom-compatible-handsets-section-1 .dnd-section > .row-fluid,
.custom-compatible-handsets-section-2 .dnd-section > .row-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.custom-compatible-handsets-section-1 .hs_cos_wrapper_type_rich_text h4 {
    font-size: 1.5rem;
    color: #3e3e3e;
    margin-top: 40px;
    line-height: 1.2;
    margin-bottom: .5rem;
    font-weight: 700;
}
.custom-compatible-handsets-section-1 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    color: #3E3E3E;
    font-size: 16px;
}
.custom-compatible-handsets-section-2 .span8.dnd-column {
    padding: 100px 0 100px 30px;
}
.custom-compatible-handsets-section-2 h2 {
    font-weight: 800;
    text-align: left;
    font-family: "Exo 2", sans-serif;
    font-size: 4.67rem;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}
.custom-compatible-handsets-section-2 .hs-button {
    border-radius: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #CE1125;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    transition: background ease-in 0.3s;
    min-width: 185px;
    text-align: center;
}
.custom-compatible-handsets-section-2 .hs-button:hover {
    color: #ffffff;
    background-color: #9f0d1d;
}
.custom-compatible-handsets-section-2 .span12.dnd-column > .row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
}
.custom-compatible-handsets-section-2 .span8.dnd-column, 
.custom-compatible-handsets-section-2 .span4.dnd-column {
    padding-left: 15px;
    padding-right: 15px;
}
.custom-compatible-handsets-section-2 .span8.dnd-column {
    padding-left: 45px;
}
/* .banner-section .dnd-section > .row-fluid {
    padding-right: 0;
    padding-left: 0;
} */
.custom-compatible-handsets-section-1, 
.custom-compatible-handsets-section-2 {
    background-color: #fff;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid {
    width: 100%;
}

.dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-hr-section-2 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 4.67rem;
    color: #fff;
    line-height: 1.2;
}
.custom-hr-section-2 .hs_cos_wrapper_type_rich_text h1 img {
    margin-bottom: 0;
    height: 3.4rem;
    position: relative;
    top: -6px;
}
.custom-hr-section-2 .hs_cos_wrapper_type_rich_text p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
}
.custom-hr-section-2 .row-number-3.dnd-row {
    margin: 5rem 0 0;
}
.custom-hr-section-2 .row-number-3.dnd-row > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    width: auto;
}
.custom-hr-section-2 .span4.dnd-column {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
.custom-hr-section-2 .dnd-section > .row-fluid {
    padding-right: 8px;
    padding-left: 8px;
}
.custom-hr-section-2 .span4.dnd-column .hs_cos_wrapper_type_rich_text {
    margin-top: 20px;
    max-width: 354px;
    font-family: "Exo 2", sans-serif;
    display: block;
}
.custom-hr-section-2 .span4.dnd-column .hs_cos_wrapper_type_rich_text > * {
    color: #fff;
}
.custom-hr-section-2 .span4.dnd-column .hs_cos_wrapper_type_rich_text h6 {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: .5rem;
    margin-top: 0;
}
.custom-hr-section-2 .span4.dnd-column .hs_cos_wrapper_type_rich_text > span {
    display: inline-block;
    margin-top: 2rem;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 700;
}
.custom-hr-section-2 .dnd-section {
    padding-bottom: 79px;
}
.hs-website-body-container-wrapper .page-header.section-header {
    margin-top: 40px;
    margin-bottom: 60px;
}
.hs-website-body-container-wrapper .page-header.section-header h1 {
    font-size: 40px;
    font-family: "Exo 2", sans-serif;
    font-weight: 900;
    color: #CE1125;
    line-height: 53px;
    margin-bottom: 30px;
}
.hs-website-body-container-wrapper .page-header.section-header p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: justify;
    color: #02399D;
    font-weight: 500;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #828389;
    margin: 10px 0;
    text-align: justify;
}
#part1, #part2, #part3 {
    padding-left: 8px;
    font-weight: bold;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol > li {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #828389;
    margin: 10px 0;
    text-align: justify;
}
.custom-hr-section-4 {
    text-align: center;
    overflow: hidden;
}
.custom-hr-section-4 .hs_cos_wrapper_type_linked_image img {
    width: 120%;
    max-width: inherit !important;
    margin-left: -9%;
}
.custom-hr-section-4 .hs_cos_wrapper_type_linked_image {
    display: block;
}
.custom-hr-section-5 .dnd-section > .row-fluid {
    padding-right: 8px;
    padding-left: 8px;
}
.custom-hr-section-5 .dnd-section > .row-fluid > .dnd-column {
    margin-right: -8px;
    margin-left: -8px;
    width: auto;
}
.custom-hr-section-5 .span4.dnd-module, 
.custom-hr-section-5 .span8.dnd-column {
    margin-left: 0;
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
}
.custom-hr-section-5 .dnd-module h1 {
    text-align: left;
    font-weight: 800;
    font-family: "Exo 2", sans-serif;
    font-size: 3.5rem;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.custom-hr-section-5 .dnd-module h1 img {
    margin-bottom: 0;
    height: 2.7rem;
    position: relative;
    top: -6px;
    left: 4px;
}
.custom-hr-section-5 .dnd-module p.lead {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
    font-family: "Exo 2",sans-serif;
    color: #3e3e3e;
    margin-bottom: 0;
}
.custom-hr-section-5 .dnd-module h2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 0;
    color: #3E3E3E;
}
.custom-hr-section-5 .dnd-module p {
    font-weight: 400;
    color: #828389;
    line-height: 2rem;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.custom-hr-section-5 .span8.dnd-column .dnd-row:nth-child(2) .widget-type-rich_text {
    margin: 6rem 0;
    margin-bottom: -12px;
    display: block;
}
.custom-hr-section-5 .span8.dnd-column {
    padding-bottom: 3.4rem;
}
.hs-website-body-container-wrapper h1.section-title {
    font-weight: 800;
    text-align: left;
    font-family: "Exo 2", sans-serif;
    font-size: 4.67rem;
    color: #3e3e3e;
    padding-top: 3rem;
}
.custom-highspeed-section-2 .page-header.section-header h1 {
    font-size: 36px;
}
.custom-highspeed-section-2 .page-header.section-header p {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #828389;
}
.custom-highspeed-section-2 .hs-button {
    margin-top: 28px !important;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #CE1125;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    transition: background ease-in 0.3s;
    min-width: 185px;
    text-align: center;
}
.custom-highspeed-section-2 .hs-button:hover {
    color: #ffffff;
    background-color: #9f0d1d;
}
.hs-website-body-container-wrapper .dnd-section:first-child header {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-top: 3rem;
}
.hs-website-body-container-wrapper .dnd-section:first-child header h1 {
    font-size: 40px;
    font-family: "Exo 2", sans-serif;
    font-weight: 900;
    color: #CE1125;
    line-height: 53px;
    margin-bottom: 30px;
}
.hs-website-body-container-wrapper .dnd-section:first-child header p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: #3E3E3E;
    margin-top: 0;
}
.hs-website-body-container-wrapper .dnd-section:first-child header p.last-update {
    text-transform: none;
    color: #828389;
    font-weight: 500;
    margin-bottom: 0;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper {
    list-style-type: upper-roman;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper > li {
    margin-bottom: 60px;
    font-size: inherit;
    line-height: inherit;
    margin-top: 0;
    font-weight: inherit;
    color: #3E3E3E;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper > li h2 {
    display: inline-block;
    line-height: 1;
    margin: 0;
    font-size: 2rem;
    font-family: "Montserrat", serif;
    color: #3e3e3e;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper > li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #828389;
    margin: 20px 0;
    text-align: left;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper > li h3 {
    display: inline-block;
    line-height: 1;
    margin: 0;
    font-size: 1.75rem;
    font-family: "Montserrat", serif;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper ol.style-alpha-small {
    list-style-type: lower-alpha;
    line-height: 1;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper ol.style-alpha-small > li {
    font-size: inherit;
    line-height: inherit;
    margin-top: 0;
    font-weight: inherit;
    color: #3E3E3E;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper ol.style-alpha-small > li h3 {
    font-weight: 700;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper table {
    border-collapse: collapse;
    background-color: transparent;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper table th, 
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper table td {
    padding: 1px;
    line-height: 1;
    vertical-align: middle;
    color: #3E3E3E;  
    word-break: initial;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper table tr td {
  text-indent: initial;
  border-spacing: 2px;
  vertical-align: top;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol#cookieNavLink {
    color: #3E3E3E;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol#cookieNavLink > li {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol#cookieNavLink > li p {
    display: inline;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper address .flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper address .col.label {
    min-width: 180px;
    white-space: nowrap;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper address .flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper address .flex-fill p strong {
    font-weight: 600;
    color: #3E3E3E;
}
.hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper address p {
    margin-top: 0 !important;
}
.custom-faq-section-1 p {
    font: normal normal normal 20px/34px Montserrat;
    margin-top: 1.5rem;
    margin-bottom: 40px;
}
.custom-faq-section-3 .custom-questions {
    padding-top: 0px;
    background-color: #fff;
}
.custom-faq-section-3 .custom-questions-top p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 300;
}
.custom-faq-section-3 .custom-questions .custom-questions-box:not(:hover) {
    background: #f3f3f3;
}
.home-layout .home-high-speed .section-header-wrap h1.section-header {
    font-size: 36px;
    color: #3e3e3e;
    margin-bottom: 60px;
}
.home-layout .home-high-speed .section-header-wrap {
    margin-top: 0;
}
.home-layout .section-easy h1.ott-heading {
    font-size: 36px;
}








@media (min-width: 768px) {
  .custom-compatible-handsets-section-2 .span4.dnd-column {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-left: 0;
  }
  .custom-hr-section-2 .span4.dnd-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-left: 0;
  }
  .hs-website-body-container-wrapper .dnd-section {
      padding: 4rem 0rem 7rem 0rem;
  }
}

@media (min-width: 992px) {
  .custom-compatible-handsets-section-2 .span8.dnd-column {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .custom-compatible-handsets-section-2 .span4.dnd-column {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      margin-left: 0;
  }
  .custom-hr-section-5 .span4.dnd-module {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .custom-hr-section-5 .span8.dnd-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .partners-row1 .row-number-7.dnd-row {
      display: none;
  }

}



@media screen and (max-width: 1240px) {
  .custom-compatible-handsets-section-2 h2 {
      font-size: 3.5rem;
  }
  .custom-compatible-handsets-section-2 .span8.dnd-column {
      width: 100%;
      padding: 50px 15px 50px 35px;
  }
  .custom-compatible-handsets-section-2 .span4.dnd-column {
      margin: 0 auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .custom-compatible-handsets-section-2 h2 {
      text-align: center;
  }
}


@media only screen and (max-width: 991px) {
  .custom-compatible-handsets-section-2 .span8.dnd-column {
      padding-bottom: 20px;
  }
  .custom-compatible-handsets-section-2 .span8.dnd-column {
    padding-left: 15px;
  }
  .custom-compatible-handsets-section-2 .hs_cos_wrapper_type_linked_image {
    max-width: 379px;
    margin: 0 auto;
    display: block;
  }
  .custom-hr-section-2 .dnd-section > .row-fluid,
  .custom-hr-section-5 .dnd-section > .row-fluid {
    max-width: 720px;
  }
  .custom-hr-section-2 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 36px !important;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .custom-hr-section-2 .hs_cos_wrapper_type_rich_text h1 img {
    top: -5px;
    height: 2.3rem;
  }
  .custom-hr-section-2 .span4.dnd-column {
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .custom-hr-section-2 .span4.dnd-column .hs_cos_wrapper_type_rich_text h6 {
    font-size: 20px;
  }
  .custom-hr-section-2 .span4.dnd-column .hs_cos_wrapper_type_rich_text>span {
    font-size: 20px;
  }
  .custom-hr-section-2 .dnd-section {
    padding-bottom: 0;
  }
  .custom-hr-section-5 .span4.dnd-module, 
  .custom-hr-section-5 .span8.dnd-module {
      width: 100%;
      margin-left: 0;
  }
  .hs-website-body-container-wrapper h1.section-title {
      line-height: 50px;
  }
  .partners-row1 .dnd-row>.row-fluid>.span6 .hs-button {
      display: none;
  }
}

@media only screen and (max-width: 767px) {
  .custom-compatible-handsets-section-1 .dnd-section {
      padding: 5rem 0 !important;
  }
  .custom-compatible-handsets-section-2 .dnd-section {
      padding-top: 5rem !important;
  }
  .custom-compatible-handsets-section-2 h2 {
      text-align: center;
      font-size: 36px;
      line-height: 50px;
  }
  .custom-compatible-handsets-section-2 .span8.dnd-column {
      text-align: center;
  }
  .custom-hr-section-2 .dnd-section > .row-fluid,
  .custom-hr-section-5 .dnd-section > .row-fluid {
    max-width: 540px;
  }
  .custom-hr-section-2 .span4.dnd-column .hs_cos_wrapper_type_rich_text {
    padding-top: 1.5rem;
  }
  .custom-hr-section-2 .dnd-section {
      margin-top: -200px;
      padding-bottom: 0 !important;
  }
  .hs-website-body-container-wrapper .page-header.section-header h1 {
      font-size: 20px;
      line-height: 45px;
      margin-bottom: 20px;
  }
  .hs-website-body-container-wrapper .page-header.section-header {
      margin-top: 6rem;
      margin-bottom: 40px;
  }
  .hs-website-body-container-wrapper .dnd-section {
      padding-top: 0;
      padding-bottom: 0;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text p {
    font-size: 12px;
    text-align: left;
    padding-left: 0 !important;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol {
      font-size: 20px;
      padding-left: 15px;
      margin-top: 16px;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol>li {
      margin-bottom: 0;
      font-size: 12px;
  }
  .hs-website-body-container-wrapper .page-header.section-header p {
      font-size: 16px;
      margin-bottom: 10px;
      text-align: left;
  }
  .hs_top {
      margin-top: 30px!important;
  }
  .hs_top:last-of-type {
      margin-bottom: 60px;
  }
  .custom-hr-section-4 {
      margin-top: -30px;
  }
  .custom-hr-section-5 .dnd-module h1 {
      text-align: center;
      font-size: 36px !important;
      margin-bottom: 20px;
      line-height: 50px;
  }
  .custom-hr-section-5 .dnd-module p.lead {
      margin-top: 40px;
      margin-bottom: 0;
  }
  .custom-hr-section-5 .dnd-section {
      padding-bottom: 5rem !important;
  }
  .hs-website-body-container-wrapper h1.section-title {
      text-align: center;
      font-size: 36px;
      padding-top: 5rem;
      margin-bottom: 30px !important;
  }
  .custom-highspeed-section-2 .page-header.section-header h1 {
      margin-bottom: 20px;
  }
  .hs-website-body-container-wrapper .dnd-section:first-child header h1 {
      font-size: 32px;
      line-height: 45px;
      margin-bottom: 20px;
  }
  .hs-website-body-container-wrapper .dnd-section:first-child header p {
      font-size: 16px;
  }
  .hs-website-body-container-wrapper .dnd-section:first-child header {
      margin-top: 24px;
      margin-bottom: 40px;
      padding-top: 5rem;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper {
      margin-top: 0;
      padding-left: 20px;
      font-size: 20px;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper>li p {
      font-size: 16px;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper>li {
      margin-bottom: 50px;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper>li h3 {
      display: block;
      text-align: left;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper ol.style-alpha-small {
      padding-left: 20px;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper>li h2 {
      display: block;
      text-align: left;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol#cookieNavLink {
      padding-left: revert;
      font-size: inherit;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper address .col.label {
      min-width: 120px;
      white-space: inherit;
  }
  .table_over {
      overflow: auto;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper table {
      margin-bottom: 0;
  }
  .hs-website-body-container-wrapper .hs_cos_wrapper_type_rich_text ol.style-roman-upper {
      padding-bottom: 4rem;
  }
  .custom-faq-section-1 h1 {
      text-align: center;
      font-size: 36px;
      margin-bottom: 20px;
  }
  .home-layout .section-easy h1.ott-heading {
      font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .custom-hr-section-2 .dnd-section > .row-fluid,
  .custom-hr-section-5 .dnd-section > .row-fluid {
    max-width: 100%;
  }

}







@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


.banner-section .dnd-section {
  padding: 0;
}
/* Home Page */

.home-banner-section .dnd-section {
  padding: 0;
}
.homepage-banner-slider button.slick-prev.slick-arrow {
  background-image: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/left.svg);
}
.homepage-banner-slider button.slick-next.slick-arrow {
  background-image: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/right.svg);
}
.home-row1 .dnd-section {
  padding-bottom: 70px;
  padding-top: 0px;
  background: #F3F3F3;
  z-index: 1;
}
.home-row2 .dnd-section {
  background: #F3F3F3;
  padding-bottom: 0px;
  padding-top: 40px;
}
.home-row4 .dnd-section {
  background-color: #fff;
}
.home-row5 .dnd-section {
  background-color: #f3f3f3;
}
figure {
  margin: 0 0 1rem;
}
.home-row6 .dnd-section {
  background-color: #fff;
}
.order-2 {
  order: 1;
}
.order-1 {
  order: 2;
}
.home-row7 .dnd-section {
  background-color: #fff;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}
.home-row8 .dnd-section {
  padding: 0;
}
.align-verticle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-row7 {
  display: none;
}
.home-row9 .dnd-section {
  padding: 0;
}




/* partners Layout */

.partners-layout .banner {
  padding-bottom: 0;
  padding-top: 70px;
}
.partners-layout .banner .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.partners-layout .banner .row {
  margin-right: -15px;
  margin-left: -15px;
}
.partners-layout .banner .col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.partners-layout .banner::after {
  background-size: 582px auto;
  background-position: right bottom;
}
.partners-layout .banner .align-items-center .text-content img {
  margin-bottom: 14px;
}
.partners-layout .banner .align-items-center .text-content h1 {
  margin-bottom: 30px;
}
.partners-row1 .widget-type-rich_text h2 {
  font-weight: 800;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 4.67rem;
  color: #3e3e3e;
  margin-bottom: 40px;
  line-height: 1.2;
  margin-top: 0;
}
.partners-row1 .widget-type-rich_text h2 img {
  margin-bottom: 0;
  height: 3.4rem;
  position: relative;
  top: -6px;
}
.partners-row1 .widget-type-rich_text p {
  font: normal normal normal 24px/37px "Exo 2";
  color: #3E3E3E;
}
.partners-row1 .hs-button {
  margin-top: 40px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #CE1125;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  transition: background ease-in 0.3s;
  min-width: 185px;
  text-align: center;
}
.partners-row1 .hs-button:hover {
  color: #ffffff;
  background-color: #9f0d1d;
}
.partners-row2 .custom-questions {
  background-color: #fff;
}
.partners-row2 .custom-questions .custom-questions-box {
  background: #f3f3f3;
}
.partners-row2 .custom-questions .custom-questions-box:hover {
  background: #0038a8;
}
.partners-row2 .custom-questions .custom-questions-box img+p a {
  font-weight: 500;
}

.promo-mechanics-row-1 .dnd-section {
  padding: 0;
}

.d-none {
  display: none!important;
}
.fade {
  transition: opacity .15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.promo-mechanics-layout .section-header {
  margin: 50px 0px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.promo-mechanics-layout .section-header h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  color: #0038A8;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 46px;
  line-height: 1.2;
}
.promo-mechanics-layout .section-header p.secondary-header {
  color: #3E3E3E;
  margin: 25px 0px 40px 0px;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  font-family: "Exo 2", sans-serif;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}
.hs-accordion-grp .hs-accordion-item .card-header button.btn i.toggle {
  transition: 0.2s all ease-in-out;
}

.partner-stores-layout .banner {
  min-height: 376px;
  padding-bottom: 0;
  padding-top: 1rem;
}
.partner-stores-layout .banner::after {
  display: none;
}
.partner-stores-layout .banner .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.partner-stores-layout .banner .row {
  margin-right: -15px;
  margin-left: -15px;
}
.partner-stores-layout .banner .col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.partner-stores-layout .banner .text-content {
  padding-top: 80px;
  padding-bottom: 20px;
}
.partner-stores-layout .banner .align-items-center .text-content img {
  margin-bottom: 20px !important
}
.partner-stores-layout .banner .align-items-center .text-content p {
  margin-top: 30px;
}
.partner-stores-layout .banner .col-12 {
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 510px;
  padding-right: 0;
  order: 1;
  display: block !important;
  padding-left: 15px;
}
.partner-stores-row1 .dnd-section {
  padding: 0;
  background: #fff;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
}
.partner-stores-row2 .dnd-section {
  background-color: #FAFAFA;
  position: relative;
  padding: 0;
}
.pt-3, .py-3 {
  padding-top: 1rem!important;
}
.mr-auto, .mx-auto {
  margin-right: auto!important;
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
.network-coverage-layout .banner {
  min-height: 550px;
}
.network-coverage-layout .banner .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.network-coverage-layout .banner .page-center .row {
  margin-right: -15px;
  margin-left: -15px;
}
.network-coverage-layout .banner .col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.network-coverage-layout .banner .align-items-center .text-content h1 {
  margin-bottom: 30px;
}
.network-coverage-layout .banner .align-items-center .text-content p {
  color: #3E3E3E;
}
.network-coverage-layout .banner:after {
  background-position: right bottom;
}
.network-coverage-layout .dnd-section {
  padding: 0;
}
.network-coverage-row2 .custom-questions {
  background-color: #fff;
}
.network-coverage-row2 .custom-questions .custom-questions-top {
  text-align: center;
}
.network-coverage-row2 .custom-questions .custom-questions-top h2 {
  font-weight: 800;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 4.67rem;
  color: #3e3e3e;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.network-coverage-row2 .custom-questions .custom-questions-top p {
  font-size: 1.6rem;
  padding: 0 25%;
  margin-bottom: 60px;
  margin-top: 1.5rem;
  font-weight: 500;
  letter-spacing: 0px;
  color: #828389;
  text-align: center;
  font-family: "Montserrat";
}
.network-coverage-row2 .custom-questions > .page-center {
  max-width: 100% !important;
}
.network-coverage-row2 .custom-questions .custom-questions-contact .custom-questions-box {
  background: #f3f3f3;
}
.network-coverage-row2 .custom-questions .custom-questions-box img+p a {
  font-weight: 500;
}
.network-coverage-row2 .custom-questions .custom-questions-contact .custom-questions-box:hover {
  background: #0038a8;
}
.network-coverage-row2 .custom-questions .custom-questions-item:not(:first-child) .custom-questions-box img+p a {
  color: #828389;
}
.network-coverage-row2 .custom-questions .custom-questions-item:not(:first-child) .custom-questions-box img+p a:hover {
  color: #FFF;
}



.freedom-page-layout .home-high-speed .row.home-high-speed-1 .col-xl-2 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.freedom-page-layout .home-high-speed .row.home-high-speed-1 {
  justify-content: center;
}

.freedom-page-layout .home-high-speed .row.home-high-speed-1 .card-ready {
  border-radius: 30px;
  background-color: #CE1126 !important;
}

.freedom-page-layout .home-high-speed .card-ready .hs-second h2 {
  color: #fff;
}

.freedom-page-layout .home-high-speed .card-ready .hs-second .fleft {
  color: #FFC800;
}

.freedom-page-layout .home-high-speed .card-ready .hs-second .fright {
  color: #fff;
}

.freedom-page-layout .home-high-speed .home-offer .hs-first {
  height: 235px;
}
.freedom-page-layout .dnd-section .hs-button {
  font-family: "Exo 2", sans-serif;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #CE1125;
  display: inline-block;
  line-height: 50px;
  transition: background ease-in 0.3s;
  min-width: 185px;
  text-align: center;
  padding: 0 20px;
}

.freedom-page-layout .freedom-page-row-1 .dnd-section .hs-button {
  margin-top: 50px !important;
}

.freedom-page-layout .dnd-section .hs-button:hover {
  color: #ffffff;
  background-color: #9f0d1d;
  text-decoration: none;
}
.freedom-page-row-1 .widget-type-rich_text p:first-child {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  color: #828389;
  margin-bottom: 0;
  margin-top: 30px;
}
.freedom-page-layout .section-easy h1.ott-heading {
  font-size: 36px;
}

.freedom-page-layout .page-header.section-header h1 {
  font-weight: 800;
  font-size: 36px;
  color: #3e3e3e;
  margin-bottom: 30px;
}

.freedom-page-layout .page-header.section-header p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #828389;
  margin-bottom: 40px;
}

.freedom-page-layout .freedom-page-row-3 .dnd-section .hs-button {
  margin: 0px 8px;
  font-family: inherit;
}
.freedom-page-layout .custom-questions {
  padding-top: 0;
  padding-bottom: 0;
}
.freedom-page-layout .home-high-speed .row.home-high-speed-1 div#high-speed-back-1 {
  height: 532px;
}
.freedom-page-layout .page-header.section-header h1 {
  line-height: 1.2;
}

.mobile-number-portability-layout .banner {
  background: #ffffff;
  padding: 50px 0px 0px 0px;
  min-height: 490px;
}
.mobile-number-portability-layout .banner .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-number-portability-layout .banner .row {
  margin-right: -15px;
  margin-left: -15px;
}
.mobile-number-portability-layout .banner .col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.mobile-number-portability-layout .banner:after {
  display: none;
}
.mobile-number-portability-layout .banner .col-12 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.mobile-number-portability-layout .banner .d-block.d-md-none {
  display: block !important;
  height: 440px;
}
.mobile-number-portability-layout .banner .text-content h2 {
  color: #0038A8;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.mobile-number-portability-layout .banner .text-content h2 img {
  width: 120px;
  margin-top: -15px;
  margin-left: 5px;
  margin-bottom: 0;
}
.mobile-number-portability-layout .banner .align-items-center .text-content p {
  color: #3E3E3E;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 25px;
}
.mnp-row1 .dnd-section {
  padding-top: 40px;
  padding-bottom: 0px;
  background: #F3F3F3;
}
.mobile-number-portability-layout .let-get-you-accodinon {
  -ms-flex-align: end;
  align-items: flex-end;
}
.mobile-number-portability-layout .let-get-you-accodinon .card-body p span {
  font-size: 18px;
  color: #3E3E3E;
  font-weight: 500;
}
.mobile-number-portability-layout .let-get-you-accodinon .card-body ul {
  list-style: none;
  padding-left: 39px;
  margin-bottom: 20px;
}
.mobile-number-portability-layout .let-get-you-accodinon .card-body ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #828389;
  margin-bottom: 16px;
}
.mobile-number-portability-layout .let-get-you-accodinon .card-body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-39px);
  height: 24px;
  width: 24px;
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/icon-tick.svg) no-repeat left top;
}
.mnp-row2 .dnd-section {
  background-color: #fff;
}
.portability-tabber .tab-content .tab-pane ul li:before {
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/icon-tick.svg) no-repeat left top;
}
.portability-tabber .tab-content .tab-pane ul li.mnp-apply-1:before {
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/icon-small-1.png) no-repeat left top;
}
.portability-tabber .tab-content .tab-pane ul li.mnp-apply-2:before {
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/icon-small-2.png) no-repeat left top;
}
.portability-tabber .tab-content .tab-pane ul li.mnp-apply-3:before {
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/icon-small-3.png) no-repeat left top;
}
.mnp-row3 .dnd-section {
  padding: 0;
}
.mnp-row3 .custom-faq .custom-faq-heading h1 {
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
  font-size: 36px;
  color: #3e3e3e;
  margin-bottom: 30px;
}
.mnp-row3 .custom-faq .custom-faq-heading p {
  text-align: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #828389;
}
.mnp-row3 .custom-faq .hs-accordion-grp {
  padding-right: 100px;
  padding-left: 100px;
  margin-top: 40px;
}
.mnp-row3 .custom-faq .hs-accordion-grp .hs-accordion-item .card-header {
  border-bottom: 1px solid rgba(0,0,0,.125);
  margin-bottom: -1px;
}
.mnp-row3 .custom-faq .hs-accordion-grp .card-body{
  color: #3E3E3E;
}
.mnp-row3 .custom-faq .hs-accordion-grp .card-body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.mnp-row5 .dnd-section {
  padding: 0;
}
.viber-promo-row2 .dnd-section {
  padding: 0;
  background-color: #F8F8F8;
}
.viber-promo-row3 .dnd-section {
  padding-bottom: 0;
  padding-top: 70px;
}















@media (min-width: 576px){
  .d-sm-block {
    display: block!important;
  }
}
@media (min-width: 768px){
  .partner-stores-layout .banner .col-12 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
  }
  .partner-stores-layout .banner .col-md-6 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .network-coverage-layout .banner .col-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .desktop_hide {
    display: none!important;
  }
}

@media (min-width: 768px){
  .mobile-number-portability-layout .let-get-you-accodinon .letget-accodinon-col.accodinon-col1 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mobile-number-portability-layout .let-get-you-accodinon .letget-accodinon-col.accodinon-col2 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

}

@media screen and (min-width: 992px){
  .partners-layout .banner {
    min-height: 550px;
  }
  .d-lg-block {
    display: block!important;
  }
  .d-lg-none {
    display: none!important;
  }
  .partner-stores-layout .banner .col-12 {
    margin-left: 8.333333%;
  }
}
@media (min-width: 1200px){
  .d-xl-block {
    display: block!important;
  }
  .d-xl-none {
    display: none!important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
  }
}
@media screen and (min-width: 1366px){
  .partners-layout .banner::after {
    background-position-x: calc(100% - 36px);
    max-width: 1366px;
  }

}

@media only screen and (min-width: 767px) and (max-width: 1200px){
  .mobile-number-portability-layout .banner {
    min-height: 650px;
    height: auto;
  }
  .mobile-number-portability-layout .banner .col-md-6 {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
  .mobile-number-portability-layout .banner .d-block.d-md-none {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
  .mobile-number-portability-layout .banner .text-content {
    text-align: center;
    margin-right: -3rem;
  }
  .mobile-number-portability-layout .banner figure img.img-fluid.person {
    margin-top: 30px;
  }
  .mobile-number-portability-layout .let-get-you-accodinon .letget-accodinon-col.accodinon-col1, 
  .mobile-number-portability-layout .let-get-you-accodinon .letget-accodinon-col.accodinon-col2 {
    flex: 100%;
    max-width: 100%;
  }

}

@media screen and (max-width: 1365px){
  .partners-layout .banner {
    min-height: 498px;
  }
  .partners-layout .banner::after {
    z-index: 0;
    background-size: 45% auto;
    max-width: 1365px;
  }
}
@media (max-width: 1200px){
  .partners-row1 .dnd-row > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partners-row1 .dnd-row > .row-fluid >.span6:first-child {
    order: 2;
    margin-left: 2.762430939%;
  }
  .partners-row1 .dnd-row > .row-fluid >.span6+.span6 {
    order: 1;
    margin-left:0 !important;
  }
  .network-coverage-layout .banner:after {
    background-size: 50% auto;
  }
  .freedom-page-layout .home-high-speed .home-offer, 
  .freedom-page-layout .home-high-speed .high-speed-back {
    max-width: 340px;
    margin: 0px auto;
  }
  .freedom-page-layout .freedom-page-row-1 .dnd-section .hs-button {
    margin-top: 0px !important;
    margin-bottom: 15px;
  }
  .mobile-number-portability-layout .banner {
    display: block !important;
  }
}

@media screen and (max-width: 1199px){
  .promo-mechanics-layout .hs-highspeed-banner .text-content {
    padding-bottom: 54px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px){
  .partners-layout .banner .align-items-center .text-content h1 {
    font-size: 50px;
  }
  .partner-stores-layout .banner .text-content h1 {
    font-size: 50px;
  }
  .network-coverage-layout .banner .align-items-center .text-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px){
  .partners-layout .banner .page-center {
    max-width: 100%;
  }
  .partners-layout .banner .align-items-center .text-content h1 {
    line-height: 50px;
  }
  .partners-layout .banner .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-layout .banner .d-md-none {
    display: block !important;
  }
  .partners-layout .banner img.img-fluid.person {
    width: 100%;
    max-width: 525px;
  }
  .partners-layout .banner::after {
    display: none;
  }
  .partners-layout .banner figure {
    text-align: center;
  }
  .partners-layout .banner .align-items-center .text-content p {
    width: 100%;
  }
  .partners-row1 .widget-type-rich_text h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .partners-row1 .dnd-row>.row-fluid>.span6 {
    margin-left: 0 !important;
    width: 100%;
  }
  .partners-row1 .dnd-row>.row-fluid>.span6 img.hs-image-widget {
    margin: 0 auto;
    margin-top: 1.5rem;
    display: block;
  }
  .partner-stores-layout .banner .page-center {
    max-width: 100%;
  }
  .partner-stores-layout .banner .text-content h1 {
    margin-bottom: 24px;
    line-height: 50px;
  }
  .partner-stores-layout .banner .align-items-center .text-content img {
    max-width: 720px;
  }
  .partner-stores-layout .banner .align-items-center .text-content p {
    width: 100%;
  }
  .partner-stores-layout .banner .col-12 {
    position: static;
    max-width: inherit;
  }
  .partner-stores-layout .banner figure img.img-fluid.person {
    max-width: 720px;
    width: 100%;
  }
  .partner-stores-layout .banner .row {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }
  .partner-stores-layout .banner .text-content {
    padding-top: 45px;
  }
  .network-coverage-layout .banner {
    min-height: auto;
    padding-bottom: 0;
  }
  .network-coverage-layout .banner .page-center {
    max-width: 100%;
  }
  .network-coverage-layout .banner .align-items-center .text-content h1 {
    line-height: 50px;
  }
  .network-coverage-layout .banner .align-items-center .text-content p {
    width: 100%;
  }
  .network-coverage-layout .banner:after {
    display: none;
  }
  .network-coverage-layout .banner .d-block {
    display: block !important;
  }
  .network-coverage-layout .banner figure img.img-fluid.person {
    max-width: 720px;
    width: 100%;
  }
  .network-coverage-layout .banner figure {
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
  }
  .network-coverage-row2 .custom-questions>.page-center {
    max-width: 100% !important;
    padding: 0;
  }
  .network-coverage-row2 .custom-questions .custom-questions-top h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .mobile-number-portability-layout .banner .page-center {
    max-width: 100%;
  }
  .mobile-number-portability-layout .banner .text-content {
    margin-right: 0;
  }
  .mobile-number-portability-layout .banner .align-items-center .text-content p {
    width: 100%;
  }
  .mnp-row3 .custom-faq .custom-faq-heading h1 {
    line-height: 1.2;
  }
  .mnp-row3 .custom-faq .hs-accordion-grp {
    padding-right: 0px;
    padding-left: 0px;
  }  
}
@media only screen and (min-width: 767px) and (max-width: 1200px){
  .home-row6 {
    display: none;
  }
  .home-row7 {
    display: block;
  }
}

@media only screen and (max-width: 767px){
  .partners-layout .banner .align-items-center .text-content h1 {
    font-size: 36px;
  }
  .partners-row1 .widget-type-rich_text h2 {
    font-size: 36px;
  }
  .partners-row1 .widget-type-rich_text h2 img {
    top: -5px;
    height: 2.3rem;
  }
  .partners-row1 .dnd-module {
    width: 100%;
  }
  .partner-stores-layout .banner .text-content h1 {
    font-size: 36px;
  }
  .partner-stores-layout .banner .text-content {
    padding-top: 50px;
  }
  .network-coverage-layout .banner .align-items-center .text-content {
    margin-bottom: 0;
  }
  .network-coverage-layout .banner .align-items-center .text-content h1 {
    text-align: left;
    font-size: 36px;
  }
  .network-coverage-layout .banner .align-items-center .text-content p {
    color: #3E3E3E;
    text-align: left;
  }
  .network-coverage-row2 .custom-questions .custom-questions-top h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .network-coverage-row2 .custom-questions .custom-questions-top p {
    padding: 0rem 2rem;
  }
  .home-row1 .dnd-section {
    padding-bottom: 40px;
  }
  .home-row6 {
    display: none;
  }
  .home-row7 {
    display: block;
  }
  .freedom-page-layout .section-easy h1.ott-heading,
  .freedom-page-layout .page-header.section-header h1 {
    font-size: 24px;
  }

  .freedom-page-layout .freedom-page-row-3 .dnd-section .hs-button {
    margin: 8px 8px;
  }
  .mobile-number-portability-layout .banner .d-block.d-md-none {
    text-align: left;
  }
  .mobile-number-portability-layout .banner figure img.img-fluid.person {
    margin-top: 0;
  }
  .portability-tabber h1.ott-heading {
    font-size: 24px;
  }
  .mnp-row3 .custom-faq .custom-faq-heading h1 {
    font-size: 24px;
  }  
}

@media screen and (max-width: 500px){
  .portability-tabber .nav-tabs {
    max-width: 505px;
    width: 100%;
  }
  .portability-tabber .nav-tabs li {
    margin-bottom: 20px;
  }
}



.custom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.custom-col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.text-center {
  text-align: center;
}

.custom-col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}


.text-theme-red {
  color: #CE1125;
}

.custom-app-slider-text ul li:before {
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/icon-tick.svg) no-repeat left top;
}





.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}


.custom-app-section .custom-app-banner {
  padding: 7rem 0;
}

.custom-app-section .custom-app-banner .custom-row.left .custom-app-banner-text {
  padding: 0;
}

.custom-app-section .custom-app-banner .custom-row.left .custom-col-6:first-child {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.custom-app-section .custom-app-banner .custom-row.left .custom-col-6:last-child {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-app-section .custom-app-banner .custom-app-banner-top h1 {
  margin-bottom: 30px;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
  font-size: 4.67rem;
  color: #3e3e3e;
}

.custom-app-section .custom-app-banner .text-center img {
  margin-bottom: -7rem;
  max-width: 100% !important;
  width: auto;
}


.link-btn {
  border-radius: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #CE1125;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  transition: background ease-in 0.3s;
  min-width: 185px;
  text-align: center;
}

.link-btn:hover {
  color: #ffffff;
  background-color: #9f0d1d;
}

.w-100 {
  width: 100%;
}

.custom-corporate-banner .banner {
  min-height: 550px;
}

.custom-corporate-banner .banner .align-items-center .text-content img {
  margin-bottom: .5rem;
}

.custom-corporate-banner .banner .col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.custom-corporate-banner .banner:after {
  background-position: right bottom;
  background-size: 50% auto;
}

.hs-website-body-container-wrapper .custom-corporate-top-section .hs_cos_wrapper_type_rich_text p {
  font: normal normal 300 50px/60px "Exo 2";
  margin: 4rem 0;
  color: #3E3E3E;
}

.custom-mission .mission-statement ,
.custom-mission-mobile-statement{
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/bubble-blue-xl.svg);
}




.goal-statement ,
.custom-goal-mobile-statement{
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/Goals%20bubble.svg);
}

.custom-corporate-section .custom-questions {
  background-color: #fff;
}

.custom-corporate-section .custom-questions .custom-questions-box {
  background: #f3f3f3;
}


.volte-banner .banner {
  padding-top: 70px;
  min-height: auto;
  display: block !important;
  padding-bottom: 0;
}

.volte-banner .banner .align-items-center .text-content {
  padding: 100px 0;
}

.volte-banner .banner .align-items-center .text-content h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 4.67rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

.volte-banner .banner .col-md-6 {
  padding: 0 15px;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.volte-banner .banner .align-items-center .text-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.volte-banner .banner:after {
  display: none;
}

.volte-banner .banner .d-md-none {
  display: block !important;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.volte-banner .banner figure {
  max-width: 379px;
  margin: 0 auto;
}

.custom-volte-section .custom-faq {
  background-color: #FAFAFA;
}

.custom-volte-section .custom-faq .page-center {
  padding: 0 115px;
}

.custom-volte-section .custom-faq .hs-accordion-grp .card-body p {
  margin-bottom: 1rem;
}

.hs-conditions-layout .header-right-image {
  display: none !important;
}

.custom-conditions-section h1 {
  font-size: 40px;
  font-family: "Exo 2", sans-serif;
  font-weight: 900;
  color: #CE1125;
  line-height: 53px;
  margin-bottom: 30px;
}

.custom-conditions-section 
blockquote {
  border: 1px solid #828389;
  padding: 0rem 2rem 1rem 2rem;
}

.hs-website-body-container-wrapper .custom-conditions-section blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}

.font-bold {
  font-weight: 700;
}

.a-theme {
  color: #CE1125;
}
.a-theme:hover {
    color: #CE1125;
    text-decoration: underline !important;
}
.custom-conditions-section p {
  margin-bottom: 0;
  color: #828389;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.custom-conditions-section blockquote {
  margin: 0;
}

.custom-conditions-section ol li h2 {
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-size: 2rem;
  color: #3E3E3E;
  font-family: "Montserrat", serif;
}

.custom-conditions-section ol li p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #828389;
  margin: 20px 0;
}

.custom-conditions-section ol {
  line-height: 1;

  font-weight: 900;
}

.custom-conditions-section ol.level-1{
  font-size: 24px;
}

.custom-conditions-section ol li h3 {
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  font-size: 1.75rem;
  font-family: "Montserrat", serif;
  color: #3E3E3E;
}

.custom-conditions-section ol.level-2 {
  font-size: 20px;
  margin-top: 30px;
  padding-left: 25px;
}

.custom-conditions-section ol li ul {
  font-size: 18px;
  margin-top: 20px;
  padding-left: 30px;
}

.custom-conditions-section ol li .myList > li {
  display: flex;
  align-items: flex-start;
}

.custom-conditions-section ol li ul li p {
  margin: 0;
}

.custom-conditions-section .myList > li > p:nth-child(1) {
  color: #212529;
}

.custom-conditions-section .myList > li > p:nth-child(2) {
  margin-left: 8px;
  width: calc(100% - 43px);
}

.custom-conditions-section ol.level-1 > li{
  margin-bottom: 60px;
}

.custom-conditions-section p strong {
  font-weight: 600;
  color: #3E3E3E;
}

.custom-conditions-section ol.level-2 > li{
  margin-bottom: 40px;
}

.custom-conditions-section blockquote ul {
  color: #3E3E3E;
}
.custom-conditions-section ol.style-alpha-small {
  list-style-type: lower-alpha;
}

.custom-conditions-section {
  color: #3E3E3E;
  font-size: 1rem;
}

.custom-policy-section h1 {
  font-size: 40px;
  font-family: "Exo 2", sans-serif;
  font-weight: 900;
  color: #CE1125;
  line-height: 53px;
  margin-bottom: 30px;
}

.custom-policy-section p {
  font-size: 18px;
  line-height: 30px;
  color: #3E3E3E;
}

.custom-policy-section ol {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1;
}

.custom-policy-section ol.style-roman-upper {
  list-style-type: upper-roman;
}

.custom-policy-section ol.level-1 {
  font-size: 24px;
  font-weight: 900;
}

.custom-policy-section ol.level-1 > li {
  margin-bottom: 60px;
}

.custom-policy-section ol li h2 {
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-size: 2rem;
  color: #3E3E3E;
  font-family: "Montserrat", serif;
}

.custom-policy-section {
  color: #3E3E3E;
  font-family: "Montserrat", serif;
}

.custom-policy-section ol.style-alpha-small {
  list-style-type: lower-alpha;
}

.custom-policy-section ol.level-2 {
  font-size: 20px;
  margin-top: 30px;
  padding-left: 25px;
}

.custom-policy-section ol li h3 {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  font-size: 1.75rem;
  margin: 0;
  font-family: "Montserrat", serif;
}

.custom-policy-section ol li p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #828389;
  margin: 20px 0;
}

.custom-policy-section ol.style-decimal {
  list-style-type: decimal;
}

.custom-policy-section ol.level-3 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}

.custom-policy-section ol li h4 {
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-size: 1.5rem;
}

.custom-policy-section ol li ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px;
  font-size: 18px;
  margin-top: 20px;
}

.custom-policy-section ol li ul p {
  margin: 0;
}

.custom-policy-section ol.level-3 > li {
  margin-bottom: 30px;
}

.custom-policy-section ol.level-2 > li {
  margin-bottom: 40px;
}

.custom-policy-section ol li .second-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

.custom-policy-section p strong {
  font-weight: 600;
  color: #3E3E3E;
}

.custom-policy-section ol.normal-list {
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}

.custom-policy-section ol > li > p:first-child {
  display: inline;
}

.custom-policy-section ol.normal-list li {
  margin-bottom: 15px;
}

.custom-policy-section .flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.custom-policy-section address .label {
  min-width: 180px;
  white-space: nowrap;
}

.custom-policy-section .flex-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.custom-policy-section address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.custom-policy-section address p {
  margin-top: 0 !important;
}

.custom-conditions-section ol li .myList>li div {
  width: calc(100% - 26px);
}

.custom-conditions-section ol li ul.part2 {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px;
}








@media (min-width: 768px){
  .custom-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(max-width:1240px){ 
  .volte-banner .banner .align-items-center .text-content h2 {
    font-size: 3.5rem;
  } 
  .volte-banner .banner .align-items-center {
    align-items: unset;
  }
}

@media(max-width:1200px){
  .volte-banner .banner .align-items-center .text-content h2 {
    text-align: center;
  }

}


@media(max-width:1024px){
  .custom-corporate-banner .banner .align-items-center .text-content h1 {
    font-size: 50px;
  }
  .partner-stores-layout .banner .align-items-center .text-content h1 {
      font-size: 50px;
  }

}

@media(max-width:991px){
  .custom-app-section .custom-app-banner .custom-app-banner-top h1 {
    font-size: 46px;
    line-height: 50px;
  }

  .custom-app-section .custom-app-banner .download-info-inner-flex p {
    font-size: 26px;
    line-height: 32px;
  }

  .custom-app-section .custom-app-banner {
    overflow: hidden;
  }

  .custom-corporate-banner .banner figure img {
    max-width: 720px;
    width: 100%;
  }

  .custom-corporate-banner .banner:after {
    display: none;
  }

  .custom-corporate-banner .banner .page-center {
    max-width: 100%;
  }

  .custom-corporate-banner .banner figure {
    text-align: right;
  }

  .custom-corporate-banner .banner .align-items-center .text-content h1 {
    margin-bottom: 24px;
    line-height: 50px;
  }

  .custom-corporate-banner .banner .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-corporate-banner .banner .d-md-none {
    display: block !important;
  }

  .hs-website-body-container-wrapper .custom-corporate-top-section .hs_cos_wrapper_type_rich_text p {
    font-size: 30px;
    line-height: 2;
    margin: 0;
  }

  .hs-website-body-container-wrapper .custom-corporate-top-section .hs_cos_wrapper_type_rich_text h1 {
    margin-bottom: 20px;
  }


  .volte-banner .banner .col-md-6,.volte-banner .banner .d-md-none {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
  }

  .volte-banner .banner .align-items-center .text-content {
    padding: 60px 0 20px;
  }

  .volte-banner .banner .page-center {
    max-width: 100%;
  }

  .custom-volte-section .custom-faq .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-corporate-banner .banner {
    padding-bottom: 0;
  }

  .hs-website-body-container-wrapper .custom-corporate-top-section .hs_cos_wrapper_type_rich_text h1 {
    margin-bottom: .5rem;
  }
  .promo-mechanics-layout .hs-highspeed-banner .text-content {
      padding-top: 0;
  }
  .partner-stores-layout .banner .align-items-center .text-content h1 {
      line-height: 50px;
      margin-bottom: 24px;
  }
}

@media(max-width:767px){
  .custom-app-section .custom-app-banner {
    padding: 5rem 0;
  }

  .custom-app-section .custom-app-banner .custom-app-banner-top h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .custom-app-section .custom-app-banner .custom-row.left .custom-app-banner-text {
    margin-bottom: 40px;
  }

  .custom-app-section .custom-app-banner .text-center img {
    margin-bottom: -5rem;
  }

  .custom-corporate-banner .banner .align-items-center .text-content h1 {
    font-size: 36px;
  }
  .volte-banner .banner .align-items-center .text-content h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .volte-banner .banner {
    padding-top: 5rem;
  }

  .volte-banner .banner .align-items-center .text-content {
    margin: 0;
  }

  .custom-conditions-section h1 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .custom-conditions-section p {
    font-size: 16px;
  }

  .custom-conditions-section ol li p {
    font-size: 16px;
  }

  .custom-policy-section h1 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .custom-policy-section p {
    font-size: 16px;
  }

  .custom-policy-section ol.style-roman-upper {
    list-style-position: unset;
    padding-left: 20px;
  }

  .custom-policy-section ol li p {
    font-size: 16px;
  }

  .custom-policy-section ol li h2,.custom-policy-section ol li h3,.custom-policy-section ol li h4 {
    display: block;
  }

  .custom-policy-section ol.level-1 {
    font-size: 20px;
  }

  .custom-policy-section ol.level-2 {
    padding-left: 20px;
    list-style-position: outside;
    font-size: 18px;
  }

  .custom-policy-section ol.level-3 {
    padding-left: 15px;
    font-size: 18px;
  }

  .custom-policy-section ol.level-2>li {
    margin-bottom: 30px;
  }

  .custom-policy-section ol {
    margin-bottom: 0;
  }

  .custom-policy-section ol.level-1>li {
    margin-bottom: 50px;
  }

  .custom-policy-section #paragraph2 {
    margin-left: 16px;
  }

  .custom-policy-section #paragraph1 {
    margin-left: 12px;
  }

  .custom-policy-section #paragraph3 {
    margin-left: 16px;
  }

  .custom-policy-section #lastLi {
    margin-left: 17px;
  }

  .custom-policy-section address .label {
    min-width: 120px;
    white-space: inherit;
  }

  .hs-website-body-container-wrapper .custom-corporate-top-section .hs_cos_wrapper_type_rich_text h1 {
    margin-bottom: 20px;
  }

  .custom-conditions-section ol.level-2>li {
    margin-bottom: 30px;
  }

  .custom-conditions-section ol.level-1>li {
    margin-bottom: 50px;
  }
  .mobile-number-portability-layout .banner .row .col-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .mobile-number-portability-layout .banner .align-items-center .text-content {
      margin-bottom: 0;
  }
  .mobile-number-portability-layout .banner {
      min-height: 650px;
      height: 720px;
  }
  .partner-stores-layout .banner .align-items-center .text-content h1 {
      font-size: 36px;
  }
}

@media(max-width:575px){
  .hs-website-body-container-wrapper .custom-corporate-top-section .hs_cos_wrapper_type_rich_text p {
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
  }
}



.viber-mechanics-page .dnd-section .widget-type-rich_text h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat';
  font-weight: 800;
  margin-bottom: 40px;
  color: #3E3E3E;
}

.viber-mechanics-page .dnd-section {
  padding-bottom: 0;
  padding-top: 70px;
}

.viber-mechanics-page .dnd-section .widget-type-rich_text ol  li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #3E3E3E;
  margin-top: 24px;
}

.viber-mechanics-page .dnd-section .widget-type-rich_text ol li p {
  color: inherit;
}

.viber-mechanics-page .dnd-section .widget-type-rich_text ol ol {
  padding: 0px 0px 0px 20px;
}

.viber-mechanics-page .dnd-section .widget-type-rich_text ol ol li,
.viber-mechanics-page .dnd-section .widget-type-rich_text ol ul li {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #3E3E3E;
  margin-bottom: 14px;
  margin-top: 0;
  color: #828389;
}

.viber-mechanics-page .dnd-section .widget-type-rich_text ol ol li::marker {
  color: #3E3E3E;
}

.viber-mechanics-page .dnd-section .widget-type-rich_text ol li p {
  margin-bottom: 24px;
}

.viber-mechanics-page .dnd-section .widget-type-rich_text ol ul {
  list-style-type: none;
  padding: 0px;
}
@media screen and (max-width: 767px){
  .viber-mechanics-page .dnd-section .widget-type-rich_text ol {
    padding-left: 21px;
  }
}


.contact-layout {
  background: #fff;
}

.contact-layout .dnd-section {
  padding-top: .84rem;
  padding-bottom: .84rem;
}

.contact-layout .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}

.contact-layout .dnd-section h3.form-title {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 36px;
  color: rgba(0,0,0,.85);
  font-weight: 400;
  font-family: "Exo 2";
}

.contact-layout .dnd-section .hs-form-field {
  position: relative;
  z-index: 3;
  margin: 0 0 40px;
}
.contact-layout .dnd-section .hs-form-field > label {
  display:none;
}
.contact-layout .dnd-section .hs-form-field .input {
  margin-right: 0 !important;
}
.contact-layout .dnd-section .hs-form-field .hs-input::-webkit-input-placeholder {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0,0,0,.85);
  line-height:50px;
  text-indent:1px;
}

.contact-layout .dnd-section .hs-form-field .hs-input::-webkit-input-placeholder,
.contact-layout .dnd-section .hs-form-field .hs-input::-moz-placeholder,
.contact-layout .dnd-section .hs-form-field .hs-input:-ms-input-placeholder,
.contact-layout .dnd-section .hs-form-field .hs-input:-moz-placeholder,
.contact-layout .dnd-section .hs-form-field .hs-input::placeholder {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0,0,0,.85);
  line-height:50px;
  text-indent:1px;
}
.contact-layout .dnd-section .hs-form-field textarea.hs-input::-webkit-input-placeholder {
  line-height:43px;
}

.contact-layout .dnd-section .hs-form-field textarea.hs-input::-webkit-input-placeholder,
.contact-layout .dnd-section .hs-form-field textarea.hs-input::-moz-placeholder,
.contact-layout .dnd-section .hs-form-field textarea.hs-input:-ms-input-placeholder,
.contact-layout .dnd-section .hs-form-field textarea.hs-input:-moz-placeholder,
.contact-layout .dnd-section .hs-form-field textarea.hs-input::placeholder {
  line-height:43px;
}
.contact-layout .dnd-section .hs-form-field .input > .hs-input {
  width: 100% !important;
  max-width: 100%;
  transition: all .3s;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: inline-block;
  min-width: 0;
  padding: 5.6px 11px;
  color: rgba(0,0,0,.85);
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  min-height: 50px;
  border-radius: 10px;
}

.contact-layout .dnd-section .hs-form-field .input > textarea.hs-input {
  height: auto;
  transition: all .3s,height 0s;
  max-width: 100%;
  height: 189px;
  display: block;
}

.contact-layout .dnd-section .hs-fieldtype-textarea.hs-form-field > label {
  top: 29px;
}

.contact-layout .dnd-section .actions {
  text-align: center;
}

.contact-layout .dnd-section .actions input.hs-button {
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  margin: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 3;
  outline: 0;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
  padding: 0 40px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 19px;
  opacity: 1;
  min-width: 120px;
  background: #ce1126;
  border: none;
  color: #fff;
  height: 50px;
  border-radius: 26px;
  margin-top: 18px;
  margin-bottom: 24px;
}

.contact-layout .dnd-section .actions input.hs-button:hover,
.contact-layout .dnd-section .actions input.hs-button:focus {
  background: #ce1126;
  border: none;
  color: #fff;
}

.contact-layout .dnd-section .hs-form-field .input > .hs-input:focus {
  border: 1px solid #80bdff;
  outline: none;
}

.contact-layout .dnd-section form .inputs-list>li {
  margin: 0;
}

.contact-layout .dnd-section form .inputs-list > li label.hs-error-msg,
.contact-layout .dnd-section form .hs_error_rollup .inputs-list > li label {
  color: #ff4d4f;
  margin: 0;
  font-size: 12px;
  line-height: 1.5715;
  padding-top: 2px;
  padding-bottom: 4px;
  display: block;
}
.contact-layout .dnd-section form fieldset.form-columns-2,
.contact-layout .dnd-section form fieldset.form-columns-3{
  margin: 0 -13px;
  max-width: none !important;
}

.contact-layout .dnd-section form fieldset.form-columns-2 .hs-form-field,
.contact-layout .dnd-section form fieldset.form-columns-3 .hs-form-field{
  padding: 0 13px;
}
.viber-promo-layout .custom-faq .custom-faq-heading h1 {
  margin-bottom: 40px;
}

.viber-promo-layout .custom-faq .page-center {
  padding-right: 115px;
  padding-left: 115px;
}
.viber-promo-layout .custom-faq .hs-accordion-grp .card-body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.contact-layout .dnd-section .hs-form-field .input>.hs-input.invalid.error {
  background-color: #fff;
  border-color: #ff4d4f;
}

.contact-layout .dnd-section .hs-form-field .input>.hs-input.invalid.error:focus {
  border-color: #ff7875;
  border-right-width: 1px!important;
  outline: 0;
  box-shadow: 0 0 0 2px rgb(255 77 79 / 20%);
  background-color: #ffebeb;
}
.contact-layout  ~ div footer.footer {
  padding-top: 84px;
}




@media screen and (max-width: 991px){
  .viber-promo-layout .custom-faq .page-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .viber-promo-layout .custom-faq .hs-accordion-grp .card-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px){
  .contact-layout .dnd-section form fieldset.form-columns-2 .hs-form-field,
  .contact-layout .dnd-section form fieldset.form-columns-3 .hs-form-field{
    float: none !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px){
  .contact-layout  ~ div footer.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7p29NNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7g29NNpQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7r29NNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7q29NNpQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUOjIg1_i6t8kCHKm459WxZqh7k29M.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/s/exo2/v10/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  font-size: 12px;
}

body {
  line-height: 1.5;
  word-break: break-word;
  padding-top: 74px;
  background: #FAFAFA;
  color: #3E3E3E;
}

@media(max-width:767px){
  body{
    padding-top: 65px;
  }
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
/* Headings */

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

h1{
  line-height: 1.2;
  margin-bottom: .5rem;
}
h2{
  line-height: 53px;
  margin-bottom: 30px;
}
h3{
  line-height: 1.2;
  margin-bottom: 30px;
}
h4{
  line-height: 1;
  margin: 0;
}
h5{
  line-height: 1;
  margin: 0;
}
h6 {
  margin-bottom: .5rem;
  margin-top: 40px;
  line-height: 1.2;
}

@media screen and (max-width: 991px){
  h1{
    line-height: 50px;
  }
}
@media screen and (max-width: 767px){
  h1{
    margin-bottom: 30px;
  }
  h2{
    line-height: 45px;
    margin-bottom: 20px;
  }
}
/* Lists */

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
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;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:10px 0;
}

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;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:10px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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 container */

header.header {
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  transition: all 0.1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 5;
}
.header-top {
  background: linear-gradient( 
    90deg
    , #FFFFFF 0%, #F5F5F5 100%);
  overflow: auto;
  transition: 0.2s all ease-in-out;
}
.header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-top .hs-menu-wrapper > ul {
  transition: 0.2s all ease-in-out;
  list-style-type: none;
  float: right;
  margin: 0px 5px;
  display: block;
}
.header-top .hs-menu-wrapper>ul>li.getapp {
  padding: 5px 0px 8px 0px;
}
.header-top .hs-menu-wrapper>ul>li {
  float: left;
  font-size: 12px;
  color: #3e3e3e;
  font-family: "Exo 2";
  margin: 0px 15px;
  letter-spacing: .6px;
  padding: 8px 0px 8px 0px;
  border-bottom: solid 3px;
  border-color: transparent;
}
.header-top .hs-menu-wrapper > ul > li > a {
  color: #3E3E3E;
}
.header-top .hs-menu-wrapper>ul>li.getapp>a:before {
  height: 16px;
  margin: 0px 9px;
  transition: 0.2s all ease-in-out;
  content: "";
  background-image: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/Mobile.svg);
  width: 11.23px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 6px;
}
.header-bottom {
  line-height: 1;
}
.header_bottom-inner {
  transition: 0.2s all ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-logo {
  padding: 6px 0 7px;
}
.custom-logo img.hs-image-widget {
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  width: auto !important;
  vertical-align: middle;
}
.header-right-image {
  margin-top: 14px;
  padding-left: 18px;
}
.header-bottom-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.custom-menu-primary.desktop-menu,
.header-right-image{
  display: none !important;
}
.overlay {
  pointer-events: none;
}
.overlay::before {
  pointer-events: none;
  content: "";
  position: fixed;
  right: 0;
  bottom: 0px;
  width: 100vw;
  height: calc(100vh - 73px);
  opacity: 0;
  transition: opacity ease-in 0.3s;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.open-menu .overlay:before {
  opacity: 1;
  pointer-events: auto;
}
.header-top .hs-menu-wrapper>ul>li.active.active-branch>a {
  font-weight: 600;
}
.submenu.level-1 > li > a.active-branch,
.submenu.level-1 > li > a.active-item {
  cursor: default;
  border-bottom: solid 3px #CE1126;
}
.home-page .submenu.level-1>li>a.active-branch.support {
  color: #3e3f51;
  border: transparent;
}
.home-page .submenu.level-1>li>a.active-branch.support:hover {
  color: #CE1125;
}


@media (min-width: 992px){

  .custom-menu-primary.desktop-menu,
  .header-right-image{
    display: block !important;
  }
  .custom-menu-primary.mobile-menu{
    display: none !important;
  }
  .child-trigger {
    display: none !important;
  }
}
@media (max-width: 991px){
  .custom-menu-primary.mobile-menu {
    position: fixed;
    width: 300px;
    height: calc(100vh - 73px);
    margin-top: 20px;
    padding: 15px;
    right: 0;
    background: #FAFAFA;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    top: 73px;
    margin: 0;
    font-family: "Exo 2";
  }
  .menutoggle {
    display: block;
    position: relative;
    top: 26px;
    z-index: 999;
    -webkit-user-select: none;
    transition: .2s all ease-in-out;
    cursor: pointer;
    height: 26.93px;
  }
  .menutoggle > span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #3c3c3c;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .menutoggle.open-trigger > span {
    opacity: 1;
    transform: rotate( 
      45deg
    ) translate(-2px, -1px);
    background: #232323;
  }
  .menutoggle.open-trigger > span:nth-last-child(2) {
    opacity: 0;
    transform: rotate( 
      0deg
    ) scale(0.2, 0.2);
  }
  .menutoggle.open-trigger > span:nth-last-child(1) {
    transform: rotate( 
      -45deg
    ) translate(0, -1px);
    transform-origin: 0% 100%;
  }
  .open-menu .custom-menu-primary.mobile-menu {
    transform: translate(0, 0);
    z-index: 9;
  }
  .navigation-primary {
    max-height: calc(100vh - 88px);
    overflow-y: auto !important;
  }



}
@media (max-width: 767px){
  .header-top {
    display: none;
  }
  .custom-logo {
    padding: 7px 0 7px;
  }
  
}

/* Ask DITO icon */

header .help-center-btn {
  position: fixed;
  right: 1.5rem;
  bottom: 1rem;
  transition: all .2s ease-in-out;
  display: grid;
  place-items: center;
}

header .help-center-btn .svg-cont {
  background: white;
  border: 2px solid #0038A8;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: grid;
  place-items: center;
  /* margin-bottom: 10px; */
}

header .help-center-btn .text {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: white;
  text-shadow: 2px 2px 4px #444444, 0px 0px 2px #444444;
}

@media only screen and (max-width: 1199px) {
  header .help-center-btn {
    scale: 0.75;
  }
}

@media only screen and (max-width: 767px) {
  header .help-center-btn {
    bottom: 3rem;
    right: 2rem;
  }
}

/* Header NEW */
header#headerLego .header-top .header__container .header-top-right-image {
  margin-top: 2px;
  scale: 0.8;
  float: right;
}

header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search {
  display: grid;
  place-items: center;
}

header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search a {
  width: 120px;
  height: 45px;
  padding: 0 10px;
  border-radius: 12px;
  background: #0038A8;
  color: #fff;
  display: grid;
  place-items: center;
  grid-template-columns: 80px 20px;
}

header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search a span {
  margin-top: 2px;
  font-weight: 600;
  font-size: 16px;
  font-family: Montserrat
}

@media only screen and (max-width: 1199px) {
  header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search {
    place-items: unset;
    margin-top: 0.5em;    
  }

  header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search a {
    border-radius: 8px;
    grid-template-columns: 0px 20px;
    height: 40px;
    padding: 0 20px;
    width: 0;
  }

  header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search a span {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search {
    position: absolute;
    right: 60px;
  }
}
footer.footer {
  font-family: "Exo 2";
  padding: 7rem 0 20px;
  transition: .2s all ease-in-out;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}
.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer-top-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  transition: 0.2s all ease-in-out;
}
.footer-logo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-logo img.hs-image-widget {
  width: 90px !important;
  margin-top: 10px;
}
.footer-menu {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-menu .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-menu .hs-menu-wrapper > ul > li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  color: #3E3E3E;
  font-size: 14px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul {
  padding: 0px;
  margin-top: 12px;
  margin-bottom: 1rem;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li {
  color: #676767;
  font-size: 18px;
  padding: 6px 0px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  white-space: normal !important;
}
.footer-bottom-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}
.footer__copyright {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-order: 1;
  order: 1;
}
.footer_social {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  order: 2;
}
div#top-btn {
  position: fixed;
  bottom: 10rem;
  right: 2rem;
  width: 102px;
  height: 52px;
  background-color: #FFF;
  box-shadow: 0px 2px 8px #00000029;
  border: 1px solid #F3F3F3;
  border-radius: 31px;
  transition: .2s all ease-in-out;
}
#top-btn span {
  display: inline-block;
  padding: 17px 48px 17px 24px;
  background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/images/icon-back-to-top.svg) no-repeat;
  background-position: calc(100% - 19px) 18px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", serif;
  line-height: 1.5;
  cursor: pointer;
}
div#top-btn:hover {
  box-shadow: 0px 1px 2px #00000029;
  background-size: 100% 100%;
  cursor: pointer;
}
.footer__copyright p {
  color: #828389;
  font-size: 12px;
  margin: 15px 0px 0px 0px;
}
.footer__copyright p a {
  color: #CE1125;
  text-decoration: none;
}
.footer__copyright p a:hover {
  color: #ce1126;
  text-decoration: underline;
}
.footer .footer-menu .hs-menu-wrapper>ul>li>a[href="javascript:;"] {
    cursor: text;
}



@media (min-width: 768px){
  .footer-menu .hs-menu-wrapper > ul{
    justify-content:space-between;
  }
  .footer-logo {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
  .footer__copyright {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .footer_social {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
/*   .footer-menu .hs-menu-wrapper > ul > li:last-child {
    -ms-flex: 0 0 11.112%;
    flex: 0 0 11.112%;
    max-width: 11.112%;
    padding-right: 5px;
  } */
  .footer-menu .hs-menu-wrapper > ul > li > ul > li{
  font-size:14px;
    line-height:20px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a{
  font-size:13px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > ul {
    position: static !important;
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: none !important;
    margin-top: 12px !important;
    margin-bottom: 1rem !important;
  }
  .footer-menu {
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
    max-width: 84%;
  }
  .mobile-footer-menu {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1230px){
  .footer-menu .hs-menu-wrapper>ul>li {
      padding-left: 0;
  }
  .footer-menu .hs-menu-wrapper>ul>li:last-child > ul>li>a {
      white-space: nowrap !important;
  }
}


@media only screen and (min-width: 767px) and (max-width: 1024px){
  .footer-menu .hs-menu-wrapper > ul > li,
  .footer-menu .hs-menu-wrapper > ul > li:last-child {
    -ms-flex: 0 0 32.335%;
    flex: 0 0 32.335%;
    max-width: 32.335%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px){
  footer.footer {
    padding-top: 5rem;
  }
  .footer-bottom-group {
    margin-top: 50px;
    text-align: center;
  }
  .footer__copyright {
    order: 2;
    margin-bottom: 100px;
  }
  .footer__copyright p {
    width: 200px;
    margin: 0px auto;
    padding: 25px 0px;
  }
  .footer_social {
    order: 1;
  }
  .footer-top-group {
    display: block;
    margin: 0;
  }
  .footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 22px;
  }
  .footer-menu .hs-menu-wrapper > ul > li:last-child {
    margin-bottom: 1px;
  }
  .footer-child-trigger {
    width: 100%;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
  }
  .footer-menu .hs-menu-wrapper>ul>li .footer-child-trigger:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    position: absolute;
    right: 25px;
    top: 6px;
    color: #ce1126;
    font-size: 14px;
    cursor: pointer;
    width: 14px;
    height: 19px;
  }
  div#top-btn{
    position: fixed;
    bottom: 6rem;
    right: 2.4rem;
  }
  .footer-menu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper {
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
    margin-bottom: 1rem;
  }
  .footer-menu .hs-menu-wrapper>ul>li>ul>li {
    font-weight: 400;
    font-size: 18px;
    padding: 4px 0px;
  }
  .footer-menu .hs-menu-wrapper>ul>li>ul>li > a {
    color: #676767;
    text-decoration: none;
  }
  .footer-logo img.hs-image-widget {
    margin: 0px 0px 31px;
    width: 100px !important;
  }
}

/* new top-btn position */
div#top-btn {
  bottom: 1.25rem;
  right: calc(2rem + 80px);
  height: 40px;
  width: 90px;
}

div#top-btn span {
  background-position: calc(100% - 19px) 12px;
  padding: 0 42px 0 10px;
  display: grid;
  place-items: center;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  div#top-btn {
    bottom: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  div#top-btn {
    bottom: 3.5rem;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src:
      url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/fonts/fontawesome-webfont.woff2) format('woff2'),
      url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/fonts/fontawesome-webfont.woff) format('woff'),
      url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/fonts/fontawesome-webfont.ttf) format('truetype'),
      url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/raw_assets/public/Dito_July2021/fonts/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.banner-section h1 {
    font-family: "Exo 2";
    font-weight: 800;
    font-size: 46px;
    line-height: 1.2;
} 
.blog-list-bottom-section {
	background: #f3f3f3;
}
.custom-bloglist-top-section p{
font-weight:400 !important;
}
 .christmas-mechanics-banner .slide-img img {
	border-radius: 20px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.1);
}
 .lisbon-mechanics .contentDiv h2,
 .outerModal .cpm-first h1,
 .promodivSection .content-section h2 {
     color: #3E3E3E;
     font-size: 36px;
     font-weight: 700;
     margin-bottom: 25px;
 }
 
 .link-btn.learnBtn {
     position: absolute;
     top: -120px;
     left: 30px;
 }

.rogue-page-layout .dti-text {
	color: #fff;
}
.blue-td {
  background: #E5EAF6;
}
.yellow-td {
  background: #FFFBE7;
}
 
 .link-btn.showPopup {
     border-color: transparent;
 }
 
 .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section.dnd_area1-row-3-padding .dnd-module {
     position: relative;
 }
 
 .lisbon-mechanics .contentDiv p,
 .outerModal .cpm-first p,
 .promodivSection .content-section p {
     font-size: 16px;
     font-weight: 500;
     margin-bottom: 15px;
 }
 
 .freedom-page-row-1 .promodivSection .content-section p {
     font-size: 18px;
     line-height: 26px;
     color: #3e3e3e;
     margin-top: 0;
     margin-bottom: 20px;
 }
 
.video-section .hs-responsive-embed-wrapper.hs-responsive-embed {
	border-radius: 20px;
}
.freedom-page-row-1 .lisbon-mechanics .contentDiv p{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #3e3e3e;
}
.freedom-page-layout .freedom-page-row-2 .custom-faq {
	background-color: transparent !important;
}
.lisbon-mechanics.lazada-section .contentDiv p br {
	display: none;
}
 .banner-buttons.link-btn {
     position: absolute;
     top: -130px;
     left: 20px;
 }
 

.banner-buttons.link-btn + a {
  display: none;
}

.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area1-row-1-padding.dnd-section .span12.widget-span.widget-type-custom_widget.dnd-module {
     position: relative;
 }

.lisbon-mechanics .contentDiv h2{
font-weight:700;
}
.hs-blog-listing .blog-pagination__link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.hs-blog-listing .blog-pagination__link--active {
	border: 1px solid #db1229;
}
.hs-blog-listing .blog-pagination__link:hover {
  background: #fff;
  border: 0; 
}
.hs-blog-listing .blog-pagination__link.blog-pagination__next-link:hover, .hs-blog-listing .blog-pagination__link.blog-pagination__prev-link:hover {
	background: transparent;
}
.hs-blog-listing .blog-pagination__prev-link--disabled svg, .hs-blog-listing .blog-pagination__next-link--disabled svg {
	fill: #ccc;
}
.hs-blog-listing .blog-pagination__prev-link:hover svg, .hs-blog-listing .blog-pagination__next-link:hover svg {
	fill: #db1229; 
}
.sidebar .blog-card figure img{
width:100%;
}
.sidebar .blog-card figure{
height:272px;
}
body{
font-family:"Exo 2",sans-serif !important;
}
.mechanics-wrapper ol > li table tr,.mechanics-wrapper ol > li table tr th{
  font-size:16px;
  line-height:20px;
}
.inter-tab-inner .inter-tab-sec {
	display: flex;
  margin:0 0 15px;
	align-items: center;
}
.blog-post__body p img {
	border: 1px solid #e6e6e6;
	margin: 0 0 10px;
	border-radius: 10px;
}
/*css for button slider homepage*/


/* #slick-slide07 .slider-button-wrapper-mechanics a {
	border: 3px solid #00408f;
	border-radius: 20px;
	padding: 10px 15px;
	font-size: 28px;
	font-weight: 700;
	box-shadow: 0 7px 0 0px #f5ce3d;
} */
#slick-slide07 .slider-button-wrapper-mechanics a span {
	color: #00408f;
}

#slick-slide07 .slider-button-wrapper-mechanics {
	left: 42% !important;
	bottom: 90px !important;
	margin-left: -120px;
}
.custom-bloglist-top-section figure,.news-slider .slider-page figure {
	margin: 0;
	display: block;
	text-align: center;
	mask-image: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/Dito_July2021/Sim-Card.png);
	-webkit-mask-image: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/Dito_July2021/Sim-Card.png);
	mask-mode: alpha;
	-webkit-mask-mode: alpha;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-position: center;
	-webkit-mask-position: center;
} 
.news-slider .slider-page figure{
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
  margin:0 0 10px;
}
.news-slider .slider-page figure img{
  height:250px;
  object-fit:cover;
}
.custom-bloglist-top-section figure img {
	height: 422px;
	object-fit: cover;
}
.custom-corporate-top-section .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-background-color.dnd-section .span12.widget-span.widget-type-cell.dnd-column, .custom-corporate-top-section .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-padding.dnd_area-row-2-background-color.dnd-section .span12.widget-span.widget-type-cell.dnd-column, .custom-corporate-section .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area_1-row-1-background-color.dnd_area_1-row-1-padding.dnd-section .span12.widget-span.widget-type-cell.dnd-column, .custom-corporate-section .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_1-row-0-background-color.dnd_area_1-row-0-padding .span12.widget-span.widget-type-cell.dnd-column {
    width: 80%;
    margin: 0 auto;
    float: none;
}
.container-fluid.custom-corporate-section {
	overflow: hidden;
}
.userHead{
font-size:40px;
line-height:48px; 
}
.positionText{
position: absolute;
right: 40px;
width: 100%;
top: auto;
  color:#828389;
bottom: 55px;
}
.container-fluid.standard-rates-area .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {
	position: relative;
}
.standard-rates-area .stand-rate-button {
	margin: 20px 0 0;
}
.anchor-text {
line-height:normal !important;
font-size:15px !important;
margin:0 60px 0 0 !important; 
  
}
.anchor-text a { 
    color: #ce1126;
    font-size: 15px;
    font-weight: 700;
    position: relative;
  letter-spacing:0.5px;
  text-decoration:none !important;
}
.innerUl li p{
color:#3e3e3e !important;
}
.anchor-text a:after {
    position: absolute;
    content: '';
    background-image: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/Dito_July2021/5G-Dito-Images/arrow.svg);
    right: -24px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    top: 0px;
}
.rogue-page-layout .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area2-row-0-padding {
	background: linear-gradient(180deg,#335eb9 0%,#0238a8 40%);
	margin-top: -120px;
}
.network-coverage-tabber.hs-faq-tabber .hs-accordion-grp .hs-accordion-content table tr td, .network-coverage-tabber.hs-faq-tabber .hs-accordion-grp .hs-accordion-content table tr th {
	font-size: 16px;
}
.outerModal.promoOuter table tr td, .outerModal.promoOuter table tr th {
	font-size: 16px;
}
.custom-corporate-section .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area_1-row-2-background-image.dnd-section.dnd_area_1-row-2-padding {
	background-color: #fff;
	position: relative; 
}
.video-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.video-section h2 {
  font-size: 36px;
  margin: 0;
  line-height:normal;
  font-weight: 700;
}
.video-section p {
  text-align: center !important;
  line-height:normal;
  margin: 0 0 50px !important;
}
.video-section h2 span {
  color: #CE1126;
}
/* Animation CSS */
.homepage-reward-card .sub-button a:hover {
	text-decoration: underline;
}

.homepage-card .sub-inner:hover .sub-card-img img {
	transition: 0.3s all ease-in-out;
	transform: translateX(-3px);
}

.homepage-card .sub-inner .sub-card-img img {
	transition: 0.3s all ease-in-out; 
}
.card-two-col .card-row-heading a:hover, .portability-tabber .tab-content .tab-pane ul li a:hover {
	text-decoration: underline;
}

.header-right-image img:hover { 
	filter: grayscale(25%);
}
.pro-points-outer .pro-points-inner:hover a, .section-easy .nav-tabs li:hover a , .tab-nav-wrapper .nav-tabs .nav-item:hover a{
	color: #ce1126;
}
.ott-lp-tabs .filter li:hover, .portability-tabber .nav-tabs li:hover a {
	color: #ce1125 !important;
	border-color: #ce1125 !important;
}
.loy-pro-warpper.loyalty-page .pro-points-inner:hover a {
	color: #fff;
	border-bottom-color: #fff;
}
.card-button-inner a img {
	vertical-align: text-bottom;
	margin: 0 5px;
}
.download-info-inner-flex a .item-button-text:hover, .sub-button a:hover{
background:#9f0d1d;
}

/* IFRAME STYLING */

.iframeDiv iframe {
/*
width: 100%;
max-width: 820px;
height: 500px;
*/
margin: 0px auto; 
display: block; 
border: 1px solid #dddddd !important;
}
.iframeDiv h2 {
line-height: 42px;
    font-size: 46px;
    font-weight: 800;
    color: #1e429b;
  text-align: center;
}
.iframeDiv p {
    color: #ce1126;
    font-weight: 600;
    font-size: 24px;
  text-align: center;
  z-index: 2;
    display: block;
    position: sticky;
 /*   background: white; */
  margin-bottom: 40px;
}
#wrap {
  width: 100%;
  max-width: 768px;
  height: 660px;
  padding: 0;
  margin: auto;
/*  overflow: hidden;*/
}

@media(min-width: 768px){

#scaled-frame {
  width: 100%;
  max-width: 512px;
  height: 330px;
  border: 0px;
}
#scaled-frame {
  zoom: 1.5;
  -moz-transform: scale(1.5);
  -moz-transform-origin: 50% 0px;
  -o-transform: scale(1.5);
  -o-transform-origin: 50% 0px;
  -webkit-transform: scale(1.5);
  -webkit-transform-origin: 50% 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #scaled-frame {
    zoom: 1;
  }
}
}

@media (max-width:1200px){
  .sidebar .blog-card figure{
  height:210px;
  }
  .sidebar .blog-card figure img{
  height:100% !important;
  }
}
@media(max-width: 767px){ 
  
.banner-buttons.link-btn + a {
  display: block;
  top: -135px;
  margin-left: -103px;
}
  .promodivSection{
  max-width:100%;
  }
   .banner-buttons.link-btn {
         top: -200px;
         left: 50%;
         margin-left: -90px;
     }

  .video-section p{
  margin:20px 0 30px !important;
    line-height:16px !important;
  }
  .network-coverage-tabber.hs-faq-tabber .hs-accordion-grp .hs-accordion-content table tr td, .network-coverage-tabber.hs-faq-tabber .hs-accordion-grp .hs-accordion-content table tr th{
  font-size:12px; 
  }
  .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area1-row-0-padding.dnd-section .row-fluid {
	padding: 0;
}
  .innerTableLayout tbody tr td:first-child {
	width: 13% !important;
}
  .innerTableLayout{
  table-layout:auto !important;
  }
  .custom-volte-section .custom-faq{
  padding-bottom:5rem;
  }
  .custom-corporate-top-section .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-background-color.dnd-section .span12.widget-span.widget-type-cell.dnd-column, .custom-corporate-top-section .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-padding.dnd_area-row-2-background-color.dnd-section .span12.widget-span.widget-type-cell.dnd-column, .custom-corporate-section .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area_1-row-1-background-color.dnd_area_1-row-1-padding.dnd-section .span12.widget-span.widget-type-cell.dnd-column, .custom-corporate-section .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area_1-row-0-background-color.dnd_area_1-row-0-padding .span12.widget-span.widget-type-cell.dnd-column {
    width: 100%; 
}
 .viber-mechanics-page .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-background-color.dnd-section.dnd_area-row-0-padding .row-fluid,  .viber-promo-layout .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area1-row-0-padding.dnd-section.dnd_area1-row-0-background-color .row-fluid {
	padding: 0;
}
  .custom-compatible-handsets-section-2 .span6 {
	width: 100%;
}
  

.scrollTable table td, .scrollTable table th {
  width: 100px;
}
.scrollTable {
  overflow-y: auto;
}
#scaled-frame {
  width: 100%;
  max-width: 512px;
  height: 330px;
  border: 0px;
}

#scaled-frame {
  zoom: 1;
  -moz-transform: scale(1);
  -moz-transform-origin: 0 0;
  -o-transform: scale(1);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #scaled-frame {
    zoom: 1;
  }
}
}



/* IFRAME STYLING ENDS */


.mechanics-wrapper h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 40px;
}
.mechanics-wrapper ol > li,
.mechanics-wrapper ul > li,
.mechanics-wrapper p,
.mechanics-wrapper .DIF-font {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #3E3E3E;
    margin-top: 24px;
}

.mechanics-wrapper ul > li,
.mechanics-wrapper ol li p,
.mechanics-wrapper ul li p{
    margin-bottom: 24px;
}

/************************
 * banner section
*************************/

.banner-section h1 {
    margin-bottom: 40px;
}
.mobileShow{
display:none;
}



.blog-post__body h1{
    font-size: 36px;
    line-height: 44px;
    font-family: 'Exo 2';
    font-weight: 700;
    margin-top: 40px;
}

/************************
 * Responsive Style
*************************/
@media(max-width: 1200px){
  #slick-slide07 .slider-button-wrapper-mechanics{
     bottom:50px !important;
  }
.custom-compatible-handsets-section-2 h2 {
    text-align: left;
}
}
@media (max-width:1024px){ 
  .custom-corporate-section .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area_1-row-2-background-image.dnd-section.dnd_area_1-row-2-padding{
  padding: 9rem 0 15rem 0 !important;
  }
  #slick-slide07 .slider-button-wrapper-mechanics a{
  font-size:22px;
  }
  .positionText{
  right:120px;
  }
  .section-title.apnTitle span {
    font-size: 54px !important;
  }
  .section-title.apnTitle  {
    font-size: 48px !important;
  }
}
@media(max-width: 1023px){
  .section-title.apnTitle {
    font-size: 38px !important;
  }
  .section-title.apnTitle span {
    font-size: 42px !important;
  }
.custom-compatible-handsets-section-2 {
    text-align: center;
}
.custom-compatible-handsets-section-2 h2 {
    text-align: center;
}
}

@media (max-width:992px){ 
  #slick-slide07 .slider-button-wrapper-mechanics {
	left: 42% !important;
	bottom: 50px !important;
	margin-left: -60px;
}
  #slick-slide07 .slider-button-wrapper-mechanics a{
	font-size:18px;
}
  .sidebar .blog-card figure{
  height:272px;
  } 
  .custom-bloglist-top-section figure{
  mask-size:80% 100%;
  -webkit-mask-size:80% 100%; 
  }
  .custom-bloglist-top-section figure img{
  height:auto;
  }
  .custom-volte-section .custom-faq .hs-accordion-grp{
  padding:0 15px;
  }
  .positionText{
  right:80px;
  }
.viber-promo .tab-content .viber-content .viber-item:first-child br {
	display: none;
} 
}


.promo-slider-49 .home-section-banner .fleft
{
  float: left !important; 
}
.promo-slider-49 .homebanner-col img
{
  max-width: 70% !important; 
}

.promo-slider-pay-day img:nth-child(2)
{
  max-width: 80% !important;
  margin-top: -85px !important;
}

.fwa-page-experience .slider-logo-wrapper
{
  display:none;
}

.fwa-page-experience .slider-content-wrapper
{
  background:#0238A8 !important;
}

.fwa-page-experience .points-wrap p
{
  color:#F3F3F3 !important;
}

.fwa-page-experience .inner-slides-points-wrap {
  padding: 40px 0px !important;
}

.fwa-page-experience .line-wrap {
    height: 330px !important;
}

.fam-compatible
{
    padding: 24px 20px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 30px;
    min-height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    font-family: "Exo 2",sans-serif;
    width: 300px;
    margin: 0px auto;
    margin-bottom: 20px; 
  color:#3E3E3E !important;
}

.fam-compatible h3
{
  font-size:24px;
  margin-bottom:12px;
}

.fam-compatible h4
{
  font-size:20px;
  font-weight:600;
  margin-bottom: 20px;
}

.fam-compatible p
{
  font-size:16px;
}

.fam-compatible img
{
 margin-bottom: 15px; 
}

.promo-slider-pay-day .image-col img
{
  max-width: 90% !important;
}

.promo-slider-pay-day .image-col {
  height: 440px !important;
}

.promo-slider-49 .home-banner-content
{
  margin-bottom:60px !important; 
}

.top-up-no-line .left-section-content
{
  display: flex;
  justify-content: center;
  align-self: center;
}

.top-up-no-line .slider-points-section
{
  display:none; 
}

.top-up-line-wrap-03 .line-wrap
{
  height: 220px !important; 
}

.top-up-line-wrap-04 .line-wrap
{
  height: 330px !important; 
}

.top-up-line-wrap-05 .line-wrap
{
  height: 420px !important; 
}

.top-up-line-wrap-06 .line-wrap
{
  height: 530px !important; 
}

.top-up-line-wrap-07 .line-wrap
{
  height: 640px !important; 
}

.network-coverage-layout .home-high-speed .section-header-wrap h1.section-header {
    font-size: 36px;
    color: #3e3e3e;
    margin-bottom: 60px;
}

.network-coverage-layout .dnd-section .hs-button, .custom-volte-section .dnd-section .hs-button{
    font-family: "Exo 2",sans-serif;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ce1126;
    display: inline-block;
    line-height: 50px;
    transition: background ease-in .3s;
    min-width: 185px;
    text-align: center;
    padding: 0 20px;
}

.network-coverage-layout .banner {
    min-height: auto !important;
}

.main-fam-compatible
{
    display: flex;
    width: 55%;
    margin: 0px auto;
}
 
.DND_DITO-row-0-background-image {
  position:relative;
  background-color:#fff;
}

.partners-row1 .dnd-row>.row-fluid>.span6 .hs-button
{
    display:block !important; 
}

.partners-row1 .dnd-row>.row-fluid>.span6:first-child {
    order: inherit !important;
}

.partners-row1 .dnd-row>.row-fluid>.span6+.span6 {
    order: inherit !important;
}

.partners-row1 .row-number-7.dnd-row {
    display: none !important;
}

.fam-faq-step
{
	margin-left: 40px;	
}

.fam-faq-heading {
        font-size: 24px !important;
    font-weight: 600 !important;
    color: #3e3e3e !important;
    margin-bottom: 20px!important;
    margin-top: 30px;
    font-family: "Exo 2", sans-serif !important;
}

.custom-logo img.hs-image-widget {
    height: 50px !important;
}

.header-right-image img
{
    height:auto !important; 
}

.christmas-template-layout .simple-banner .row
{
   margin-left:0px !important;
   margin-right:0px !important;
}

.christmas-template-layout .simple-banner .row .col-md-12
{
   padding-left:0px !important;
   padding-right:0px !important;
}

.christmas-mechanics-banner {
    padding-bottom: 0 !important;
}

/*---search result----*/

#hs_cos_wrapper_search_results_content h1
{
   font-size: 36px;
   margin: 20px 0px; 
}

#hs_cos_wrapper_search_results a
{
  font-family: "Exo 2",sans-serif;
    color: #3E3E3E;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700; 
}

#hs_cos_wrapper_search_results ul li
{
  margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}

#hs_cos_wrapper_search_results ul li:hover
{
  box-shadow: 0px 5px 10px #0000001c;
}

#hsresults li
{
 position:relative; 
}

#hsresults li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
    padding: 18px 30px;
}

#hsresults li a:hover
{
  color:#ce1125;
}

#hsresults li p {
    padding-top: 3.5rem;
  font-size:16px;
}



.barbel-fb p, .barbel-fb li
{
font-family: 'Exo 2' !important;
}

.barbel-fb-txt ul li
{
position: relative;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
    padding-left: 12px;
    margin-top: 30px;
      color: #3E3E3E;
}

.barbel-fb ul
{
    list-style-type:none;
}
  
.barbel-fb-li-p:before, .barbel-fb-li-n:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-39px);
    height: 36px;
    width: 36px;
}

.barbel-fb-li-p:before {
    background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/Right1.svg) no-repeat left top;
}

.barbel-fb-li-n:before {
    background: url(https://19618217.fs1.hubspotusercontent-na2.net/hubfs/19618217/Wrong.svg) no-repeat left top;
}

.barbel-facebook
{
    padding-top: 25px;
}

.barbel-box
{
    width: 35%;
    margin: 0px 15px;
    float: left;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #00000029;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    opacity: 1;
    padding: 10px 30px;
    min-height: 465px;
}

.barbel-box-icon
{
    width:12%; 
    float:left;
}

.promo-mechanics-layout .dnd_area_1-row-2-background-gradient
{
  background: rgb(243,243,243) !important;
  background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 99%, rgba(222,222,222,1) 100%)!important;
}

/*---end search result----*/

/*---Rogue------------*/

.rogue-page-layout .freedom-page-row-2 .dnd_area2-row-0-background-gradient
{
  margin-top:-120px;
}

.link-btn
{
  color:#fff !important; 
}

.hs-menu-wrapper.flyouts .hs-item-has-children
{
  text-align: center;
  margin-bottom: 30px;
}

/*---End Rogue------------*/

@media only screen and (max-width: 767px) {
    .custom-corporate-section .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area_1-row-2-background-image.dnd-section.dnd_area_1-row-2-padding {
	padding: 4rem 0 7rem 0 !important;
}
/* #slick-slide17 .slider-button-wrapper-mechanics {
	left: 42% !important;
	bottom: 140px !important;
	margin-left: -60px;
}
  #slick-slide17 .slider-button-wrapper-mechanics a {
	border: 3px solid #00408f;
	border-radius: 20px;
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 7px 0 0px #f5ce3d;
	max-width: 65%; 
	display: block; 
	text-align: center;
} */
  #slick-slide17 .slider-button-wrapper-mechanics a span {
	color: #00408f;
}
  
  .rogue-page-layout .freedom-page-row-1 .row-number-1 .row-fluid 
  {
    padding:0px;
  }
  
  .barbel-box
  {
    width: 100%;
    margin: 15px 0px;
    min-height: auto;
  }
  
  .barbel-box-icon
  {
    display:none; 
  }
    
  .barbel-fb-li-p:before, .barbel-fb-li-n:before {
    left:18px; 
    top: 7px;
  }
  
  .barbel-fb-txt ul li {
    line-height: 30px;
    margin-bottom: 16px;
    padding-left: 30px;
    margin-top: 20px;
  }
  
  #hsresults li p {
    padding-top: 6rem;
  }
  
  .career-job-hd 
  {
    font-size:36px;
  }
  
  .career-job-hd img
  {
    width: 100px !important;
    margin: 10px 0px 12px 10px !important; 
  }
  
  .custom-bloglist-top-section figure{
  mask-size:100% 100%;
  -webkit-mask-size:100% 100%; 
  }
  .custom-bloglist-top-section figure img{
  height:272px;
  }
  .positionText{
  bottom:55px;
  }
  .section-title.apnTitle{
    margin:0;
    line-height:normal !important;
  }
  .section-title.apnTitle ,.apnText{
    text-align:center;
  }
  
  .desktopShow{
  display:none;
  }
  .mobileShow{
    display:inline-block;
  }
  .mechanics-wrapper ol > li table tr,.mechanics-wrapper ol > li table tr th{
    font-size:12px;
    line-height:16px;
  }
  .banner-section h1,
  .banner-section p{
      text-align: center;
  }
  .banner-section h1 {
      margin-bottom: 29px;
  }
  .mechanics-wrapper h2 {

  }
  .mechanics-wrapper ol,
  .mechanics-wrapper ul{
      padding-left: 21px;
  }
  .blog-post__body h1{
      font-size: 24px;
      line-height: 32px;  
  } 

  .hd-mechanics-39 span
  {
    font-size: 40px !important;
  }

  .hd-mechanics-49 span
  {
    font-size: 40px !important;
  }

  .home-top-up .banner-lazada-btn
  {
    text-align: center !important
  }
  
  .fwa-page-experience .line-wrap {
    height: 360px !important;
  }
  
  .fwa-page-experience .inner-slides-points-wrap {
    padding: 10px 0px !important;
  }
  
  .promo-slider-pay-day .image-col img
  {
    max-width: 100% !important;
    position: relative !important;
    margin-bottom: 120px !important;
  }
  
  .promo-slider-pay-day img
  {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  
  .promo-slider-39 .image-col img
  {
    max-width: 80% !important;
    margin-top: 30px !important;   
  }
  
  .promo-slider-49 .image-col img {
    max-width: 80% !important;
  }
  
  .app-landing-slider h3
  {
     font-size: 35px !important;
  }
  
  .app-landing-slider h3 img
  {
      margin-bottom: -55px !important;
  }
  
  .app-landing-slider #app-landing-download
  {
      margin-top: 40px !important;
  }
  
  .online-top-slider .image-col img
  {
    max-width: 100% !important;
    margin-top: 50px !important;
  }
  
  .online-top-slider img {
    margin-bottom: 40px !important;
  }
  
  .top-up-line-wrap-03 .line-wrap {
    height: 260px !important;
  }
  
  .top-up-line-wrap-04 .line-wrap {
    height: 280px !important;
  }
  
  .top-up-line-wrap-05 .line-wrap {
    height: 480px !important;
  }
  
  .top-up-line-wrap-06 .line-wrap {
    height: 650px !important;
  }
  
  .top-up-line-wrap-07 .line-wrap {
    height: 800px !important;
  }
  
  .top-up-line-wrap-bayad .line-wrap
  {
    height: 310px !important;
  }
  
  .top-up-line-wrap-bpi .line-wrap {
    height: 600px !important;
  }
  
  .top-up-line-wrap-cliqq .line-wrap {
    height: 390px !important;
  }
  
  .top-up-line-wrap-da5 .line-wrap {
    height: 520px !important;
  }
  
  .top-up-line-wrap-gcash .line-wrap {
    height: 600px !important;
  }
  
  .top-up-line-wrap-megapay .line-wrap {
    height: 380px !important;
  }
  
  .top-up-line-wrap-landbank .line-wrap {
    height: 640px !important;
  }
  
  .top-up-line-wrap-lazada .line-wrap {
    height: 800px !important;
  }
  
  .top-up-line-wrap-moneygment .line-wrap {
    height: 430px !important;
  }
  
  .top-up-line-wrap-sendah .line-wrap {
    height: 470px !important;
  }
  
  .top-up-line-wrap-shopee .line-wrap {
    height: 480px !important;
  }
  
  .top-up-line-wrap-wechat .line-wrap {
    height: 280px !important;
  }
  
  .top-up-line-wrap-coins .line-wrap {
    height: 370px !important;
  }
  
  .top-up-line-wrap-grab .line-wrap {
    height: 360px !important;
  }
  
  .banner-section-1 .welcome-offer.banner .page-center, .banner-section-1 .DND_banner-row-0-padding .row-fluid 
  {
   /*padding:0px !important;*/ 
  }
  
  .main-fam-compatible
  {
      width: 100%;
      display: inherit;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px)
{ 
  .barbel-box
  {
    width: 45%;
    margin: 15px 17px;
  }
  
  .barbel-box-icon
  {
    display:none; 
  }
  
  .home-top-up .banner-lazada-btn
  {
    text-align: center !important
  }
  
  .hd-mechanics-49 span
  {
    font-size: 40px !important;
  }
  
  .promo-slider-49 .homebanner-col img
  {
    max-width: 48% !important; 
  }
  
  .promo-slider-pay-day .homebanner-col img
  {
    max-width: 50% !important; 
  }
  
  .promo-slider-pay-day .image-col img
  {
    max-width: 60% !important;
    margin-top: 0px !important;
  }
  
  .promo-slider-pay-day img
  {
    margin-bottom: 40px !important;
    margin-top: -10px !important;
  }
  
  .promo-slider-pay-day .banner-lazada-btn-main
  {
    margin-bottom:40px;
  }
  
  .promo-slider-39 .image-col img
  {
    margin-bottom: -50px !important;
    margin-top: 25px !important; 
  }
  
  .main-fam-compatible
  {
      width: 90%;
  }
  
  .partners-row1 .hs-button 
  {
      font-size: 15px;
      padding: 0 15px;
      min-width: 190px;
  }
}

#hs-banner-parent #hs-eu-cookie-confirmation {
	inset:unset !important;	
	top:0  !important;
	width:100vw  !important;
	max-width:100vw  !important;
	max-height:unset  !important;
	transform:unset  !important;
	bkit-transform:unset  !important;
  border-radius:0 !important;
  display:flex;
  align-items:center;
  justify-content:center;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  max-width:1100px;
  padding:24px;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area {
  border-top: 1px solid #b3b3b3;
  padding-top: 12px;
  justify-content:center;
}

#hs-eu-policy-wording p {
  margin-bottom:1em !important;
}

#hs-eu-cookie-settings-button {
  display:none !important;
}


@media screen and (max-width:435px) {
 .help-center-btn{
    bottom: 5rem !important;
    right: 1rem !important; 
  }
}