/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }
:root {
    --width-menu: 210px;

    --font-xs: 10px;
    --font-sm: 12px;
    --font-md: 14px;
    --font-lg: 16px;
    --font-xl: 28px;
    --font-xxl: 36px;

    --dimen-xs: 5px;
    --dimen-sm: 10px;
    --dimen-md: 16px;
    --dimen-lg: 30px;
    --dimen-xl: 40px;
    --dimen-xxl: 100px;

    --input-width-sm: 100px;
    --input-width-md: 150px;
    --input-width-lg: 330px;

    --color-link: #1616fc;
    --color-muted: #969696;
    --color-primary: #000000;
    --color-line: #e2e0dc;
    --color-line-dark: #969696;
    --color-input-background: #e2e0dc;
    --color-button-primary: #969696;

    --tf-heading: "GothamBook", sans-serif;
    --tf-text: "GothamBook", sans-serif;
    --tf-bold: "GothamBold", sans-serif;
    --tf-medium: "GothamMedium", sans-serif;
}

@media screen and (max-width: 768px) {
    :root {
        --font-xs: 10px;
        --font-sm: 11px;
        --font-md: 14px;
        --font-lg: 16px;
        --font-xl: 20px;
        --font-xxl: 25px;

        --dimen-xs: 5px;
        --dimen-sm: 10px;
        --dimen-md: 12px;
        --dimen-lg: 16px;
        --dimen-xl: 25px;
        --dimen-xxl: 30px;

        --input-width-sm: 100px;
        --input-width-md: 150px;
        --input-width-lg: 200px;
    }
}
html,
body {
    margin: 0 auto;
    color: #000000;
    min-height: 100vh;
    max-width: 1745px;
    word-wrap: break-word;
    background-color: #fff;
    font-size: var(--font-md);
    font-family: var(--tf-text);
}

body *,
body *::before,
body *::after {
    min-width: 0;
    min-height: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
hr {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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

table {
    border-collapse: collapse;
}

img,
svg,
canvas {
    max-width: 100%;
    max-height: 100%;
}
.modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, .8);
}

.modal.active {
    display: block;
    -webkit-animation: fade-in 0.5s forwards;
            animation: fade-in 0.5s forwards;
}

.modal .close {
    top: 15px;
    right: 25px;
    cursor: pointer;
    position: absolute;
}

.modal > .modal-body {
    top: 50%;
    left: 50%;
    width: 500px;
    max-height: 80%;
    overflow-y: auto;
    min-height: 100px;
    position: absolute;
    background-color: #fff;
    padding: var(--dimen-lg);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 2px 3px var(--color-muted);
            box-shadow: 0px 2px 3px var(--color-muted);
}

[data-modal],
[data-dismiss="modal"] {
    cursor: pointer;
}
.modal-backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}
.backdrop-active {
    height: 100%;
    display: block;
}
@media screen and (max-width: 768px) {
    .modal > .modal-body {
        top: 0;
        left: 0;
        width: 100%;
        max-height: 80%;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}
.grid {
    --gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.grid.no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.grid.gutter-sm {
    --gap: calc(var(--dimen-sm) / 2);
}

.grid.gutter-md {
    --gap: calc(var(--dimen-md) / 2);
}

.grid.gutter-lg {
    --gap: calc(var(--dimen-lg) / 2);
}

.grid.gutter-xl {
    --gap: calc(var(--dimen-xl) / 2);
}

.grid.gutter-xxl {
    --gap: calc(var(--dimen-xxl) / 2);
}

.grid.gutter {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.grid[class^="gutter-"],
.grid[class*=" gutter-"] {
    margin-left: calc(-1 * var(--gap)) !important;
    margin-right: calc(-1 * var(--gap)) !important;
    margin-bottom: calc(-1 * var(--gap) * 2) !important;
}

.grid > [class^="col"],
.grid > [class*=" col"] {
    padding: 0 var(--gap) calc(var(--gap) * 2) var(--gap);
}

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

.m-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.c-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.c-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.col.grow {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
.col-1 {
    -ms-flex-preferred-size: 8.3333%;
        flex-basis: 8.3333%;
}

.col-2 {
    -ms-flex-preferred-size: 16.6667%;
        flex-basis: 16.6667%;
}

.col-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}

.col-4 {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
}

.col-5 {
    -ms-flex-preferred-size: 41.6667%;
        flex-basis: 41.6667%;
}

.col-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.col-7 {
    -ms-flex-preferred-size: 58.3333%;
        flex-basis: 58.3333%;
}

.col-8 {
    -ms-flex-preferred-size: 66.6667%;
        flex-basis: 66.6667%;
}

.col-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
}

.col-10 {
    -ms-flex-preferred-size: 83.3333%;
        flex-basis: 83.3333%;
}

.col-11 {
    -ms-flex-preferred-size: 91.6667%;
        flex-basis: 91.6667%;
}

.col-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

@media screen and (min-width: 576px) {
    .col-xs-1 {
        -ms-flex-preferred-size: 8.3333%;
            flex-basis: 8.3333%;
    }
    .col-xs-2 {
        -ms-flex-preferred-size: 16.6667%;
            flex-basis: 16.6667%;
    }
    .col-xs-3 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }
    .col-xs-4 {
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    }
    .col-xs-5 {
        -ms-flex-preferred-size: 41.6667%;
            flex-basis: 41.6667%;
    }
    .col-xs-6 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .col-xs-7 {
        -ms-flex-preferred-size: 58.3333%;
            flex-basis: 58.3333%;
    }
    .col-xs-8 {
        -ms-flex-preferred-size: 66.6667%;
            flex-basis: 66.6667%;
    }
    .col-xs-9 {
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    }
    .col-xs-10 {
        -ms-flex-preferred-size: 83.3333%;
            flex-basis: 83.3333%;
    }
    .col-xs-11 {
        -ms-flex-preferred-size: 91.6667%;
            flex-basis: 91.6667%;
    }
    .col-xs-12 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

@media screen and (min-width: 768px) {
    .col-sm-1 {
        -ms-flex-preferred-size: 8.3333%;
            flex-basis: 8.3333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.6667%;
            flex-basis: 16.6667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.6667%;
            flex-basis: 41.6667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.3333%;
            flex-basis: 58.3333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.6667%;
            flex-basis: 66.6667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.3333%;
            flex-basis: 83.3333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.6667%;
            flex-basis: 91.6667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

@media screen and (min-width: 992px) {
    .col-md-1 {
        -ms-flex-preferred-size: 8.3333%;
            flex-basis: 8.3333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.6667%;
            flex-basis: 16.6667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.6667%;
            flex-basis: 41.6667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.3333%;
            flex-basis: 58.3333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.6667%;
            flex-basis: 66.6667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.3333%;
            flex-basis: 83.3333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.6667%;
            flex-basis: 91.6667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-1 {
        -ms-flex-preferred-size: 8.3333%;
            flex-basis: 8.3333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.6667%;
            flex-basis: 16.6667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.6667%;
            flex-basis: 41.6667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.3333%;
            flex-basis: 58.3333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.6667%;
            flex-basis: 66.6667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.3333%;
            flex-basis: 83.3333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.6667%;
            flex-basis: 91.6667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}
.btn {
    border: 0;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    color: var(--color-primary);
    background-color: transparent;
    padding: var(--dimen-xs) var(--dimen-md);
    /* border-bottom: 1px solid var(--color-line-dark); */
    border: 1px solid var(--color-button-primary);
}

.btn.btn-line {
    border: none;
    border-bottom: 1px solid var(--color-line-dark) !important;
    padding: 0 0 5px 0;
}

.btn:focus {
    outline: none;
}

.btn:enabled:hover {
    color: var(--color-muted);
    background-color: transparent;
}

.btn:disabled {
    cursor: default;
}

.btn-raw {
    padding: 0;
    border: none;
}

.btn-raw:enabled:hover {
    background-color: transparent;
}

.btn-sm {
    font-size: var(--font-sm);
    padding: var(--dimen-xs) var(--dimen-md);
}

.btn-lg {
    min-width: var(--input-width-lg);
    padding: var(--dimen-md);
    font-size: var(--font-md);
    font-family: var(--tf-text);
    line-height: calc(var(--font-md));
}

.btn.btn-primary {
    font-family: var(--tf-bold) !important;
}

.label {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 0.787rem;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}

.form-control,
.form-group {
    width: 100%;
    border: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: var(--dimen-xs) var(--dimen-sm);
    border: 1px solid var(--color-input-background);
    background-color: var(--color-input-background);
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.form-group .form-control {
    padding: 0;
    border: none;
}

.form-control.form-control-simple {
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--color-line-dark);
}

.form-control:focus {
    outline: none;
}

.form-control.form-control-simple:focus {
    background-color: transparent;
}

input::-webkit-input-placeholder {
    font-size: var(--font-sm);
}

input::-moz-placeholder {
    font-size: var(--font-sm);
}

input::-ms-input-placeholder {
    font-size: var(--font-sm);
}

input::placeholder {
    font-size: var(--font-sm);
}

.select-custom {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	background-image: url('/images/web/icons/angle-arrow-down.svg') !important;
	background-repeat: no-repeat, repeat !important;
    background-position: right .5em top 50%, 0 0 !important;
	background-size: .65em auto, 100% !important;
    padding: var(--dimen-xs) var(--dimen-sm) var(--dimen-xs) var(--dimen-xs) !important;
    border-radius: 0;
}
.select-custom[name="locale"]{
    margin: 5px;
}

.error {
    display: none;
    color: #f55753;
    font-size: 0.7857rem;
    margin-top: var(--dimen-xs);
}

.error.active {
    display: block;
}

.radio,
.checkbox {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
    vertical-align: -webkit-baseline-middle;
}

.radio input,
.checkbox input {
    display: none;
}

.radio .indicator,
.checkbox .indicator {
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #ccc;
    display: inline-block;
}

.radio .indicator {
    border-radius: 50%;
}

.radio input:checked ~ .indicator {
    background-color: #fff;
    border: 6px solid #494949;
}

.checkbox .indicator::after {
    top: 3px;
    left: 6px;
    width: 4px;
    height: 8px;
    content: "";
    display: none;
    position: absolute;
    border: solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}

.checkbox input:checked ~ .indicator {
    background-color: #494949;
}

.checkbox input:checked ~ .indicator::after {
    display: block;
    background-color: #494949;
}

textarea {
    resize: none;
    overflow: auto;
}.p-sm {
    padding: var(--dimen-sm) !important;
}

.p-md {
    padding: var(--dimen-md) !important;
}

.p-lg {
    padding: var(--dimen-lg) !important;
}

.p-xl {
    padding: var(--dimen-xl) !important;
}

.pv-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pv-lg {
    padding-top: var(--dimen-lg) !important;
    padding-bottom: var(--dimen-lg) !important;
}

.mr-xs {
    margin-right: var(--dimen-xs) !important;
}

.mr-sm {
    margin-right: var(--dimen-sm) !important;
}


.mt-xs {
    margin-top: var(--dimen-xs) !important;
}

.mt-sm {
    margin-top: var(--dimen-sm) !important;
}

.mt-md {
    margin-top: var(--dimen-md) !important;
}

.mt-lg {
    margin-top: var(--dimen-lg) !important;
}

.mt-xl {
    margin-top: var(--dimen-xl) !important;
}

.mt-xxl {
    margin-top: var(--dimen-xxl) !important;
}
.mr-5{
    margin-right: 5px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-10{
    margin-top: 10px;
}.xs {
    font-size: var(--font-xs) !important;
    line-height: calc(var(--font-xs));
}

.sm {
    font-size: var(--font-sm) !important;
    line-height: calc(var(--font-sm));
}

.md {
    font-family: var(--tf-heading);
    font-size: var(--font-md) !important;
    line-height: calc(var(--font-md));
}

.lg {
    font-family: var(--tf-heading);
    font-size: var(--font-lg) !important;
    line-height: calc(var(--font-lg));
}

.xl {
    font-family: var(--tf-heading);
    font-size: var(--font-xl) !important;
    line-height: calc(var(--font-xl));
}

.xxl {
    font-family: var(--tf-heading);
    font-size: var(--font-xxl) !important;
    line-height: calc(var(--font-xxl));
}

.lh-xs {
    line-height: calc(var(--font-xs) * 1.5);
}

.lh-sm {
    line-height: calc(var(--font-sm) * 1.5);
}

.lh-md {
    line-height: calc(var(--font-md) * 1.5);
}

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

.right {
    text-align: right !important;
}

.upper {
    text-transform: uppercase;
}

.capital {
  text-transform: capitalize;
}

.bold {
    font-family: var(--tf-bold) !important;
}

.medium {
    font-family: var(--tf-medium) !important;
}

@media screen and (max-width: 768px) {
    .right-xs {
        text-align: right;
    }
    .center-xs {
        text-align: center;
    }
}
.muted {
    color: var(--color-muted) !important;
}

.link {
    color: var(--color-link) !important;
}
@-webkit-keyframes slide-from-right {
    0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slide-from-right {
    0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@-webkit-keyframes slide-from-left {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slide-from-left {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}
.container {
    margin: 0 auto;
    padding: 0 calc(var(--dimen-xl) + var(--width-menu));
}

.container.no-menu {
    padding-left: var(--dimen-xl);
    padding-right: var(--dimen-xl);
}

.toast {
    left: 50%;
    z-index: 10;
    bottom: 20px;
    color: #fff;
    display: none;
    padding: 10px;
    position: fixed;
    min-width: 300px;
    border-radius: 2px;
    background: #383838;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0 8px 6px -6px #000;
            box-shadow: 0 8px 6px -6px #000;
}

.toast .remove {
    cursor: pointer;
}

.toast.active {
    display: block;
}

.rel {
    position: relative;
}

.hr {
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-color: var(--color-line);
}

.bd {
    border: 1px solid var(--color-line);
}

.hr.dark,
.bd.dark {
    border-color: var(--color-line-dark);
}

.list {
    list-style-type: none;
}

.list  .sublist{
    text-indent:8%;
    list-style-type: none;
}

.hidden {
    display: none;
}

header {
    height: 113px;
}

header > div {
    left: 0;
    right: 0;
    z-index: 5;
    height: 113px;
    position: fixed;
    max-width: 1745px;
    background-color: #fff;
}

header .logo {
    height: 50px;
}

.ico {
    width: 15px;
    height: 15px;
    fill: currentColor;
    display: inline-block;
}

.ico.ico-sm {
    width: 10px;
    height: 10px;
}

.menu-wrapper {
    position: fixed;
    top: 113px;
}

.menu {
    top: 0;
    left: 0;
    position: absolute;
    width: 240px;
    background-color: #fff;
}

.menu > .submenu{

}

.iti {
    width: 100%;
}

/* slick dots css*/
.slider .slick-dots {
    bottom: 12px !important;
}

.slider .slick-dots li button::before {
    font-size: 9px !important;
    color: white !important;
    opacity: 0.5 !important;
}

.slider .slick-dots li.slick-active button::before {
    opacity: 1 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/* Wishlist CSS */
.state-wished {
    display: none;
}
.wished .ico {
    color: #a51616;
}
.wished .state-unwished {
    display: none;
}
.wished .state-wished {
    display: initial;
}

/* Quantity Picker */
.qty-picker {
    max-width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    padding: var(--dimen-md);
    width: var(--input-width-lg);
    border: 1px solid var(--color-line-dark);
}

.qty-picker.qty-picker-xs {
    padding: var(--dimen-xs);
    width: var(--input-width-sm);
}

.qty-picker input {
    padding: 0;
    width: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

.qty-picker .trigger {
    cursor: pointer;
    padding: 0 var(--dimen-md);
}

.qty-picker.qty-picker-xs input {
    width: 30px;
}

.qty-picker.qty-picker-xs .trigger {
    padding: 0 var(--dimen-xs);
}

/* Bag */
#modal-bag .modal-body,
#modal-filters .modal-body {
    top: 0;
    right: 0;
    left: auto;
    width: 300px;
    height: 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

#modal-bag .modal-body .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}

#modal-bag .modal-body.locked .overlay {
    display: block;
}

.active#modal-bag .modal-body,
.active#modal-filters .modal-body {
    -webkit-animation: slide-from-right 0.5s forwards;
            animation: slide-from-right 0.5s forwards;
}

.tnc {
    padding-left: 20px;
}

.tnc li {
    margin-top: 10px;
}

.hidden {
    display: none;
}

/* images */

.img-box {
    height: 0;
    position: relative;
    padding-bottom: 128%;
    background-color: #efefef;
    overflow: hidden;
}

.img-box > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.img-switch:hover .normal {
    display: none;
}

.img-switch:hover .hover {
    display: block;
}

.img-switch .hover {
    display: none;
}

.loading {
    position: relative;
}

.loading::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    text-align: center;
    position: absolute;
    content: "Loading...";
    background-color: rgba(255, 255, 255, 0.8);
}

/* product color */
.color {
    z-index: 1;
    width: 28px;
    height: 28px;
    position: relative;
    border: 1px solid var(--color-line);
}

.color.color-sm {
    width: 15px;
    height: 15px;
}

.color.color-sm:before {
    border: 1px solid #fff;
}

.color:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #fff;
}

.color.name {
    width: auto;
    height: auto;
    padding: 5px;
    font-size: var(--font-sm);
}

.color.active {
    /* border-color: var(--color-line-dark); */
    border-color: var(--color-button-primary);
}

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

@media screen and (min-width: 769px) {
    .visible-xs {
        display: none !important;
    }

    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

    .menu {
        height: calc(100vh - 130px);
        overflow-y: scroll;
    }

    .menu-body{
        position: relative;
        left: 40px;
        width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .container,
    .container.no-menu {
        padding: 0 var(--dimen-md);
    }

    .hidden-xs {
        display: none;
    }

    .menu-wrapper {
        top: 48px;
        z-index: 9;
        position: fixed;
    }

    .menu-backdrop {
        top: 48px;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .menu {
        left: 0;
        z-index: 5;
        display: none;
        padding: var(--dimen-md);
        background-color: #fff;
        border: 1px solid var(--color-line);
    }

    .menu.active{
        display: block;
        height: 87vh;
        overflow-y: scroll;
    }
    .menu-backdrop.active {
        display: block;
        height: 100vh;
        overflow-y: scroll;
    }

    header,
    header > div {
        height: 48px;
    }

    header .logo {
        height: 15px;
    }

    .items-wrapper {
        margin-top: 20px;
    }
    .column-reverse-xs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .product-details-modal{
        width: 80% !important;
        left: -30% !important;
    }
}

.size-chart {
    width: 5rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid grey;
    font-size: 1rem;
}

.size-chart-modal{
    width: 35%;
    height: 35%;
    -webkit-box-shadow: 0 0 3px #ccc;
            box-shadow: 0 0 3px #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 46%;
    left: 15%;
    -webkit-transform: translate(50%,-50%);
            transform: translate(50%,-50%);
    z-index: 2000;
}

.product-details-modal {
    width: 35%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 0 0 3px #ccc;
            box-shadow: 0 0 3px #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 46%;
    left: 15%;
    -webkit-transform: translate(50%,-50%);
            transform: translate(50%,-50%);
    z-index: 2000;
}

.size-chart-modal>.modal-content, .product-details-modal>.modal-content {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    min-height: 150px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.ico.ico-cross-filled-black {
    background-image: url(/assets/images/cross-icon.svg);
}
.video-banner{
    width: 100%;
    height: 100%;
}
div img.stockist{
    width: 150px;
    height: 150px;
}
.show-content {
    .float-right {
        font-size: 23px;
        margin-right: 5px;
    }
}
.product-section, .favourite {
    padding: 10px 0;
}
.float-right{
    float: right;
}
.padding-v-5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.align-baseline{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.justify-space-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.w-80{
    width: 80%;
}
.cart-promo-code{
 padding: 5px 30px;
}

.stockist-img{
    height: 0;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
}
.stockist-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
}