.tns-outer {
  padding: 0!important
}

.tns-outer [hidden] {
  display: none!important
}

.tns-outer [aria-controls],.tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  transition: all 0s
}

.tns-slider>.tns-item {
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%
}

.tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s,opacity 0s
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto!important
}

.tns-gallery>.tns-moving {
  transition: all .25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  transition: opacity .6s;
  opacity: .6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-normal,.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix>div,.tns-vpfix>li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left
}

@charset "UTF-8";@font-face {
  font-family: font_icons;
  src: url(/public/font_icons.woff2) format("woff2"),url(/build/fonts/font_icons.623fd219.woff) format("woff"),url(/build/fonts/font_icons.9387404e.ttf) format("truetype"),url(/build/images/font_icons.3981482c.svg#font_icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2e4568;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,*:before,*:after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block
}

body {
  margin: 0;
  font-family: Open Sans,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.357;
  color: #2e4568;
  text-align: left;
  background-color: #f8f9fb
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,h2,h3,h4,h5,h6,p {
  margin-top: 0;
  margin-bottom: 0
}

abbr[title],abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 600
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #048ef8;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #048ef8;
  text-decoration: underline
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

pre,code,kbd,samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: 10px 15px 10px 0;
  padding-bottom: 10px 15px 10px 0;
  color: #898f96;
  text-align: left;
  caption-side: bottom
}

th {
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent
}

label {
  display: inline-block;
  margin-bottom: 10px
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

input,button,select,optgroup,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

button,[type=button],[type=reset],[type=submit] {
  -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=radio],input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none!important
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2
}

h1,.h1 {
  font-size: 2.1875rem
}

h2,.h2 {
  font-size: 1.75rem
}

h3,.h3 {
  font-size: 1.53125rem
}

h4,.h4 {
  font-size: 1.3125rem
}

h5,.h5 {
  font-size: 1.09375rem
}

h6,.h6 {
  font-size: .875rem
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 2px solid #edf0f3
}

small,.small {
  font-size: .75rem;
  font-weight: 400
}

mark,.mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-unstyled,.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: 0
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem
}

.blockquote-footer {
  display: block;
  font-size: .75rem;
  color: #6c757d
}

.blockquote-footer:before {
  content: "\2014\a0"
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #f8f9fb;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm {
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container-sm,.container {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container-md,.container-sm,.container {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container-lg,.container-md,.container-sm,.container {
      max-width:960px
  }
}

@media (min-width: 1200px) {
  .container-xl,.container-lg,.container-md,.container-sm,.container {
      max-width:1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

@media (min-width: 576px) {
  .col-sm {
      flex-basis:0;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-sm-1>* {
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-sm-2>* {
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-sm-3>* {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
  }

  .row-cols-sm-4>* {
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-sm-5>* {
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-sm-6>* {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
  }

  .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
  }

  .col-sm-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .col-sm-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-sm-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .col-sm-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-sm-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .col-sm-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-sm-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .col-sm-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-sm-first {
      order: -1
  }

  .order-sm-last {
      order: 13
  }

  .order-sm-0 {
      order: 0
  }

  .order-sm-1 {
      order: 1
  }

  .order-sm-2 {
      order: 2
  }

  .order-sm-3 {
      order: 3
  }

  .order-sm-4 {
      order: 4
  }

  .order-sm-5 {
      order: 5
  }

  .order-sm-6 {
      order: 6
  }

  .order-sm-7 {
      order: 7
  }

  .order-sm-8 {
      order: 8
  }

  .order-sm-9 {
      order: 9
  }

  .order-sm-10 {
      order: 10
  }

  .order-sm-11 {
      order: 11
  }

  .order-sm-12 {
      order: 12
  }

  .offset-sm-0 {
      margin-left: 0
  }

  .offset-sm-1 {
      margin-left: 8.33333333%
  }

  .offset-sm-2 {
      margin-left: 16.66666667%
  }

  .offset-sm-3 {
      margin-left: 25%
  }

  .offset-sm-4 {
      margin-left: 33.33333333%
  }

  .offset-sm-5 {
      margin-left: 41.66666667%
  }

  .offset-sm-6 {
      margin-left: 50%
  }

  .offset-sm-7 {
      margin-left: 58.33333333%
  }

  .offset-sm-8 {
      margin-left: 66.66666667%
  }

  .offset-sm-9 {
      margin-left: 75%
  }

  .offset-sm-10 {
      margin-left: 83.33333333%
  }

  .offset-sm-11 {
      margin-left: 91.66666667%
  }
}

@media (min-width: 768px) {
  .col-md {
      flex-basis:0;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-md-1>* {
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-md-2>* {
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-md-3>* {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
  }

  .row-cols-md-4>* {
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-md-5>* {
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-md-6>* {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
  }

  .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
  }

  .col-md-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .col-md-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-md-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .col-md-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-md-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .col-md-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-md-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .col-md-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-md-first {
      order: -1
  }

  .order-md-last {
      order: 13
  }

  .order-md-0 {
      order: 0
  }

  .order-md-1 {
      order: 1
  }

  .order-md-2 {
      order: 2
  }

  .order-md-3 {
      order: 3
  }

  .order-md-4 {
      order: 4
  }

  .order-md-5 {
      order: 5
  }

  .order-md-6 {
      order: 6
  }

  .order-md-7 {
      order: 7
  }

  .order-md-8 {
      order: 8
  }

  .order-md-9 {
      order: 9
  }

  .order-md-10 {
      order: 10
  }

  .order-md-11 {
      order: 11
  }

  .order-md-12 {
      order: 12
  }

  .offset-md-0 {
      margin-left: 0
  }

  .offset-md-1 {
      margin-left: 8.33333333%
  }

  .offset-md-2 {
      margin-left: 16.66666667%
  }

  .offset-md-3 {
      margin-left: 25%
  }

  .offset-md-4 {
      margin-left: 33.33333333%
  }

  .offset-md-5 {
      margin-left: 41.66666667%
  }

  .offset-md-6 {
      margin-left: 50%
  }

  .offset-md-7 {
      margin-left: 58.33333333%
  }

  .offset-md-8 {
      margin-left: 66.66666667%
  }

  .offset-md-9 {
      margin-left: 75%
  }

  .offset-md-10 {
      margin-left: 83.33333333%
  }

  .offset-md-11 {
      margin-left: 91.66666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
      flex-basis:0;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-lg-1>* {
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-lg-2>* {
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-lg-3>* {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
  }

  .row-cols-lg-4>* {
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-lg-5>* {
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-lg-6>* {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
  }

  .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
  }

  .col-lg-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .col-lg-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-lg-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .col-lg-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-lg-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .col-lg-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-lg-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .col-lg-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-lg-first {
      order: -1
  }

  .order-lg-last {
      order: 13
  }

  .order-lg-0 {
      order: 0
  }

  .order-lg-1 {
      order: 1
  }

  .order-lg-2 {
      order: 2
  }

  .order-lg-3 {
      order: 3
  }

  .order-lg-4 {
      order: 4
  }

  .order-lg-5 {
      order: 5
  }

  .order-lg-6 {
      order: 6
  }

  .order-lg-7 {
      order: 7
  }

  .order-lg-8 {
      order: 8
  }

  .order-lg-9 {
      order: 9
  }

  .order-lg-10 {
      order: 10
  }

  .order-lg-11 {
      order: 11
  }

  .order-lg-12 {
      order: 12
  }

  .offset-lg-0 {
      margin-left: 0
  }

  .offset-lg-1 {
      margin-left: 8.33333333%
  }

  .offset-lg-2 {
      margin-left: 16.66666667%
  }

  .offset-lg-3 {
      margin-left: 25%
  }

  .offset-lg-4 {
      margin-left: 33.33333333%
  }

  .offset-lg-5 {
      margin-left: 41.66666667%
  }

  .offset-lg-6 {
      margin-left: 50%
  }

  .offset-lg-7 {
      margin-left: 58.33333333%
  }

  .offset-lg-8 {
      margin-left: 66.66666667%
  }

  .offset-lg-9 {
      margin-left: 75%
  }

  .offset-lg-10 {
      margin-left: 83.33333333%
  }

  .offset-lg-11 {
      margin-left: 91.66666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
      flex-basis:0;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-xl-1>* {
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-xl-2>* {
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-xl-3>* {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
  }

  .row-cols-xl-4>* {
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-xl-5>* {
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-xl-6>* {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
  }

  .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
  }

  .col-xl-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%
  }

  .col-xl-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%
  }

  .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-xl-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%
  }

  .col-xl-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%
  }

  .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-xl-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%
  }

  .col-xl-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%
  }

  .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-xl-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%
  }

  .col-xl-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%
  }

  .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-xl-first {
      order: -1
  }

  .order-xl-last {
      order: 13
  }

  .order-xl-0 {
      order: 0
  }

  .order-xl-1 {
      order: 1
  }

  .order-xl-2 {
      order: 2
  }

  .order-xl-3 {
      order: 3
  }

  .order-xl-4 {
      order: 4
  }

  .order-xl-5 {
      order: 5
  }

  .order-xl-6 {
      order: 6
  }

  .order-xl-7 {
      order: 7
  }

  .order-xl-8 {
      order: 8
  }

  .order-xl-9 {
      order: 9
  }

  .order-xl-10 {
      order: 10
  }

  .order-xl-11 {
      order: 11
  }

  .order-xl-12 {
      order: 12
  }

  .offset-xl-0 {
      margin-left: 0
  }

  .offset-xl-1 {
      margin-left: 8.33333333%
  }

  .offset-xl-2 {
      margin-left: 16.66666667%
  }

  .offset-xl-3 {
      margin-left: 25%
  }

  .offset-xl-4 {
      margin-left: 33.33333333%
  }

  .offset-xl-5 {
      margin-left: 41.66666667%
  }

  .offset-xl-6 {
      margin-left: 50%
  }

  .offset-xl-7 {
      margin-left: 58.33333333%
  }

  .offset-xl-8 {
      margin-left: 66.66666667%
  }

  .offset-xl-9 {
      margin-left: 75%
  }

  .offset-xl-10 {
      margin-left: 83.33333333%
  }

  .offset-xl-11 {
      margin-left: 91.66666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #2e4568
}

.table th,.table td {
  padding: 10px 15px 10px 0;
  vertical-align: top;
  border-top: 1px solid #edf0f3
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #edf0f3
}

.table tbody+tbody {
  border-top: 2px solid #edf0f3
}

.table-sm th,.table-sm td {
  padding: .3rem
}

.table-bordered,.table-bordered th,.table-bordered td {
  border: 1px solid #edf0f3
}

.table-bordered thead th,.table-bordered thead td {
  border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #0000000d
}

.table-hover tbody tr:hover {
  color: #2e4568;
  background-color: #00000013
}

.table-primary,.table-primary>th,.table-primary>td {
  background-color: #c4cbd5
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
  border-color: #929eb0
}

.table-hover .table-primary:hover {
  background-color: #b5beca
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
  background-color: #b5beca
}

.table-secondary,.table-secondary>th,.table-secondary>td {
  background-color: #d6d8db
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,.table-success>th,.table-success>td {
  background-color: #c3e6cb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
  border-color: #8fd19e
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,.table-info>th,.table-info>td {
  background-color: #bee5eb
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
  border-color: #86cfda
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,.table-warning>th,.table-warning>td {
  background-color: #ffeeba
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,.table-danger>th,.table-danger>td {
  background-color: #f5c6cb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
  border-color: #ed969e
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,.table-light>th,.table-light>td {
  background-color: #fdfdfe
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
  border-color: #fbfcfc
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,.table-dark>th,.table-dark>td {
  background-color: #c6c8ca
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
  border-color: #95999c
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,.table-active>th,.table-active>td {
  background-color: #00000013
}

.table-hover .table-active:hover {
  background-color: #00000013
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
  background-color: #00000013
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #9aa7b7;
  background-color: #e9ecef;
  border-color: #edf0f3
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff0d
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: #ffffff13
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
      border: 0
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
      border: 0
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
      border: 0
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
      border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: .625rem .9375rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.357;
  color: #2e4568;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9aa7b7;
  border-radius: 5px;
  transition: border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
      transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #2e4568;
  background-color: #fff;
  border-color: #2e4568;
  outline: 0;
  box-shadow: none
}

.form-control::-moz-placeholder {
  color: #9aa7b7;
  opacity: 1
}

.form-control::placeholder {
  color: #9aa7b7;
  opacity: 1
}

.form-control:disabled,.form-control[readonly] {
  background-color: #edf0f3;
  opacity: 1
}

input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2e4568
}

select.form-control:focus::-ms-value {
  color: #2e4568;
  background-color: #fff
}

.form-control-file,.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.625rem + 1px);
  padding-bottom: calc(.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.357
}

.col-form-label-lg {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.09375rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .765625rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .625rem 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.357;
  color: #2e4568;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .765625rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: 50px;
  padding: 15px .9375rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control[size],select.form-control[multiple],textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 20px
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
  color: #898f96
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .75rem;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .765625rem;
  line-height: 1.357;
  color: #fff;
  background-color: #28a745e6;
  border-radius: 5px
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
  left: 5px
}

.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip {
  display: block
}

.was-validated .form-control:valid,.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.357em + 1.25rem)!important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.33925em + .3125rem) center;
  background-size: calc(.6785em + .625rem) calc(.6785em + .625rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 #28a74540
}

.was-validated select.form-control:valid,select.form-control.is-valid {
  padding-right: 3.75rem!important;
  background-position: right 1.875rem center
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
  padding-right: calc(1.357em + 1.25rem);
  background-position: top calc(.33925em + .3125rem) right calc(.33925em + .3125rem)
}

.was-validated .custom-select:valid,.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.875rem)!important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .9375rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.9375rem/calc(.6785em + .625rem) calc(.6785em + .625rem) no-repeat
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 #28a74540
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
  color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip {
  display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label {
  color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label:before,.custom-control-input.is-valid~.custom-control-label:before {
  border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label:before,.custom-control-input.is-valid:checked~.custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label:before,.custom-control-input.is-valid:focus~.custom-control-label:before {
  box-shadow: 0 0 #28a74540
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before {
  border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 #28a74540
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .75rem;
  color: #e74f76
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .765625rem;
  line-height: 1.357;
  color: #fff;
  background-color: #e74f76e6;
  border-radius: 5px
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px
}

.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .form-control:invalid,.form-control.is-invalid {
  border-color: #e74f76;
  padding-right: calc(1.357em + 1.25rem)!important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23e74f76%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23e74f76%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.33925em + .3125rem) center;
  background-size: calc(.6785em + .625rem) calc(.6785em + .625rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
  border-color: #e74f76;
  box-shadow: 0 0 #e74f7640
}

.was-validated select.form-control:invalid,select.form-control.is-invalid {
  padding-right: 3.75rem!important;
  background-position: right 1.875rem center
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
  padding-right: calc(1.357em + 1.25rem);
  background-position: top calc(.33925em + .3125rem) right calc(.33925em + .3125rem)
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
  border-color: #e74f76;
  padding-right: calc(.75em + 2.875rem)!important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .9375rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23e74f76%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23e74f76%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.9375rem/calc(.6785em + .625rem) calc(.6785em + .625rem) no-repeat
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
  border-color: #e74f76;
  box-shadow: 0 0 #e74f7640
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
  color: #e74f76
}

.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label {
  color: #e74f76
}

.was-validated .custom-control-input:invalid~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before {
  border-color: #e74f76
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.custom-control-input.is-invalid:checked~.custom-control-label:before {
  border-color: #ed7c99;
  background-color: #ed7c99
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 #e74f7640
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before {
  border-color: #e74f76
}

.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label {
  border-color: #e74f76
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #e74f76;
  box-shadow: 0 0 #e74f7640
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width: 576px) {
  .form-inline label {
      display:flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0
  }

  .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0
  }

  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle
  }

  .form-inline .form-control-plaintext {
      display: inline-block
  }

  .form-inline .input-group,.form-inline .custom-select {
      width: auto
  }

  .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0
  }

  .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: .25rem;
      margin-left: 0
  }

  .form-inline .custom-control {
      align-items: center;
      justify-content: center
  }

  .form-inline .custom-control-label {
      margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #2e4568;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .625rem .9375rem;
  font-size: .875rem;
  line-height: 1.286;
  border-radius: 5px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,opacity .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  color: #2e4568;
  text-decoration: none
}

.btn:focus,.btn.focus {
  outline: 0;
  box-shadow: none
}

.btn.disabled,.btn:disabled {
  opacity: .3
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #2e4568;
  border-color: #2e4568
}

.btn-primary:hover {
  color: #fff;
  background-color: #22334d;
  border-color: #1e2e45
}

.btn-primary:focus,.btn-primary.focus {
  color: #fff;
  background-color: #22334d;
  border-color: #1e2e45;
  box-shadow: 0 0 #4d617f80
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #2e4568;
  border-color: #2e4568
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e2e45;
  border-color: #1a283c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 #4d617f80
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary:focus,.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 #828a9180
}

.btn-secondary.disabled,.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 #828a9180
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success:focus,.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 #48b46180
}

.btn-success.disabled,.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 #48b46180
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info:focus,.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 #3ab0c380
}

.btn-info.disabled,.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 #3ab0c380
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning:focus,.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 #deaa0c80
}

.btn-warning.disabled,.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 #deaa0c80
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger:focus,.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 #e1536180
}

.btn-danger.disabled,.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 #e1536180
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light:focus,.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 #d8d9db80
}

.btn-light.disabled,.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 #d8d9db80
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark:focus,.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 #52585d80
}

.btn-dark.disabled,.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 #52585d80
}

.btn-outline-primary {
  color: #2e4568;
  border-color: #2e4568
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2e4568;
  border-color: #2e4568
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
  box-shadow: 0 0 #2e456880
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #2e4568;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e4568;
  border-color: #2e4568
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 #2e456880
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
  box-shadow: 0 0 #6c757d80
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 #6c757d80
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:focus,.btn-outline-success.focus {
  box-shadow: 0 0 #28a74580
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 #28a74580
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:focus,.btn-outline-info.focus {
  box-shadow: 0 0 #17a2b880
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 #17a2b880
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
  box-shadow: 0 0 #ffc10780
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 #ffc10780
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
  box-shadow: 0 0 #dc354580
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 #dc354580
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:focus,.btn-outline-light.focus {
  box-shadow: 0 0 #f8f9fa80
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 #f8f9fa80
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
  box-shadow: 0 0 #343a4080
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 #343a4080
}

.btn-link {
  font-weight: 400;
  color: #048ef8;
  text-decoration: none
}

.btn-link:hover {
  color: #048ef8;
  text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
  text-decoration: underline
}

.btn-link:disabled,.btn-link.disabled {
  color: #898f96;
  pointer-events: none
}

.btn-lg,.btn-group-lg>.btn {
  padding: 15px .9375rem;
  font-size: .875rem;
  line-height: 1.286;
  border-radius: .3rem
}

.btn-sm,.btn-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: .765625rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 10px
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
  .fade {
      transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
      transition: none
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
      transition: none
  }
}

.dropup,.dropright,.dropdown,.dropleft {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: .875rem;
  color: #2e4568;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
      right:auto;
      left: 0
  }

  .dropdown-menu-sm-right {
      right: 0;
      left: auto
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
      right:auto;
      left: 0
  }

  .dropdown-menu-md-right {
      right: 0;
      left: auto
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
      right:auto;
      left: 0
  }

  .dropdown-menu-lg-right {
      right: 0;
      left: auto
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
      right:auto;
      left: 0
  }

  .dropdown-menu-xl-right {
      right: 0;
      left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle:after {
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2e4568
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: 0 0 10px;
  margin-bottom: 0;
  font-size: .765625rem;
  color: #181818;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover {
  z-index: 1
}

.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .703125rem;
  padding-left: .703125rem
}

.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: .703125rem;
  padding-left: .703125rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
  margin-left: -1px
}

.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-prepend,.input-group-append {
  display: flex
}

.input-group-prepend .btn,.input-group-append .btn {
  position: relative;
  z-index: 2
}

.input-group-prepend .btn:focus,.input-group-append .btn:focus {
  z-index: 3
}

.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .625rem .9375rem;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.357;
  color: #2e4568;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #9aa7b7;
  border-radius: 5px
}

.input-group-text input[type=radio],.input-group-text input[type=checkbox] {
  margin-top: 0
}

.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select {
  height: 50px
}

.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
  padding: 15px .9375rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
  padding: .25rem .5rem;
  font-size: .765625rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
  padding-right: 1.9375rem
}

.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.187375rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.0936875rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: #2e4568;
  background-color: #2e4568
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #2e4568
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #819dc7;
  border-color: #819dc7
}

.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label:before,.custom-control-input:disabled~.custom-control-label:before {
  background-color: #edf0f3
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer
}

.custom-control-label:before {
  position: absolute;
  top: .0936875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd
}

.custom-control-label:after {
  position: absolute;
  top: .0936875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
  border-radius: 5px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-color: #2e4568;
  background-color: #2e4568
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: #2e456880
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: #2e456880
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: #2e456880
}

.custom-switch {
  padding-left: 2.625rem
}

.custom-switch .custom-control-label:before {
  left: -2.625rem;
  width: 2.125rem;
  pointer-events: all;
  border-radius: 2.125rem
}

.custom-switch .custom-control-label:after {
  top: calc(.0936875rem + 2px);
  left: calc(-2.625rem + 2px);
  width: .875rem;
  height: .875rem;
  background-color: #adb5bd;
  border-radius: 2.125rem;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
      transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  transform: translate(1.125rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: #2e456880
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: .625rem 1.9375rem .625rem .9375rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.357;
  color: #2e4568;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .9375rem center/8px 10px no-repeat;
  border: 1px solid #9aa7b7;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #2e4568;
  outline: 0;
  box-shadow: 0 0 #2e456840
}

.custom-select:focus::-ms-value {
  color: #2e4568;
  background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .9375rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2e4568
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .765625rem
}

.custom-select-lg {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: .9375rem;
  font-size: 1.09375rem
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  overflow: hidden;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #2e4568;
  box-shadow: none
}

.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label {
  background-color: #edf0f3
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: .625rem .9375rem;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.357;
  color: #2e4568;
  background-color: #fff;
  border: 1px solid #9aa7b7;
  border-radius: 5px
}

.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.357em + 1.25rem);
  padding: .625rem .9375rem;
  line-height: 1.357;
  color: #2e4568;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 5px 5px 0
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8f9fb,none
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f9fb,none
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8f9fb,none
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #2e4568;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #819dc7
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2e4568;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #819dc7
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #2e4568;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
      -ms-transition: none;
      transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #819dc7
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before,.custom-file-label,.custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,.custom-file-label,.custom-select {
      transition: none
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:hover,.nav-link:focus {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8f9fb;
  border-color: #dee2e6 #dee2e6 #f8f9fb
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 5px
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #2e4568
}

.nav-fill>.nav-link,.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .351578125rem;
  padding-bottom: .351578125rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: 0;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0
}

.navbar-toggler:hover,.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto
}

@media (max-width: 575.98px) {
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
      padding-right:0;
      padding-left: 0
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
      flex-flow:row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
      flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
  }

  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
      flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
      display: none
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
      padding-right:0;
      padding-left: 0
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
      flex-flow:row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
      flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
  }

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
      flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
      display: none
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
      padding-right:0;
      padding-left: 0
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      flex-flow:row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
      flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
      flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
      display: none
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
      padding-right:0;
      padding-left: 0
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
      flex-flow:row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
      flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
      flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
      display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: #000000e6
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
  color: #000000e6
}

.navbar-light .navbar-nav .nav-link {
  color: #00000080
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
  color: #000000e6
}

.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
  color: #00000080
}

.navbar-light .navbar-text a {
  color: #000000e6
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
  color: #000000e6
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff80
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffffbf
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: #ffffff80;
  border-color: #ffffff1a
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: #ffffff80
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #edf0f3;
  border-radius: 6px
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px
}

.card-title {
  margin-bottom: 15px
}

.card-subtitle {
  margin-top: -7.5px;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 15px
}

.card-header {
  padding: 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #edf0f3
}

.card-header:first-child {
  border-radius: 5px 5px 0 0
}

.card-footer {
  padding: 15px;
  background-color: #fff;
  border-top: 1px solid #edf0f3
}

.card-footer:last-child {
  border-radius: 0 0 5px 5px
}

.card-header-tabs {
  margin-right: -7.5px;
  margin-bottom: -15px;
  margin-left: -7.5px;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -7.5px;
  margin-left: -7.5px
}

.card-img-overlay {
  position: absolute;
  inset: 0;
  padding: 1.25rem;
  border-radius: 5px
}

.card-img,.card-img-top,.card-img-bottom {
  flex-shrink: 0;
  width: 100%
}

.card-img,.card-img-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.card-img,.card-img-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.card-deck .card {
  margin-bottom: 13px
}

@media (min-width: 576px) {
  .card-deck {
      display:flex;
      flex-flow: row wrap;
      margin-right: -13px;
      margin-left: -13px
  }

  .card-deck .card {
      flex: 1 0 0%;
      margin-right: 13px;
      margin-bottom: 0;
      margin-left: 13px
  }
}

.card-group>.card {
  margin-bottom: 13px
}

@media (min-width: 576px) {
  .card-group {
      display:flex;
      flex-flow: row wrap
  }

  .card-group>.card {
      flex: 1 0 0%;
      margin-bottom: 0
  }

  .card-group>.card+.card {
      margin-left: 0;
      border-left: 0
  }

  .card-group>.card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
      border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
      border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: 15px
}

@media (min-width: 576px) {
  .card-columns {
      -moz-column-count:3;
      column-count: 3;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1
  }

  .card-columns .card {
      display: inline-block;
      width: 100%
  }
}

.accordion {
  overflow-anchor: none
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 5px
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 5px
}

.page-link {
  position: relative;
  display: block;
  padding: 0;
  margin-left: 0;
  line-height: 1.25;
  color: #9aa7b7;
  background-color: transparent;
  border: 0 solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #2e4568;
  text-decoration: none;
  background-color: transparent;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2e4568;
  border-color: #2e4568
}

.page-item.disabled .page-link {
  color: #edf0f3;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: 0;
  font-size: 1.09375rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: 0;
  font-size: .765625rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,opacity .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .badge {
      transition: none
  }
}

a.badge:hover,a.badge:focus {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #2e4568
}

a.badge-primary:hover,a.badge-primary:focus {
  color: #fff;
  background-color: #1e2e45
}

a.badge-primary:focus,a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 #2e456880
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:hover,a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary:focus,a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 #6c757d80
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:hover,a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success:focus,a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 #28a74580
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:hover,a.badge-info:focus {
  color: #fff;
  background-color: #117a8b
}

a.badge-info:focus,a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 #17a2b880
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:hover,a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning:focus,a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 #ffc10780
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:hover,a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger:focus,a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 #dc354580
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:hover,a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light:focus,a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 #f8f9fa80
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:hover,a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark:focus,a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 #343a4080
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width: 576px) {
  .jumbotron {
      padding:4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 3.8125rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #182436;
  background-color: #d5dae1;
  border-color: #c4cbd5
}

.alert-primary hr {
  border-top-color: #b5beca
}

.alert-primary .alert-link {
  color: #080c13
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@keyframes progress-bar-stripes {
  0% {
      background-position: 1rem 0
  }

  to {
      background-position: 0 0
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .65625rem;
  background-color: #e9ecef;
  border-radius: 5px
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2e4568;
  transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
      transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
      animation: none
  }
}

.media {
  display: flex;
  align-items: flex-start
}

.media-body {
  flex: 1
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 5px
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #2e4568;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2e4568;
  border-color: #2e4568
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
      flex-direction:row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
      flex-direction:row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
      flex-direction:row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
      flex-direction:row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
      margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #182436;
  background-color: #c4cbd5
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
  color: #182436;
  background-color: #b5beca
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #182436;
  border-color: #182436
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 .25rem .75rem #0000001a;
  opacity: 0;
  border-radius: 8px
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px
}

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #fff;
  border-radius: 6px;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #283953
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .7
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 2px solid #eff0f1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.357
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2.5rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 2.25rem;
  border-top: 2px solid #eff0f1;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width:720px;
      margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
      min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
      height: calc(100vh - 3.5rem);
      height: -moz-min-content;
      height: min-content
  }

  .modal-sm {
      max-width: 510px
  }
}

@media (min-width: 992px) {
  .modal-lg,.modal-xl {
      max-width:800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
      max-width:1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Open Sans,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.357;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .765625rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top] {
  padding: .4rem 0
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0
}

.bs-tooltip-top .arrow:before,.bs-tooltip-auto[x-placement^=top] .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right] {
  padding: 0 .4rem
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-right .arrow:before,.bs-tooltip-auto[x-placement^=right] .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom] {
  padding: .4rem 0
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0
}

.bs-tooltip-bottom .arrow:before,.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left] {
  padding: 0 .4rem
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-left .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Open Sans,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.357;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow:before,.popover .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-top,.bs-popover-auto[x-placement^=top] {
  margin-bottom: .5rem
}

.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow:before,.bs-popover-auto[x-placement^=top]>.arrow:before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #00000040
}

.bs-popover-top>.arrow:after,.bs-popover-auto[x-placement^=top]>.arrow:after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-right,.bs-popover-auto[x-placement^=right] {
  margin-left: .5rem
}

.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-right>.arrow:before,.bs-popover-auto[x-placement^=right]>.arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #00000040
}

.bs-popover-right>.arrow:after,.bs-popover-auto[x-placement^=right]>.arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom] {
  margin-top: .5rem
}

.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow:before,.bs-popover-auto[x-placement^=bottom]>.arrow:before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #00000040
}

.bs-popover-bottom>.arrow:after,.bs-popover-auto[x-placement^=bottom]>.arrow:after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,.bs-popover-auto[x-placement^=left] {
  margin-right: .5rem
}

.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-left>.arrow:before,.bs-popover-auto[x-placement^=left]>.arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #00000040
}

.bs-popover-left>.arrow:after,.bs-popover-auto[x-placement^=left]>.arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: .875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #2e4568
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
      transition: none
  }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
  display: block
}

.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right {
  transform: translate(100%)
}

.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left {
  transform: translate(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
      transition: none
  }
}

.carousel-control-prev,.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,.carousel-control-next {
      transition: none
  }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
      transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@keyframes spinner-border {
  to {
      transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@keyframes spinner-grow {
  0% {
      transform: scale(0)
  }

  50% {
      opacity: 1;
      transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,.spinner-grow {
      animation-duration: 1.5s
  }
}

.align-baseline {
  vertical-align: baseline!important
}

.align-top {
  vertical-align: top!important
}

.align-middle {
  vertical-align: middle!important
}

.align-bottom {
  vertical-align: bottom!important
}

.align-text-bottom {
  vertical-align: text-bottom!important
}

.align-text-top {
  vertical-align: text-top!important
}

.bg-primary {
  background-color: #2e4568!important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
  background-color: #1e2e45!important
}

.bg-secondary {
  background-color: #6c757d!important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
  background-color: #545b62!important
}

.bg-success {
  background-color: #28a745!important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
  background-color: #1e7e34!important
}

.bg-info {
  background-color: #17a2b8!important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
  background-color: #117a8b!important
}

.bg-warning {
  background-color: #ffc107!important
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
  background-color: #d39e00!important
}

.bg-danger {
  background-color: #dc3545!important
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
  background-color: #bd2130!important
}

.bg-light {
  background-color: #f8f9fa!important
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
  background-color: #dae0e5!important
}

.bg-dark {
  background-color: #343a40!important
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
  background-color: #1d2124!important
}

.bg-white {
  background-color: #fff!important
}

.bg-transparent {
  background-color: transparent!important
}

.border {
  border: 1px solid #dee2e6!important
}

.border-top {
  border-top: 1px solid #dee2e6!important
}

.border-right {
  border-right: 1px solid #dee2e6!important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important
}

.border-left {
  border-left: 1px solid #dee2e6!important
}

.border-0 {
  border: 0!important
}

.border-top-0 {
  border-top: 0!important
}

.border-right-0 {
  border-right: 0!important
}

.border-bottom-0 {
  border-bottom: 0!important
}

.border-left-0 {
  border-left: 0!important
}

.border-primary {
  border-color: #2e4568!important
}

.border-secondary {
  border-color: #6c757d!important
}

.border-success {
  border-color: #28a745!important
}

.border-info {
  border-color: #17a2b8!important
}

.border-warning {
  border-color: #ffc107!important
}

.border-danger {
  border-color: #dc3545!important
}

.border-light {
  border-color: #f8f9fa!important
}

.border-dark {
  border-color: #343a40!important
}

.border-white {
  border-color: #fff!important
}

.rounded-sm {
  border-radius: .2rem!important
}

.rounded {
  border-radius: 5px!important
}

.rounded-top {
  border-top-left-radius: 5px!important;
  border-top-right-radius: 5px!important
}

.rounded-right {
  border-top-right-radius: 5px!important;
  border-bottom-right-radius: 5px!important
}

.rounded-bottom {
  border-bottom-right-radius: 5px!important;
  border-bottom-left-radius: 5px!important
}

.rounded-left {
  border-top-left-radius: 5px!important;
  border-bottom-left-radius: 5px!important
}

.rounded-lg {
  border-radius: .3rem!important
}

.rounded-circle {
  border-radius: 50%!important
}

.rounded-pill {
  border-radius: 50rem!important
}

.rounded-0 {
  border-radius: 0!important
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

.d-table-row {
  display: table-row!important
}

.d-table-cell {
  display: table-cell!important
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

@media (min-width: 576px) {
  .d-sm-none {
      display:none!important
  }

  .d-sm-inline {
      display: inline!important
  }

  .d-sm-inline-block {
      display: inline-block!important
  }

  .d-sm-block {
      display: block!important
  }

  .d-sm-table {
      display: table!important
  }

  .d-sm-table-row {
      display: table-row!important
  }

  .d-sm-table-cell {
      display: table-cell!important
  }

  .d-sm-flex {
      display: flex!important
  }

  .d-sm-inline-flex {
      display: inline-flex!important
  }
}

@media (min-width: 768px) {
  .d-md-none {
      display:none!important
  }

  .d-md-inline {
      display: inline!important
  }

  .d-md-inline-block {
      display: inline-block!important
  }

  .d-md-block {
      display: block!important
  }

  .d-md-table {
      display: table!important
  }

  .d-md-table-row {
      display: table-row!important
  }

  .d-md-table-cell {
      display: table-cell!important
  }

  .d-md-flex {
      display: flex!important
  }

  .d-md-inline-flex {
      display: inline-flex!important
  }
}

@media (min-width: 992px) {
  .d-lg-none {
      display:none!important
  }

  .d-lg-inline {
      display: inline!important
  }

  .d-lg-inline-block {
      display: inline-block!important
  }

  .d-lg-block {
      display: block!important
  }

  .d-lg-table {
      display: table!important
  }

  .d-lg-table-row {
      display: table-row!important
  }

  .d-lg-table-cell {
      display: table-cell!important
  }

  .d-lg-flex {
      display: flex!important
  }

  .d-lg-inline-flex {
      display: inline-flex!important
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
      display:none!important
  }

  .d-xl-inline {
      display: inline!important
  }

  .d-xl-inline-block {
      display: inline-block!important
  }

  .d-xl-block {
      display: block!important
  }

  .d-xl-table {
      display: table!important
  }

  .d-xl-table-row {
      display: table-row!important
  }

  .d-xl-table-cell {
      display: table-cell!important
  }

  .d-xl-flex {
      display: flex!important
  }

  .d-xl-inline-flex {
      display: inline-flex!important
  }
}

@media print {
  .d-print-none {
      display: none!important
  }

  .d-print-inline {
      display: inline!important
  }

  .d-print-inline-block {
      display: inline-block!important
  }

  .d-print-block {
      display: block!important
  }

  .d-print-table {
      display: table!important
  }

  .d-print-table-row {
      display: table-row!important
  }

  .d-print-table-cell {
      display: table-cell!important
  }

  .d-print-flex {
      display: flex!important
  }

  .d-print-inline-flex {
      display: inline-flex!important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive:before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9:before {
  padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
  padding-top: 56.25%
}

.embed-responsive-4by3:before {
  padding-top: 75%
}

.embed-responsive-1by1:before {
  padding-top: 100%
}

.flex-row {
  flex-direction: row!important
}

.flex-column {
  flex-direction: column!important
}

.flex-row-reverse {
  flex-direction: row-reverse!important
}

.flex-column-reverse {
  flex-direction: column-reverse!important
}

.flex-wrap {
  flex-wrap: wrap!important
}

.flex-nowrap {
  flex-wrap: nowrap!important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse!important
}

.flex-fill {
  flex: 1 1 auto!important
}

.flex-grow-0 {
  flex-grow: 0!important
}

.flex-grow-1 {
  flex-grow: 1!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.flex-shrink-1 {
  flex-shrink: 1!important
}

.justify-content-start {
  justify-content: flex-start!important
}

.justify-content-end {
  justify-content: flex-end!important
}

.justify-content-center {
  justify-content: center!important
}

.justify-content-between {
  justify-content: space-between!important
}

.justify-content-around {
  justify-content: space-around!important
}

.align-items-start {
  align-items: flex-start!important
}

.align-items-end {
  align-items: flex-end!important
}

.align-items-center {
  align-items: center!important
}

.align-items-baseline {
  align-items: baseline!important
}

.align-items-stretch {
  align-items: stretch!important
}

.align-content-start {
  align-content: flex-start!important
}

.align-content-end {
  align-content: flex-end!important
}

.align-content-center {
  align-content: center!important
}

.align-content-between {
  align-content: space-between!important
}

.align-content-around {
  align-content: space-around!important
}

.align-content-stretch {
  align-content: stretch!important
}

.align-self-auto {
  align-self: auto!important
}

.align-self-start {
  align-self: flex-start!important
}

.align-self-end {
  align-self: flex-end!important
}

.align-self-center {
  align-self: center!important
}

.align-self-baseline {
  align-self: baseline!important
}

.align-self-stretch {
  align-self: stretch!important
}

@media (min-width: 576px) {
  .flex-sm-row {
      flex-direction:row!important
  }

  .flex-sm-column {
      flex-direction: column!important
  }

  .flex-sm-row-reverse {
      flex-direction: row-reverse!important
  }

  .flex-sm-column-reverse {
      flex-direction: column-reverse!important
  }

  .flex-sm-wrap {
      flex-wrap: wrap!important
  }

  .flex-sm-nowrap {
      flex-wrap: nowrap!important
  }

  .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse!important
  }

  .flex-sm-fill {
      flex: 1 1 auto!important
  }

  .flex-sm-grow-0 {
      flex-grow: 0!important
  }

  .flex-sm-grow-1 {
      flex-grow: 1!important
  }

  .flex-sm-shrink-0 {
      flex-shrink: 0!important
  }

  .flex-sm-shrink-1 {
      flex-shrink: 1!important
  }

  .justify-content-sm-start {
      justify-content: flex-start!important
  }

  .justify-content-sm-end {
      justify-content: flex-end!important
  }

  .justify-content-sm-center {
      justify-content: center!important
  }

  .justify-content-sm-between {
      justify-content: space-between!important
  }

  .justify-content-sm-around {
      justify-content: space-around!important
  }

  .align-items-sm-start {
      align-items: flex-start!important
  }

  .align-items-sm-end {
      align-items: flex-end!important
  }

  .align-items-sm-center {
      align-items: center!important
  }

  .align-items-sm-baseline {
      align-items: baseline!important
  }

  .align-items-sm-stretch {
      align-items: stretch!important
  }

  .align-content-sm-start {
      align-content: flex-start!important
  }

  .align-content-sm-end {
      align-content: flex-end!important
  }

  .align-content-sm-center {
      align-content: center!important
  }

  .align-content-sm-between {
      align-content: space-between!important
  }

  .align-content-sm-around {
      align-content: space-around!important
  }

  .align-content-sm-stretch {
      align-content: stretch!important
  }

  .align-self-sm-auto {
      align-self: auto!important
  }

  .align-self-sm-start {
      align-self: flex-start!important
  }

  .align-self-sm-end {
      align-self: flex-end!important
  }

  .align-self-sm-center {
      align-self: center!important
  }

  .align-self-sm-baseline {
      align-self: baseline!important
  }

  .align-self-sm-stretch {
      align-self: stretch!important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
      flex-direction:row!important
  }

  .flex-md-column {
      flex-direction: column!important
  }

  .flex-md-row-reverse {
      flex-direction: row-reverse!important
  }

  .flex-md-column-reverse {
      flex-direction: column-reverse!important
  }

  .flex-md-wrap {
      flex-wrap: wrap!important
  }

  .flex-md-nowrap {
      flex-wrap: nowrap!important
  }

  .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse!important
  }

  .flex-md-fill {
      flex: 1 1 auto!important
  }

  .flex-md-grow-0 {
      flex-grow: 0!important
  }

  .flex-md-grow-1 {
      flex-grow: 1!important
  }

  .flex-md-shrink-0 {
      flex-shrink: 0!important
  }

  .flex-md-shrink-1 {
      flex-shrink: 1!important
  }

  .justify-content-md-start {
      justify-content: flex-start!important
  }

  .justify-content-md-end {
      justify-content: flex-end!important
  }

  .justify-content-md-center {
      justify-content: center!important
  }

  .justify-content-md-between {
      justify-content: space-between!important
  }

  .justify-content-md-around {
      justify-content: space-around!important
  }

  .align-items-md-start {
      align-items: flex-start!important
  }

  .align-items-md-end {
      align-items: flex-end!important
  }

  .align-items-md-center {
      align-items: center!important
  }

  .align-items-md-baseline {
      align-items: baseline!important
  }

  .align-items-md-stretch {
      align-items: stretch!important
  }

  .align-content-md-start {
      align-content: flex-start!important
  }

  .align-content-md-end {
      align-content: flex-end!important
  }

  .align-content-md-center {
      align-content: center!important
  }

  .align-content-md-between {
      align-content: space-between!important
  }

  .align-content-md-around {
      align-content: space-around!important
  }

  .align-content-md-stretch {
      align-content: stretch!important
  }

  .align-self-md-auto {
      align-self: auto!important
  }

  .align-self-md-start {
      align-self: flex-start!important
  }

  .align-self-md-end {
      align-self: flex-end!important
  }

  .align-self-md-center {
      align-self: center!important
  }

  .align-self-md-baseline {
      align-self: baseline!important
  }

  .align-self-md-stretch {
      align-self: stretch!important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
      flex-direction:row!important
  }

  .flex-lg-column {
      flex-direction: column!important
  }

  .flex-lg-row-reverse {
      flex-direction: row-reverse!important
  }

  .flex-lg-column-reverse {
      flex-direction: column-reverse!important
  }

  .flex-lg-wrap {
      flex-wrap: wrap!important
  }

  .flex-lg-nowrap {
      flex-wrap: nowrap!important
  }

  .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse!important
  }

  .flex-lg-fill {
      flex: 1 1 auto!important
  }

  .flex-lg-grow-0 {
      flex-grow: 0!important
  }

  .flex-lg-grow-1 {
      flex-grow: 1!important
  }

  .flex-lg-shrink-0 {
      flex-shrink: 0!important
  }

  .flex-lg-shrink-1 {
      flex-shrink: 1!important
  }

  .justify-content-lg-start {
      justify-content: flex-start!important
  }

  .justify-content-lg-end {
      justify-content: flex-end!important
  }

  .justify-content-lg-center {
      justify-content: center!important
  }

  .justify-content-lg-between {
      justify-content: space-between!important
  }

  .justify-content-lg-around {
      justify-content: space-around!important
  }

  .align-items-lg-start {
      align-items: flex-start!important
  }

  .align-items-lg-end {
      align-items: flex-end!important
  }

  .align-items-lg-center {
      align-items: center!important
  }

  .align-items-lg-baseline {
      align-items: baseline!important
  }

  .align-items-lg-stretch {
      align-items: stretch!important
  }

  .align-content-lg-start {
      align-content: flex-start!important
  }

  .align-content-lg-end {
      align-content: flex-end!important
  }

  .align-content-lg-center {
      align-content: center!important
  }

  .align-content-lg-between {
      align-content: space-between!important
  }

  .align-content-lg-around {
      align-content: space-around!important
  }

  .align-content-lg-stretch {
      align-content: stretch!important
  }

  .align-self-lg-auto {
      align-self: auto!important
  }

  .align-self-lg-start {
      align-self: flex-start!important
  }

  .align-self-lg-end {
      align-self: flex-end!important
  }

  .align-self-lg-center {
      align-self: center!important
  }

  .align-self-lg-baseline {
      align-self: baseline!important
  }

  .align-self-lg-stretch {
      align-self: stretch!important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
      flex-direction:row!important
  }

  .flex-xl-column {
      flex-direction: column!important
  }

  .flex-xl-row-reverse {
      flex-direction: row-reverse!important
  }

  .flex-xl-column-reverse {
      flex-direction: column-reverse!important
  }

  .flex-xl-wrap {
      flex-wrap: wrap!important
  }

  .flex-xl-nowrap {
      flex-wrap: nowrap!important
  }

  .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse!important
  }

  .flex-xl-fill {
      flex: 1 1 auto!important
  }

  .flex-xl-grow-0 {
      flex-grow: 0!important
  }

  .flex-xl-grow-1 {
      flex-grow: 1!important
  }

  .flex-xl-shrink-0 {
      flex-shrink: 0!important
  }

  .flex-xl-shrink-1 {
      flex-shrink: 1!important
  }

  .justify-content-xl-start {
      justify-content: flex-start!important
  }

  .justify-content-xl-end {
      justify-content: flex-end!important
  }

  .justify-content-xl-center {
      justify-content: center!important
  }

  .justify-content-xl-between {
      justify-content: space-between!important
  }

  .justify-content-xl-around {
      justify-content: space-around!important
  }

  .align-items-xl-start {
      align-items: flex-start!important
  }

  .align-items-xl-end {
      align-items: flex-end!important
  }

  .align-items-xl-center {
      align-items: center!important
  }

  .align-items-xl-baseline {
      align-items: baseline!important
  }

  .align-items-xl-stretch {
      align-items: stretch!important
  }

  .align-content-xl-start {
      align-content: flex-start!important
  }

  .align-content-xl-end {
      align-content: flex-end!important
  }

  .align-content-xl-center {
      align-content: center!important
  }

  .align-content-xl-between {
      align-content: space-between!important
  }

  .align-content-xl-around {
      align-content: space-around!important
  }

  .align-content-xl-stretch {
      align-content: stretch!important
  }

  .align-self-xl-auto {
      align-self: auto!important
  }

  .align-self-xl-start {
      align-self: flex-start!important
  }

  .align-self-xl-end {
      align-self: flex-end!important
  }

  .align-self-xl-center {
      align-self: center!important
  }

  .align-self-xl-baseline {
      align-self: baseline!important
  }

  .align-self-xl-stretch {
      align-self: stretch!important
  }
}

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

@media (min-width: 576px) {
  .float-sm-left {
      float:left!important
  }

  .float-sm-right {
      float: right!important
  }

  .float-sm-none {
      float: none!important
  }
}

@media (min-width: 768px) {
  .float-md-left {
      float:left!important
  }

  .float-md-right {
      float: right!important
  }

  .float-md-none {
      float: none!important
  }
}

@media (min-width: 992px) {
  .float-lg-left {
      float:left!important
  }

  .float-lg-right {
      float: right!important
  }

  .float-lg-none {
      float: none!important
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
      float:left!important
  }

  .float-xl-right {
      float: right!important
  }

  .float-xl-none {
      float: none!important
  }
}

.user-select-all {
  -webkit-user-select: all!important;
  -moz-user-select: all!important;
  user-select: all!important
}

.user-select-auto {
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  user-select: auto!important
}

.user-select-none {
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  user-select: none!important
}

.overflow-auto {
  overflow: auto!important
}

.overflow-hidden {
  overflow: hidden!important
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: sticky!important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports (position: sticky) {
  .sticky-top {
      position:sticky;
      top: 0;
      z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013!important
}

.shadow {
  box-shadow: 0 .5rem 1rem #00000026!important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d!important
}

.shadow-none {
  box-shadow: none!important
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.w-auto {
  width: auto!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.h-auto {
  height: auto!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.min-vw-100 {
  min-width: 100vw!important
}

.min-vh-100 {
  min-height: 100vh!important
}

.vw-100 {
  width: 100vw!important
}

.vh-100 {
  height: 100vh!important
}

.m-0 {
  margin: 0!important
}

.mt-0,.my-0 {
  margin-top: 0!important
}

.mr-0,.mx-0 {
  margin-right: 0!important
}

.mb-0,.my-0 {
  margin-bottom: 0!important
}

.ml-0,.mx-0 {
  margin-left: 0!important
}

.m-1 {
  margin: .25rem!important
}

.mt-1,.my-1 {
  margin-top: .25rem!important
}

.mr-1,.mx-1 {
  margin-right: .25rem!important
}

.mb-1,.my-1 {
  margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
  margin-left: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.mt-2,.my-2 {
  margin-top: .5rem!important
}

.mr-2,.mx-2 {
  margin-right: .5rem!important
}

.mb-2,.my-2 {
  margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
  margin-left: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.mt-3,.my-3 {
  margin-top: 1rem!important
}

.mr-3,.mx-3 {
  margin-right: 1rem!important
}

.mb-3,.my-3 {
  margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
  margin-left: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.mt-4,.my-4 {
  margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
  margin-right: 1.5rem!important
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
  margin-left: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.mt-5,.my-5 {
  margin-top: 3rem!important
}

.mr-5,.mx-5 {
  margin-right: 3rem!important
}

.mb-5,.my-5 {
  margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
  margin-left: 3rem!important
}

.p-0 {
  padding: 0!important
}

.pt-0,.py-0 {
  padding-top: 0!important
}

.pr-0,.px-0 {
  padding-right: 0!important
}

.pb-0,.py-0 {
  padding-bottom: 0!important
}

.pl-0,.px-0 {
  padding-left: 0!important
}

.p-1 {
  padding: .25rem!important
}

.pt-1,.py-1 {
  padding-top: .25rem!important
}

.pr-1,.px-1 {
  padding-right: .25rem!important
}

.pb-1,.py-1 {
  padding-bottom: .25rem!important
}

.pl-1,.px-1 {
  padding-left: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.pt-2,.py-2 {
  padding-top: .5rem!important
}

.pr-2,.px-2 {
  padding-right: .5rem!important
}

.pb-2,.py-2 {
  padding-bottom: .5rem!important
}

.pl-2,.px-2 {
  padding-left: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.pt-3,.py-3 {
  padding-top: 1rem!important
}

.pr-3,.px-3 {
  padding-right: 1rem!important
}

.pb-3,.py-3 {
  padding-bottom: 1rem!important
}

.pl-3,.px-3 {
  padding-left: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.pt-4,.py-4 {
  padding-top: 1.5rem!important
}

.pr-4,.px-4 {
  padding-right: 1.5rem!important
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
  padding-left: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.pt-5,.py-5 {
  padding-top: 3rem!important
}

.pr-5,.px-5 {
  padding-right: 3rem!important
}

.pb-5,.py-5 {
  padding-bottom: 3rem!important
}

.pl-5,.px-5 {
  padding-left: 3rem!important
}

.m-n1 {
  margin: -.25rem!important
}

.mt-n1,.my-n1 {
  margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
  margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
  margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
  margin-left: -.25rem!important
}

.m-n2 {
  margin: -.5rem!important
}

.mt-n2,.my-n2 {
  margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
  margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
  margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
  margin-left: -.5rem!important
}

.m-n3 {
  margin: -1rem!important
}

.mt-n3,.my-n3 {
  margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
  margin-right: -1rem!important
}

.mb-n3,.my-n3 {
  margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
  margin-left: -1rem!important
}

.m-n4 {
  margin: -1.5rem!important
}

.mt-n4,.my-n4 {
  margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
  margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
  margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
  margin-left: -1.5rem!important
}

.m-n5 {
  margin: -3rem!important
}

.mt-n5,.my-n5 {
  margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
  margin-right: -3rem!important
}

.mb-n5,.my-n5 {
  margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
  margin-left: -3rem!important
}

.m-auto {
  margin: auto!important
}

.mt-auto,.my-auto {
  margin-top: auto!important
}

.mr-auto,.mx-auto {
  margin-right: auto!important
}

.mb-auto,.my-auto {
  margin-bottom: auto!important
}

.ml-auto,.mx-auto {
  margin-left: auto!important
}

@media (min-width: 576px) {
  .m-sm-0 {
      margin:0!important
  }

  .mt-sm-0,.my-sm-0 {
      margin-top: 0!important
  }

  .mr-sm-0,.mx-sm-0 {
      margin-right: 0!important
  }

  .mb-sm-0,.my-sm-0 {
      margin-bottom: 0!important
  }

  .ml-sm-0,.mx-sm-0 {
      margin-left: 0!important
  }

  .m-sm-1 {
      margin: .25rem!important
  }

  .mt-sm-1,.my-sm-1 {
      margin-top: .25rem!important
  }

  .mr-sm-1,.mx-sm-1 {
      margin-right: .25rem!important
  }

  .mb-sm-1,.my-sm-1 {
      margin-bottom: .25rem!important
  }

  .ml-sm-1,.mx-sm-1 {
      margin-left: .25rem!important
  }

  .m-sm-2 {
      margin: .5rem!important
  }

  .mt-sm-2,.my-sm-2 {
      margin-top: .5rem!important
  }

  .mr-sm-2,.mx-sm-2 {
      margin-right: .5rem!important
  }

  .mb-sm-2,.my-sm-2 {
      margin-bottom: .5rem!important
  }

  .ml-sm-2,.mx-sm-2 {
      margin-left: .5rem!important
  }

  .m-sm-3 {
      margin: 1rem!important
  }

  .mt-sm-3,.my-sm-3 {
      margin-top: 1rem!important
  }

  .mr-sm-3,.mx-sm-3 {
      margin-right: 1rem!important
  }

  .mb-sm-3,.my-sm-3 {
      margin-bottom: 1rem!important
  }

  .ml-sm-3,.mx-sm-3 {
      margin-left: 1rem!important
  }

  .m-sm-4 {
      margin: 1.5rem!important
  }

  .mt-sm-4,.my-sm-4 {
      margin-top: 1.5rem!important
  }

  .mr-sm-4,.mx-sm-4 {
      margin-right: 1.5rem!important
  }

  .mb-sm-4,.my-sm-4 {
      margin-bottom: 1.5rem!important
  }

  .ml-sm-4,.mx-sm-4 {
      margin-left: 1.5rem!important
  }

  .m-sm-5 {
      margin: 3rem!important
  }

  .mt-sm-5,.my-sm-5 {
      margin-top: 3rem!important
  }

  .mr-sm-5,.mx-sm-5 {
      margin-right: 3rem!important
  }

  .mb-sm-5,.my-sm-5 {
      margin-bottom: 3rem!important
  }

  .ml-sm-5,.mx-sm-5 {
      margin-left: 3rem!important
  }

  .p-sm-0 {
      padding: 0!important
  }

  .pt-sm-0,.py-sm-0 {
      padding-top: 0!important
  }

  .pr-sm-0,.px-sm-0 {
      padding-right: 0!important
  }

  .pb-sm-0,.py-sm-0 {
      padding-bottom: 0!important
  }

  .pl-sm-0,.px-sm-0 {
      padding-left: 0!important
  }

  .p-sm-1 {
      padding: .25rem!important
  }

  .pt-sm-1,.py-sm-1 {
      padding-top: .25rem!important
  }

  .pr-sm-1,.px-sm-1 {
      padding-right: .25rem!important
  }

  .pb-sm-1,.py-sm-1 {
      padding-bottom: .25rem!important
  }

  .pl-sm-1,.px-sm-1 {
      padding-left: .25rem!important
  }

  .p-sm-2 {
      padding: .5rem!important
  }

  .pt-sm-2,.py-sm-2 {
      padding-top: .5rem!important
  }

  .pr-sm-2,.px-sm-2 {
      padding-right: .5rem!important
  }

  .pb-sm-2,.py-sm-2 {
      padding-bottom: .5rem!important
  }

  .pl-sm-2,.px-sm-2 {
      padding-left: .5rem!important
  }

  .p-sm-3 {
      padding: 1rem!important
  }

  .pt-sm-3,.py-sm-3 {
      padding-top: 1rem!important
  }

  .pr-sm-3,.px-sm-3 {
      padding-right: 1rem!important
  }

  .pb-sm-3,.py-sm-3 {
      padding-bottom: 1rem!important
  }

  .pl-sm-3,.px-sm-3 {
      padding-left: 1rem!important
  }

  .p-sm-4 {
      padding: 1.5rem!important
  }

  .pt-sm-4,.py-sm-4 {
      padding-top: 1.5rem!important
  }

  .pr-sm-4,.px-sm-4 {
      padding-right: 1.5rem!important
  }

  .pb-sm-4,.py-sm-4 {
      padding-bottom: 1.5rem!important
  }

  .pl-sm-4,.px-sm-4 {
      padding-left: 1.5rem!important
  }

  .p-sm-5 {
      padding: 3rem!important
  }

  .pt-sm-5,.py-sm-5 {
      padding-top: 3rem!important
  }

  .pr-sm-5,.px-sm-5 {
      padding-right: 3rem!important
  }

  .pb-sm-5,.py-sm-5 {
      padding-bottom: 3rem!important
  }

  .pl-sm-5,.px-sm-5 {
      padding-left: 3rem!important
  }

  .m-sm-n1 {
      margin: -.25rem!important
  }

  .mt-sm-n1,.my-sm-n1 {
      margin-top: -.25rem!important
  }

  .mr-sm-n1,.mx-sm-n1 {
      margin-right: -.25rem!important
  }

  .mb-sm-n1,.my-sm-n1 {
      margin-bottom: -.25rem!important
  }

  .ml-sm-n1,.mx-sm-n1 {
      margin-left: -.25rem!important
  }

  .m-sm-n2 {
      margin: -.5rem!important
  }

  .mt-sm-n2,.my-sm-n2 {
      margin-top: -.5rem!important
  }

  .mr-sm-n2,.mx-sm-n2 {
      margin-right: -.5rem!important
  }

  .mb-sm-n2,.my-sm-n2 {
      margin-bottom: -.5rem!important
  }

  .ml-sm-n2,.mx-sm-n2 {
      margin-left: -.5rem!important
  }

  .m-sm-n3 {
      margin: -1rem!important
  }

  .mt-sm-n3,.my-sm-n3 {
      margin-top: -1rem!important
  }

  .mr-sm-n3,.mx-sm-n3 {
      margin-right: -1rem!important
  }

  .mb-sm-n3,.my-sm-n3 {
      margin-bottom: -1rem!important
  }

  .ml-sm-n3,.mx-sm-n3 {
      margin-left: -1rem!important
  }

  .m-sm-n4 {
      margin: -1.5rem!important
  }

  .mt-sm-n4,.my-sm-n4 {
      margin-top: -1.5rem!important
  }

  .mr-sm-n4,.mx-sm-n4 {
      margin-right: -1.5rem!important
  }

  .mb-sm-n4,.my-sm-n4 {
      margin-bottom: -1.5rem!important
  }

  .ml-sm-n4,.mx-sm-n4 {
      margin-left: -1.5rem!important
  }

  .m-sm-n5 {
      margin: -3rem!important
  }

  .mt-sm-n5,.my-sm-n5 {
      margin-top: -3rem!important
  }

  .mr-sm-n5,.mx-sm-n5 {
      margin-right: -3rem!important
  }

  .mb-sm-n5,.my-sm-n5 {
      margin-bottom: -3rem!important
  }

  .ml-sm-n5,.mx-sm-n5 {
      margin-left: -3rem!important
  }

  .m-sm-auto {
      margin: auto!important
  }

  .mt-sm-auto,.my-sm-auto {
      margin-top: auto!important
  }

  .mr-sm-auto,.mx-sm-auto {
      margin-right: auto!important
  }

  .mb-sm-auto,.my-sm-auto {
      margin-bottom: auto!important
  }

  .ml-sm-auto,.mx-sm-auto {
      margin-left: auto!important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
      margin:0!important
  }

  .mt-md-0,.my-md-0 {
      margin-top: 0!important
  }

  .mr-md-0,.mx-md-0 {
      margin-right: 0!important
  }

  .mb-md-0,.my-md-0 {
      margin-bottom: 0!important
  }

  .ml-md-0,.mx-md-0 {
      margin-left: 0!important
  }

  .m-md-1 {
      margin: .25rem!important
  }

  .mt-md-1,.my-md-1 {
      margin-top: .25rem!important
  }

  .mr-md-1,.mx-md-1 {
      margin-right: .25rem!important
  }

  .mb-md-1,.my-md-1 {
      margin-bottom: .25rem!important
  }

  .ml-md-1,.mx-md-1 {
      margin-left: .25rem!important
  }

  .m-md-2 {
      margin: .5rem!important
  }

  .mt-md-2,.my-md-2 {
      margin-top: .5rem!important
  }

  .mr-md-2,.mx-md-2 {
      margin-right: .5rem!important
  }

  .mb-md-2,.my-md-2 {
      margin-bottom: .5rem!important
  }

  .ml-md-2,.mx-md-2 {
      margin-left: .5rem!important
  }

  .m-md-3 {
      margin: 1rem!important
  }

  .mt-md-3,.my-md-3 {
      margin-top: 1rem!important
  }

  .mr-md-3,.mx-md-3 {
      margin-right: 1rem!important
  }

  .mb-md-3,.my-md-3 {
      margin-bottom: 1rem!important
  }

  .ml-md-3,.mx-md-3 {
      margin-left: 1rem!important
  }

  .m-md-4 {
      margin: 1.5rem!important
  }

  .mt-md-4,.my-md-4 {
      margin-top: 1.5rem!important
  }

  .mr-md-4,.mx-md-4 {
      margin-right: 1.5rem!important
  }

  .mb-md-4,.my-md-4 {
      margin-bottom: 1.5rem!important
  }

  .ml-md-4,.mx-md-4 {
      margin-left: 1.5rem!important
  }

  .m-md-5 {
      margin: 3rem!important
  }

  .mt-md-5,.my-md-5 {
      margin-top: 3rem!important
  }

  .mr-md-5,.mx-md-5 {
      margin-right: 3rem!important
  }

  .mb-md-5,.my-md-5 {
      margin-bottom: 3rem!important
  }

  .ml-md-5,.mx-md-5 {
      margin-left: 3rem!important
  }

  .p-md-0 {
      padding: 0!important
  }

  .pt-md-0,.py-md-0 {
      padding-top: 0!important
  }

  .pr-md-0,.px-md-0 {
      padding-right: 0!important
  }

  .pb-md-0,.py-md-0 {
      padding-bottom: 0!important
  }

  .pl-md-0,.px-md-0 {
      padding-left: 0!important
  }

  .p-md-1 {
      padding: .25rem!important
  }

  .pt-md-1,.py-md-1 {
      padding-top: .25rem!important
  }

  .pr-md-1,.px-md-1 {
      padding-right: .25rem!important
  }

  .pb-md-1,.py-md-1 {
      padding-bottom: .25rem!important
  }

  .pl-md-1,.px-md-1 {
      padding-left: .25rem!important
  }

  .p-md-2 {
      padding: .5rem!important
  }

  .pt-md-2,.py-md-2 {
      padding-top: .5rem!important
  }

  .pr-md-2,.px-md-2 {
      padding-right: .5rem!important
  }

  .pb-md-2,.py-md-2 {
      padding-bottom: .5rem!important
  }

  .pl-md-2,.px-md-2 {
      padding-left: .5rem!important
  }

  .p-md-3 {
      padding: 1rem!important
  }

  .pt-md-3,.py-md-3 {
      padding-top: 1rem!important
  }

  .pr-md-3,.px-md-3 {
      padding-right: 1rem!important
  }

  .pb-md-3,.py-md-3 {
      padding-bottom: 1rem!important
  }

  .pl-md-3,.px-md-3 {
      padding-left: 1rem!important
  }

  .p-md-4 {
      padding: 1.5rem!important
  }

  .pt-md-4,.py-md-4 {
      padding-top: 1.5rem!important
  }

  .pr-md-4,.px-md-4 {
      padding-right: 1.5rem!important
  }

  .pb-md-4,.py-md-4 {
      padding-bottom: 1.5rem!important
  }

  .pl-md-4,.px-md-4 {
      padding-left: 1.5rem!important
  }

  .p-md-5 {
      padding: 3rem!important
  }

  .pt-md-5,.py-md-5 {
      padding-top: 3rem!important
  }

  .pr-md-5,.px-md-5 {
      padding-right: 3rem!important
  }

  .pb-md-5,.py-md-5 {
      padding-bottom: 3rem!important
  }

  .pl-md-5,.px-md-5 {
      padding-left: 3rem!important
  }

  .m-md-n1 {
      margin: -.25rem!important
  }

  .mt-md-n1,.my-md-n1 {
      margin-top: -.25rem!important
  }

  .mr-md-n1,.mx-md-n1 {
      margin-right: -.25rem!important
  }

  .mb-md-n1,.my-md-n1 {
      margin-bottom: -.25rem!important
  }

  .ml-md-n1,.mx-md-n1 {
      margin-left: -.25rem!important
  }

  .m-md-n2 {
      margin: -.5rem!important
  }

  .mt-md-n2,.my-md-n2 {
      margin-top: -.5rem!important
  }

  .mr-md-n2,.mx-md-n2 {
      margin-right: -.5rem!important
  }

  .mb-md-n2,.my-md-n2 {
      margin-bottom: -.5rem!important
  }

  .ml-md-n2,.mx-md-n2 {
      margin-left: -.5rem!important
  }

  .m-md-n3 {
      margin: -1rem!important
  }

  .mt-md-n3,.my-md-n3 {
      margin-top: -1rem!important
  }

  .mr-md-n3,.mx-md-n3 {
      margin-right: -1rem!important
  }

  .mb-md-n3,.my-md-n3 {
      margin-bottom: -1rem!important
  }

  .ml-md-n3,.mx-md-n3 {
      margin-left: -1rem!important
  }

  .m-md-n4 {
      margin: -1.5rem!important
  }

  .mt-md-n4,.my-md-n4 {
      margin-top: -1.5rem!important
  }

  .mr-md-n4,.mx-md-n4 {
      margin-right: -1.5rem!important
  }

  .mb-md-n4,.my-md-n4 {
      margin-bottom: -1.5rem!important
  }

  .ml-md-n4,.mx-md-n4 {
      margin-left: -1.5rem!important
  }

  .m-md-n5 {
      margin: -3rem!important
  }

  .mt-md-n5,.my-md-n5 {
      margin-top: -3rem!important
  }

  .mr-md-n5,.mx-md-n5 {
      margin-right: -3rem!important
  }

  .mb-md-n5,.my-md-n5 {
      margin-bottom: -3rem!important
  }

  .ml-md-n5,.mx-md-n5 {
      margin-left: -3rem!important
  }

  .m-md-auto {
      margin: auto!important
  }

  .mt-md-auto,.my-md-auto {
      margin-top: auto!important
  }

  .mr-md-auto,.mx-md-auto {
      margin-right: auto!important
  }

  .mb-md-auto,.my-md-auto {
      margin-bottom: auto!important
  }

  .ml-md-auto,.mx-md-auto {
      margin-left: auto!important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
      margin:0!important
  }

  .mt-lg-0,.my-lg-0 {
      margin-top: 0!important
  }

  .mr-lg-0,.mx-lg-0 {
      margin-right: 0!important
  }

  .mb-lg-0,.my-lg-0 {
      margin-bottom: 0!important
  }

  .ml-lg-0,.mx-lg-0 {
      margin-left: 0!important
  }

  .m-lg-1 {
      margin: .25rem!important
  }

  .mt-lg-1,.my-lg-1 {
      margin-top: .25rem!important
  }

  .mr-lg-1,.mx-lg-1 {
      margin-right: .25rem!important
  }

  .mb-lg-1,.my-lg-1 {
      margin-bottom: .25rem!important
  }

  .ml-lg-1,.mx-lg-1 {
      margin-left: .25rem!important
  }

  .m-lg-2 {
      margin: .5rem!important
  }

  .mt-lg-2,.my-lg-2 {
      margin-top: .5rem!important
  }

  .mr-lg-2,.mx-lg-2 {
      margin-right: .5rem!important
  }

  .mb-lg-2,.my-lg-2 {
      margin-bottom: .5rem!important
  }

  .ml-lg-2,.mx-lg-2 {
      margin-left: .5rem!important
  }

  .m-lg-3 {
      margin: 1rem!important
  }

  .mt-lg-3,.my-lg-3 {
      margin-top: 1rem!important
  }

  .mr-lg-3,.mx-lg-3 {
      margin-right: 1rem!important
  }

  .mb-lg-3,.my-lg-3 {
      margin-bottom: 1rem!important
  }

  .ml-lg-3,.mx-lg-3 {
      margin-left: 1rem!important
  }

  .m-lg-4 {
      margin: 1.5rem!important
  }

  .mt-lg-4,.my-lg-4 {
      margin-top: 1.5rem!important
  }

  .mr-lg-4,.mx-lg-4 {
      margin-right: 1.5rem!important
  }

  .mb-lg-4,.my-lg-4 {
      margin-bottom: 1.5rem!important
  }

  .ml-lg-4,.mx-lg-4 {
      margin-left: 1.5rem!important
  }

  .m-lg-5 {
      margin: 3rem!important
  }

  .mt-lg-5,.my-lg-5 {
      margin-top: 3rem!important
  }

  .mr-lg-5,.mx-lg-5 {
      margin-right: 3rem!important
  }

  .mb-lg-5,.my-lg-5 {
      margin-bottom: 3rem!important
  }

  .ml-lg-5,.mx-lg-5 {
      margin-left: 3rem!important
  }

  .p-lg-0 {
      padding: 0!important
  }

  .pt-lg-0,.py-lg-0 {
      padding-top: 0!important
  }

  .pr-lg-0,.px-lg-0 {
      padding-right: 0!important
  }

  .pb-lg-0,.py-lg-0 {
      padding-bottom: 0!important
  }

  .pl-lg-0,.px-lg-0 {
      padding-left: 0!important
  }

  .p-lg-1 {
      padding: .25rem!important
  }

  .pt-lg-1,.py-lg-1 {
      padding-top: .25rem!important
  }

  .pr-lg-1,.px-lg-1 {
      padding-right: .25rem!important
  }

  .pb-lg-1,.py-lg-1 {
      padding-bottom: .25rem!important
  }

  .pl-lg-1,.px-lg-1 {
      padding-left: .25rem!important
  }

  .p-lg-2 {
      padding: .5rem!important
  }

  .pt-lg-2,.py-lg-2 {
      padding-top: .5rem!important
  }

  .pr-lg-2,.px-lg-2 {
      padding-right: .5rem!important
  }

  .pb-lg-2,.py-lg-2 {
      padding-bottom: .5rem!important
  }

  .pl-lg-2,.px-lg-2 {
      padding-left: .5rem!important
  }

  .p-lg-3 {
      padding: 1rem!important
  }

  .pt-lg-3,.py-lg-3 {
      padding-top: 1rem!important
  }

  .pr-lg-3,.px-lg-3 {
      padding-right: 1rem!important
  }

  .pb-lg-3,.py-lg-3 {
      padding-bottom: 1rem!important
  }

  .pl-lg-3,.px-lg-3 {
      padding-left: 1rem!important
  }

  .p-lg-4 {
      padding: 1.5rem!important
  }

  .pt-lg-4,.py-lg-4 {
      padding-top: 1.5rem!important
  }

  .pr-lg-4,.px-lg-4 {
      padding-right: 1.5rem!important
  }

  .pb-lg-4,.py-lg-4 {
      padding-bottom: 1.5rem!important
  }

  .pl-lg-4,.px-lg-4 {
      padding-left: 1.5rem!important
  }

  .p-lg-5 {
      padding: 3rem!important
  }

  .pt-lg-5,.py-lg-5 {
      padding-top: 3rem!important
  }

  .pr-lg-5,.px-lg-5 {
      padding-right: 3rem!important
  }

  .pb-lg-5,.py-lg-5 {
      padding-bottom: 3rem!important
  }

  .pl-lg-5,.px-lg-5 {
      padding-left: 3rem!important
  }

  .m-lg-n1 {
      margin: -.25rem!important
  }

  .mt-lg-n1,.my-lg-n1 {
      margin-top: -.25rem!important
  }

  .mr-lg-n1,.mx-lg-n1 {
      margin-right: -.25rem!important
  }

  .mb-lg-n1,.my-lg-n1 {
      margin-bottom: -.25rem!important
  }

  .ml-lg-n1,.mx-lg-n1 {
      margin-left: -.25rem!important
  }

  .m-lg-n2 {
      margin: -.5rem!important
  }

  .mt-lg-n2,.my-lg-n2 {
      margin-top: -.5rem!important
  }

  .mr-lg-n2,.mx-lg-n2 {
      margin-right: -.5rem!important
  }

  .mb-lg-n2,.my-lg-n2 {
      margin-bottom: -.5rem!important
  }

  .ml-lg-n2,.mx-lg-n2 {
      margin-left: -.5rem!important
  }

  .m-lg-n3 {
      margin: -1rem!important
  }

  .mt-lg-n3,.my-lg-n3 {
      margin-top: -1rem!important
  }

  .mr-lg-n3,.mx-lg-n3 {
      margin-right: -1rem!important
  }

  .mb-lg-n3,.my-lg-n3 {
      margin-bottom: -1rem!important
  }

  .ml-lg-n3,.mx-lg-n3 {
      margin-left: -1rem!important
  }

  .m-lg-n4 {
      margin: -1.5rem!important
  }

  .mt-lg-n4,.my-lg-n4 {
      margin-top: -1.5rem!important
  }

  .mr-lg-n4,.mx-lg-n4 {
      margin-right: -1.5rem!important
  }

  .mb-lg-n4,.my-lg-n4 {
      margin-bottom: -1.5rem!important
  }

  .ml-lg-n4,.mx-lg-n4 {
      margin-left: -1.5rem!important
  }

  .m-lg-n5 {
      margin: -3rem!important
  }

  .mt-lg-n5,.my-lg-n5 {
      margin-top: -3rem!important
  }

  .mr-lg-n5,.mx-lg-n5 {
      margin-right: -3rem!important
  }

  .mb-lg-n5,.my-lg-n5 {
      margin-bottom: -3rem!important
  }

  .ml-lg-n5,.mx-lg-n5 {
      margin-left: -3rem!important
  }

  .m-lg-auto {
      margin: auto!important
  }

  .mt-lg-auto,.my-lg-auto {
      margin-top: auto!important
  }

  .mr-lg-auto,.mx-lg-auto {
      margin-right: auto!important
  }

  .mb-lg-auto,.my-lg-auto {
      margin-bottom: auto!important
  }

  .ml-lg-auto,.mx-lg-auto {
      margin-left: auto!important
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
      margin:0!important
  }

  .mt-xl-0,.my-xl-0 {
      margin-top: 0!important
  }

  .mr-xl-0,.mx-xl-0 {
      margin-right: 0!important
  }

  .mb-xl-0,.my-xl-0 {
      margin-bottom: 0!important
  }

  .ml-xl-0,.mx-xl-0 {
      margin-left: 0!important
  }

  .m-xl-1 {
      margin: .25rem!important
  }

  .mt-xl-1,.my-xl-1 {
      margin-top: .25rem!important
  }

  .mr-xl-1,.mx-xl-1 {
      margin-right: .25rem!important
  }

  .mb-xl-1,.my-xl-1 {
      margin-bottom: .25rem!important
  }

  .ml-xl-1,.mx-xl-1 {
      margin-left: .25rem!important
  }

  .m-xl-2 {
      margin: .5rem!important
  }

  .mt-xl-2,.my-xl-2 {
      margin-top: .5rem!important
  }

  .mr-xl-2,.mx-xl-2 {
      margin-right: .5rem!important
  }

  .mb-xl-2,.my-xl-2 {
      margin-bottom: .5rem!important
  }

  .ml-xl-2,.mx-xl-2 {
      margin-left: .5rem!important
  }

  .m-xl-3 {
      margin: 1rem!important
  }

  .mt-xl-3,.my-xl-3 {
      margin-top: 1rem!important
  }

  .mr-xl-3,.mx-xl-3 {
      margin-right: 1rem!important
  }

  .mb-xl-3,.my-xl-3 {
      margin-bottom: 1rem!important
  }

  .ml-xl-3,.mx-xl-3 {
      margin-left: 1rem!important
  }

  .m-xl-4 {
      margin: 1.5rem!important
  }

  .mt-xl-4,.my-xl-4 {
      margin-top: 1.5rem!important
  }

  .mr-xl-4,.mx-xl-4 {
      margin-right: 1.5rem!important
  }

  .mb-xl-4,.my-xl-4 {
      margin-bottom: 1.5rem!important
  }

  .ml-xl-4,.mx-xl-4 {
      margin-left: 1.5rem!important
  }

  .m-xl-5 {
      margin: 3rem!important
  }

  .mt-xl-5,.my-xl-5 {
      margin-top: 3rem!important
  }

  .mr-xl-5,.mx-xl-5 {
      margin-right: 3rem!important
  }

  .mb-xl-5,.my-xl-5 {
      margin-bottom: 3rem!important
  }

  .ml-xl-5,.mx-xl-5 {
      margin-left: 3rem!important
  }

  .p-xl-0 {
      padding: 0!important
  }

  .pt-xl-0,.py-xl-0 {
      padding-top: 0!important
  }

  .pr-xl-0,.px-xl-0 {
      padding-right: 0!important
  }

  .pb-xl-0,.py-xl-0 {
      padding-bottom: 0!important
  }

  .pl-xl-0,.px-xl-0 {
      padding-left: 0!important
  }

  .p-xl-1 {
      padding: .25rem!important
  }

  .pt-xl-1,.py-xl-1 {
      padding-top: .25rem!important
  }

  .pr-xl-1,.px-xl-1 {
      padding-right: .25rem!important
  }

  .pb-xl-1,.py-xl-1 {
      padding-bottom: .25rem!important
  }

  .pl-xl-1,.px-xl-1 {
      padding-left: .25rem!important
  }

  .p-xl-2 {
      padding: .5rem!important
  }

  .pt-xl-2,.py-xl-2 {
      padding-top: .5rem!important
  }

  .pr-xl-2,.px-xl-2 {
      padding-right: .5rem!important
  }

  .pb-xl-2,.py-xl-2 {
      padding-bottom: .5rem!important
  }

  .pl-xl-2,.px-xl-2 {
      padding-left: .5rem!important
  }

  .p-xl-3 {
      padding: 1rem!important
  }

  .pt-xl-3,.py-xl-3 {
      padding-top: 1rem!important
  }

  .pr-xl-3,.px-xl-3 {
      padding-right: 1rem!important
  }

  .pb-xl-3,.py-xl-3 {
      padding-bottom: 1rem!important
  }

  .pl-xl-3,.px-xl-3 {
      padding-left: 1rem!important
  }

  .p-xl-4 {
      padding: 1.5rem!important
  }

  .pt-xl-4,.py-xl-4 {
      padding-top: 1.5rem!important
  }

  .pr-xl-4,.px-xl-4 {
      padding-right: 1.5rem!important
  }

  .pb-xl-4,.py-xl-4 {
      padding-bottom: 1.5rem!important
  }

  .pl-xl-4,.px-xl-4 {
      padding-left: 1.5rem!important
  }

  .p-xl-5 {
      padding: 3rem!important
  }

  .pt-xl-5,.py-xl-5 {
      padding-top: 3rem!important
  }

  .pr-xl-5,.px-xl-5 {
      padding-right: 3rem!important
  }

  .pb-xl-5,.py-xl-5 {
      padding-bottom: 3rem!important
  }

  .pl-xl-5,.px-xl-5 {
      padding-left: 3rem!important
  }

  .m-xl-n1 {
      margin: -.25rem!important
  }

  .mt-xl-n1,.my-xl-n1 {
      margin-top: -.25rem!important
  }

  .mr-xl-n1,.mx-xl-n1 {
      margin-right: -.25rem!important
  }

  .mb-xl-n1,.my-xl-n1 {
      margin-bottom: -.25rem!important
  }

  .ml-xl-n1,.mx-xl-n1 {
      margin-left: -.25rem!important
  }

  .m-xl-n2 {
      margin: -.5rem!important
  }

  .mt-xl-n2,.my-xl-n2 {
      margin-top: -.5rem!important
  }

  .mr-xl-n2,.mx-xl-n2 {
      margin-right: -.5rem!important
  }

  .mb-xl-n2,.my-xl-n2 {
      margin-bottom: -.5rem!important
  }

  .ml-xl-n2,.mx-xl-n2 {
      margin-left: -.5rem!important
  }

  .m-xl-n3 {
      margin: -1rem!important
  }

  .mt-xl-n3,.my-xl-n3 {
      margin-top: -1rem!important
  }

  .mr-xl-n3,.mx-xl-n3 {
      margin-right: -1rem!important
  }

  .mb-xl-n3,.my-xl-n3 {
      margin-bottom: -1rem!important
  }

  .ml-xl-n3,.mx-xl-n3 {
      margin-left: -1rem!important
  }

  .m-xl-n4 {
      margin: -1.5rem!important
  }

  .mt-xl-n4,.my-xl-n4 {
      margin-top: -1.5rem!important
  }

  .mr-xl-n4,.mx-xl-n4 {
      margin-right: -1.5rem!important
  }

  .mb-xl-n4,.my-xl-n4 {
      margin-bottom: -1.5rem!important
  }

  .ml-xl-n4,.mx-xl-n4 {
      margin-left: -1.5rem!important
  }

  .m-xl-n5 {
      margin: -3rem!important
  }

  .mt-xl-n5,.my-xl-n5 {
      margin-top: -3rem!important
  }

  .mr-xl-n5,.mx-xl-n5 {
      margin-right: -3rem!important
  }

  .mb-xl-n5,.my-xl-n5 {
      margin-bottom: -3rem!important
  }

  .ml-xl-n5,.mx-xl-n5 {
      margin-left: -3rem!important
  }

  .m-xl-auto {
      margin: auto!important
  }

  .mt-xl-auto,.my-xl-auto {
      margin-top: auto!important
  }

  .mr-xl-auto,.mx-xl-auto {
      margin-right: auto!important
  }

  .mb-xl-auto,.my-xl-auto {
      margin-bottom: auto!important
  }

  .ml-xl-auto,.mx-xl-auto {
      margin-left: auto!important
  }
}

.stretched-link:after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: #0000
}

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}

.text-justify {
  text-align: justify!important
}

.text-wrap {
  white-space: normal!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-center {
  text-align: center!important
}

@media (min-width: 576px) {
  .text-sm-left {
      text-align:left!important
  }

  .text-sm-right {
      text-align: right!important
  }

  .text-sm-center {
      text-align: center!important
  }
}

@media (min-width: 768px) {
  .text-md-left {
      text-align:left!important
  }

  .text-md-right {
      text-align: right!important
  }

  .text-md-center {
      text-align: center!important
  }
}

@media (min-width: 992px) {
  .text-lg-left {
      text-align:left!important
  }

  .text-lg-right {
      text-align: right!important
  }

  .text-lg-center {
      text-align: center!important
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
      text-align:left!important
  }

  .text-xl-right {
      text-align: right!important
  }

  .text-xl-center {
      text-align: center!important
  }
}

.text-lowercase {
  text-transform: lowercase!important
}

.text-uppercase {
  text-transform: uppercase!important
}

.text-capitalize {
  text-transform: capitalize!important
}

.font-weight-light {
  font-weight: 300!important
}

.font-weight-lighter {
  font-weight: lighter!important
}

.font-weight-normal {
  font-weight: 400!important
}

.font-weight-bold {
  font-weight: 700!important
}

.font-weight-bolder {
  font-weight: bolder!important
}

.font-italic {
  font-style: italic!important
}

.text-white {
  color: #fff!important
}

.text-primary {
  color: #2e4568!important
}

a.text-primary:hover,a.text-primary:focus {
  color: #172233!important
}

.text-secondary {
  color: #6c757d!important
}

a.text-secondary:hover,a.text-secondary:focus {
  color: #494f54!important
}

.text-success {
  color: #28a745!important
}

a.text-success:hover,a.text-success:focus {
  color: #19692c!important
}

.text-info {
  color: #17a2b8!important
}

a.text-info:hover,a.text-info:focus {
  color: #0f6674!important
}

.text-warning {
  color: #ffc107!important
}

a.text-warning:hover,a.text-warning:focus {
  color: #ba8b00!important
}

.text-danger {
  color: #dc3545!important
}

a.text-danger:hover,a.text-danger:focus {
  color: #a71d2a!important
}

.text-light {
  color: #f8f9fa!important
}

a.text-light:hover,a.text-light:focus {
  color: #cbd3da!important
}

.text-dark {
  color: #343a40!important
}

a.text-dark:hover,a.text-dark:focus {
  color: #121416!important
}

.text-body {
  color: #2e4568!important
}

.text-muted {
  color: #898f96!important
}

.text-black-50 {
  color: #00000080!important
}

.text-white-50 {
  color: #ffffff80!important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none!important
}

.text-break {
  word-break: break-word!important;
  word-wrap: break-word!important
}

.text-reset {
  color: inherit!important
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

@media print {
  *,*:before,*:after {
      text-shadow: none!important;
      box-shadow: none!important
  }

  a:not(.btn) {
      text-decoration: underline
  }

  abbr[title]:after {
      content: " (" attr(title) ")"
  }

  pre {
      white-space: pre-wrap!important
  }

  pre,blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid
  }

  tr,img {
      page-break-inside: avoid
  }

  p,h2,h3 {
      orphans: 3;
      widows: 3
  }

  h2,h3 {
      page-break-after: avoid
  }

  @page {
      size: a3
  }

  body,.container {
      min-width: 992px!important
  }

  .navbar {
      display: none
  }

  .badge {
      border: 1px solid #000
  }

  .table {
      border-collapse: collapse!important
  }

  .table td,.table th {
      background-color: #fff!important
  }

  .table-bordered th,.table-bordered td {
      border: 1px solid #dee2e6!important
  }

  .table-dark {
      color: inherit
  }

  .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
      border-color: #edf0f3
  }

  .table .thead-dark th {
      color: inherit;
      border-color: #edf0f3
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option--selectable {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 0 0 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-radius: 0 4px 4px 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--group {
  padding: 0
}

.select2-container--default .select2-results__option--disabled {
  color: #999
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  outline: 0;
  background-image: linear-gradient(to bottom,white 50%,#eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom,#eeeeee 50%,#cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 5px 0 0 5px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom,white 0%,#eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom,#eeeeee 50%,white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-radius: 0 5px 5px 0
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
  padding: 0
}

.select2-container--classic .select2-results__option--disabled {
  color: gray
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

@keyframes cart-fadeout {
  0% {
      visibility: visible;
      opacity: 1
  }

  95% {
      opacity: 1
  }

  to {
      visibility: hidden;
      opacity: 0
  }
}

@keyframes ping-pong {
  0% {
      transform: translateY(5px)
  }

  to {
      transform: translateY(-5px)
  }
}

@keyframes ping-pong-small {
  0% {
      transform: translateY(3px)
  }

  to {
      transform: translateY(-3px)
  }
}

@keyframes scale-up-down {
  0% {
      transform: scale(.5)
  }

  to {
      transform: scale(1)
  }
}

@keyframes animate-out {
  0% {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@keyframes animate-in {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes anim_opacity {
  0% {
      opacity: 1
  }

  50% {
      opacity: 0
  }
}

.half-gutters {
  margin-right: -6.5px;
  margin-left: -6.5px
}

.half-gutters>.col,.half-gutters>[class*=col-] {
  padding-right: 6.5px;
  padding-left: 6.5px
}

.double-gutters {
  margin-left: -26px;
  margin-right: -26px
}

.double-gutters>.col,.double-gutters>[class*=col-] {
  padding-right: 26px;
  padding-left: 26px
}

.small-gutters {
  margin-left: -10px;
  margin-right: -10px
}

.small-gutters>.col,.small-gutters>[class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}

.dropdown-toggle:after {
  width: 8px;
  height: 8px;
  border: 0;
  border-right: 2px solid #4d7198;
  border-bottom: 2px solid #4d7198;
  transform: rotate(45deg)
}

.notifications-component {
  top: 10px
}

.notification__close:after {
  font-size: 20px
}

html,body {
  height: 100%
}

html {
  -webkit-text-size-adjust: 100%
}

html.is-in-iframe,html.is-in-iframe body {
  height: auto
}

body {
  min-width: 320px
}

.is-in-iframe body {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.is-in-iframe body .embedded-tooltip {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #007ff5;
  border: 3px solid #fff;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 9px 20px -5px #333;
  pointer-events: all
}

.is-in-iframe body .embedded-tooltip .ico-font {
  font-size: 12px;
  color: #fff
}

.is-in-iframe body .edit-mode-highlighter,.is-in-iframe body #header .navbar .navbar-nav.header-nav .nav-item .nav-link {
  pointer-events: all
}

b,strong {
  font-weight: 700
}

a.disabled {
  pointer-events: none
}

.definition,.definition>dd {
  margin-bottom: 0
}

.definition dt,.definition dd {
  word-break: break-word;
  word-wrap: break-word
}

.definition>dt {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600
}

.definition>dd+dd {
  margin-top: 10px
}

.definition-alt dt {
  margin-bottom: 5px;
  color: #9aa7b7;
  font-weight: 400
}

.definition-alt dd {
  margin-bottom: 0;
  font-weight: 600
}

.hr-with-text {
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}

.hr-with-text:before,.hr-with-text:after {
  flex-basis: 0;
  flex-grow: 1;
  content: "";
  height: 2px;
  background-color: #edf0f3;
  border-radius: 10rem
}

.hr-with-text:before {
  margin-right: 10px
}

.hr-with-text:after {
  margin-left: 10px
}

.hr-solid-border {
  border-width: 1px;
  border-color: #181818
}

.has-separator {
  position: relative
}

.has-separator:after {
  position: absolute;
  bottom: 8px;
  right: -3px;
  content: attr(data-separator);
  font-size: 16px
}

.half-gutters .has-separator:after {
  right: -2px
}

.has-separator[data-separator*=border]:after {
  content: "";
  display: block;
  top: calc(50% - 7px);
  right: -1px;
  width: 1px;
  height: 72px;
  background-color: #2e4568
}

.has-separator.row[data-separator*=border] {
  overflow: hidden
}

.has-separator.row[data-separator*=border]>.col:not(:last-of-type):after,.has-separator.row[data-separator*=border]>[class*=col-]:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  right: -1px;
  width: 1px;
  height: 72px;
  transform: translateY(-50%);
  background-color: #2e4568
}

.has-separator[data-separator*=caret-right]:after {
  position: absolute;
  top: 50%;
  right: -5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0;
  border-top-width: 3px;
  border-right-width: 3px;
  border-style: solid;
  border-color: #2e4568;
  color: inherit;
  transform: rotate(45deg) translate(-1px);
  content: ""
}

.notifications {
  background-color: #2e4568;
  text-align: center
}

.notifications .list-notifications li {
  color: #fff
}

.referral-banner {
  background-image: linear-gradient(to right,#1BC3BA 0%,#00c3ba00 10%,#00C3BA,#00C3BA,#00c3ba00 90%,#1BC3BA 100%),url(/build/images/referal.c288574e.png);
  background-position: right 50%,right 50%;
  background-repeat: repeat,repeat;
  background-color: #00c3ba;
  text-align: center;
  padding: 13px 10px
}

.referral-banner p {
  font-weight: 600;
  font-size: 16px;
  color: #fff
}

@keyframes line-left {
  0% {
      transform: translate(0) scaleX(0)
  }

  25% {
      transform: translate(0) scaleX(.5)
  }

  50% {
      transform: translate(25%) scaleX(.75)
  }

  75% {
      transform: translate(100%) scaleX(0)
  }

  to {
      transform: translate(100%) scaleX(0)
  }
}

@keyframes line-right {
  0% {
      transform: translate(0) scaleX(0)
  }

  60% {
      transform: translate(0) scaleX(0)
  }

  80% {
      transform: translate(0) scaleX(.6)
  }

  to {
      transform: translate(100%) scaleX(.1)
  }
}

.line-loader {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  pointer-events: none;
  transition: opacity cubic-bezier(.4,0,.2,1) 436ms
}

.line-loader .line-left,.line-loader .line-right {
  position: absolute;
  inset: 0;
  background-color: #2e4568;
  transform-origin: left center;
  transform: scaleX(0)
}

.line-loader .line-left {
  animation: line-left 2s linear infinite
}

.line-loader .line-right {
  animation: line-right 2s linear infinite
}

.line-loader-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: -1
}

.line-loader-wrapper .line-loader {
  opacity: 0
}

.loading .line-loader-wrapper {
  opacity: 1;
  z-index: 9999
}

.loading .line-loader-wrapper .line-loader {
  opacity: 1
}

.copyright p {
  font-size: 11px
}

.alert {
  padding: 15px;
  border: none
}

.alert.alert-icon {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.alert.alert-icon .icon {
  margin-bottom: auto
}

.alert.alert-secondary {
  background: #EEF3F9
}

.edit-mode-highlighter {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 3px solid #0075f2;
  cursor: pointer;
  opacity: 0;
  transition: all .1s ease
}

.edit-mode-highlighter-badge {
  position: absolute;
  top: -3px;
  left: -3px;
  margin: 0;
  padding: 10px 10px 8px;
  background-color: #0075f2;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.edit-mode-highlighter:hover:not(.active) {
  border-style: dashed
}

.edit-mode-highlighter:hover,.edit-mode-highlighter.active {
  opacity: 1
}

.collapse-toggler[aria-expanded=true] .toggler-text-show {
  display: none
}

.collapse-toggler[aria-expanded=true] .toggler-text-hide,.collapse-toggler[aria-expanded=false] .toggler-text-show {
  display: inline
}

.collapse-toggler[aria-expanded=false] .toggler-text-hide {
  display: none
}

.ico-font,.with-ico-font:before,.ico {
  display: inline-block;
  vertical-align: middle
}

.ico-round-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-style: solid;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%
}

.caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  border-color: currentColor;
  color: inherit
}

.caret.caret-lg {
  width: 12px;
  height: 12px
}

.caret.caret-top {
  transform: rotate(-45deg) translateY(1px)
}

.caret.caret-top.caret-lg {
  transform: rotate(-45deg) translate(-2px,3px)
}

.caret.caret-right {
  transform: rotate(45deg) translate(-1px)
}

.caret.caret-right.caret-lg {
  transform: rotate(45deg) translate(-2px,2px)
}

.caret.caret-bottom {
  transform: rotate(135deg) translateY(4px)
}

.caret.caret-bottom.caret-lg {
  transform: rotate(135deg) translate(-3px,2px)
}

.caret.caret-left {
  transform: rotate(-135deg) translateY(2px)
}

.caret.caret-left.caret-lg {
  transform: rotate(-135deg) translate(-3px,3px)
}

.slider-caret {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  border-color: currentColor;
  color: inherit
}

.slider-caret.slider-caret-top {
  transform: translateY(3px) rotate(-45deg)
}

.slider-caret.slider-caret-right {
  transform: translate(-2px) rotate(45deg)
}

.slider-caret.slider-caret-bottom {
  transform: translateY(-3px) rotate(135deg)
}

.slider-caret.slider-caret-left {
  transform: translate(3px) rotate(-135deg)
}

.ico-with-content .ico-with-content-inner {
  position: relative;
  display: inline-block
}

.ico-with-content .ico-with-content-inner .ico-with-content-entry {
  position: absolute;
  z-index: 2
}

.ico-with-content .ico-with-content-inner .ico-font {
  position: relative;
  z-index: 2
}

.ico-with-content.ico-with-content-email-counter .ico-with-content-inner .ico-with-content-entry {
  right: -10px;
  bottom: -6px;
  width: 26px;
  height: 26px;
  background-color: #e74f76;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50%
}

.ico-with-content.ico-with-content-email-counter .ico-with-content-inner .ico-font-letter-bordered {
  font-size: 46px
}

.custom-ico-minus {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #888
}

.custom-ico-minus.custom-ico-minus-sm {
  width: 10px
}

.custom-ico-plus {
  position: relative;
  display: block;
  width: 16px;
  height: 16px
}

.custom-ico-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 2px;
  background-color: #888
}

.custom-ico-plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 2px;
  background-color: #888
}

.custom-ico-plus.custom-ico-plus-sm {
  width: 10px;
  height: 10px
}

.service.service-alt .service-inner .service-content:after,.service .service-title:after,.list-password-strength>li>span:before,.list-locations li:before,.list-locations li:after,.badge-order-status-shipped:before,.badge-order-status-pickup:before,.badge-order-status-cancelled:before,.badge-order-status-completed:before,.badge-order-status-confirmed:before,.badge-order-status-pending:before,.ico-font,.with-ico-font:before {
  background: none;
  font-family: font_icons;
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ico-font {
  text-align: center
}

.ico-font-magnifier:before {
  content: "\e800"
}

.ico-font-person-bordered:before {
  content: "\e801"
}

.ico-font-phone:before {
  content: "\e802"
}

.list-locations li:before,.ico-font-pin-maps:before {
  content: "\e803"
}

.ico-font-shopping-bag-bordered:before {
  content: "\e804"
}

.ico-font-socials-facebook:before {
  content: "\e805"
}

.ico-font-socials-instagram:before {
  content: "\e806"
}

.ico-font-socials-twitter:before {
  content: "\e807"
}

.ico-font-truck:before {
  content: "\e808"
}

.ico-font-arrow-left:before {
  content: "\e809"
}

.ico-font-close:before {
  content: "\e80a"
}

.ico-font-layout-list:before {
  content: "\e80b"
}

.ico-font-layout-thumbs:before {
  content: "\e80c"
}

.ico-font-letter:before {
  content: "\e80d"
}

.ico-font-socials-google:before {
  content: "\e80e"
}

.ico-font-eye:before {
  content: "\e80f"
}

.ico-font-binder-checked:before {
  content: "\e810"
}

.ico-font-binder:before {
  content: "\e812"
}

.ico-font-person-bordered-alt:before {
  content: "\e811"
}

.ico-font-lock:before {
  content: "\e813"
}

.list-password-strength>li>span:before,.ico-font-tick:before {
  content: "\e814"
}

.ico-font-sheet-folded:before {
  content: "\e815"
}

.ico-font-tick-circled:before {
  content: "\e816"
}

.ico-font-payment-card:before {
  content: "\e817"
}

.ico-font-payment-cash:before {
  content: "\e818"
}

.ico-font-shopping-bag:before {
  content: "\e819"
}

.ico-font-pin-maps-bordered:before {
  content: "\e81a"
}

.ico-font-store:before {
  content: "\e81b"
}

.ico-font-calendar:before {
  content: "\e81c"
}

.ico-font-tick-circled-alt:before {
  content: "\e81d"
}

.ico-font-trash:before {
  content: "\e81e"
}

.ico-font-pencil:before {
  content: "\e81f"
}

.ico-font-clock:before {
  content: "\e820"
}

.badge-order-status-pickup:before,.badge-order-status-completed:before,.badge-order-status-confirmed:before,.ico-font-check-rounded:before {
  content: "\e821"
}

.badge-order-status-pending:before,.ico-font-clock-rounded:before {
  content: "\e822"
}

.badge-order-status-cancelled:before,.ico-font-cross-rounded:before {
  content: "\e823"
}

.badge-order-status-shipped:before,.ico-font-truck-ticked:before {
  content: "\e824"
}

.ico-font-shopping-bag-sad:before {
  content: "\e84a"
}

.ico-font-reload:before {
  content: "\e826"
}

.ico-font-eye-closed:before {
  content: "\e827"
}

.ico-font-letter-bordered:before {
  content: "\e84f"
}

.ico-font-location:before {
  content: "\e829"
}

.ico-font-arrow-up:before {
  content: "\e855"
}

.ico-font-arrow-down:before {
  content: "\e856"
}

.list-locations li:after,.ico-font-geolocator:before {
  content: "\e857"
}

.ico-font-cookies:before {
  content: "\e858"
}

.ico-font-cookie-settings:before {
  content: "\e85d"
}

.ico-font-info-circled:before {
  content: "\e825"
}

.ico-font-info-bold:before {
  content: "\e82f"
}

.ico-font-apple-pay:before {
  content: "\e88f"
}

.ico-font-truck-ticked-alt:before {
  content: "\e862"
}

.ico-font-hand-suitcase:before {
  content: "\e863"
}

.ico-font-hand-shield-ticked:before {
  content: "\e864"
}

.service.service-alt .service-inner .service-content:after,.service .service-title:after,.ico-font-arrow-right:before {
  content: "\e865"
}

.ico-font-binder-return:before {
  content: "\e86a"
}

.ico-font-truck-free:before {
  content: "\e86b"
}

.ico-font-price-award-diamond:before {
  content: "\e86c"
}

.ico-font-three-circles:before {
  content: "\e870"
}

.ico-font-promocode:before {
  content: "\e839"
}

.ico-font-promocode-alt:before {
  content: "\e83a"
}

.ico-font-exclamation-triangle-solid:before {
  content: "\e9ef"
}

.ico-font-cart:before {
  content: "\e9b6"
}

.ico-font-globe-lines:before {
  content: "\e879"
}

.ico-font-document-solid:before {
  content: "\e9f6"
}

.ico-font-external-link:before {
  content: "\e83f"
}

.ico-font-pending:before {
  content: "\ea40"
}

.ico-font-socials-x:before {
  content: "\e841"
}

.ico-svg-flag,.with-ico-svg-flag:before {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  margin: 1px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#449ED3 30%,#FFF 30%,#FFF 35%,#000 35%,#000 65%,#FFF 65%,#FFF 70%,#449ED3 70%);
  line-height: 1em;
  vertical-align: middle;
  box-shadow: 0 0 0 1px #0000004d
}

.ico-svg-flag.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag:before,.ico-svg-flag.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag:before {
  width: 1em
}

.ico-svg-flag.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag:before {
  border-radius: 50%
}

.ico-svg-flag.ico-svg-flag-rounded-square,.ico-svg-flag-rounded-square.with-ico-svg-flag:before {
  border-radius: 20%
}

.ico-svg-flag:before,.with-ico-svg-flag:before {
  content: "\a0"
}

.ico-svg-flag-curr-eur,.with-ico-svg-flag-curr-eur:before {
  background-image: url(/build/images/eu.db2e50ad.svg)
}

.ico-svg-flag-curr-eur.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-eur:before,.ico-svg-flag-curr-eur.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-eur:before {
  background-image: url(/build/images/eu.1019087b.svg)
}

.ico-svg-flag-curr-afn,.with-ico-svg-flag-curr-afn:before,.ico-svg-flag-afg,.with-ico-svg-flag-afg:before,.ico-svg-flag-af,.with-ico-svg-flag-af:before {
  background-image: url(/build/images/af.458ab7e0.svg)
}

.ico-svg-flag-curr-afn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-afn:before,.ico-svg-flag-curr-afn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-afn:before,.ico-svg-flag-afg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-afg:before,.ico-svg-flag-afg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-afg:before,.ico-svg-flag-af.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-af:before,.ico-svg-flag-af.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-af:before {
  background-image: url(/build/images/af.867627c5.svg)
}

.ico-svg-flag-curr-all,.with-ico-svg-flag-curr-all:before,.ico-svg-flag-alb,.with-ico-svg-flag-alb:before,.ico-svg-flag-al,.with-ico-svg-flag-al:before {
  background-image: url(/build/images/al.3dd8853b.svg)
}

.ico-svg-flag-curr-all.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-all:before,.ico-svg-flag-curr-all.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-all:before,.ico-svg-flag-alb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-alb:before,.ico-svg-flag-alb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-alb:before,.ico-svg-flag-al.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-al:before,.ico-svg-flag-al.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-al:before {
  background-image: url(/build/images/al.090568ab.svg)
}

.ico-svg-flag-curr-dzd,.with-ico-svg-flag-curr-dzd:before,.ico-svg-flag-dza,.with-ico-svg-flag-dza:before,.ico-svg-flag-dz,.with-ico-svg-flag-dz:before {
  background-image: url(/build/images/dz.945a413c.svg)
}

.ico-svg-flag-curr-dzd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-dzd:before,.ico-svg-flag-curr-dzd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-dzd:before,.ico-svg-flag-dza.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dza:before,.ico-svg-flag-dza.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dza:before,.ico-svg-flag-dz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dz:before,.ico-svg-flag-dz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dz:before {
  background-image: url(/build/images/dz.2be2fee6.svg)
}

.ico-svg-flag-asm,.with-ico-svg-flag-asm:before,.ico-svg-flag-as,.with-ico-svg-flag-as:before {
  background-image: url(/build/images/as.3b86b687.svg)
}

.ico-svg-flag-asm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-asm:before,.ico-svg-flag-asm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-asm:before,.ico-svg-flag-as.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-as:before,.ico-svg-flag-as.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-as:before {
  background-image: url(/build/images/as.7ae00cb9.svg)
}

.ico-svg-flag-and,.with-ico-svg-flag-and:before,.ico-svg-flag-ad,.with-ico-svg-flag-ad:before {
  background-image: url(/build/images/ad.45026b92.svg)
}

.ico-svg-flag-and.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-and:before,.ico-svg-flag-and.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-and:before,.ico-svg-flag-ad.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ad:before,.ico-svg-flag-ad.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ad:before {
  background-image: url(/build/images/ad.94e81025.svg)
}

.ico-svg-flag-curr-aoa,.with-ico-svg-flag-curr-aoa:before,.ico-svg-flag-ago,.with-ico-svg-flag-ago:before,.ico-svg-flag-ao,.with-ico-svg-flag-ao:before {
  background-image: url(/build/images/ao.ad6f3c8c.svg)
}

.ico-svg-flag-curr-aoa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-aoa:before,.ico-svg-flag-curr-aoa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-aoa:before,.ico-svg-flag-ago.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ago:before,.ico-svg-flag-ago.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ago:before,.ico-svg-flag-ao.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ao:before,.ico-svg-flag-ao.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ao:before {
  background-image: url(/build/images/ao.7ed590a1.svg)
}

.ico-svg-flag-aia,.with-ico-svg-flag-aia:before,.ico-svg-flag-ai,.with-ico-svg-flag-ai:before {
  background-image: url(/build/images/ai.c4699001.svg)
}

.ico-svg-flag-aia.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-aia:before,.ico-svg-flag-aia.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-aia:before,.ico-svg-flag-ai.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ai:before,.ico-svg-flag-ai.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ai:before {
  background-image: url(/build/images/ai.546a12e3.svg)
}

.ico-svg-flag-atg,.with-ico-svg-flag-atg:before,.ico-svg-flag-ag,.with-ico-svg-flag-ag:before {
  background-image: url(/build/images/ag.5929ca9f.svg)
}

.ico-svg-flag-atg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-atg:before,.ico-svg-flag-atg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-atg:before,.ico-svg-flag-ag.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ag:before,.ico-svg-flag-ag.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ag:before {
  background-image: url(/build/images/ag.3f18bb58.svg)
}

.ico-svg-flag-curr-ars,.with-ico-svg-flag-curr-ars:before,.ico-svg-flag-arg,.with-ico-svg-flag-arg:before,.ico-svg-flag-ar,.with-ico-svg-flag-ar:before {
  background-image: url(/build/images/ar.2ff091f8.svg)
}

.ico-svg-flag-curr-ars.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-ars:before,.ico-svg-flag-curr-ars.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-ars:before,.ico-svg-flag-arg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-arg:before,.ico-svg-flag-arg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-arg:before,.ico-svg-flag-ar.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ar:before,.ico-svg-flag-ar.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ar:before {
  background-image: url(/build/images/ar.5a7c09af.svg)
}

.ico-svg-flag-curr-amd,.with-ico-svg-flag-curr-amd:before,.ico-svg-flag-arm,.with-ico-svg-flag-arm:before,.ico-svg-flag-am,.with-ico-svg-flag-am:before {
  background-image: url(/build/images/am.e935f821.svg)
}

.ico-svg-flag-curr-amd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-amd:before,.ico-svg-flag-curr-amd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-amd:before,.ico-svg-flag-arm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-arm:before,.ico-svg-flag-arm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-arm:before,.ico-svg-flag-am.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-am:before,.ico-svg-flag-am.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-am:before {
  background-image: url(/build/images/am.36fc7db3.svg)
}

.ico-svg-flag-curr-awg,.with-ico-svg-flag-curr-awg:before,.ico-svg-flag-abw,.with-ico-svg-flag-abw:before,.ico-svg-flag-aw,.with-ico-svg-flag-aw:before {
  background-image: url(/build/images/aw.98298192.svg)
}

.ico-svg-flag-curr-awg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-awg:before,.ico-svg-flag-curr-awg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-awg:before,.ico-svg-flag-abw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-abw:before,.ico-svg-flag-abw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-abw:before,.ico-svg-flag-aw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-aw:before,.ico-svg-flag-aw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-aw:before {
  background-image: url(/build/images/aw.b478dded.svg)
}

.ico-svg-flag-curr-aud,.with-ico-svg-flag-curr-aud:before,.ico-svg-flag-aus,.with-ico-svg-flag-aus:before,.ico-svg-flag-au,.with-ico-svg-flag-au:before {
  background-image: url(/build/images/au.932d9182.svg)
}

.ico-svg-flag-curr-aud.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-aud:before,.ico-svg-flag-curr-aud.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-aud:before,.ico-svg-flag-aus.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-aus:before,.ico-svg-flag-aus.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-aus:before,.ico-svg-flag-au.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-au:before,.ico-svg-flag-au.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-au:before {
  background-image: url(/build/images/au.5b98a120.svg)
}

.ico-svg-flag-aut,.with-ico-svg-flag-aut:before,.ico-svg-flag-at,.with-ico-svg-flag-at:before {
  background-image: url(/build/images/at.1281f451.svg)
}

.ico-svg-flag-aut.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-aut:before,.ico-svg-flag-aut.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-aut:before,.ico-svg-flag-at.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-at:before,.ico-svg-flag-at.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-at:before {
  background-image: url(/build/images/at.d7b3791e.svg)
}

.ico-svg-flag-curr-azn,.with-ico-svg-flag-curr-azn:before,.ico-svg-flag-aze,.with-ico-svg-flag-aze:before,.ico-svg-flag-az,.with-ico-svg-flag-az:before {
  background-image: url(/build/images/az.d4faca47.svg)
}

.ico-svg-flag-curr-azn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-azn:before,.ico-svg-flag-curr-azn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-azn:before,.ico-svg-flag-aze.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-aze:before,.ico-svg-flag-aze.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-aze:before,.ico-svg-flag-az.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-az:before,.ico-svg-flag-az.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-az:before {
  background-image: url(/build/images/az.84126238.svg)
}

.ico-svg-flag-curr-bsd,.with-ico-svg-flag-curr-bsd:before,.ico-svg-flag-bhs,.with-ico-svg-flag-bhs:before,.ico-svg-flag-bs,.with-ico-svg-flag-bs:before {
  background-image: url(/build/images/bs.5497678a.svg)
}

.ico-svg-flag-curr-bsd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bsd:before,.ico-svg-flag-curr-bsd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bsd:before,.ico-svg-flag-bhs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bhs:before,.ico-svg-flag-bhs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bhs:before,.ico-svg-flag-bs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bs:before,.ico-svg-flag-bs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bs:before {
  background-image: url(/build/images/bs.a9ddb124.svg)
}

.ico-svg-flag-curr-bhd,.with-ico-svg-flag-curr-bhd:before,.ico-svg-flag-bhr,.with-ico-svg-flag-bhr:before,.ico-svg-flag-bh,.with-ico-svg-flag-bh:before {
  background-image: url(/build/images/bh.ec61516d.svg)
}

.ico-svg-flag-curr-bhd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bhd:before,.ico-svg-flag-curr-bhd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bhd:before,.ico-svg-flag-bhr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bhr:before,.ico-svg-flag-bhr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bhr:before,.ico-svg-flag-bh.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bh:before,.ico-svg-flag-bh.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bh:before {
  background-image: url(/build/images/bh.0cfc5619.svg)
}

.ico-svg-flag-curr-bdt,.with-ico-svg-flag-curr-bdt:before,.ico-svg-flag-bgd,.with-ico-svg-flag-bgd:before,.ico-svg-flag-bd,.with-ico-svg-flag-bd:before {
  background-image: url(/build/images/bd.d16830cb.svg)
}

.ico-svg-flag-curr-bdt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bdt:before,.ico-svg-flag-curr-bdt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bdt:before,.ico-svg-flag-bgd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bgd:before,.ico-svg-flag-bgd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bgd:before,.ico-svg-flag-bd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bd:before,.ico-svg-flag-bd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bd:before {
  background-image: url(/build/images/bd.a3ae69de.svg)
}

.ico-svg-flag-curr-bbd,.with-ico-svg-flag-curr-bbd:before,.ico-svg-flag-brb,.with-ico-svg-flag-brb:before,.ico-svg-flag-bb,.with-ico-svg-flag-bb:before {
  background-image: url(/build/images/bb.021629a6.svg)
}

.ico-svg-flag-curr-bbd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bbd:before,.ico-svg-flag-curr-bbd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bbd:before,.ico-svg-flag-brb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-brb:before,.ico-svg-flag-brb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-brb:before,.ico-svg-flag-bb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bb:before,.ico-svg-flag-bb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bb:before {
  background-image: url(/build/images/bb.17738ccf.svg)
}

.ico-svg-flag-curr-byr,.with-ico-svg-flag-curr-byr:before,.ico-svg-flag-curr-byn,.with-ico-svg-flag-curr-byn:before,.ico-svg-flag-blr,.with-ico-svg-flag-blr:before,.ico-svg-flag-by,.with-ico-svg-flag-by:before {
  background-image: url(/build/images/by.ed1fb533.svg)
}

.ico-svg-flag-curr-byr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-byr:before,.ico-svg-flag-curr-byr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-byr:before,.ico-svg-flag-curr-byn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-byn:before,.ico-svg-flag-curr-byn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-byn:before,.ico-svg-flag-blr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-blr:before,.ico-svg-flag-blr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-blr:before,.ico-svg-flag-by.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-by:before,.ico-svg-flag-by.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-by:before {
  background-image: url(/build/images/by.da99aaa5.svg)
}

.ico-svg-flag-bel,.with-ico-svg-flag-bel:before,.ico-svg-flag-be,.with-ico-svg-flag-be:before {
  background-image: url(/build/images/be.410c4acc.svg)
}

.ico-svg-flag-bel.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bel:before,.ico-svg-flag-bel.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bel:before,.ico-svg-flag-be.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-be:before,.ico-svg-flag-be.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-be:before {
  background-image: url(/build/images/be.914a3c37.svg)
}

.ico-svg-flag-curr-bzd,.with-ico-svg-flag-curr-bzd:before,.ico-svg-flag-blz,.with-ico-svg-flag-blz:before,.ico-svg-flag-bz,.with-ico-svg-flag-bz:before {
  background-image: url(/build/images/bz.4eb2d29f.svg)
}

.ico-svg-flag-curr-bzd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bzd:before,.ico-svg-flag-curr-bzd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bzd:before,.ico-svg-flag-blz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-blz:before,.ico-svg-flag-blz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-blz:before,.ico-svg-flag-bz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bz:before,.ico-svg-flag-bz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bz:before {
  background-image: url(/build/images/bz.7826f0d5.svg)
}

.ico-svg-flag-ben,.with-ico-svg-flag-ben:before,.ico-svg-flag-bj,.with-ico-svg-flag-bj:before {
  background-image: url(/build/images/bj.e8591ed7.svg)
}

.ico-svg-flag-ben.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ben:before,.ico-svg-flag-ben.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ben:before,.ico-svg-flag-bj.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bj:before,.ico-svg-flag-bj.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bj:before {
  background-image: url(/build/images/bj.fb3d1c01.svg)
}

.ico-svg-flag-curr-bmd,.with-ico-svg-flag-curr-bmd:before,.ico-svg-flag-bmu,.with-ico-svg-flag-bmu:before,.ico-svg-flag-bm,.with-ico-svg-flag-bm:before {
  background-image: url(/build/images/bm.e2aa572a.svg)
}

.ico-svg-flag-curr-bmd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bmd:before,.ico-svg-flag-curr-bmd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bmd:before,.ico-svg-flag-bmu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bmu:before,.ico-svg-flag-bmu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bmu:before,.ico-svg-flag-bm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bm:before,.ico-svg-flag-bm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bm:before {
  background-image: url(/build/images/bm.7dd1b92a.svg)
}

.ico-svg-flag-curr-btn,.with-ico-svg-flag-curr-btn:before,.ico-svg-flag-btn,.with-ico-svg-flag-btn:before,.ico-svg-flag-bt,.with-ico-svg-flag-bt:before {
  background-image: url(/build/images/bt.eed19cbf.svg)
}

.ico-svg-flag-curr-btn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-btn:before,.ico-svg-flag-curr-btn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-btn:before,.ico-svg-flag-btn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-btn:before,.ico-svg-flag-btn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-btn:before,.ico-svg-flag-bt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bt:before,.ico-svg-flag-bt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bt:before {
  background-image: url(/build/images/bt.1372873e.svg)
}

.ico-svg-flag-curr-bob,.with-ico-svg-flag-curr-bob:before,.ico-svg-flag-bol,.with-ico-svg-flag-bol:before,.ico-svg-flag-bo,.with-ico-svg-flag-bo:before {
  background-image: url(/build/images/bo.1155c3da.svg)
}

.ico-svg-flag-curr-bob.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bob:before,.ico-svg-flag-curr-bob.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bob:before,.ico-svg-flag-bol.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bol:before,.ico-svg-flag-bol.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bol:before,.ico-svg-flag-bo.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bo:before,.ico-svg-flag-bo.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bo:before {
  background-image: url(/build/images/bo.ee5938f0.svg)
}

.ico-svg-flag-curr-ang,.with-ico-svg-flag-curr-ang:before,.ico-svg-flag-bes,.with-ico-svg-flag-bes:before,.ico-svg-flag-bq,.with-ico-svg-flag-bq:before {
  background-image: url(/build/images/bq.8ff78ac2.svg)
}

.ico-svg-flag-curr-ang.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-ang:before,.ico-svg-flag-curr-ang.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-ang:before,.ico-svg-flag-bes.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bes:before,.ico-svg-flag-bes.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bes:before,.ico-svg-flag-bq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bq:before,.ico-svg-flag-bq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bq:before {
  background-image: url(/build/images/bq.6e5b96f6.svg)
}

.ico-svg-flag-curr-bam,.with-ico-svg-flag-curr-bam:before,.ico-svg-flag-bih,.with-ico-svg-flag-bih:before,.ico-svg-flag-ba,.with-ico-svg-flag-ba:before {
  background-image: url(/build/images/ba.7097f2f8.svg)
}

.ico-svg-flag-curr-bam.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bam:before,.ico-svg-flag-curr-bam.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bam:before,.ico-svg-flag-bih.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bih:before,.ico-svg-flag-bih.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bih:before,.ico-svg-flag-ba.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ba:before,.ico-svg-flag-ba.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ba:before {
  background-image: url(/build/images/ba.d1e732dc.svg)
}

.ico-svg-flag-curr-bwp,.with-ico-svg-flag-curr-bwp:before,.ico-svg-flag-bwa,.with-ico-svg-flag-bwa:before,.ico-svg-flag-bw,.with-ico-svg-flag-bw:before {
  background-image: url(/build/images/bw.8a35721e.svg)
}

.ico-svg-flag-curr-bwp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bwp:before,.ico-svg-flag-curr-bwp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bwp:before,.ico-svg-flag-bwa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bwa:before,.ico-svg-flag-bwa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bwa:before,.ico-svg-flag-bw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bw:before,.ico-svg-flag-bw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bw:before {
  background-image: url(/build/images/bw.0acc600b.svg)
}

.ico-svg-flag-bvt,.with-ico-svg-flag-bvt:before,.ico-svg-flag-bv,.with-ico-svg-flag-bv:before {
  background-image: url(/build/images/bv.b789f839.svg)
}

.ico-svg-flag-bvt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bvt:before,.ico-svg-flag-bvt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bvt:before,.ico-svg-flag-bv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bv:before,.ico-svg-flag-bv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bv:before {
  background-image: url(/build/images/bv.adee14dc.svg)
}

.ico-svg-flag-curr-brl,.with-ico-svg-flag-curr-brl:before,.ico-svg-flag-bra,.with-ico-svg-flag-bra:before,.ico-svg-flag-br,.with-ico-svg-flag-br:before {
  background-image: url(/build/images/br.5ec13287.svg)
}

.ico-svg-flag-curr-brl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-brl:before,.ico-svg-flag-curr-brl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-brl:before,.ico-svg-flag-bra.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bra:before,.ico-svg-flag-bra.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bra:before,.ico-svg-flag-br.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-br:before,.ico-svg-flag-br.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-br:before {
  background-image: url(/build/images/br.b3663866.svg)
}

.ico-svg-flag-iot,.with-ico-svg-flag-iot:before,.ico-svg-flag-io,.with-ico-svg-flag-io:before {
  background-image: url(/build/images/io.e31ca9aa.svg)
}

.ico-svg-flag-iot.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-iot:before,.ico-svg-flag-iot.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-iot:before,.ico-svg-flag-io.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-io:before,.ico-svg-flag-io.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-io:before {
  background-image: url(/build/images/io.c32d7f9e.svg)
}

.ico-svg-flag-curr-bnd,.with-ico-svg-flag-curr-bnd:before,.ico-svg-flag-brn,.with-ico-svg-flag-brn:before,.ico-svg-flag-bn,.with-ico-svg-flag-bn:before {
  background-image: url(/build/images/bn.ad7aafa9.svg)
}

.ico-svg-flag-curr-bnd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bnd:before,.ico-svg-flag-curr-bnd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bnd:before,.ico-svg-flag-brn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-brn:before,.ico-svg-flag-brn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-brn:before,.ico-svg-flag-bn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bn:before,.ico-svg-flag-bn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bn:before {
  background-image: url(/build/images/bn.5fd8c652.svg)
}

.ico-svg-flag-curr-bgn,.with-ico-svg-flag-curr-bgn:before,.ico-svg-flag-lang-bul,.with-ico-svg-flag-lang-bul:before,.ico-svg-flag-lang-bg,.with-ico-svg-flag-lang-bg:before,.ico-svg-flag-bgr,.with-ico-svg-flag-bgr:before,.ico-svg-flag-bg,.with-ico-svg-flag-bg:before {
  background-image: url(/build/images/bg.c9c13073.svg)
}

.ico-svg-flag-curr-bgn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bgn:before,.ico-svg-flag-curr-bgn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bgn:before,.ico-svg-flag-lang-bul.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-bul:before,.ico-svg-flag-lang-bul.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-bul:before,.ico-svg-flag-lang-bg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-bg:before,.ico-svg-flag-lang-bg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-bg:before,.ico-svg-flag-bgr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bgr:before,.ico-svg-flag-bgr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bgr:before,.ico-svg-flag-bg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bg:before,.ico-svg-flag-bg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bg:before {
  background-image: url(/build/images/bg.4f2a9bbb.svg)
}

.ico-svg-flag-bfa,.with-ico-svg-flag-bfa:before,.ico-svg-flag-bf,.with-ico-svg-flag-bf:before {
  background-image: url(/build/images/bf.4275eb85.svg)
}

.ico-svg-flag-bfa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bfa:before,.ico-svg-flag-bfa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bfa:before,.ico-svg-flag-bf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bf:before,.ico-svg-flag-bf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bf:before {
  background-image: url(/build/images/bf.6fc31e16.svg)
}

.ico-svg-flag-curr-bif,.with-ico-svg-flag-curr-bif:before,.ico-svg-flag-bdi,.with-ico-svg-flag-bdi:before,.ico-svg-flag-bi,.with-ico-svg-flag-bi:before {
  background-image: url(/build/images/bi.3fce551e.svg)
}

.ico-svg-flag-curr-bif.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-bif:before,.ico-svg-flag-curr-bif.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-bif:before,.ico-svg-flag-bdi.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bdi:before,.ico-svg-flag-bdi.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bdi:before,.ico-svg-flag-bi.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bi:before,.ico-svg-flag-bi.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bi:before {
  background-image: url(/build/images/bi.5adb744e.svg)
}

.ico-svg-flag-curr-khr,.with-ico-svg-flag-curr-khr:before,.ico-svg-flag-khm,.with-ico-svg-flag-khm:before,.ico-svg-flag-kh,.with-ico-svg-flag-kh:before {
  background-image: url(/build/images/kh.7b33804c.svg)
}

.ico-svg-flag-curr-khr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-khr:before,.ico-svg-flag-curr-khr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-khr:before,.ico-svg-flag-khm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-khm:before,.ico-svg-flag-khm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-khm:before,.ico-svg-flag-kh.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kh:before,.ico-svg-flag-kh.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kh:before {
  background-image: url(/build/images/kh.695ec7a1.svg)
}

.ico-svg-flag-cmr,.with-ico-svg-flag-cmr:before,.ico-svg-flag-cm,.with-ico-svg-flag-cm:before {
  background-image: url(/build/images/cm.7578267e.svg)
}

.ico-svg-flag-cmr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cmr:before,.ico-svg-flag-cmr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cmr:before,.ico-svg-flag-cm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cm:before,.ico-svg-flag-cm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cm:before {
  background-image: url(/build/images/cm.0dcbc4f1.svg)
}

.ico-svg-flag-curr-cad,.with-ico-svg-flag-curr-cad:before,.ico-svg-flag-can,.with-ico-svg-flag-can:before,.ico-svg-flag-ca,.with-ico-svg-flag-ca:before {
  background-image: url(/build/images/ca.d348137a.svg)
}

.ico-svg-flag-curr-cad.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-cad:before,.ico-svg-flag-curr-cad.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-cad:before,.ico-svg-flag-can.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-can:before,.ico-svg-flag-can.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-can:before,.ico-svg-flag-ca.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ca:before,.ico-svg-flag-ca.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ca:before {
  background-image: url(/build/images/ca.102b45b2.svg)
}

.ico-svg-flag-curr-cve,.with-ico-svg-flag-curr-cve:before,.ico-svg-flag-cpv,.with-ico-svg-flag-cpv:before,.ico-svg-flag-cv,.with-ico-svg-flag-cv:before {
  background-image: url(/build/images/cv.43437330.svg)
}

.ico-svg-flag-curr-cve.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-cve:before,.ico-svg-flag-curr-cve.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-cve:before,.ico-svg-flag-cpv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cpv:before,.ico-svg-flag-cpv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cpv:before,.ico-svg-flag-cv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cv:before,.ico-svg-flag-cv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cv:before {
  background-image: url(/build/images/cv.1ddd3424.svg)
}

.ico-svg-flag-curr-kyd,.with-ico-svg-flag-curr-kyd:before,.ico-svg-flag-cym,.with-ico-svg-flag-cym:before,.ico-svg-flag-ky,.with-ico-svg-flag-ky:before {
  background-image: url(/build/images/ky.ef8e1877.svg)
}

.ico-svg-flag-curr-kyd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-kyd:before,.ico-svg-flag-curr-kyd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-kyd:before,.ico-svg-flag-cym.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cym:before,.ico-svg-flag-cym.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cym:before,.ico-svg-flag-ky.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ky:before,.ico-svg-flag-ky.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ky:before {
  background-image: url(/build/images/ky.c311ddba.svg)
}

.ico-svg-flag-curr-xof,.with-ico-svg-flag-curr-xof:before,.ico-svg-flag-curr-xaf,.with-ico-svg-flag-curr-xaf:before,.ico-svg-flag-caf,.with-ico-svg-flag-caf:before,.ico-svg-flag-cf,.with-ico-svg-flag-cf:before {
  background-image: url(/build/images/cf.617adc02.svg)
}

.ico-svg-flag-curr-xof.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-xof:before,.ico-svg-flag-curr-xof.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-xof:before,.ico-svg-flag-curr-xaf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-xaf:before,.ico-svg-flag-curr-xaf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-xaf:before,.ico-svg-flag-caf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-caf:before,.ico-svg-flag-caf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-caf:before,.ico-svg-flag-cf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cf:before,.ico-svg-flag-cf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cf:before {
  background-image: url(/build/images/cf.eb50c5ec.svg)
}

.ico-svg-flag-tcd,.with-ico-svg-flag-tcd:before,.ico-svg-flag-td,.with-ico-svg-flag-td:before {
  background-image: url(/build/images/td.230eddd3.svg)
}

.ico-svg-flag-tcd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tcd:before,.ico-svg-flag-tcd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tcd:before,.ico-svg-flag-td.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-td:before,.ico-svg-flag-td.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-td:before {
  background-image: url(/build/images/td.ad4b4469.svg)
}

.ico-svg-flag-curr-clp,.with-ico-svg-flag-curr-clp:before,.ico-svg-flag-chl,.with-ico-svg-flag-chl:before,.ico-svg-flag-cl,.with-ico-svg-flag-cl:before {
  background-image: url(/build/images/cl.b9ff305a.svg)
}

.ico-svg-flag-curr-clp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-clp:before,.ico-svg-flag-curr-clp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-clp:before,.ico-svg-flag-chl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-chl:before,.ico-svg-flag-chl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-chl:before,.ico-svg-flag-cl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cl:before,.ico-svg-flag-cl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cl:before {
  background-image: url(/build/images/cl.303f56a6.svg)
}

.ico-svg-flag-curr-cny,.with-ico-svg-flag-curr-cny:before,.ico-svg-flag-curr-cnh,.with-ico-svg-flag-curr-cnh:before,.ico-svg-flag-chn,.with-ico-svg-flag-chn:before,.ico-svg-flag-cn,.with-ico-svg-flag-cn:before {
  background-image: url(/build/images/cn.7977e12a.svg)
}

.ico-svg-flag-curr-cny.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-cny:before,.ico-svg-flag-curr-cny.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-cny:before,.ico-svg-flag-curr-cnh.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-cnh:before,.ico-svg-flag-curr-cnh.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-cnh:before,.ico-svg-flag-chn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-chn:before,.ico-svg-flag-chn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-chn:before,.ico-svg-flag-cn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cn:before,.ico-svg-flag-cn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cn:before {
  background-image: url(/build/images/cn.f5a6f048.svg)
}

.ico-svg-flag-cxr,.with-ico-svg-flag-cxr:before,.ico-svg-flag-cx,.with-ico-svg-flag-cx:before {
  background-image: url(/build/images/cx.b9b5e6cd.svg)
}

.ico-svg-flag-cxr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cxr:before,.ico-svg-flag-cxr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cxr:before,.ico-svg-flag-cx.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cx:before,.ico-svg-flag-cx.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cx:before {
  background-image: url(/build/images/cx.dda4107f.svg)
}

.ico-svg-flag-cck,.with-ico-svg-flag-cck:before,.ico-svg-flag-cc,.with-ico-svg-flag-cc:before {
  background-image: url(/build/images/cc.200233c9.svg)
}

.ico-svg-flag-cck.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cck:before,.ico-svg-flag-cck.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cck:before,.ico-svg-flag-cc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cc:before,.ico-svg-flag-cc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cc:before {
  background-image: url(/build/images/cc.27d55bfa.svg)
}

.ico-svg-flag-curr-cop,.with-ico-svg-flag-curr-cop:before,.ico-svg-flag-col,.with-ico-svg-flag-col:before,.ico-svg-flag-co,.with-ico-svg-flag-co:before {
  background-image: url(/build/images/co.59ec93f7.svg)
}

.ico-svg-flag-curr-cop.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-cop:before,.ico-svg-flag-curr-cop.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-cop:before,.ico-svg-flag-col.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-col:before,.ico-svg-flag-col.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-col:before,.ico-svg-flag-co.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-co:before,.ico-svg-flag-co.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-co:before {
  background-image: url(/build/images/co.4c87d079.svg)
}

.ico-svg-flag-curr-kmf,.with-ico-svg-flag-curr-kmf:before,.ico-svg-flag-com,.with-ico-svg-flag-com:before,.ico-svg-flag-km,.with-ico-svg-flag-km:before {
  background-image: url(/build/images/km.93ef5e21.svg)
}

.ico-svg-flag-curr-kmf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-kmf:before,.ico-svg-flag-curr-kmf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-kmf:before,.ico-svg-flag-com.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-com:before,.ico-svg-flag-com.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-com:before,.ico-svg-flag-km.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-km:before,.ico-svg-flag-km.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-km:before {
  background-image: url(/build/images/km.4c4fa2a7.svg)
}

.ico-svg-flag-cog,.with-ico-svg-flag-cog:before,.ico-svg-flag-cg,.with-ico-svg-flag-cg:before {
  background-image: url(/build/images/cg.440e321a.svg)
}

.ico-svg-flag-cog.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cog:before,.ico-svg-flag-cog.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cog:before,.ico-svg-flag-cg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cg:before,.ico-svg-flag-cg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cg:before {
  background-image: url(/build/images/cg.862f4608.svg)
}

.ico-svg-flag-curr-cdf,.with-ico-svg-flag-curr-cdf:before,.ico-svg-flag-cod,.with-ico-svg-flag-cod:before,.ico-svg-flag-cd,.with-ico-svg-flag-cd:before {
  background-image: url(/build/images/cd.e5fd4d12.svg)
}

.ico-svg-flag-curr-cdf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-cdf:before,.ico-svg-flag-curr-cdf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-cdf:before,.ico-svg-flag-cod.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cod:before,.ico-svg-flag-cod.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cod:before,.ico-svg-flag-cd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cd:before,.ico-svg-flag-cd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cd:before {
  background-image: url(/build/images/cd.d44809aa.svg)
}

.ico-svg-flag-cok,.with-ico-svg-flag-cok:before,.ico-svg-flag-ck,.with-ico-svg-flag-ck:before {
  background-image: url(/build/images/ck.65a80cb3.svg)
}

.ico-svg-flag-cok.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cok:before,.ico-svg-flag-cok.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cok:before,.ico-svg-flag-ck.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ck:before,.ico-svg-flag-ck.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ck:before {
  background-image: url(/build/images/ck.d76f3968.svg)
}

.ico-svg-flag-curr-crc,.with-ico-svg-flag-curr-crc:before,.ico-svg-flag-cri,.with-ico-svg-flag-cri:before,.ico-svg-flag-cr,.with-ico-svg-flag-cr:before {
  background-image: url(/build/images/cr.6f2d7bb0.svg)
}

.ico-svg-flag-curr-crc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-crc:before,.ico-svg-flag-curr-crc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-crc:before,.ico-svg-flag-cri.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cri:before,.ico-svg-flag-cri.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cri:before,.ico-svg-flag-cr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cr:before,.ico-svg-flag-cr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cr:before {
  background-image: url(/build/images/cr.ebed4600.svg)
}

.ico-svg-flag-curr-hrk,.with-ico-svg-flag-curr-hrk:before,.ico-svg-flag-lang-hrv,.with-ico-svg-flag-lang-hrv:before,.ico-svg-flag-lang-hr,.with-ico-svg-flag-lang-hr:before,.ico-svg-flag-hrv,.with-ico-svg-flag-hrv:before,.ico-svg-flag-hr,.with-ico-svg-flag-hr:before {
  background-image: url(/build/images/hr.00a76e1b.svg)
}

.ico-svg-flag-curr-hrk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-hrk:before,.ico-svg-flag-curr-hrk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-hrk:before,.ico-svg-flag-lang-hrv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-hrv:before,.ico-svg-flag-lang-hrv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-hrv:before,.ico-svg-flag-lang-hr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-hr:before,.ico-svg-flag-lang-hr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-hr:before,.ico-svg-flag-hrv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hrv:before,.ico-svg-flag-hrv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hrv:before,.ico-svg-flag-hr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hr:before,.ico-svg-flag-hr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hr:before {
  background-image: url(/build/images/hr.f3f2e25c.svg)
}

.ico-svg-flag-curr-cup,.with-ico-svg-flag-curr-cup:before,.ico-svg-flag-cub,.with-ico-svg-flag-cub:before,.ico-svg-flag-cu,.with-ico-svg-flag-cu:before {
  background-image: url(/build/images/cu.ff35f996.svg)
}

.ico-svg-flag-curr-cup.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-cup:before,.ico-svg-flag-curr-cup.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-cup:before,.ico-svg-flag-cub.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cub:before,.ico-svg-flag-cub.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cub:before,.ico-svg-flag-cu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cu:before,.ico-svg-flag-cu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cu:before {
  background-image: url(/build/images/cu.1452c504.svg)
}

.ico-svg-flag-cuw,.with-ico-svg-flag-cuw:before,.ico-svg-flag-cw,.with-ico-svg-flag-cw:before {
  background-image: url(/build/images/cw.8e4cecbf.svg)
}

.ico-svg-flag-cuw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cuw:before,.ico-svg-flag-cuw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cuw:before,.ico-svg-flag-cw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cw:before,.ico-svg-flag-cw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cw:before {
  background-image: url(/build/images/cw.3fc45037.svg)
}

.ico-svg-flag-cyp,.with-ico-svg-flag-cyp:before,.ico-svg-flag-cy,.with-ico-svg-flag-cy:before {
  background-image: url(/build/images/cy.70de54e6.svg)
}

.ico-svg-flag-cyp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cyp:before,.ico-svg-flag-cyp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cyp:before,.ico-svg-flag-cy.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cy:before,.ico-svg-flag-cy.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cy:before {
  background-image: url(/build/images/cy.bdc1fde2.svg)
}

.ico-svg-flag-curr-czk,.with-ico-svg-flag-curr-czk:before,.ico-svg-flag-lang-cze,.with-ico-svg-flag-lang-cze:before,.ico-svg-flag-lang-ces,.with-ico-svg-flag-lang-ces:before,.ico-svg-flag-lang-cs,.with-ico-svg-flag-lang-cs:before,.ico-svg-flag-cze,.with-ico-svg-flag-cze:before,.ico-svg-flag-cz,.with-ico-svg-flag-cz:before {
  background-image: url(/build/images/cz.8ef2bc6a.svg)
}

.ico-svg-flag-curr-czk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-czk:before,.ico-svg-flag-curr-czk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-czk:before,.ico-svg-flag-lang-cze.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-cze:before,.ico-svg-flag-lang-cze.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-cze:before,.ico-svg-flag-lang-ces.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-ces:before,.ico-svg-flag-lang-ces.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-ces:before,.ico-svg-flag-lang-cs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-cs:before,.ico-svg-flag-lang-cs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-cs:before,.ico-svg-flag-cze.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cze:before,.ico-svg-flag-cze.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cze:before,.ico-svg-flag-cz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-cz:before,.ico-svg-flag-cz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-cz:before {
  background-image: url(/build/images/cz.1b3452b8.svg)
}

.ico-svg-flag-civ,.with-ico-svg-flag-civ:before,.ico-svg-flag-ci,.with-ico-svg-flag-ci:before {
  background-image: url(/build/images/ci.b1030b2b.svg)
}

.ico-svg-flag-civ.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-civ:before,.ico-svg-flag-civ.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-civ:before,.ico-svg-flag-ci.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ci:before,.ico-svg-flag-ci.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ci:before {
  background-image: url(/build/images/ci.6f06682e.svg)
}

.ico-svg-flag-curr-dkk,.with-ico-svg-flag-curr-dkk:before,.ico-svg-flag-lang-dan,.with-ico-svg-flag-lang-dan:before,.ico-svg-flag-lang-da,.with-ico-svg-flag-lang-da:before,.ico-svg-flag-dnk,.with-ico-svg-flag-dnk:before,.ico-svg-flag-dk,.with-ico-svg-flag-dk:before {
  background-image: url(/build/images/dk.f4e8fc53.svg)
}

.ico-svg-flag-curr-dkk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-dkk:before,.ico-svg-flag-curr-dkk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-dkk:before,.ico-svg-flag-lang-dan.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-dan:before,.ico-svg-flag-lang-dan.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-dan:before,.ico-svg-flag-lang-da.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-da:before,.ico-svg-flag-lang-da.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-da:before,.ico-svg-flag-dnk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dnk:before,.ico-svg-flag-dnk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dnk:before,.ico-svg-flag-dk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dk:before,.ico-svg-flag-dk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dk:before {
  background-image: url(/build/images/dk.c2e570fa.svg)
}

.ico-svg-flag-curr-djf,.with-ico-svg-flag-curr-djf:before,.ico-svg-flag-dji,.with-ico-svg-flag-dji:before,.ico-svg-flag-dj,.with-ico-svg-flag-dj:before {
  background-image: url(/build/images/dj.76f4cdf5.svg)
}

.ico-svg-flag-curr-djf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-djf:before,.ico-svg-flag-curr-djf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-djf:before,.ico-svg-flag-dji.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dji:before,.ico-svg-flag-dji.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dji:before,.ico-svg-flag-dj.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dj:before,.ico-svg-flag-dj.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dj:before {
  background-image: url(/build/images/dj.278a5a5f.svg)
}

.ico-svg-flag-dma,.with-ico-svg-flag-dma:before,.ico-svg-flag-dm,.with-ico-svg-flag-dm:before {
  background-image: url(/build/images/dm.46675764.svg)
}

.ico-svg-flag-dma.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dma:before,.ico-svg-flag-dma.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dma:before,.ico-svg-flag-dm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dm:before,.ico-svg-flag-dm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dm:before {
  background-image: url(/build/images/dm.dc345577.svg)
}

.ico-svg-flag-curr-dop,.with-ico-svg-flag-curr-dop:before,.ico-svg-flag-dom,.with-ico-svg-flag-dom:before,.ico-svg-flag-do,.with-ico-svg-flag-do:before {
  background-image: url(/build/images/do.c05850db.svg)
}

.ico-svg-flag-curr-dop.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-dop:before,.ico-svg-flag-curr-dop.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-dop:before,.ico-svg-flag-dom.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-dom:before,.ico-svg-flag-dom.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-dom:before,.ico-svg-flag-do.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-do:before,.ico-svg-flag-do.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-do:before {
  background-image: url(/build/images/do.64a9810e.svg)
}

.ico-svg-flag-ecu,.with-ico-svg-flag-ecu:before,.ico-svg-flag-ec,.with-ico-svg-flag-ec:before {
  background-image: url(/build/images/ec.3ea7f906.svg)
}

.ico-svg-flag-ecu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ecu:before,.ico-svg-flag-ecu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ecu:before,.ico-svg-flag-ec.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ec:before,.ico-svg-flag-ec.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ec:before {
  background-image: url(/build/images/ec.7be6ca13.svg)
}

.ico-svg-flag-curr-egp,.with-ico-svg-flag-curr-egp:before,.ico-svg-flag-egy,.with-ico-svg-flag-egy:before,.ico-svg-flag-eg,.with-ico-svg-flag-eg:before {
  background-image: url(/build/images/eg.b3580df9.svg)
}

.ico-svg-flag-curr-egp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-egp:before,.ico-svg-flag-curr-egp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-egp:before,.ico-svg-flag-egy.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-egy:before,.ico-svg-flag-egy.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-egy:before,.ico-svg-flag-eg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-eg:before,.ico-svg-flag-eg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-eg:before {
  background-image: url(/build/images/eg.c6ff8d6c.svg)
}

.ico-svg-flag-curr-svc,.with-ico-svg-flag-curr-svc:before,.ico-svg-flag-slv,.with-ico-svg-flag-slv:before,.ico-svg-flag-sv,.with-ico-svg-flag-sv:before {
  background-image: url(/build/images/sv.3bb132d7.svg)
}

.ico-svg-flag-curr-svc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-svc:before,.ico-svg-flag-curr-svc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-svc:before,.ico-svg-flag-slv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-slv:before,.ico-svg-flag-slv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-slv:before,.ico-svg-flag-sv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sv:before,.ico-svg-flag-sv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sv:before {
  background-image: url(/build/images/sv.f4b33140.svg)
}

.ico-svg-flag-gnq,.with-ico-svg-flag-gnq:before,.ico-svg-flag-gq,.with-ico-svg-flag-gq:before {
  background-image: url(/build/images/gq.c2cb1adb.svg)
}

.ico-svg-flag-gnq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gnq:before,.ico-svg-flag-gnq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gnq:before,.ico-svg-flag-gq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gq:before,.ico-svg-flag-gq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gq:before {
  background-image: url(/build/images/gq.89421f59.svg)
}

.ico-svg-flag-eri,.with-ico-svg-flag-eri:before,.ico-svg-flag-er,.with-ico-svg-flag-er:before {
  background-image: url(/build/images/er.458bc299.svg)
}

.ico-svg-flag-eri.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-eri:before,.ico-svg-flag-eri.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-eri:before,.ico-svg-flag-er.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-er:before,.ico-svg-flag-er.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-er:before {
  background-image: url(/build/images/er.ff62e272.svg)
}

.ico-svg-flag-lang-est,.with-ico-svg-flag-lang-est:before,.ico-svg-flag-lang-et,.with-ico-svg-flag-lang-et:before,.ico-svg-flag-est,.with-ico-svg-flag-est:before,.ico-svg-flag-ee,.with-ico-svg-flag-ee:before {
  background-image: url(/build/images/ee.887a78f0.svg)
}

.ico-svg-flag-lang-est.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-est:before,.ico-svg-flag-lang-est.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-est:before,.ico-svg-flag-lang-et.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-et:before,.ico-svg-flag-lang-et.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-et:before,.ico-svg-flag-est.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-est:before,.ico-svg-flag-est.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-est:before,.ico-svg-flag-ee.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ee:before,.ico-svg-flag-ee.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ee:before {
  background-image: url(/build/images/ee.7b6b8abc.svg)
}

.ico-svg-flag-curr-etb,.with-ico-svg-flag-curr-etb:before,.ico-svg-flag-eth,.with-ico-svg-flag-eth:before,.ico-svg-flag-et,.with-ico-svg-flag-et:before {
  background-image: url(/build/images/et.cbe354bb.svg)
}

.ico-svg-flag-curr-etb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-etb:before,.ico-svg-flag-curr-etb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-etb:before,.ico-svg-flag-eth.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-eth:before,.ico-svg-flag-eth.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-eth:before,.ico-svg-flag-et.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-et:before,.ico-svg-flag-et.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-et:before {
  background-image: url(/build/images/et.061591dd.svg)
}

.ico-svg-flag-curr-fkp,.with-ico-svg-flag-curr-fkp:before,.ico-svg-flag-flk,.with-ico-svg-flag-flk:before,.ico-svg-flag-fk,.with-ico-svg-flag-fk:before {
  background-image: url(/build/images/fk.ddc6bd17.svg)
}

.ico-svg-flag-curr-fkp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-fkp:before,.ico-svg-flag-curr-fkp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-fkp:before,.ico-svg-flag-flk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-flk:before,.ico-svg-flag-flk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-flk:before,.ico-svg-flag-fk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fk:before,.ico-svg-flag-fk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fk:before {
  background-image: url(/build/images/fk.fe8e733a.svg)
}

.ico-svg-flag-fro,.with-ico-svg-flag-fro:before,.ico-svg-flag-fo,.with-ico-svg-flag-fo:before {
  background-image: url(/build/images/fo.f284df39.svg)
}

.ico-svg-flag-fro.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fro:before,.ico-svg-flag-fro.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fro:before,.ico-svg-flag-fo.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fo:before,.ico-svg-flag-fo.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fo:before {
  background-image: url(/build/images/fo.8b4db68d.svg)
}

.ico-svg-flag-curr-fjd,.with-ico-svg-flag-curr-fjd:before,.ico-svg-flag-fji,.with-ico-svg-flag-fji:before,.ico-svg-flag-fj,.with-ico-svg-flag-fj:before {
  background-image: url(/build/images/fj.f3d86add.svg)
}

.ico-svg-flag-curr-fjd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-fjd:before,.ico-svg-flag-curr-fjd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-fjd:before,.ico-svg-flag-fji.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fji:before,.ico-svg-flag-fji.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fji:before,.ico-svg-flag-fj.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fj:before,.ico-svg-flag-fj.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fj:before {
  background-image: url(/build/images/fj.55dd1c6e.svg)
}

.ico-svg-flag-lang-fin,.with-ico-svg-flag-lang-fin:before,.ico-svg-flag-lang-fi,.with-ico-svg-flag-lang-fi:before,.ico-svg-flag-fin,.with-ico-svg-flag-fin:before,.ico-svg-flag-fi,.with-ico-svg-flag-fi:before {
  background-image: url(/build/images/fi.3b522e7f.svg)
}

.ico-svg-flag-lang-fin.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-fin:before,.ico-svg-flag-lang-fin.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-fin:before,.ico-svg-flag-lang-fi.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-fi:before,.ico-svg-flag-lang-fi.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-fi:before,.ico-svg-flag-fin.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fin:before,.ico-svg-flag-fin.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fin:before,.ico-svg-flag-fi.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fi:before,.ico-svg-flag-fi.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fi:before {
  background-image: url(/build/images/fi.eb793b74.svg)
}

.ico-svg-flag-lang-fre,.with-ico-svg-flag-lang-fre:before,.ico-svg-flag-lang-fra,.with-ico-svg-flag-lang-fra:before,.ico-svg-flag-lang-fr,.with-ico-svg-flag-lang-fr:before,.ico-svg-flag-fra,.with-ico-svg-flag-fra:before,.ico-svg-flag-fr,.with-ico-svg-flag-fr:before {
  background-image: url(/build/images/fr.81d43a15.svg)
}

.ico-svg-flag-lang-fre.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-fre:before,.ico-svg-flag-lang-fre.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-fre:before,.ico-svg-flag-lang-fra.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-fra:before,.ico-svg-flag-lang-fra.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-fra:before,.ico-svg-flag-lang-fr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-fr:before,.ico-svg-flag-lang-fr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-fr:before,.ico-svg-flag-fra.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fra:before,.ico-svg-flag-fra.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fra:before,.ico-svg-flag-fr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fr:before,.ico-svg-flag-fr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fr:before {
  background-image: url(/build/images/fr.c88df329.svg)
}

.ico-svg-flag-guf,.with-ico-svg-flag-guf:before,.ico-svg-flag-gf,.with-ico-svg-flag-gf:before {
  background-image: url(/build/images/gf.695a47d6.svg)
}

.ico-svg-flag-guf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-guf:before,.ico-svg-flag-guf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-guf:before,.ico-svg-flag-gf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gf:before,.ico-svg-flag-gf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gf:before {
  background-image: url(/build/images/gf.74219f32.svg)
}

.ico-svg-flag-curr-xpf,.with-ico-svg-flag-curr-xpf:before,.ico-svg-flag-pyf,.with-ico-svg-flag-pyf:before,.ico-svg-flag-pf,.with-ico-svg-flag-pf:before {
  background-image: url(/build/images/pf.296e9459.svg)
}

.ico-svg-flag-curr-xpf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-xpf:before,.ico-svg-flag-curr-xpf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-xpf:before,.ico-svg-flag-pyf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pyf:before,.ico-svg-flag-pyf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pyf:before,.ico-svg-flag-pf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pf:before,.ico-svg-flag-pf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pf:before {
  background-image: url(/build/images/pf.fbd548e6.svg)
}

.ico-svg-flag-atf,.with-ico-svg-flag-atf:before,.ico-svg-flag-tf,.with-ico-svg-flag-tf:before {
  background-image: url(/build/images/tf.cf4959c4.svg)
}

.ico-svg-flag-atf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-atf:before,.ico-svg-flag-atf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-atf:before,.ico-svg-flag-tf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tf:before,.ico-svg-flag-tf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tf:before {
  background-image: url(/build/images/tf.aaea08de.svg)
}

.ico-svg-flag-gab,.with-ico-svg-flag-gab:before,.ico-svg-flag-ga,.with-ico-svg-flag-ga:before {
  background-image: url(/build/images/ga.4257c8ec.svg)
}

.ico-svg-flag-gab.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gab:before,.ico-svg-flag-gab.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gab:before,.ico-svg-flag-ga.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ga:before,.ico-svg-flag-ga.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ga:before {
  background-image: url(/build/images/ga.dec83263.svg)
}

.ico-svg-flag-curr-gmd,.with-ico-svg-flag-curr-gmd:before,.ico-svg-flag-gmb,.with-ico-svg-flag-gmb:before,.ico-svg-flag-gm,.with-ico-svg-flag-gm:before {
  background-image: url(/build/images/gm.cdfdf8bc.svg)
}

.ico-svg-flag-curr-gmd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-gmd:before,.ico-svg-flag-curr-gmd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-gmd:before,.ico-svg-flag-gmb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gmb:before,.ico-svg-flag-gmb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gmb:before,.ico-svg-flag-gm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gm:before,.ico-svg-flag-gm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gm:before {
  background-image: url(/build/images/gm.65c86e0a.svg)
}

.ico-svg-flag-curr-gel,.with-ico-svg-flag-curr-gel:before,.ico-svg-flag-geo,.with-ico-svg-flag-geo:before,.ico-svg-flag-ge,.with-ico-svg-flag-ge:before {
  background-image: url(/build/images/ge.98cf9dc1.svg)
}

.ico-svg-flag-curr-gel.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-gel:before,.ico-svg-flag-curr-gel.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-gel:before,.ico-svg-flag-geo.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-geo:before,.ico-svg-flag-geo.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-geo:before,.ico-svg-flag-ge.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ge:before,.ico-svg-flag-ge.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ge:before {
  background-image: url(/build/images/ge.7ccc29e2.svg)
}

.ico-svg-flag-lang-ger,.with-ico-svg-flag-lang-ger:before,.ico-svg-flag-lang-deu,.with-ico-svg-flag-lang-deu:before,.ico-svg-flag-lang-de,.with-ico-svg-flag-lang-de:before,.ico-svg-flag-deu,.with-ico-svg-flag-deu:before,.ico-svg-flag-de,.with-ico-svg-flag-de:before {
  background-image: url(/build/images/de.7e82f4c7.svg)
}

.ico-svg-flag-lang-ger.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-ger:before,.ico-svg-flag-lang-ger.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-ger:before,.ico-svg-flag-lang-deu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-deu:before,.ico-svg-flag-lang-deu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-deu:before,.ico-svg-flag-lang-de.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-de:before,.ico-svg-flag-lang-de.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-de:before,.ico-svg-flag-deu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-deu:before,.ico-svg-flag-deu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-deu:before,.ico-svg-flag-de.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-de:before,.ico-svg-flag-de.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-de:before {
  background-image: url(/build/images/de.11d88d2b.svg)
}

.ico-svg-flag-curr-ghs,.with-ico-svg-flag-curr-ghs:before,.ico-svg-flag-gha,.with-ico-svg-flag-gha:before,.ico-svg-flag-gh,.with-ico-svg-flag-gh:before {
  background-image: url(/build/images/gh.d060e231.svg)
}

.ico-svg-flag-curr-ghs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-ghs:before,.ico-svg-flag-curr-ghs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-ghs:before,.ico-svg-flag-gha.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gha:before,.ico-svg-flag-gha.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gha:before,.ico-svg-flag-gh.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gh:before,.ico-svg-flag-gh.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gh:before {
  background-image: url(/build/images/gh.286f4413.svg)
}

.ico-svg-flag-curr-gip,.with-ico-svg-flag-curr-gip:before,.ico-svg-flag-gib,.with-ico-svg-flag-gib:before,.ico-svg-flag-gi,.with-ico-svg-flag-gi:before {
  background-image: url(/build/images/gi.345b700f.svg)
}

.ico-svg-flag-curr-gip.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-gip:before,.ico-svg-flag-curr-gip.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-gip:before,.ico-svg-flag-gib.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gib:before,.ico-svg-flag-gib.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gib:before,.ico-svg-flag-gi.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gi:before,.ico-svg-flag-gi.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gi:before {
  background-image: url(/build/images/gi.e73af104.svg)
}

.ico-svg-flag-lang-gre,.with-ico-svg-flag-lang-gre:before,.ico-svg-flag-lang-ell,.with-ico-svg-flag-lang-ell:before,.ico-svg-flag-lang-el,.with-ico-svg-flag-lang-el:before,.ico-svg-flag-grc,.with-ico-svg-flag-grc:before,.ico-svg-flag-gr,.with-ico-svg-flag-gr:before {
  background-image: url(/build/images/gr.e2d01167.svg)
}

.ico-svg-flag-lang-gre.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-gre:before,.ico-svg-flag-lang-gre.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-gre:before,.ico-svg-flag-lang-ell.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-ell:before,.ico-svg-flag-lang-ell.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-ell:before,.ico-svg-flag-lang-el.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-el:before,.ico-svg-flag-lang-el.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-el:before,.ico-svg-flag-grc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-grc:before,.ico-svg-flag-grc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-grc:before,.ico-svg-flag-gr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gr:before,.ico-svg-flag-gr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gr:before {
  background-image: url(/build/images/gr.c51a52c4.svg)
}

.ico-svg-flag-grl,.with-ico-svg-flag-grl:before,.ico-svg-flag-gl,.with-ico-svg-flag-gl:before {
  background-image: url(/build/images/gl.84ac5572.svg)
}

.ico-svg-flag-grl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-grl:before,.ico-svg-flag-grl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-grl:before,.ico-svg-flag-gl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gl:before,.ico-svg-flag-gl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gl:before {
  background-image: url(/build/images/gl.68756f32.svg)
}

.ico-svg-flag-curr-xcd,.with-ico-svg-flag-curr-xcd:before,.ico-svg-flag-grd,.with-ico-svg-flag-grd:before,.ico-svg-flag-gd,.with-ico-svg-flag-gd:before {
  background-image: url(/build/images/gd.b446a44d.svg)
}

.ico-svg-flag-curr-xcd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-xcd:before,.ico-svg-flag-curr-xcd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-xcd:before,.ico-svg-flag-grd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-grd:before,.ico-svg-flag-grd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-grd:before,.ico-svg-flag-gd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gd:before,.ico-svg-flag-gd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gd:before {
  background-image: url(/build/images/gd.1b313417.svg)
}

.ico-svg-flag-glp,.with-ico-svg-flag-glp:before,.ico-svg-flag-gp,.with-ico-svg-flag-gp:before {
  background-image: url(/build/images/gp.092b6bf9.svg)
}

.ico-svg-flag-glp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-glp:before,.ico-svg-flag-glp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-glp:before,.ico-svg-flag-gp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gp:before,.ico-svg-flag-gp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gp:before {
  background-image: url(/build/images/gp.30b1d26c.svg)
}

.ico-svg-flag-gum,.with-ico-svg-flag-gum:before,.ico-svg-flag-gu,.with-ico-svg-flag-gu:before {
  background-image: url(/build/images/gu.459831ea.svg)
}

.ico-svg-flag-gum.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gum:before,.ico-svg-flag-gum.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gum:before,.ico-svg-flag-gu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gu:before,.ico-svg-flag-gu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gu:before {
  background-image: url(/build/images/gu.35820090.svg)
}

.ico-svg-flag-curr-gtq,.with-ico-svg-flag-curr-gtq:before,.ico-svg-flag-gtm,.with-ico-svg-flag-gtm:before,.ico-svg-flag-gt,.with-ico-svg-flag-gt:before {
  background-image: url(/build/images/gt.ccfc27d3.svg)
}

.ico-svg-flag-curr-gtq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-gtq:before,.ico-svg-flag-curr-gtq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-gtq:before,.ico-svg-flag-gtm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gtm:before,.ico-svg-flag-gtm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gtm:before,.ico-svg-flag-gt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gt:before,.ico-svg-flag-gt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gt:before {
  background-image: url(/build/images/gt.3d87ccc4.svg)
}

.ico-svg-flag-ggy,.with-ico-svg-flag-ggy:before,.ico-svg-flag-gg,.with-ico-svg-flag-gg:before {
  background-image: url(/build/images/gg.6b23b5b1.svg)
}

.ico-svg-flag-ggy.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ggy:before,.ico-svg-flag-ggy.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ggy:before,.ico-svg-flag-gg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gg:before,.ico-svg-flag-gg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gg:before {
  background-image: url(/build/images/gg.30f47622.svg)
}

.ico-svg-flag-curr-gnf,.with-ico-svg-flag-curr-gnf:before,.ico-svg-flag-gin,.with-ico-svg-flag-gin:before,.ico-svg-flag-gn,.with-ico-svg-flag-gn:before {
  background-image: url(/build/images/gn.bf5b0873.svg)
}

.ico-svg-flag-curr-gnf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-gnf:before,.ico-svg-flag-curr-gnf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-gnf:before,.ico-svg-flag-gin.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gin:before,.ico-svg-flag-gin.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gin:before,.ico-svg-flag-gn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gn:before,.ico-svg-flag-gn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gn:before {
  background-image: url(/build/images/gn.7bf7a35a.svg)
}

.ico-svg-flag-gnb,.with-ico-svg-flag-gnb:before,.ico-svg-flag-gw,.with-ico-svg-flag-gw:before {
  background-image: url(/build/images/gw.f29eedfe.svg)
}

.ico-svg-flag-gnb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gnb:before,.ico-svg-flag-gnb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gnb:before,.ico-svg-flag-gw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gw:before,.ico-svg-flag-gw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gw:before {
  background-image: url(/build/images/gw.f647ba54.svg)
}

.ico-svg-flag-curr-gyd,.with-ico-svg-flag-curr-gyd:before,.ico-svg-flag-guy,.with-ico-svg-flag-guy:before,.ico-svg-flag-gy,.with-ico-svg-flag-gy:before {
  background-image: url(/build/images/gy.49a30b4f.svg)
}

.ico-svg-flag-curr-gyd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-gyd:before,.ico-svg-flag-curr-gyd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-gyd:before,.ico-svg-flag-guy.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-guy:before,.ico-svg-flag-guy.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-guy:before,.ico-svg-flag-gy.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gy:before,.ico-svg-flag-gy.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gy:before {
  background-image: url(/build/images/gy.43c003e2.svg)
}

.ico-svg-flag-curr-htg,.with-ico-svg-flag-curr-htg:before,.ico-svg-flag-hti,.with-ico-svg-flag-hti:before,.ico-svg-flag-ht,.with-ico-svg-flag-ht:before {
  background-image: url(/build/images/ht.3af38bff.svg)
}

.ico-svg-flag-curr-htg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-htg:before,.ico-svg-flag-curr-htg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-htg:before,.ico-svg-flag-hti.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hti:before,.ico-svg-flag-hti.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hti:before,.ico-svg-flag-ht.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ht:before,.ico-svg-flag-ht.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ht:before {
  background-image: url(/build/images/ht.663996cf.svg)
}

.ico-svg-flag-hmd,.with-ico-svg-flag-hmd:before,.ico-svg-flag-hm,.with-ico-svg-flag-hm:before {
  background-image: url(/build/images/hm.fdd5197f.svg)
}

.ico-svg-flag-hmd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hmd:before,.ico-svg-flag-hmd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hmd:before,.ico-svg-flag-hm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hm:before,.ico-svg-flag-hm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hm:before {
  background-image: url(/build/images/hm.8b4c33d4.svg)
}

.ico-svg-flag-vat,.with-ico-svg-flag-vat:before,.ico-svg-flag-va,.with-ico-svg-flag-va:before {
  background-image: url(/build/images/va.6d6a5ae6.svg)
}

.ico-svg-flag-vat.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vat:before,.ico-svg-flag-vat.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vat:before,.ico-svg-flag-va.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-va:before,.ico-svg-flag-va.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-va:before {
  background-image: url(/build/images/va.555e01bd.svg)
}

.ico-svg-flag-curr-hnl,.with-ico-svg-flag-curr-hnl:before,.ico-svg-flag-hnd,.with-ico-svg-flag-hnd:before,.ico-svg-flag-hn,.with-ico-svg-flag-hn:before {
  background-image: url(/build/images/hn.f53ee3d6.svg)
}

.ico-svg-flag-curr-hnl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-hnl:before,.ico-svg-flag-curr-hnl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-hnl:before,.ico-svg-flag-hnd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hnd:before,.ico-svg-flag-hnd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hnd:before,.ico-svg-flag-hn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hn:before,.ico-svg-flag-hn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hn:before {
  background-image: url(/build/images/hn.ebef2cd5.svg)
}

.ico-svg-flag-curr-hkd,.with-ico-svg-flag-curr-hkd:before,.ico-svg-flag-hkg,.with-ico-svg-flag-hkg:before,.ico-svg-flag-hk,.with-ico-svg-flag-hk:before {
  background-image: url(/build/images/hk.c0a93c08.svg)
}

.ico-svg-flag-curr-hkd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-hkd:before,.ico-svg-flag-curr-hkd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-hkd:before,.ico-svg-flag-hkg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hkg:before,.ico-svg-flag-hkg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hkg:before,.ico-svg-flag-hk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hk:before,.ico-svg-flag-hk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hk:before {
  background-image: url(/build/images/hk.5a112207.svg)
}

.ico-svg-flag-curr-huf,.with-ico-svg-flag-curr-huf:before,.ico-svg-flag-lang-hun,.with-ico-svg-flag-lang-hun:before,.ico-svg-flag-lang-hu,.with-ico-svg-flag-lang-hu:before,.ico-svg-flag-hun,.with-ico-svg-flag-hun:before,.ico-svg-flag-hu,.with-ico-svg-flag-hu:before {
  background-image: url(/build/images/hu.bcbd2770.svg)
}

.ico-svg-flag-curr-huf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-huf:before,.ico-svg-flag-curr-huf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-huf:before,.ico-svg-flag-lang-hun.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-hun:before,.ico-svg-flag-lang-hun.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-hun:before,.ico-svg-flag-lang-hu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-hu:before,.ico-svg-flag-lang-hu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-hu:before,.ico-svg-flag-hun.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hun:before,.ico-svg-flag-hun.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hun:before,.ico-svg-flag-hu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-hu:before,.ico-svg-flag-hu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-hu:before {
  background-image: url(/build/images/hu.7ae2a1f0.svg)
}

.ico-svg-flag-curr-isk,.with-ico-svg-flag-curr-isk:before,.ico-svg-flag-lang-ice,.with-ico-svg-flag-lang-ice:before,.ico-svg-flag-lang-isl,.with-ico-svg-flag-lang-isl:before,.ico-svg-flag-lang-is,.with-ico-svg-flag-lang-is:before,.ico-svg-flag-isl,.with-ico-svg-flag-isl:before,.ico-svg-flag-is,.with-ico-svg-flag-is:before {
  background-image: url(/build/images/is.2dfa14d1.svg)
}

.ico-svg-flag-curr-isk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-isk:before,.ico-svg-flag-curr-isk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-isk:before,.ico-svg-flag-lang-ice.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-ice:before,.ico-svg-flag-lang-ice.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-ice:before,.ico-svg-flag-lang-isl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-isl:before,.ico-svg-flag-lang-isl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-isl:before,.ico-svg-flag-lang-is.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-is:before,.ico-svg-flag-lang-is.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-is:before,.ico-svg-flag-isl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-isl:before,.ico-svg-flag-isl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-isl:before,.ico-svg-flag-is.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-is:before,.ico-svg-flag-is.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-is:before {
  background-image: url(/build/images/is.1842f1a9.svg)
}

.ico-svg-flag-curr-inr,.with-ico-svg-flag-curr-inr:before,.ico-svg-flag-ind,.with-ico-svg-flag-ind:before,.ico-svg-flag-in,.with-ico-svg-flag-in:before {
  background-image: url(/build/images/in.e5926cb7.svg)
}

.ico-svg-flag-curr-inr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-inr:before,.ico-svg-flag-curr-inr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-inr:before,.ico-svg-flag-ind.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ind:before,.ico-svg-flag-ind.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ind:before,.ico-svg-flag-in.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-in:before,.ico-svg-flag-in.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-in:before {
  background-image: url(/build/images/in.e626d1bb.svg)
}

.ico-svg-flag-curr-idr,.with-ico-svg-flag-curr-idr:before,.ico-svg-flag-idn,.with-ico-svg-flag-idn:before,.ico-svg-flag-id,.with-ico-svg-flag-id:before {
  background-image: url(/build/images/id.e2afd171.svg)
}

.ico-svg-flag-curr-idr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-idr:before,.ico-svg-flag-curr-idr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-idr:before,.ico-svg-flag-idn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-idn:before,.ico-svg-flag-idn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-idn:before,.ico-svg-flag-id.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-id:before,.ico-svg-flag-id.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-id:before {
  background-image: url(/build/images/id.0b7fa609.svg)
}

.ico-svg-flag-irn,.with-ico-svg-flag-irn:before,.ico-svg-flag-ir,.with-ico-svg-flag-ir:before {
  background-image: url(/build/images/ir.12e7432b.svg)
}

.ico-svg-flag-irn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-irn:before,.ico-svg-flag-irn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-irn:before,.ico-svg-flag-ir.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ir:before,.ico-svg-flag-ir.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ir:before {
  background-image: url(/build/images/ir.c945dfdf.svg)
}

.ico-svg-flag-curr-iqd,.with-ico-svg-flag-curr-iqd:before,.ico-svg-flag-irq,.with-ico-svg-flag-irq:before,.ico-svg-flag-iq,.with-ico-svg-flag-iq:before {
  background-image: url(/build/images/iq.5cd51d2b.svg)
}

.ico-svg-flag-curr-iqd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-iqd:before,.ico-svg-flag-curr-iqd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-iqd:before,.ico-svg-flag-irq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-irq:before,.ico-svg-flag-irq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-irq:before,.ico-svg-flag-iq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-iq:before,.ico-svg-flag-iq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-iq:before {
  background-image: url(/build/images/iq.e549011e.svg)
}

.ico-svg-flag-irl,.with-ico-svg-flag-irl:before,.ico-svg-flag-ie,.with-ico-svg-flag-ie:before {
  background-image: url(/build/images/ie.5ecf710f.svg)
}

.ico-svg-flag-irl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-irl:before,.ico-svg-flag-irl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-irl:before,.ico-svg-flag-ie.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ie:before,.ico-svg-flag-ie.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ie:before {
  background-image: url(/build/images/ie.1b0ac4e7.svg)
}

.ico-svg-flag-imn,.with-ico-svg-flag-imn:before,.ico-svg-flag-im,.with-ico-svg-flag-im:before {
  background-image: url(/build/images/im.b21ce587.svg)
}

.ico-svg-flag-imn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-imn:before,.ico-svg-flag-imn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-imn:before,.ico-svg-flag-im.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-im:before,.ico-svg-flag-im.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-im:before {
  background-image: url(/build/images/im.d637f63b.svg)
}

.ico-svg-flag-curr-ils,.with-ico-svg-flag-curr-ils:before,.ico-svg-flag-isr,.with-ico-svg-flag-isr:before,.ico-svg-flag-il,.with-ico-svg-flag-il:before {
  background-image: url(/build/images/il.4c70e232.svg)
}

.ico-svg-flag-curr-ils.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-ils:before,.ico-svg-flag-curr-ils.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-ils:before,.ico-svg-flag-isr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-isr:before,.ico-svg-flag-isr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-isr:before,.ico-svg-flag-il.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-il:before,.ico-svg-flag-il.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-il:before {
  background-image: url(/build/images/il.3bc4ce04.svg)
}

.ico-svg-flag-lang-ita,.with-ico-svg-flag-lang-ita:before,.ico-svg-flag-lang-it,.with-ico-svg-flag-lang-it:before,.ico-svg-flag-ita,.with-ico-svg-flag-ita:before,.ico-svg-flag-it,.with-ico-svg-flag-it:before {
  background-image: url(/build/images/it.290f2fec.svg)
}

.ico-svg-flag-lang-ita.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-ita:before,.ico-svg-flag-lang-ita.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-ita:before,.ico-svg-flag-lang-it.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-it:before,.ico-svg-flag-lang-it.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-it:before,.ico-svg-flag-ita.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ita:before,.ico-svg-flag-ita.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ita:before,.ico-svg-flag-it.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-it:before,.ico-svg-flag-it.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-it:before {
  background-image: url(/build/images/it.9938f4b9.svg)
}

.ico-svg-flag-curr-jmd,.with-ico-svg-flag-curr-jmd:before,.ico-svg-flag-jam,.with-ico-svg-flag-jam:before,.ico-svg-flag-jm,.with-ico-svg-flag-jm:before {
  background-image: url(/build/images/jm.6bb96bbc.svg)
}

.ico-svg-flag-curr-jmd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-jmd:before,.ico-svg-flag-curr-jmd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-jmd:before,.ico-svg-flag-jam.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-jam:before,.ico-svg-flag-jam.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-jam:before,.ico-svg-flag-jm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-jm:before,.ico-svg-flag-jm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-jm:before {
  background-image: url(/build/images/jm.74ccffca.svg)
}

.ico-svg-flag-curr-jpy,.with-ico-svg-flag-curr-jpy:before,.ico-svg-flag-jpn,.with-ico-svg-flag-jpn:before,.ico-svg-flag-jp,.with-ico-svg-flag-jp:before {
  background-image: url(/build/images/jp.19c631c1.svg)
}

.ico-svg-flag-curr-jpy.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-jpy:before,.ico-svg-flag-curr-jpy.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-jpy:before,.ico-svg-flag-jpn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-jpn:before,.ico-svg-flag-jpn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-jpn:before,.ico-svg-flag-jp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-jp:before,.ico-svg-flag-jp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-jp:before {
  background-image: url(/build/images/jp.980c12c5.svg)
}

.ico-svg-flag-jey,.with-ico-svg-flag-jey:before,.ico-svg-flag-je,.with-ico-svg-flag-je:before {
  background-image: url(/build/images/je.7a0b4850.svg)
}

.ico-svg-flag-jey.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-jey:before,.ico-svg-flag-jey.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-jey:before,.ico-svg-flag-je.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-je:before,.ico-svg-flag-je.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-je:before {
  background-image: url(/build/images/je.e1bb30f3.svg)
}

.ico-svg-flag-curr-jod,.with-ico-svg-flag-curr-jod:before,.ico-svg-flag-jor,.with-ico-svg-flag-jor:before,.ico-svg-flag-jo,.with-ico-svg-flag-jo:before {
  background-image: url(/build/images/jo.f41fe7d2.svg)
}

.ico-svg-flag-curr-jod.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-jod:before,.ico-svg-flag-curr-jod.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-jod:before,.ico-svg-flag-jor.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-jor:before,.ico-svg-flag-jor.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-jor:before,.ico-svg-flag-jo.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-jo:before,.ico-svg-flag-jo.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-jo:before {
  background-image: url(/build/images/jo.e678dae8.svg)
}

.ico-svg-flag-curr-kzt,.with-ico-svg-flag-curr-kzt:before,.ico-svg-flag-kaz,.with-ico-svg-flag-kaz:before,.ico-svg-flag-kz,.with-ico-svg-flag-kz:before {
  background-image: url(/build/images/kz.7194851e.svg)
}

.ico-svg-flag-curr-kzt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-kzt:before,.ico-svg-flag-curr-kzt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-kzt:before,.ico-svg-flag-kaz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kaz:before,.ico-svg-flag-kaz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kaz:before,.ico-svg-flag-kz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kz:before,.ico-svg-flag-kz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kz:before {
  background-image: url(/build/images/kz.f528d170.svg)
}

.ico-svg-flag-curr-kes,.with-ico-svg-flag-curr-kes:before,.ico-svg-flag-ken,.with-ico-svg-flag-ken:before,.ico-svg-flag-ke,.with-ico-svg-flag-ke:before {
  background-image: url(/build/images/ke.74aaf585.svg)
}

.ico-svg-flag-curr-kes.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-kes:before,.ico-svg-flag-curr-kes.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-kes:before,.ico-svg-flag-ken.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ken:before,.ico-svg-flag-ken.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ken:before,.ico-svg-flag-ke.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ke:before,.ico-svg-flag-ke.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ke:before {
  background-image: url(/build/images/ke.9ea89091.svg)
}

.ico-svg-flag-kir,.with-ico-svg-flag-kir:before,.ico-svg-flag-ki,.with-ico-svg-flag-ki:before {
  background-image: url(/build/images/ki.de100d30.svg)
}

.ico-svg-flag-kir.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kir:before,.ico-svg-flag-kir.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kir:before,.ico-svg-flag-ki.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ki:before,.ico-svg-flag-ki.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ki:before {
  background-image: url(/build/images/ki.32000b05.svg)
}

.ico-svg-flag-prk,.with-ico-svg-flag-prk:before,.ico-svg-flag-kp,.with-ico-svg-flag-kp:before {
  background-image: url(/build/images/kp.8d10def4.svg)
}

.ico-svg-flag-prk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-prk:before,.ico-svg-flag-prk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-prk:before,.ico-svg-flag-kp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kp:before,.ico-svg-flag-kp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kp:before {
  background-image: url(/build/images/kp.2e79afa2.svg)
}

.ico-svg-flag-curr-krw,.with-ico-svg-flag-curr-krw:before,.ico-svg-flag-kor,.with-ico-svg-flag-kor:before,.ico-svg-flag-kr,.with-ico-svg-flag-kr:before {
  background-image: url(/build/images/kr.939387c3.svg)
}

.ico-svg-flag-curr-krw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-krw:before,.ico-svg-flag-curr-krw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-krw:before,.ico-svg-flag-kor.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kor:before,.ico-svg-flag-kor.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kor:before,.ico-svg-flag-kr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kr:before,.ico-svg-flag-kr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kr:before {
  background-image: url(/build/images/kr.9406f22f.svg)
}

.ico-svg-flag-curr-kwd,.with-ico-svg-flag-curr-kwd:before,.ico-svg-flag-kwt,.with-ico-svg-flag-kwt:before,.ico-svg-flag-kw,.with-ico-svg-flag-kw:before {
  background-image: url(/build/images/kw.2dce482d.svg)
}

.ico-svg-flag-curr-kwd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-kwd:before,.ico-svg-flag-curr-kwd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-kwd:before,.ico-svg-flag-kwt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kwt:before,.ico-svg-flag-kwt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kwt:before,.ico-svg-flag-kw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kw:before,.ico-svg-flag-kw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kw:before {
  background-image: url(/build/images/kw.a3a60802.svg)
}

.ico-svg-flag-curr-kgs,.with-ico-svg-flag-curr-kgs:before,.ico-svg-flag-kgz,.with-ico-svg-flag-kgz:before,.ico-svg-flag-kg,.with-ico-svg-flag-kg:before {
  background-image: url(/build/images/kg.1fe994c1.svg)
}

.ico-svg-flag-curr-kgs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-kgs:before,.ico-svg-flag-curr-kgs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-kgs:before,.ico-svg-flag-kgz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kgz:before,.ico-svg-flag-kgz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kgz:before,.ico-svg-flag-kg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kg:before,.ico-svg-flag-kg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kg:before {
  background-image: url(/build/images/kg.4ad89b3a.svg)
}

.ico-svg-flag-curr-lak,.with-ico-svg-flag-curr-lak:before,.ico-svg-flag-lao,.with-ico-svg-flag-lao:before,.ico-svg-flag-la,.with-ico-svg-flag-la:before {
  background-image: url(/build/images/la.8d6ad26b.svg)
}

.ico-svg-flag-curr-lak.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-lak:before,.ico-svg-flag-curr-lak.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-lak:before,.ico-svg-flag-lao.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lao:before,.ico-svg-flag-lao.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lao:before,.ico-svg-flag-la.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-la:before,.ico-svg-flag-la.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-la:before {
  background-image: url(/build/images/la.80cf2b55.svg)
}

.ico-svg-flag-lva,.with-ico-svg-flag-lva:before,.ico-svg-flag-lv,.with-ico-svg-flag-lv:before {
  background-image: url(/build/images/lv.9a5d132c.svg)
}

.ico-svg-flag-lva.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lva:before,.ico-svg-flag-lva.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lva:before,.ico-svg-flag-lv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lv:before,.ico-svg-flag-lv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lv:before {
  background-image: url(/build/images/lv.2ce7f836.svg)
}

.ico-svg-flag-curr-lbp,.with-ico-svg-flag-curr-lbp:before,.ico-svg-flag-lbn,.with-ico-svg-flag-lbn:before,.ico-svg-flag-lb,.with-ico-svg-flag-lb:before {
  background-image: url(/build/images/lb.75479923.svg)
}

.ico-svg-flag-curr-lbp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-lbp:before,.ico-svg-flag-curr-lbp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-lbp:before,.ico-svg-flag-lbn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lbn:before,.ico-svg-flag-lbn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lbn:before,.ico-svg-flag-lb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lb:before,.ico-svg-flag-lb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lb:before {
  background-image: url(/build/images/lb.940cc75a.svg)
}

.ico-svg-flag-curr-lsl,.with-ico-svg-flag-curr-lsl:before,.ico-svg-flag-lso,.with-ico-svg-flag-lso:before,.ico-svg-flag-ls,.with-ico-svg-flag-ls:before {
  background-image: url(/build/images/ls.0de0f907.svg)
}

.ico-svg-flag-curr-lsl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-lsl:before,.ico-svg-flag-curr-lsl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-lsl:before,.ico-svg-flag-lso.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lso:before,.ico-svg-flag-lso.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lso:before,.ico-svg-flag-ls.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ls:before,.ico-svg-flag-ls.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ls:before {
  background-image: url(/build/images/ls.cddead61.svg)
}

.ico-svg-flag-curr-lrd,.with-ico-svg-flag-curr-lrd:before,.ico-svg-flag-lbr,.with-ico-svg-flag-lbr:before,.ico-svg-flag-lr,.with-ico-svg-flag-lr:before {
  background-image: url(/build/images/lr.3a7c494b.svg)
}

.ico-svg-flag-curr-lrd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-lrd:before,.ico-svg-flag-curr-lrd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-lrd:before,.ico-svg-flag-lbr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lbr:before,.ico-svg-flag-lbr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lbr:before,.ico-svg-flag-lr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lr:before,.ico-svg-flag-lr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lr:before {
  background-image: url(/build/images/lr.74dcec3f.svg)
}

.ico-svg-flag-curr-lyd,.with-ico-svg-flag-curr-lyd:before,.ico-svg-flag-lby,.with-ico-svg-flag-lby:before,.ico-svg-flag-ly,.with-ico-svg-flag-ly:before {
  background-image: url(/build/images/ly.0ea8dfce.svg)
}

.ico-svg-flag-curr-lyd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-lyd:before,.ico-svg-flag-curr-lyd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-lyd:before,.ico-svg-flag-lby.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lby:before,.ico-svg-flag-lby.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lby:before,.ico-svg-flag-ly.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ly:before,.ico-svg-flag-ly.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ly:before {
  background-image: url(/build/images/ly.9d867c1b.svg)
}

.ico-svg-flag-lie,.with-ico-svg-flag-lie:before,.ico-svg-flag-li,.with-ico-svg-flag-li:before {
  background-image: url(/build/images/li.69a1d60c.svg)
}

.ico-svg-flag-lie.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lie:before,.ico-svg-flag-lie.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lie:before,.ico-svg-flag-li.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-li:before,.ico-svg-flag-li.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-li:before {
  background-image: url(/build/images/li.572f9027.svg)
}

.ico-svg-flag-lang-lit,.with-ico-svg-flag-lang-lit:before,.ico-svg-flag-lang-lt,.with-ico-svg-flag-lang-lt:before,.ico-svg-flag-ltu,.with-ico-svg-flag-ltu:before,.ico-svg-flag-lt,.with-ico-svg-flag-lt:before {
  background-image: url(/build/images/lt.4c19d3a9.svg)
}

.ico-svg-flag-lang-lit.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-lit:before,.ico-svg-flag-lang-lit.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-lit:before,.ico-svg-flag-lang-lt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-lt:before,.ico-svg-flag-lang-lt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-lt:before,.ico-svg-flag-ltu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ltu:before,.ico-svg-flag-ltu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ltu:before,.ico-svg-flag-lt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lt:before,.ico-svg-flag-lt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lt:before {
  background-image: url(/build/images/lt.2ea82cfc.svg)
}

.ico-svg-flag-lux,.with-ico-svg-flag-lux:before,.ico-svg-flag-lu,.with-ico-svg-flag-lu:before {
  background-image: url(/build/images/lu.adc8f77e.svg)
}

.ico-svg-flag-lux.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lux:before,.ico-svg-flag-lux.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lux:before,.ico-svg-flag-lu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lu:before,.ico-svg-flag-lu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lu:before {
  background-image: url(/build/images/lu.b843e643.svg)
}

.ico-svg-flag-curr-mop,.with-ico-svg-flag-curr-mop:before,.ico-svg-flag-mac,.with-ico-svg-flag-mac:before,.ico-svg-flag-mo,.with-ico-svg-flag-mo:before {
  background-image: url(/build/images/mo.ac9b1701.svg)
}

.ico-svg-flag-curr-mop.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mop:before,.ico-svg-flag-curr-mop.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mop:before,.ico-svg-flag-mac.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mac:before,.ico-svg-flag-mac.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mac:before,.ico-svg-flag-mo.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mo:before,.ico-svg-flag-mo.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mo:before {
  background-image: url(/build/images/mo.8d484888.svg)
}

.ico-svg-flag-curr-mkd,.with-ico-svg-flag-curr-mkd:before,.ico-svg-flag-mkd,.with-ico-svg-flag-mkd:before,.ico-svg-flag-mk,.with-ico-svg-flag-mk:before {
  background-image: url(/build/images/mk.31ba11ec.svg)
}

.ico-svg-flag-curr-mkd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mkd:before,.ico-svg-flag-curr-mkd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mkd:before,.ico-svg-flag-mkd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mkd:before,.ico-svg-flag-mkd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mkd:before,.ico-svg-flag-mk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mk:before,.ico-svg-flag-mk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mk:before {
  background-image: url(/build/images/mk.c370fe88.svg)
}

.ico-svg-flag-curr-mga,.with-ico-svg-flag-curr-mga:before,.ico-svg-flag-mdg,.with-ico-svg-flag-mdg:before,.ico-svg-flag-mg,.with-ico-svg-flag-mg:before {
  background-image: url(/build/images/mg.f9101073.svg)
}

.ico-svg-flag-curr-mga.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mga:before,.ico-svg-flag-curr-mga.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mga:before,.ico-svg-flag-mdg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mdg:before,.ico-svg-flag-mdg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mdg:before,.ico-svg-flag-mg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mg:before,.ico-svg-flag-mg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mg:before {
  background-image: url(/build/images/mg.5bdc14fe.svg)
}

.ico-svg-flag-curr-mwk,.with-ico-svg-flag-curr-mwk:before,.ico-svg-flag-mwi,.with-ico-svg-flag-mwi:before,.ico-svg-flag-mw,.with-ico-svg-flag-mw:before {
  background-image: url(/build/images/mw.b4d805ef.svg)
}

.ico-svg-flag-curr-mwk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mwk:before,.ico-svg-flag-curr-mwk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mwk:before,.ico-svg-flag-mwi.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mwi:before,.ico-svg-flag-mwi.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mwi:before,.ico-svg-flag-mw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mw:before,.ico-svg-flag-mw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mw:before {
  background-image: url(/build/images/mw.6807c4fd.svg)
}

.ico-svg-flag-curr-myr,.with-ico-svg-flag-curr-myr:before,.ico-svg-flag-mys,.with-ico-svg-flag-mys:before,.ico-svg-flag-my,.with-ico-svg-flag-my:before {
  background-image: url(/build/images/my.0d298a9e.svg)
}

.ico-svg-flag-curr-myr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-myr:before,.ico-svg-flag-curr-myr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-myr:before,.ico-svg-flag-mys.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mys:before,.ico-svg-flag-mys.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mys:before,.ico-svg-flag-my.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-my:before,.ico-svg-flag-my.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-my:before {
  background-image: url(/build/images/my.848fbf91.svg)
}

.ico-svg-flag-curr-mvr,.with-ico-svg-flag-curr-mvr:before,.ico-svg-flag-mdv,.with-ico-svg-flag-mdv:before,.ico-svg-flag-mv,.with-ico-svg-flag-mv:before {
  background-image: url(/build/images/mv.0329f53c.svg)
}

.ico-svg-flag-curr-mvr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mvr:before,.ico-svg-flag-curr-mvr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mvr:before,.ico-svg-flag-mdv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mdv:before,.ico-svg-flag-mdv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mdv:before,.ico-svg-flag-mv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mv:before,.ico-svg-flag-mv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mv:before {
  background-image: url(/build/images/mv.91b2c27c.svg)
}

.ico-svg-flag-mli,.with-ico-svg-flag-mli:before,.ico-svg-flag-ml,.with-ico-svg-flag-ml:before {
  background-image: url(/build/images/ml.18083e46.svg)
}

.ico-svg-flag-mli.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mli:before,.ico-svg-flag-mli.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mli:before,.ico-svg-flag-ml.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ml:before,.ico-svg-flag-ml.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ml:before {
  background-image: url(/build/images/ml.d11c3063.svg)
}

.ico-svg-flag-mlt,.with-ico-svg-flag-mlt:before,.ico-svg-flag-mt,.with-ico-svg-flag-mt:before {
  background-image: url(/build/images/mt.c91049a1.svg)
}

.ico-svg-flag-mlt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mlt:before,.ico-svg-flag-mlt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mlt:before,.ico-svg-flag-mt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mt:before,.ico-svg-flag-mt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mt:before {
  background-image: url(/build/images/mt.0c23ea35.svg)
}

.ico-svg-flag-mhl,.with-ico-svg-flag-mhl:before,.ico-svg-flag-mh,.with-ico-svg-flag-mh:before {
  background-image: url(/build/images/mh.c0b2e372.svg)
}

.ico-svg-flag-mhl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mhl:before,.ico-svg-flag-mhl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mhl:before,.ico-svg-flag-mh.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mh:before,.ico-svg-flag-mh.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mh:before {
  background-image: url(/build/images/mh.7ec670b4.svg)
}

.ico-svg-flag-mtq,.with-ico-svg-flag-mtq:before,.ico-svg-flag-mq,.with-ico-svg-flag-mq:before {
  background-image: url(/build/images/mq.e82d6df9.svg)
}

.ico-svg-flag-mtq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mtq:before,.ico-svg-flag-mtq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mtq:before,.ico-svg-flag-mq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mq:before,.ico-svg-flag-mq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mq:before {
  background-image: url(/build/images/mq.09c19f65.svg)
}

.ico-svg-flag-curr-mro,.with-ico-svg-flag-curr-mro:before,.ico-svg-flag-mrt,.with-ico-svg-flag-mrt:before,.ico-svg-flag-mr,.with-ico-svg-flag-mr:before {
  background-image: url(/build/images/mr.3642790a.svg)
}

.ico-svg-flag-curr-mro.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mro:before,.ico-svg-flag-curr-mro.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mro:before,.ico-svg-flag-mrt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mrt:before,.ico-svg-flag-mrt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mrt:before,.ico-svg-flag-mr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mr:before,.ico-svg-flag-mr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mr:before {
  background-image: url(/build/images/mr.7211bfd4.svg)
}

.ico-svg-flag-curr-mur,.with-ico-svg-flag-curr-mur:before,.ico-svg-flag-mus,.with-ico-svg-flag-mus:before,.ico-svg-flag-mu,.with-ico-svg-flag-mu:before {
  background-image: url(/build/images/mu.97beced4.svg)
}

.ico-svg-flag-curr-mur.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mur:before,.ico-svg-flag-curr-mur.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mur:before,.ico-svg-flag-mus.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mus:before,.ico-svg-flag-mus.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mus:before,.ico-svg-flag-mu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mu:before,.ico-svg-flag-mu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mu:before {
  background-image: url(/build/images/mu.d7d71f03.svg)
}

.ico-svg-flag-myt,.with-ico-svg-flag-myt:before,.ico-svg-flag-yt,.with-ico-svg-flag-yt:before {
  background-image: url(/build/images/yt.5c77b047.svg)
}

.ico-svg-flag-myt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-myt:before,.ico-svg-flag-myt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-myt:before,.ico-svg-flag-yt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-yt:before,.ico-svg-flag-yt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-yt:before {
  background-image: url(/build/images/yt.bf9663ae.svg)
}

.ico-svg-flag-curr-mxn,.with-ico-svg-flag-curr-mxn:before,.ico-svg-flag-mex,.with-ico-svg-flag-mex:before,.ico-svg-flag-mx,.with-ico-svg-flag-mx:before {
  background-image: url(/build/images/mx.bc63d25b.svg)
}

.ico-svg-flag-curr-mxn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mxn:before,.ico-svg-flag-curr-mxn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mxn:before,.ico-svg-flag-mex.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mex:before,.ico-svg-flag-mex.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mex:before,.ico-svg-flag-mx.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mx:before,.ico-svg-flag-mx.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mx:before {
  background-image: url(/build/images/mx.05c8d697.svg)
}

.ico-svg-flag-fsm,.with-ico-svg-flag-fsm:before,.ico-svg-flag-fm,.with-ico-svg-flag-fm:before {
  background-image: url(/build/images/fm.3bfd96ee.svg)
}

.ico-svg-flag-fsm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fsm:before,.ico-svg-flag-fsm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fsm:before,.ico-svg-flag-fm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-fm:before,.ico-svg-flag-fm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-fm:before {
  background-image: url(/build/images/fm.1579e5b6.svg)
}

.ico-svg-flag-curr-mdl,.with-ico-svg-flag-curr-mdl:before,.ico-svg-flag-mda,.with-ico-svg-flag-mda:before,.ico-svg-flag-md,.with-ico-svg-flag-md:before {
  background-image: url(/build/images/md.4d08e48e.svg)
}

.ico-svg-flag-curr-mdl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mdl:before,.ico-svg-flag-curr-mdl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mdl:before,.ico-svg-flag-mda.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mda:before,.ico-svg-flag-mda.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mda:before,.ico-svg-flag-md.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-md:before,.ico-svg-flag-md.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-md:before {
  background-image: url(/build/images/md.efdfab01.svg)
}

.ico-svg-flag-mco,.with-ico-svg-flag-mco:before,.ico-svg-flag-mc,.with-ico-svg-flag-mc:before {
  background-image: url(/build/images/mc.a2634c60.svg)
}

.ico-svg-flag-mco.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mco:before,.ico-svg-flag-mco.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mco:before,.ico-svg-flag-mc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mc:before,.ico-svg-flag-mc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mc:before {
  background-image: url(/build/images/mc.082fc155.svg)
}

.ico-svg-flag-curr-mnt,.with-ico-svg-flag-curr-mnt:before,.ico-svg-flag-mng,.with-ico-svg-flag-mng:before,.ico-svg-flag-mn,.with-ico-svg-flag-mn:before {
  background-image: url(/build/images/mn.5e4557f7.svg)
}

.ico-svg-flag-curr-mnt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mnt:before,.ico-svg-flag-curr-mnt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mnt:before,.ico-svg-flag-mng.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mng:before,.ico-svg-flag-mng.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mng:before,.ico-svg-flag-mn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mn:before,.ico-svg-flag-mn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mn:before {
  background-image: url(/build/images/mn.291814d6.svg)
}

.ico-svg-flag-mne,.with-ico-svg-flag-mne:before,.ico-svg-flag-me,.with-ico-svg-flag-me:before {
  background-image: url(/build/images/me.0b785614.svg)
}

.ico-svg-flag-mne.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mne:before,.ico-svg-flag-mne.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mne:before,.ico-svg-flag-me.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-me:before,.ico-svg-flag-me.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-me:before {
  background-image: url(/build/images/me.4c8b84af.svg)
}

.ico-svg-flag-msr,.with-ico-svg-flag-msr:before,.ico-svg-flag-ms,.with-ico-svg-flag-ms:before {
  background-image: url(/build/images/ms.9474f8cf.svg)
}

.ico-svg-flag-msr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-msr:before,.ico-svg-flag-msr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-msr:before,.ico-svg-flag-ms.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ms:before,.ico-svg-flag-ms.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ms:before {
  background-image: url(/build/images/ms.8f7c2042.svg)
}

.ico-svg-flag-curr-mad,.with-ico-svg-flag-curr-mad:before,.ico-svg-flag-mar,.with-ico-svg-flag-mar:before,.ico-svg-flag-ma,.with-ico-svg-flag-ma:before {
  background-image: url(/build/images/ma.363a4f79.svg)
}

.ico-svg-flag-curr-mad.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mad:before,.ico-svg-flag-curr-mad.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mad:before,.ico-svg-flag-mar.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mar:before,.ico-svg-flag-mar.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mar:before,.ico-svg-flag-ma.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ma:before,.ico-svg-flag-ma.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ma:before {
  background-image: url(/build/images/ma.3b79aff1.svg)
}

.ico-svg-flag-curr-mzn,.with-ico-svg-flag-curr-mzn:before,.ico-svg-flag-moz,.with-ico-svg-flag-moz:before,.ico-svg-flag-mz,.with-ico-svg-flag-mz:before {
  background-image: url(/build/images/mz.dac5f7ee.svg)
}

.ico-svg-flag-curr-mzn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mzn:before,.ico-svg-flag-curr-mzn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mzn:before,.ico-svg-flag-moz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-moz:before,.ico-svg-flag-moz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-moz:before,.ico-svg-flag-mz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mz:before,.ico-svg-flag-mz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mz:before {
  background-image: url(/build/images/mz.dcf8977e.svg)
}

.ico-svg-flag-curr-mmk,.with-ico-svg-flag-curr-mmk:before,.ico-svg-flag-mmr,.with-ico-svg-flag-mmr:before,.ico-svg-flag-mm,.with-ico-svg-flag-mm:before {
  background-image: url(/build/images/mm.6f93c6d0.svg)
}

.ico-svg-flag-curr-mmk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-mmk:before,.ico-svg-flag-curr-mmk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-mmk:before,.ico-svg-flag-mmr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mmr:before,.ico-svg-flag-mmr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mmr:before,.ico-svg-flag-mm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mm:before,.ico-svg-flag-mm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mm:before {
  background-image: url(/build/images/mm.7068544f.svg)
}

.ico-svg-flag-curr-nad,.with-ico-svg-flag-curr-nad:before,.ico-svg-flag-nam,.with-ico-svg-flag-nam:before,.ico-svg-flag-na,.with-ico-svg-flag-na:before {
  background-image: url(/build/images/na.e241f816.svg)
}

.ico-svg-flag-curr-nad.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-nad:before,.ico-svg-flag-curr-nad.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-nad:before,.ico-svg-flag-nam.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nam:before,.ico-svg-flag-nam.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nam:before,.ico-svg-flag-na.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-na:before,.ico-svg-flag-na.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-na:before {
  background-image: url(/build/images/na.27bc2313.svg)
}

.ico-svg-flag-nru,.with-ico-svg-flag-nru:before,.ico-svg-flag-nr,.with-ico-svg-flag-nr:before {
  background-image: url(/build/images/nr.dcf2ea3a.svg)
}

.ico-svg-flag-nru.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nru:before,.ico-svg-flag-nru.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nru:before,.ico-svg-flag-nr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nr:before,.ico-svg-flag-nr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nr:before {
  background-image: url(/build/images/nr.1f7cfffb.svg)
}

.ico-svg-flag-curr-npr,.with-ico-svg-flag-curr-npr:before,.ico-svg-flag-npl,.with-ico-svg-flag-npl:before,.ico-svg-flag-np,.with-ico-svg-flag-np:before {
  background-image: url(/build/images/np.ecc31e52.svg)
}

.ico-svg-flag-curr-npr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-npr:before,.ico-svg-flag-curr-npr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-npr:before,.ico-svg-flag-npl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-npl:before,.ico-svg-flag-npl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-npl:before,.ico-svg-flag-np.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-np:before,.ico-svg-flag-np.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-np:before {
  background-image: url(/build/images/np.f7885aa6.svg)
}

.ico-svg-flag-lang-dut,.with-ico-svg-flag-lang-dut:before,.ico-svg-flag-lang-nld,.with-ico-svg-flag-lang-nld:before,.ico-svg-flag-lang-nl,.with-ico-svg-flag-lang-nl:before,.ico-svg-flag-nld,.with-ico-svg-flag-nld:before,.ico-svg-flag-nl,.with-ico-svg-flag-nl:before {
  background-image: url(/build/images/nl.21eb77dc.svg)
}

.ico-svg-flag-lang-dut.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-dut:before,.ico-svg-flag-lang-dut.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-dut:before,.ico-svg-flag-lang-nld.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-nld:before,.ico-svg-flag-lang-nld.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-nld:before,.ico-svg-flag-lang-nl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-nl:before,.ico-svg-flag-lang-nl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-nl:before,.ico-svg-flag-nld.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nld:before,.ico-svg-flag-nld.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nld:before,.ico-svg-flag-nl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nl:before,.ico-svg-flag-nl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nl:before {
  background-image: url(/build/images/nl.f9d570ec.svg)
}

.ico-svg-flag-ncl,.with-ico-svg-flag-ncl:before,.ico-svg-flag-nc,.with-ico-svg-flag-nc:before {
  background-image: url(/build/images/nc.5681de45.svg)
}

.ico-svg-flag-ncl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ncl:before,.ico-svg-flag-ncl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ncl:before,.ico-svg-flag-nc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nc:before,.ico-svg-flag-nc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nc:before {
  background-image: url(/build/images/nc.046cebb8.svg)
}

.ico-svg-flag-curr-nzd,.with-ico-svg-flag-curr-nzd:before,.ico-svg-flag-nzl,.with-ico-svg-flag-nzl:before,.ico-svg-flag-nz,.with-ico-svg-flag-nz:before {
  background-image: url(/build/images/nz.4dedf09b.svg)
}

.ico-svg-flag-curr-nzd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-nzd:before,.ico-svg-flag-curr-nzd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-nzd:before,.ico-svg-flag-nzl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nzl:before,.ico-svg-flag-nzl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nzl:before,.ico-svg-flag-nz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nz:before,.ico-svg-flag-nz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nz:before {
  background-image: url(/build/images/nz.37be84f4.svg)
}

.ico-svg-flag-curr-nio,.with-ico-svg-flag-curr-nio:before,.ico-svg-flag-nic,.with-ico-svg-flag-nic:before,.ico-svg-flag-ni,.with-ico-svg-flag-ni:before {
  background-image: url(/build/images/ni.d30c0377.svg)
}

.ico-svg-flag-curr-nio.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-nio:before,.ico-svg-flag-curr-nio.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-nio:before,.ico-svg-flag-nic.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nic:before,.ico-svg-flag-nic.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nic:before,.ico-svg-flag-ni.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ni:before,.ico-svg-flag-ni.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ni:before {
  background-image: url(/build/images/ni.52cfeebf.svg)
}

.ico-svg-flag-ner,.with-ico-svg-flag-ner:before,.ico-svg-flag-ne,.with-ico-svg-flag-ne:before {
  background-image: url(/build/images/ne.6fd3ccde.svg)
}

.ico-svg-flag-ner.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ner:before,.ico-svg-flag-ner.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ner:before,.ico-svg-flag-ne.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ne:before,.ico-svg-flag-ne.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ne:before {
  background-image: url(/build/images/ne.64f5ff14.svg)
}

.ico-svg-flag-curr-ngn,.with-ico-svg-flag-curr-ngn:before,.ico-svg-flag-nga,.with-ico-svg-flag-nga:before,.ico-svg-flag-ng,.with-ico-svg-flag-ng:before {
  background-image: url(/build/images/ng.b69ed1e5.svg)
}

.ico-svg-flag-curr-ngn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-ngn:before,.ico-svg-flag-curr-ngn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-ngn:before,.ico-svg-flag-nga.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nga:before,.ico-svg-flag-nga.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nga:before,.ico-svg-flag-ng.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ng:before,.ico-svg-flag-ng.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ng:before {
  background-image: url(/build/images/ng.caaf4120.svg)
}

.ico-svg-flag-niu,.with-ico-svg-flag-niu:before,.ico-svg-flag-nu,.with-ico-svg-flag-nu:before {
  background-image: url(/build/images/nu.770e6779.svg)
}

.ico-svg-flag-niu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-niu:before,.ico-svg-flag-niu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-niu:before,.ico-svg-flag-nu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nu:before,.ico-svg-flag-nu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nu:before {
  background-image: url(/build/images/nu.9deebec5.svg)
}

.ico-svg-flag-nfk,.with-ico-svg-flag-nfk:before,.ico-svg-flag-nf,.with-ico-svg-flag-nf:before {
  background-image: url(/build/images/nf.7a4f3d1b.svg)
}

.ico-svg-flag-nfk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nfk:before,.ico-svg-flag-nfk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nfk:before,.ico-svg-flag-nf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nf:before,.ico-svg-flag-nf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nf:before {
  background-image: url(/build/images/nf.7c3216dc.svg)
}

.ico-svg-flag-mnp,.with-ico-svg-flag-mnp:before,.ico-svg-flag-mp,.with-ico-svg-flag-mp:before {
  background-image: url(/build/images/mp.394b0c91.svg)
}

.ico-svg-flag-mnp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mnp:before,.ico-svg-flag-mnp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mnp:before,.ico-svg-flag-mp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mp:before,.ico-svg-flag-mp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mp:before {
  background-image: url(/build/images/mp.b0a5ed44.svg)
}

.ico-svg-flag-curr-nok,.with-ico-svg-flag-curr-nok:before,.ico-svg-flag-lang-nor,.with-ico-svg-flag-lang-nor:before,.ico-svg-flag-lang-no,.with-ico-svg-flag-lang-no:before,.ico-svg-flag-nor,.with-ico-svg-flag-nor:before,.ico-svg-flag-no,.with-ico-svg-flag-no:before {
  background-image: url(/build/images/no.6df96bb2.svg)
}

.ico-svg-flag-curr-nok.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-nok:before,.ico-svg-flag-curr-nok.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-nok:before,.ico-svg-flag-lang-nor.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-nor:before,.ico-svg-flag-lang-nor.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-nor:before,.ico-svg-flag-lang-no.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-no:before,.ico-svg-flag-lang-no.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-no:before,.ico-svg-flag-nor.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-nor:before,.ico-svg-flag-nor.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-nor:before,.ico-svg-flag-no.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-no:before,.ico-svg-flag-no.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-no:before {
  background-image: url(/build/images/no.266dbd6f.svg)
}

.ico-svg-flag-curr-omr,.with-ico-svg-flag-curr-omr:before,.ico-svg-flag-omn,.with-ico-svg-flag-omn:before,.ico-svg-flag-om,.with-ico-svg-flag-om:before {
  background-image: url(/build/images/om.716feea5.svg)
}

.ico-svg-flag-curr-omr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-omr:before,.ico-svg-flag-curr-omr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-omr:before,.ico-svg-flag-omn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-omn:before,.ico-svg-flag-omn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-omn:before,.ico-svg-flag-om.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-om:before,.ico-svg-flag-om.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-om:before {
  background-image: url(/build/images/om.09e65f88.svg)
}

.ico-svg-flag-curr-pkr,.with-ico-svg-flag-curr-pkr:before,.ico-svg-flag-pak,.with-ico-svg-flag-pak:before,.ico-svg-flag-pk,.with-ico-svg-flag-pk:before {
  background-image: url(/build/images/pk.8f9276eb.svg)
}

.ico-svg-flag-curr-pkr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-pkr:before,.ico-svg-flag-curr-pkr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-pkr:before,.ico-svg-flag-pak.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pak:before,.ico-svg-flag-pak.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pak:before,.ico-svg-flag-pk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pk:before,.ico-svg-flag-pk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pk:before {
  background-image: url(/build/images/pk.0e17f31b.svg)
}

.ico-svg-flag-plw,.with-ico-svg-flag-plw:before,.ico-svg-flag-pw,.with-ico-svg-flag-pw:before {
  background-image: url(/build/images/pw.5f3d8d8e.svg)
}

.ico-svg-flag-plw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-plw:before,.ico-svg-flag-plw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-plw:before,.ico-svg-flag-pw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pw:before,.ico-svg-flag-pw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pw:before {
  background-image: url(/build/images/pw.666cd05f.svg)
}

.ico-svg-flag-pse,.with-ico-svg-flag-pse:before,.ico-svg-flag-ps,.with-ico-svg-flag-ps:before {
  background-image: url(/build/images/ps.77489c5e.svg)
}

.ico-svg-flag-pse.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pse:before,.ico-svg-flag-pse.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pse:before,.ico-svg-flag-ps.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ps:before,.ico-svg-flag-ps.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ps:before {
  background-image: url(/build/images/ps.451101ef.svg)
}

.ico-svg-flag-curr-pab,.with-ico-svg-flag-curr-pab:before,.ico-svg-flag-pan,.with-ico-svg-flag-pan:before,.ico-svg-flag-pa,.with-ico-svg-flag-pa:before {
  background-image: url(/build/images/pa.8788ab50.svg)
}

.ico-svg-flag-curr-pab.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-pab:before,.ico-svg-flag-curr-pab.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-pab:before,.ico-svg-flag-pan.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pan:before,.ico-svg-flag-pan.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pan:before,.ico-svg-flag-pa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pa:before,.ico-svg-flag-pa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pa:before {
  background-image: url(/build/images/pa.69b3b905.svg)
}

.ico-svg-flag-curr-pgk,.with-ico-svg-flag-curr-pgk:before,.ico-svg-flag-png,.with-ico-svg-flag-png:before,.ico-svg-flag-pg,.with-ico-svg-flag-pg:before {
  background-image: url(/build/images/pg.dcb8c4ab.svg)
}

.ico-svg-flag-curr-pgk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-pgk:before,.ico-svg-flag-curr-pgk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-pgk:before,.ico-svg-flag-png.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-png:before,.ico-svg-flag-png.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-png:before,.ico-svg-flag-pg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pg:before,.ico-svg-flag-pg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pg:before {
  background-image: url(/build/images/pg.9ebf0bb3.svg)
}

.ico-svg-flag-curr-pyg,.with-ico-svg-flag-curr-pyg:before,.ico-svg-flag-pry,.with-ico-svg-flag-pry:before,.ico-svg-flag-py,.with-ico-svg-flag-py:before {
  background-image: url(/build/images/py.51b0bef3.svg)
}

.ico-svg-flag-curr-pyg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-pyg:before,.ico-svg-flag-curr-pyg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-pyg:before,.ico-svg-flag-pry.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pry:before,.ico-svg-flag-pry.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pry:before,.ico-svg-flag-py.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-py:before,.ico-svg-flag-py.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-py:before {
  background-image: url(/build/images/py.b19bb0ae.svg)
}

.ico-svg-flag-curr-pen,.with-ico-svg-flag-curr-pen:before,.ico-svg-flag-per,.with-ico-svg-flag-per:before,.ico-svg-flag-pe,.with-ico-svg-flag-pe:before {
  background-image: url(/build/images/pe.9e2ec84a.svg)
}

.ico-svg-flag-curr-pen.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-pen:before,.ico-svg-flag-curr-pen.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-pen:before,.ico-svg-flag-per.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-per:before,.ico-svg-flag-per.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-per:before,.ico-svg-flag-pe.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pe:before,.ico-svg-flag-pe.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pe:before {
  background-image: url(/build/images/pe.83c26459.svg)
}

.ico-svg-flag-curr-php,.with-ico-svg-flag-curr-php:before,.ico-svg-flag-phl,.with-ico-svg-flag-phl:before,.ico-svg-flag-ph,.with-ico-svg-flag-ph:before {
  background-image: url(/build/images/ph.596b9b66.svg)
}

.ico-svg-flag-curr-php.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-php:before,.ico-svg-flag-curr-php.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-php:before,.ico-svg-flag-phl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-phl:before,.ico-svg-flag-phl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-phl:before,.ico-svg-flag-ph.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ph:before,.ico-svg-flag-ph.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ph:before {
  background-image: url(/build/images/ph.374bb0d6.svg)
}

.ico-svg-flag-pcn,.with-ico-svg-flag-pcn:before,.ico-svg-flag-pn,.with-ico-svg-flag-pn:before {
  background-image: url(/build/images/pn.0911edda.svg)
}

.ico-svg-flag-pcn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pcn:before,.ico-svg-flag-pcn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pcn:before,.ico-svg-flag-pn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pn:before,.ico-svg-flag-pn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pn:before {
  background-image: url(/build/images/pn.ab7259a9.svg)
}

.ico-svg-flag-curr-pln,.with-ico-svg-flag-curr-pln:before,.ico-svg-flag-lang-pol,.with-ico-svg-flag-lang-pol:before,.ico-svg-flag-lang-pl,.with-ico-svg-flag-lang-pl:before,.ico-svg-flag-pol,.with-ico-svg-flag-pol:before,.ico-svg-flag-pl,.with-ico-svg-flag-pl:before {
  background-image: url(/build/images/pl.7ea4b5b2.svg)
}

.ico-svg-flag-curr-pln.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-pln:before,.ico-svg-flag-curr-pln.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-pln:before,.ico-svg-flag-lang-pol.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-pol:before,.ico-svg-flag-lang-pol.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-pol:before,.ico-svg-flag-lang-pl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-pl:before,.ico-svg-flag-lang-pl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-pl:before,.ico-svg-flag-pol.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pol:before,.ico-svg-flag-pol.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pol:before,.ico-svg-flag-pl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pl:before,.ico-svg-flag-pl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pl:before {
  background-image: url(/build/images/pl.9400273d.svg)
}

.ico-svg-flag-lang-por,.with-ico-svg-flag-lang-por:before,.ico-svg-flag-lang-pt,.with-ico-svg-flag-lang-pt:before,.ico-svg-flag-prt,.with-ico-svg-flag-prt:before,.ico-svg-flag-pt,.with-ico-svg-flag-pt:before {
  background-image: url(/build/images/pt.b89a5b80.svg)
}

.ico-svg-flag-lang-por.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-por:before,.ico-svg-flag-lang-por.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-por:before,.ico-svg-flag-lang-pt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-pt:before,.ico-svg-flag-lang-pt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-pt:before,.ico-svg-flag-prt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-prt:before,.ico-svg-flag-prt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-prt:before,.ico-svg-flag-pt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pt:before,.ico-svg-flag-pt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pt:before {
  background-image: url(/build/images/pt.5697f297.svg)
}

.ico-svg-flag-pri,.with-ico-svg-flag-pri:before,.ico-svg-flag-pr,.with-ico-svg-flag-pr:before {
  background-image: url(/build/images/pr.7845ecd7.svg)
}

.ico-svg-flag-pri.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pri:before,.ico-svg-flag-pri.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pri:before,.ico-svg-flag-pr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pr:before,.ico-svg-flag-pr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pr:before {
  background-image: url(/build/images/pr.836bcb81.svg)
}

.ico-svg-flag-curr-qar,.with-ico-svg-flag-curr-qar:before,.ico-svg-flag-qat,.with-ico-svg-flag-qat:before,.ico-svg-flag-qa,.with-ico-svg-flag-qa:before {
  background-image: url(/build/images/qa.90240e60.svg)
}

.ico-svg-flag-curr-qar.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-qar:before,.ico-svg-flag-curr-qar.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-qar:before,.ico-svg-flag-qat.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-qat:before,.ico-svg-flag-qat.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-qat:before,.ico-svg-flag-qa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-qa:before,.ico-svg-flag-qa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-qa:before {
  background-image: url(/build/images/qa.c08921ec.svg)
}

.ico-svg-flag-curr-ron,.with-ico-svg-flag-curr-ron:before,.ico-svg-flag-lang-rum,.with-ico-svg-flag-lang-rum:before,.ico-svg-flag-lang-ron,.with-ico-svg-flag-lang-ron:before,.ico-svg-flag-lang-ro,.with-ico-svg-flag-lang-ro:before,.ico-svg-flag-rom,.with-ico-svg-flag-rom:before,.ico-svg-flag-ro,.with-ico-svg-flag-ro:before {
  background-image: url(/build/images/ro.ea966c3d.svg)
}

.ico-svg-flag-curr-ron.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-ron:before,.ico-svg-flag-curr-ron.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-ron:before,.ico-svg-flag-lang-rum.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-rum:before,.ico-svg-flag-lang-rum.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-rum:before,.ico-svg-flag-lang-ron.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-ron:before,.ico-svg-flag-lang-ron.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-ron:before,.ico-svg-flag-lang-ro.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-ro:before,.ico-svg-flag-lang-ro.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-ro:before,.ico-svg-flag-rom.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-rom:before,.ico-svg-flag-rom.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-rom:before,.ico-svg-flag-ro.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ro:before,.ico-svg-flag-ro.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ro:before {
  background-image: url(/build/images/ro.51182fc9.svg)
}

.ico-svg-flag-curr-rub,.with-ico-svg-flag-curr-rub:before,.ico-svg-flag-rus,.with-ico-svg-flag-rus:before,.ico-svg-flag-ru,.with-ico-svg-flag-ru:before {
  background-image: url(/build/images/ru.f1c2ba49.svg)
}

.ico-svg-flag-curr-rub.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-rub:before,.ico-svg-flag-curr-rub.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-rub:before,.ico-svg-flag-rus.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-rus:before,.ico-svg-flag-rus.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-rus:before,.ico-svg-flag-ru.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ru:before,.ico-svg-flag-ru.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ru:before {
  background-image: url(/build/images/ru.f7600362.svg)
}

.ico-svg-flag-curr-rwf,.with-ico-svg-flag-curr-rwf:before,.ico-svg-flag-rwa,.with-ico-svg-flag-rwa:before,.ico-svg-flag-rw,.with-ico-svg-flag-rw:before {
  background-image: url(/build/images/rw.26854553.svg)
}

.ico-svg-flag-curr-rwf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-rwf:before,.ico-svg-flag-curr-rwf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-rwf:before,.ico-svg-flag-rwa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-rwa:before,.ico-svg-flag-rwa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-rwa:before,.ico-svg-flag-rw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-rw:before,.ico-svg-flag-rw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-rw:before {
  background-image: url(/build/images/rw.02a8a07e.svg)
}

.ico-svg-flag-reu,.with-ico-svg-flag-reu:before,.ico-svg-flag-re,.with-ico-svg-flag-re:before {
  background-image: url(/build/images/re.f05b5f16.svg)
}

.ico-svg-flag-reu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-reu:before,.ico-svg-flag-reu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-reu:before,.ico-svg-flag-re.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-re:before,.ico-svg-flag-re.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-re:before {
  background-image: url(/build/images/re.7e8577e9.svg)
}

.ico-svg-flag-blm,.with-ico-svg-flag-blm:before,.ico-svg-flag-bl,.with-ico-svg-flag-bl:before {
  background-image: url(/build/images/bl.6a6bc7f1.svg)
}

.ico-svg-flag-blm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-blm:before,.ico-svg-flag-blm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-blm:before,.ico-svg-flag-bl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-bl:before,.ico-svg-flag-bl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-bl:before {
  background-image: url(/build/images/bl.669bbb82.svg)
}

.ico-svg-flag-curr-shp,.with-ico-svg-flag-curr-shp:before,.ico-svg-flag-shn,.with-ico-svg-flag-shn:before,.ico-svg-flag-sh,.with-ico-svg-flag-sh:before {
  background-image: url(/build/images/sh.c5ab8c6e.svg)
}

.ico-svg-flag-curr-shp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-shp:before,.ico-svg-flag-curr-shp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-shp:before,.ico-svg-flag-shn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-shn:before,.ico-svg-flag-shn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-shn:before,.ico-svg-flag-sh.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sh:before,.ico-svg-flag-sh.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sh:before {
  background-image: url(/build/images/sh.acd7b6ef.svg)
}

.ico-svg-flag-kna,.with-ico-svg-flag-kna:before,.ico-svg-flag-kn,.with-ico-svg-flag-kn:before {
  background-image: url(/build/images/kn.a4e974e8.svg)
}

.ico-svg-flag-kna.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kna:before,.ico-svg-flag-kna.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kna:before,.ico-svg-flag-kn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-kn:before,.ico-svg-flag-kn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-kn:before {
  background-image: url(/build/images/kn.091a5508.svg)
}

.ico-svg-flag-lca,.with-ico-svg-flag-lca:before,.ico-svg-flag-lc,.with-ico-svg-flag-lc:before {
  background-image: url(/build/images/lc.c6488de9.svg)
}

.ico-svg-flag-lca.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lca:before,.ico-svg-flag-lca.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lca:before,.ico-svg-flag-lc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lc:before,.ico-svg-flag-lc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lc:before {
  background-image: url(/build/images/lc.0d361ba5.svg)
}

.ico-svg-flag-maf,.with-ico-svg-flag-maf:before,.ico-svg-flag-mf,.with-ico-svg-flag-mf:before {
  background-image: url(/build/images/mf.2d96a80b.svg)
}

.ico-svg-flag-maf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-maf:before,.ico-svg-flag-maf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-maf:before,.ico-svg-flag-mf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-mf:before,.ico-svg-flag-mf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-mf:before {
  background-image: url(/build/images/mf.c02a78fb.svg)
}

.ico-svg-flag-spm,.with-ico-svg-flag-spm:before,.ico-svg-flag-pm,.with-ico-svg-flag-pm:before {
  background-image: url(/build/images/pm.c5a64f87.svg)
}

.ico-svg-flag-spm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-spm:before,.ico-svg-flag-spm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-spm:before,.ico-svg-flag-pm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-pm:before,.ico-svg-flag-pm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-pm:before {
  background-image: url(/build/images/pm.7582c30f.svg)
}

.ico-svg-flag-vct,.with-ico-svg-flag-vct:before,.ico-svg-flag-vc,.with-ico-svg-flag-vc:before {
  background-image: url(/build/images/vc.e1903424.svg)
}

.ico-svg-flag-vct.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vct:before,.ico-svg-flag-vct.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vct:before,.ico-svg-flag-vc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vc:before,.ico-svg-flag-vc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vc:before {
  background-image: url(/build/images/vc.26140175.svg)
}

.ico-svg-flag-curr-wst,.with-ico-svg-flag-curr-wst:before,.ico-svg-flag-wsm,.with-ico-svg-flag-wsm:before,.ico-svg-flag-ws,.with-ico-svg-flag-ws:before {
  background-image: url(/build/images/ws.a6817aa9.svg)
}

.ico-svg-flag-curr-wst.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-wst:before,.ico-svg-flag-curr-wst.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-wst:before,.ico-svg-flag-wsm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-wsm:before,.ico-svg-flag-wsm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-wsm:before,.ico-svg-flag-ws.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ws:before,.ico-svg-flag-ws.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ws:before {
  background-image: url(/build/images/ws.81cbff3d.svg)
}

.ico-svg-flag-smr,.with-ico-svg-flag-smr:before,.ico-svg-flag-sm,.with-ico-svg-flag-sm:before {
  background-image: url(/build/images/sm.7e23c952.svg)
}

.ico-svg-flag-smr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-smr:before,.ico-svg-flag-smr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-smr:before,.ico-svg-flag-sm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sm:before,.ico-svg-flag-sm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sm:before {
  background-image: url(/build/images/sm.b57f6605.svg)
}

.ico-svg-flag-curr-std,.with-ico-svg-flag-curr-std:before,.ico-svg-flag-stp,.with-ico-svg-flag-stp:before,.ico-svg-flag-st,.with-ico-svg-flag-st:before {
  background-image: url(/build/images/st.72697a87.svg)
}

.ico-svg-flag-curr-std.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-std:before,.ico-svg-flag-curr-std.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-std:before,.ico-svg-flag-stp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-stp:before,.ico-svg-flag-stp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-stp:before,.ico-svg-flag-st.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-st:before,.ico-svg-flag-st.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-st:before {
  background-image: url(/build/images/st.342a4d3c.svg)
}

.ico-svg-flag-curr-sar,.with-ico-svg-flag-curr-sar:before,.ico-svg-flag-sau,.with-ico-svg-flag-sau:before,.ico-svg-flag-sa,.with-ico-svg-flag-sa:before {
  background-image: url(/build/images/sa.b9a34657.svg)
}

.ico-svg-flag-curr-sar.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-sar:before,.ico-svg-flag-curr-sar.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-sar:before,.ico-svg-flag-sau.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sau:before,.ico-svg-flag-sau.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sau:before,.ico-svg-flag-sa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sa:before,.ico-svg-flag-sa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sa:before {
  background-image: url(/build/images/sa.dbdc272c.svg)
}

.ico-svg-flag-sen,.with-ico-svg-flag-sen:before,.ico-svg-flag-sn,.with-ico-svg-flag-sn:before {
  background-image: url(/build/images/sn.1ce79520.svg)
}

.ico-svg-flag-sen.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sen:before,.ico-svg-flag-sen.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sen:before,.ico-svg-flag-sn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sn:before,.ico-svg-flag-sn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sn:before {
  background-image: url(/build/images/sn.a03bc309.svg)
}

.ico-svg-flag-curr-rsd,.with-ico-svg-flag-curr-rsd:before,.ico-svg-flag-srb,.with-ico-svg-flag-srb:before,.ico-svg-flag-rs,.with-ico-svg-flag-rs:before {
  background-image: url(/build/images/rs.51e6180c.svg)
}

.ico-svg-flag-curr-rsd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-rsd:before,.ico-svg-flag-curr-rsd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-rsd:before,.ico-svg-flag-srb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-srb:before,.ico-svg-flag-srb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-srb:before,.ico-svg-flag-rs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-rs:before,.ico-svg-flag-rs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-rs:before {
  background-image: url(/build/images/rs.3b67d7be.svg)
}

.ico-svg-flag-curr-scr,.with-ico-svg-flag-curr-scr:before,.ico-svg-flag-syc,.with-ico-svg-flag-syc:before,.ico-svg-flag-sc,.with-ico-svg-flag-sc:before {
  background-image: url(/build/images/sc.9ba01346.svg)
}

.ico-svg-flag-curr-scr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-scr:before,.ico-svg-flag-curr-scr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-scr:before,.ico-svg-flag-syc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-syc:before,.ico-svg-flag-syc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-syc:before,.ico-svg-flag-sc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sc:before,.ico-svg-flag-sc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sc:before {
  background-image: url(/build/images/sc.8357ba15.svg)
}

.ico-svg-flag-curr-sll,.with-ico-svg-flag-curr-sll:before,.ico-svg-flag-sle,.with-ico-svg-flag-sle:before,.ico-svg-flag-sl,.with-ico-svg-flag-sl:before {
  background-image: url(/build/images/sl.4fd17d63.svg)
}

.ico-svg-flag-curr-sll.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-sll:before,.ico-svg-flag-curr-sll.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-sll:before,.ico-svg-flag-sle.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sle:before,.ico-svg-flag-sle.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sle:before,.ico-svg-flag-sl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sl:before,.ico-svg-flag-sl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sl:before {
  background-image: url(/build/images/sl.f1772cd4.svg)
}

.ico-svg-flag-curr-sgd,.with-ico-svg-flag-curr-sgd:before,.ico-svg-flag-sgp,.with-ico-svg-flag-sgp:before,.ico-svg-flag-sg,.with-ico-svg-flag-sg:before {
  background-image: url(/build/images/sg.e6a27ad3.svg)
}

.ico-svg-flag-curr-sgd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-sgd:before,.ico-svg-flag-curr-sgd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-sgd:before,.ico-svg-flag-sgp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sgp:before,.ico-svg-flag-sgp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sgp:before,.ico-svg-flag-sg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sg:before,.ico-svg-flag-sg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sg:before {
  background-image: url(/build/images/sg.9751741f.svg)
}

.ico-svg-flag-sxm,.with-ico-svg-flag-sxm:before,.ico-svg-flag-sx,.with-ico-svg-flag-sx:before {
  background-image: url(/build/images/sx.aafb13f6.svg)
}

.ico-svg-flag-sxm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sxm:before,.ico-svg-flag-sxm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sxm:before,.ico-svg-flag-sx.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sx:before,.ico-svg-flag-sx.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sx:before {
  background-image: url(/build/images/sx.ce647f25.svg)
}

.ico-svg-flag-svk,.with-ico-svg-flag-svk:before,.ico-svg-flag-sk,.with-ico-svg-flag-sk:before {
  background-image: url(/build/images/sk.be58e557.svg)
}

.ico-svg-flag-svk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-svk:before,.ico-svg-flag-svk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-svk:before,.ico-svg-flag-sk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sk:before,.ico-svg-flag-sk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sk:before {
  background-image: url(/build/images/sk.56398576.svg)
}

.ico-svg-flag-svn,.with-ico-svg-flag-svn:before,.ico-svg-flag-si,.with-ico-svg-flag-si:before {
  background-image: url(/build/images/si.7f576d87.svg)
}

.ico-svg-flag-svn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-svn:before,.ico-svg-flag-svn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-svn:before,.ico-svg-flag-si.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-si:before,.ico-svg-flag-si.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-si:before {
  background-image: url(/build/images/si.d38938fc.svg)
}

.ico-svg-flag-curr-sbd,.with-ico-svg-flag-curr-sbd:before,.ico-svg-flag-slb,.with-ico-svg-flag-slb:before,.ico-svg-flag-sb,.with-ico-svg-flag-sb:before {
  background-image: url(/build/images/sb.2c405bb6.svg)
}

.ico-svg-flag-curr-sbd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-sbd:before,.ico-svg-flag-curr-sbd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-sbd:before,.ico-svg-flag-slb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-slb:before,.ico-svg-flag-slb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-slb:before,.ico-svg-flag-sb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sb:before,.ico-svg-flag-sb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sb:before {
  background-image: url(/build/images/sb.00988e02.svg)
}

.ico-svg-flag-curr-sos,.with-ico-svg-flag-curr-sos:before,.ico-svg-flag-som,.with-ico-svg-flag-som:before,.ico-svg-flag-so,.with-ico-svg-flag-so:before {
  background-image: url(/build/images/so.d1a7d3e1.svg)
}

.ico-svg-flag-curr-sos.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-sos:before,.ico-svg-flag-curr-sos.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-sos:before,.ico-svg-flag-som.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-som:before,.ico-svg-flag-som.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-som:before,.ico-svg-flag-so.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-so:before,.ico-svg-flag-so.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-so:before {
  background-image: url(/build/images/so.34b037a7.svg)
}

.ico-svg-flag-curr-zar,.with-ico-svg-flag-curr-zar:before,.ico-svg-flag-zaf,.with-ico-svg-flag-zaf:before,.ico-svg-flag-za,.with-ico-svg-flag-za:before {
  background-image: url(/build/images/za.83099da2.svg)
}

.ico-svg-flag-curr-zar.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-zar:before,.ico-svg-flag-curr-zar.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-zar:before,.ico-svg-flag-zaf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-zaf:before,.ico-svg-flag-zaf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-zaf:before,.ico-svg-flag-za.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-za:before,.ico-svg-flag-za.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-za:before {
  background-image: url(/build/images/za.3c71a2a2.svg)
}

.ico-svg-flag-sgs,.with-ico-svg-flag-sgs:before,.ico-svg-flag-gs,.with-ico-svg-flag-gs:before {
  background-image: url(/build/images/gs.c19adcdd.svg)
}

.ico-svg-flag-sgs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sgs:before,.ico-svg-flag-sgs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sgs:before,.ico-svg-flag-gs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gs:before,.ico-svg-flag-gs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gs:before {
  background-image: url(/build/images/gs.a96857cd.svg)
}

.ico-svg-flag-ssd,.with-ico-svg-flag-ssd:before,.ico-svg-flag-ss,.with-ico-svg-flag-ss:before {
  background-image: url(/build/images/ss.e4bf9bb4.svg)
}

.ico-svg-flag-ssd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ssd:before,.ico-svg-flag-ssd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ssd:before,.ico-svg-flag-ss.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ss:before,.ico-svg-flag-ss.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ss:before {
  background-image: url(/build/images/ss.2ad5a2bb.svg)
}

.ico-svg-flag-lang-spa,.with-ico-svg-flag-lang-spa:before,.ico-svg-flag-lang-es,.with-ico-svg-flag-lang-es:before,.ico-svg-flag-esp,.with-ico-svg-flag-esp:before,.ico-svg-flag-es,.with-ico-svg-flag-es:before {
  background-image: url(/build/images/es.1a25a96e.svg)
}

.ico-svg-flag-lang-spa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-spa:before,.ico-svg-flag-lang-spa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-spa:before,.ico-svg-flag-lang-es.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-es:before,.ico-svg-flag-lang-es.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-es:before,.ico-svg-flag-esp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-esp:before,.ico-svg-flag-esp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-esp:before,.ico-svg-flag-es.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-es:before,.ico-svg-flag-es.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-es:before {
  background-image: url(/build/images/es.b3825b28.svg)
}

.ico-svg-flag-curr-lkr,.with-ico-svg-flag-curr-lkr:before,.ico-svg-flag-lka,.with-ico-svg-flag-lka:before,.ico-svg-flag-lk,.with-ico-svg-flag-lk:before {
  background-image: url(/build/images/lk.593078c9.svg)
}

.ico-svg-flag-curr-lkr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-lkr:before,.ico-svg-flag-curr-lkr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-lkr:before,.ico-svg-flag-lka.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lka:before,.ico-svg-flag-lka.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lka:before,.ico-svg-flag-lk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lk:before,.ico-svg-flag-lk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lk:before {
  background-image: url(/build/images/lk.93412c6f.svg)
}

.ico-svg-flag-sdn,.with-ico-svg-flag-sdn:before,.ico-svg-flag-sd,.with-ico-svg-flag-sd:before {
  background-image: url(/build/images/sd.090d0e10.svg)
}

.ico-svg-flag-sdn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sdn:before,.ico-svg-flag-sdn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sdn:before,.ico-svg-flag-sd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sd:before,.ico-svg-flag-sd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sd:before {
  background-image: url(/build/images/sd.cb3da007.svg)
}

.ico-svg-flag-curr-srd,.with-ico-svg-flag-curr-srd:before,.ico-svg-flag-sur,.with-ico-svg-flag-sur:before,.ico-svg-flag-sr,.with-ico-svg-flag-sr:before {
  background-image: url(/build/images/sr.69050490.svg)
}

.ico-svg-flag-curr-srd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-srd:before,.ico-svg-flag-curr-srd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-srd:before,.ico-svg-flag-sur.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sur:before,.ico-svg-flag-sur.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sur:before,.ico-svg-flag-sr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sr:before,.ico-svg-flag-sr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sr:before {
  background-image: url(/build/images/sr.4ee19081.svg)
}

.ico-svg-flag-sjm,.with-ico-svg-flag-sjm:before,.ico-svg-flag-sj,.with-ico-svg-flag-sj:before {
  background-image: url(/build/images/sj.4952c9a6.svg)
}

.ico-svg-flag-sjm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sjm:before,.ico-svg-flag-sjm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sjm:before,.ico-svg-flag-sj.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sj:before,.ico-svg-flag-sj.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sj:before {
  background-image: url(/build/images/sj.bf11a759.svg)
}

.ico-svg-flag-curr-szl,.with-ico-svg-flag-curr-szl:before,.ico-svg-flag-swz,.with-ico-svg-flag-swz:before,.ico-svg-flag-sz,.with-ico-svg-flag-sz:before {
  background-image: url(/build/images/sz.d62f5eab.svg)
}

.ico-svg-flag-curr-szl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-szl:before,.ico-svg-flag-curr-szl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-szl:before,.ico-svg-flag-swz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-swz:before,.ico-svg-flag-swz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-swz:before,.ico-svg-flag-sz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sz:before,.ico-svg-flag-sz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sz:before {
  background-image: url(/build/images/sz.5d494168.svg)
}

.ico-svg-flag-curr-sek,.with-ico-svg-flag-curr-sek:before,.ico-svg-flag-lang-swe,.with-ico-svg-flag-lang-swe:before,.ico-svg-flag-lang-sv,.with-ico-svg-flag-lang-sv:before,.ico-svg-flag-swe,.with-ico-svg-flag-swe:before,.ico-svg-flag-se,.with-ico-svg-flag-se:before {
  background-image: url(/build/images/se.22333e71.svg)
}

.ico-svg-flag-curr-sek.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-sek:before,.ico-svg-flag-curr-sek.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-sek:before,.ico-svg-flag-lang-swe.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-swe:before,.ico-svg-flag-lang-swe.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-swe:before,.ico-svg-flag-lang-sv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-sv:before,.ico-svg-flag-lang-sv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-sv:before,.ico-svg-flag-swe.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-swe:before,.ico-svg-flag-swe.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-swe:before,.ico-svg-flag-se.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-se:before,.ico-svg-flag-se.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-se:before {
  background-image: url(/build/images/se.4984ae47.svg)
}

.ico-svg-flag-curr-chf,.with-ico-svg-flag-curr-chf:before,.ico-svg-flag-che,.with-ico-svg-flag-che:before,.ico-svg-flag-ch,.with-ico-svg-flag-ch:before {
  background-image: url(/build/images/ch.7a52ef5e.svg)
}

.ico-svg-flag-curr-chf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-chf:before,.ico-svg-flag-curr-chf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-chf:before,.ico-svg-flag-che.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-che:before,.ico-svg-flag-che.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-che:before,.ico-svg-flag-ch.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ch:before,.ico-svg-flag-ch.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ch:before {
  background-image: url(/build/images/ch.1113c7e9.svg)
}

.ico-svg-flag-syr,.with-ico-svg-flag-syr:before,.ico-svg-flag-sy,.with-ico-svg-flag-sy:before {
  background-image: url(/build/images/sy.6529aa17.svg)
}

.ico-svg-flag-syr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-syr:before,.ico-svg-flag-syr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-syr:before,.ico-svg-flag-sy.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-sy:before,.ico-svg-flag-sy.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-sy:before {
  background-image: url(/build/images/sy.9d13beb5.svg)
}

.ico-svg-flag-curr-twd,.with-ico-svg-flag-curr-twd:before,.ico-svg-flag-twn,.with-ico-svg-flag-twn:before,.ico-svg-flag-tw,.with-ico-svg-flag-tw:before {
  background-image: url(/build/images/tw.83324ef7.svg)
}

.ico-svg-flag-curr-twd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-twd:before,.ico-svg-flag-curr-twd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-twd:before,.ico-svg-flag-twn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-twn:before,.ico-svg-flag-twn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-twn:before,.ico-svg-flag-tw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tw:before,.ico-svg-flag-tw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tw:before {
  background-image: url(/build/images/tw.a72a85cb.svg)
}

.ico-svg-flag-curr-tjs,.with-ico-svg-flag-curr-tjs:before,.ico-svg-flag-tjk,.with-ico-svg-flag-tjk:before,.ico-svg-flag-tj,.with-ico-svg-flag-tj:before {
  background-image: url(/build/images/tj.b32f7c01.svg)
}

.ico-svg-flag-curr-tjs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-tjs:before,.ico-svg-flag-curr-tjs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-tjs:before,.ico-svg-flag-tjk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tjk:before,.ico-svg-flag-tjk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tjk:before,.ico-svg-flag-tj.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tj:before,.ico-svg-flag-tj.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tj:before {
  background-image: url(/build/images/tj.e97716ca.svg)
}

.ico-svg-flag-curr-tzs,.with-ico-svg-flag-curr-tzs:before,.ico-svg-flag-tza,.with-ico-svg-flag-tza:before,.ico-svg-flag-tz,.with-ico-svg-flag-tz:before {
  background-image: url(/build/images/tz.2218434d.svg)
}

.ico-svg-flag-curr-tzs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-tzs:before,.ico-svg-flag-curr-tzs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-tzs:before,.ico-svg-flag-tza.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tza:before,.ico-svg-flag-tza.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tza:before,.ico-svg-flag-tz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tz:before,.ico-svg-flag-tz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tz:before {
  background-image: url(/build/images/tz.20af2614.svg)
}

.ico-svg-flag-curr-thb,.with-ico-svg-flag-curr-thb:before,.ico-svg-flag-tha,.with-ico-svg-flag-tha:before,.ico-svg-flag-th,.with-ico-svg-flag-th:before {
  background-image: url(/build/images/th.b6ade2be.svg)
}

.ico-svg-flag-curr-thb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-thb:before,.ico-svg-flag-curr-thb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-thb:before,.ico-svg-flag-tha.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tha:before,.ico-svg-flag-tha.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tha:before,.ico-svg-flag-th.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-th:before,.ico-svg-flag-th.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-th:before {
  background-image: url(/build/images/th.2ca3db46.svg)
}

.ico-svg-flag-tls,.with-ico-svg-flag-tls:before,.ico-svg-flag-tl,.with-ico-svg-flag-tl:before {
  background-image: url(/build/images/tl.503b7926.svg)
}

.ico-svg-flag-tls.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tls:before,.ico-svg-flag-tls.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tls:before,.ico-svg-flag-tl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tl:before,.ico-svg-flag-tl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tl:before {
  background-image: url(/build/images/tl.c7a146dc.svg)
}

.ico-svg-flag-tgo,.with-ico-svg-flag-tgo:before,.ico-svg-flag-tg,.with-ico-svg-flag-tg:before {
  background-image: url(/build/images/tg.f97c4ebe.svg)
}

.ico-svg-flag-tgo.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tgo:before,.ico-svg-flag-tgo.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tgo:before,.ico-svg-flag-tg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tg:before,.ico-svg-flag-tg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tg:before {
  background-image: url(/build/images/tg.4abbb528.svg)
}

.ico-svg-flag-tkl,.with-ico-svg-flag-tkl:before,.ico-svg-flag-tk,.with-ico-svg-flag-tk:before {
  background-image: url(/build/images/tk.54b9e3f9.svg)
}

.ico-svg-flag-tkl.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tkl:before,.ico-svg-flag-tkl.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tkl:before,.ico-svg-flag-tk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tk:before,.ico-svg-flag-tk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tk:before {
  background-image: url(/build/images/tk.e3d850fb.svg)
}

.ico-svg-flag-curr-top,.with-ico-svg-flag-curr-top:before,.ico-svg-flag-ton,.with-ico-svg-flag-ton:before,.ico-svg-flag-to,.with-ico-svg-flag-to:before {
  background-image: url(/build/images/to.65dda6ec.svg)
}

.ico-svg-flag-curr-top.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-top:before,.ico-svg-flag-curr-top.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-top:before,.ico-svg-flag-ton.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ton:before,.ico-svg-flag-ton.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ton:before,.ico-svg-flag-to.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-to:before,.ico-svg-flag-to.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-to:before {
  background-image: url(/build/images/to.aaa24511.svg)
}

.ico-svg-flag-curr-ttd,.with-ico-svg-flag-curr-ttd:before,.ico-svg-flag-tto,.with-ico-svg-flag-tto:before,.ico-svg-flag-tt,.with-ico-svg-flag-tt:before {
  background-image: url(/build/images/tt.b9a6939e.svg)
}

.ico-svg-flag-curr-ttd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-ttd:before,.ico-svg-flag-curr-ttd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-ttd:before,.ico-svg-flag-tto.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tto:before,.ico-svg-flag-tto.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tto:before,.ico-svg-flag-tt.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tt:before,.ico-svg-flag-tt.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tt:before {
  background-image: url(/build/images/tt.4252a958.svg)
}

.ico-svg-flag-curr-tnd,.with-ico-svg-flag-curr-tnd:before,.ico-svg-flag-tun,.with-ico-svg-flag-tun:before,.ico-svg-flag-tn,.with-ico-svg-flag-tn:before {
  background-image: url(/build/images/tn.6cd8c9a4.svg)
}

.ico-svg-flag-curr-tnd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-tnd:before,.ico-svg-flag-curr-tnd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-tnd:before,.ico-svg-flag-tun.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tun:before,.ico-svg-flag-tun.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tun:before,.ico-svg-flag-tn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tn:before,.ico-svg-flag-tn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tn:before {
  background-image: url(/build/images/tn.8b09464a.svg)
}

.ico-svg-flag-curr-try,.with-ico-svg-flag-curr-try:before,.ico-svg-flag-tur,.with-ico-svg-flag-tur:before,.ico-svg-flag-tr,.with-ico-svg-flag-tr:before {
  background-image: url(/build/images/tr.2880fc8e.svg)
}

.ico-svg-flag-curr-try.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-try:before,.ico-svg-flag-curr-try.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-try:before,.ico-svg-flag-tur.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tur:before,.ico-svg-flag-tur.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tur:before,.ico-svg-flag-tr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tr:before,.ico-svg-flag-tr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tr:before {
  background-image: url(/build/images/tr.c3d773f3.svg)
}

.ico-svg-flag-tkm,.with-ico-svg-flag-tkm:before,.ico-svg-flag-tm,.with-ico-svg-flag-tm:before {
  background-image: url(/build/images/tm.6de6696b.svg)
}

.ico-svg-flag-tkm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tkm:before,.ico-svg-flag-tkm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tkm:before,.ico-svg-flag-tm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tm:before,.ico-svg-flag-tm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tm:before {
  background-image: url(/build/images/tm.44298648.svg)
}

.ico-svg-flag-tca,.with-ico-svg-flag-tca:before,.ico-svg-flag-tc,.with-ico-svg-flag-tc:before {
  background-image: url(/build/images/tc.f4f86583.svg)
}

.ico-svg-flag-tca.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tca:before,.ico-svg-flag-tca.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tca:before,.ico-svg-flag-tc.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tc:before,.ico-svg-flag-tc.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tc:before {
  background-image: url(/build/images/tc.0d16f864.svg)
}

.ico-svg-flag-tuv,.with-ico-svg-flag-tuv:before,.ico-svg-flag-tv,.with-ico-svg-flag-tv:before {
  background-image: url(/build/images/tv.99618ffc.svg)
}

.ico-svg-flag-tuv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tuv:before,.ico-svg-flag-tuv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tuv:before,.ico-svg-flag-tv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-tv:before,.ico-svg-flag-tv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-tv:before {
  background-image: url(/build/images/tv.c87adc62.svg)
}

.ico-svg-flag-curr-ugx,.with-ico-svg-flag-curr-ugx:before,.ico-svg-flag-uga,.with-ico-svg-flag-uga:before,.ico-svg-flag-ug,.with-ico-svg-flag-ug:before {
  background-image: url(/build/images/ug.83f4207b.svg)
}

.ico-svg-flag-curr-ugx.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-ugx:before,.ico-svg-flag-curr-ugx.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-ugx:before,.ico-svg-flag-uga.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-uga:before,.ico-svg-flag-uga.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-uga:before,.ico-svg-flag-ug.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ug:before,.ico-svg-flag-ug.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ug:before {
  background-image: url(/build/images/ug.983dd591.svg)
}

.ico-svg-flag-curr-uah,.with-ico-svg-flag-curr-uah:before,.ico-svg-flag-ukr,.with-ico-svg-flag-ukr:before,.ico-svg-flag-ua,.with-ico-svg-flag-ua:before {
  background-image: url(/build/images/ua.67a46bf7.svg)
}

.ico-svg-flag-curr-uah.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-uah:before,.ico-svg-flag-curr-uah.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-uah:before,.ico-svg-flag-ukr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ukr:before,.ico-svg-flag-ukr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ukr:before,.ico-svg-flag-ua.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ua:before,.ico-svg-flag-ua.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ua:before {
  background-image: url(/build/images/ua.2dd397cb.svg)
}

.ico-svg-flag-curr-aed,.with-ico-svg-flag-curr-aed:before,.ico-svg-flag-are,.with-ico-svg-flag-are:before,.ico-svg-flag-ae,.with-ico-svg-flag-ae:before {
  background-image: url(/build/images/ae.2c530f64.svg)
}

.ico-svg-flag-curr-aed.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-aed:before,.ico-svg-flag-curr-aed.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-aed:before,.ico-svg-flag-are.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-are:before,.ico-svg-flag-are.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-are:before,.ico-svg-flag-ae.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ae:before,.ico-svg-flag-ae.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ae:before {
  background-image: url(/build/images/ae.23c17470.svg)
}

.ico-svg-flag-curr-gbp,.with-ico-svg-flag-curr-gbp:before,.ico-svg-flag-lang-eng,.with-ico-svg-flag-lang-eng:before,.ico-svg-flag-lang-en,.with-ico-svg-flag-lang-en:before,.ico-svg-flag-gbr,.with-ico-svg-flag-gbr:before,.ico-svg-flag-gb,.with-ico-svg-flag-gb:before {
  background-image: url(/build/images/gb.ba1c7f5d.svg)
}

.ico-svg-flag-curr-gbp.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-gbp:before,.ico-svg-flag-curr-gbp.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-gbp:before,.ico-svg-flag-lang-eng.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-eng:before,.ico-svg-flag-lang-eng.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-eng:before,.ico-svg-flag-lang-en.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-lang-en:before,.ico-svg-flag-lang-en.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-lang-en:before,.ico-svg-flag-gbr.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gbr:before,.ico-svg-flag-gbr.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gbr:before,.ico-svg-flag-gb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-gb:before,.ico-svg-flag-gb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-gb:before {
  background-image: url(/build/images/gb.35dbacd7.svg)
}

.ico-svg-flag-curr-usd,.with-ico-svg-flag-curr-usd:before,.ico-svg-flag-usa,.with-ico-svg-flag-usa:before,.ico-svg-flag-us,.with-ico-svg-flag-us:before {
  background-image: url(/build/images/us.3cc0d38b.svg)
}

.ico-svg-flag-curr-usd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-usd:before,.ico-svg-flag-curr-usd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-usd:before,.ico-svg-flag-usa.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-usa:before,.ico-svg-flag-usa.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-usa:before,.ico-svg-flag-us.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-us:before,.ico-svg-flag-us.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-us:before {
  background-image: url(/build/images/us.c95087e1.svg)
}

.ico-svg-flag-umi,.with-ico-svg-flag-umi:before,.ico-svg-flag-um,.with-ico-svg-flag-um:before {
  background-image: url(/build/images/um.0f5d59d4.svg)
}

.ico-svg-flag-umi.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-umi:before,.ico-svg-flag-umi.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-umi:before,.ico-svg-flag-um.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-um:before,.ico-svg-flag-um.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-um:before {
  background-image: url(/build/images/um.c3e06b4d.svg)
}

.ico-svg-flag-curr-uyu,.with-ico-svg-flag-curr-uyu:before,.ico-svg-flag-ury,.with-ico-svg-flag-ury:before,.ico-svg-flag-uy,.with-ico-svg-flag-uy:before {
  background-image: url(/build/images/uy.4c3f85c5.svg)
}

.ico-svg-flag-curr-uyu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-uyu:before,.ico-svg-flag-curr-uyu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-uyu:before,.ico-svg-flag-ury.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ury:before,.ico-svg-flag-ury.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ury:before,.ico-svg-flag-uy.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-uy:before,.ico-svg-flag-uy.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-uy:before {
  background-image: url(/build/images/uy.091841c8.svg)
}

.ico-svg-flag-curr-uzs,.with-ico-svg-flag-curr-uzs:before,.ico-svg-flag-uzb,.with-ico-svg-flag-uzb:before,.ico-svg-flag-uz,.with-ico-svg-flag-uz:before {
  background-image: url(/build/images/uz.6e16292a.svg)
}

.ico-svg-flag-curr-uzs.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-uzs:before,.ico-svg-flag-curr-uzs.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-uzs:before,.ico-svg-flag-uzb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-uzb:before,.ico-svg-flag-uzb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-uzb:before,.ico-svg-flag-uz.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-uz:before,.ico-svg-flag-uz.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-uz:before {
  background-image: url(/build/images/uz.ba79d297.svg)
}

.ico-svg-flag-curr-vuv,.with-ico-svg-flag-curr-vuv:before,.ico-svg-flag-vut,.with-ico-svg-flag-vut:before,.ico-svg-flag-vu,.with-ico-svg-flag-vu:before {
  background-image: url(/build/images/vu.25acc797.svg)
}

.ico-svg-flag-curr-vuv.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-vuv:before,.ico-svg-flag-curr-vuv.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-vuv:before,.ico-svg-flag-vut.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vut:before,.ico-svg-flag-vut.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vut:before,.ico-svg-flag-vu.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vu:before,.ico-svg-flag-vu.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vu:before {
  background-image: url(/build/images/vu.87d69c18.svg)
}

.ico-svg-flag-curr-vef,.with-ico-svg-flag-curr-vef:before,.ico-svg-flag-ven,.with-ico-svg-flag-ven:before,.ico-svg-flag-ve,.with-ico-svg-flag-ve:before {
  background-image: url(/build/images/ve.b8bb0477.svg)
}

.ico-svg-flag-curr-vef.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-vef:before,.ico-svg-flag-curr-vef.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-vef:before,.ico-svg-flag-ven.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ven:before,.ico-svg-flag-ven.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ven:before,.ico-svg-flag-ve.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ve:before,.ico-svg-flag-ve.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ve:before {
  background-image: url(/build/images/ve.125ee924.svg)
}

.ico-svg-flag-curr-vnd,.with-ico-svg-flag-curr-vnd:before,.ico-svg-flag-vnm,.with-ico-svg-flag-vnm:before,.ico-svg-flag-vn,.with-ico-svg-flag-vn:before {
  background-image: url(/build/images/vn.2301f6f4.svg)
}

.ico-svg-flag-curr-vnd.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-vnd:before,.ico-svg-flag-curr-vnd.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-vnd:before,.ico-svg-flag-vnm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vnm:before,.ico-svg-flag-vnm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vnm:before,.ico-svg-flag-vn.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vn:before,.ico-svg-flag-vn.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vn:before {
  background-image: url(/build/images/vn.25540177.svg)
}

.ico-svg-flag-vgb,.with-ico-svg-flag-vgb:before,.ico-svg-flag-vg,.with-ico-svg-flag-vg:before {
  background-image: url(/build/images/vg.7bc5c832.svg)
}

.ico-svg-flag-vgb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vgb:before,.ico-svg-flag-vgb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vgb:before,.ico-svg-flag-vg.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vg:before,.ico-svg-flag-vg.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vg:before {
  background-image: url(/build/images/vg.76c17dc3.svg)
}

.ico-svg-flag-vir,.with-ico-svg-flag-vir:before,.ico-svg-flag-vi,.with-ico-svg-flag-vi:before {
  background-image: url(/build/images/vi.bad0002a.svg)
}

.ico-svg-flag-vir.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vir:before,.ico-svg-flag-vir.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vir:before,.ico-svg-flag-vi.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-vi:before,.ico-svg-flag-vi.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-vi:before {
  background-image: url(/build/images/vi.1ae3b627.svg)
}

.ico-svg-flag-wlf,.with-ico-svg-flag-wlf:before,.ico-svg-flag-wf,.with-ico-svg-flag-wf:before {
  background-image: url(/build/images/wf.e9a373c6.svg)
}

.ico-svg-flag-wlf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-wlf:before,.ico-svg-flag-wlf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-wlf:before,.ico-svg-flag-wf.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-wf:before,.ico-svg-flag-wf.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-wf:before {
  background-image: url(/build/images/wf.55c63880.svg)
}

.ico-svg-flag-esh,.with-ico-svg-flag-esh:before,.ico-svg-flag-eh,.with-ico-svg-flag-eh:before {
  background-image: url(/build/images/eh.8c8b2743.svg)
}

.ico-svg-flag-esh.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-esh:before,.ico-svg-flag-esh.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-esh:before,.ico-svg-flag-eh.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-eh:before,.ico-svg-flag-eh.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-eh:before {
  background-image: url(/build/images/eh.905fdd08.svg)
}

.ico-svg-flag-curr-yer,.with-ico-svg-flag-curr-yer:before,.ico-svg-flag-yem,.with-ico-svg-flag-yem:before,.ico-svg-flag-ye,.with-ico-svg-flag-ye:before {
  background-image: url(/build/images/ye.f62afcdd.svg)
}

.ico-svg-flag-curr-yer.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-yer:before,.ico-svg-flag-curr-yer.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-yer:before,.ico-svg-flag-yem.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-yem:before,.ico-svg-flag-yem.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-yem:before,.ico-svg-flag-ye.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ye:before,.ico-svg-flag-ye.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ye:before {
  background-image: url(/build/images/ye.2289a38e.svg)
}

.ico-svg-flag-curr-zmw,.with-ico-svg-flag-curr-zmw:before,.ico-svg-flag-curr-zmk,.with-ico-svg-flag-curr-zmk:before,.ico-svg-flag-zmb,.with-ico-svg-flag-zmb:before,.ico-svg-flag-zm,.with-ico-svg-flag-zm:before {
  background-image: url(/build/images/zm.79a41234.svg)
}

.ico-svg-flag-curr-zmw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-zmw:before,.ico-svg-flag-curr-zmw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-zmw:before,.ico-svg-flag-curr-zmk.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-curr-zmk:before,.ico-svg-flag-curr-zmk.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-curr-zmk:before,.ico-svg-flag-zmb.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-zmb:before,.ico-svg-flag-zmb.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-zmb:before,.ico-svg-flag-zm.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-zm:before,.ico-svg-flag-zm.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-zm:before {
  background-image: url(/build/images/zm.a303f51a.svg)
}

.ico-svg-flag-zwe,.with-ico-svg-flag-zwe:before,.ico-svg-flag-zw,.with-ico-svg-flag-zw:before {
  background-image: url(/build/images/zw.f5ceeff7.svg)
}

.ico-svg-flag-zwe.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-zwe:before,.ico-svg-flag-zwe.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-zwe:before,.ico-svg-flag-zw.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-zw:before,.ico-svg-flag-zw.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-zw:before {
  background-image: url(/build/images/zw.2840e62a.svg)
}

.ico-svg-flag-ala,.with-ico-svg-flag-ala:before,.ico-svg-flag-ax,.with-ico-svg-flag-ax:before {
  background-image: url(/build/images/ax.6651bb25.svg)
}

.ico-svg-flag-ala.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ala:before,.ico-svg-flag-ala.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ala:before,.ico-svg-flag-ax.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ax:before,.ico-svg-flag-ax.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ax:before {
  background-image: url(/build/images/ax.c260e9a5.svg)
}

.ico-svg-flag-ata,.with-ico-svg-flag-ata:before,.ico-svg-flag-aq,.with-ico-svg-flag-aq:before {
  background-image: url(/build/images/aq.e3fbc5d0.svg)
}

.ico-svg-flag-ata.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-ata:before,.ico-svg-flag-ata.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-ata:before,.ico-svg-flag-aq.ico-svg-flag-squared,.ico-svg-flag-squared.with-ico-svg-flag-aq:before,.ico-svg-flag-aq.ico-svg-flag-round,.ico-svg-flag-round.with-ico-svg-flag-aq:before {
  background-image: url(/build/images/aq.e6c275d0.svg)
}

.socials {
  margin: 0;
  font-size: 0
}

.socials .social {
  margin: 0;
  padding: 10px
}

.socials .social a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50%
}

.socials .social a:hover {
  opacity: .7
}

.socials .social-facebook a {
  background-color: #1877f2;
  font-size: 14px
}

.socials .social-instagram a {
  font-size: 13px
}

.socials .social-twitter a {
  background-color: #55acee;
  font-size: 12px
}

.socials .social-x a {
  background-color: #000;
  font-size: 12px
}

.spin-loader {
  position: relative;
  display: inline-block;
  width: 73px;
  height: 73px
}

.spin-loader span {
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 20px;
  background: #2e4568;
  border-radius: 3px;
  animation-name: anim_opacity;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

.spin-loader span:nth-child(1) {
  top: 0;
  left: 33px
}

.spin-loader span:nth-child(2) {
  top: 7px;
  right: 15px;
  transform: rotate(45deg);
  animation-delay: .125s
}

.spin-loader span:nth-child(3) {
  top: 26px;
  right: 7px;
  transform: rotate(90deg);
  animation-delay: .25s
}

.spin-loader span:nth-child(4) {
  right: 15px;
  bottom: 7px;
  transform: rotate(135deg);
  animation-delay: .375s
}

.spin-loader span:nth-child(5) {
  bottom: 0;
  left: 33px;
  animation-delay: .5s
}

.spin-loader span:nth-child(6) {
  bottom: 7px;
  left: 15px;
  transform: rotate(225deg);
  animation-delay: .625s
}

.spin-loader span:nth-child(7) {
  top: 26px;
  left: 6px;
  transform: rotate(90deg);
  animation-delay: .75s
}

.spin-loader span:nth-child(8) {
  top: 7px;
  left: 15px;
  transform: rotate(315deg);
  animation-delay: .875s
}

.spin-loader-sm {
  width: 34px;
  height: 34px
}

.spin-loader-sm span {
  width: 4px;
  height: 10px
}

.spin-loader-sm span:nth-child(1) {
  top: 0;
  left: 15px
}

.spin-loader-sm span:nth-child(2) {
  top: 3px;
  right: 6px
}

.spin-loader-sm span:nth-child(3) {
  top: 12px;
  right: 3px
}

.spin-loader-sm span:nth-child(4) {
  right: 6px;
  bottom: 3px
}

.spin-loader-sm span:nth-child(5) {
  bottom: 0;
  left: 15px
}

.spin-loader-sm span:nth-child(6) {
  bottom: 3px;
  left: 6px
}

.spin-loader-sm span:nth-child(7) {
  top: 12px;
  left: 4px
}

.spin-loader-sm span:nth-child(8) {
  top: 3px;
  left: 6px
}

.spin-loader-wrapper {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffffb3
}

.btn {
  position: relative
}

.btn:focus,.btn.focus {
  outline: none;
  outline: 0
}

.btn .ico-font {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,opacity .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn .ico-font {
      transition: none
  }
}

.btn-link {
  font-weight: 600
}

.btn-link.btn-link-alt {
  text-decoration: underline
}

.btn-link.btn-link-alt:hover {
  text-decoration: none
}

.btn-link.btn-link-alt:focus,.btn-link.btn-link-alt.focus {
  text-decoration: none
}

.btn-close {
  color: #e74f76
}

.btn-close-small {
  padding: 0;
  border: none;
  font-size: 8px;
  line-height: 1
}

.btn-close-small .ico-font {
  font-size: 8px
}

.theme-sharp .btn {
  border-radius: 0
}

.theme-oval .btn {
  border-radius: 99px
}

.btn.disabled,.btn:disabled {
  cursor: not-allowed
}

.btn .spin-loader-wrapper {
  inset: -1px;
  display: none;
  border-radius: inherit
}

.btn.is-loading .spin-loader-wrapper {
  display: flex
}

.btn-round,.btn-square {
  overflow: hidden;
  padding: 0;
  font-size: 0
}

.btn-round>.btn-square-inner,.btn-square>.btn-square-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center
}

.btn-round>.btn-square-inner>.ico-font,.btn-square>.btn-square-inner>.ico-font {
  margin-top: 0
}

.btn-square {
  position: relative
}

.btn-square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.btn-square>.btn-square-inner {
  position: absolute;
  inset: 0
}

.btn-round {
  position: relative;
  border-radius: 50%
}

.btn-round:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.btn-round>.btn-round-inner {
  position: absolute;
  inset: 0
}

.btn-round.centered .btn-round-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center
}

.btn-default {
  border-color: #2e4568;
  color: #2e4568
}

.btn-default:hover {
  background-color: #2e4568;
  color: #fff
}

.btn-default.btn-default-square,.btn-default.btn-default-rounded {
  position: relative;
  padding: 0
}

.btn-default.btn-default-square:before,.btn-default.btn-default-rounded:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.btn-default.btn-default-square>.btn-inner,.btn-default.btn-default-rounded>.btn-inner {
  position: absolute;
  inset: 0
}

.btn-default.btn-default-square .btn-inner,.btn-default.btn-default-rounded .btn-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

.btn-default-cancel {
  border-color: #e74f76;
  color: #e74f76
}

.btn-default-cancel:hover {
  background-color: #e74f76;
  color: #fff
}

.btn-primary:hover,.btn-cancel:hover,.btn-confirm:hover {
  color: #fff
}

.btn-primary:not(:disabled):hover,.btn-cancel:not(:disabled):hover,.btn-confirm:not(:disabled):hover {
  box-shadow: inset 0 0 60px #00000024
}

.btn-primary .custom-ico-plus:before,.btn-primary .custom-ico-plus:after {
  background-color: #fff
}

.btn-primary .custom-ico-minus {
  background-color: #fff
}

.btn-cancel {
  border-color: #e74f76;
  background-color: #e74f76;
  color: #fff
}

.btn-confirm {
  border-color: #05c583;
  background-color: #05c583;
  color: #fff
}

.btn-blue {
  background-color: #0075f1;
  color: #fff
}

.btn-blue:hover {
  color: #fff;
  background-color: #0076ba
}

.btn-gray {
  border-color: #d8d8d8;
  background-color: #f1f3f5;
  color: #888;
  transition: background .3s
}

.btn-gray:hover {
  background-color: #d8d8d8;
  color: #888
}

.btn-gray.btn-gray-round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 50%
}

.btn-link-gray,.btn-link-gray:hover {
  color: #888
}

.btn-collapse {
  position: relative;
  width: 20px;
  border: none;
  background: none
}

.btn-collapse:before,.btn-collapse:after {
  content: "";
  display: block;
  background-color: #2e4568;
  height: 8px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -2px;
  transition: all .3s ease;
  transform: rotate(-45deg)
}

.btn-collapse:after {
  transform: rotate(45deg);
  right: 3px
}

.btn-collapse[aria-expanded=true]:after {
  transform: rotate(135deg)
}

.btn-collapse[aria-expanded=true]:before {
  transform: rotate(-135deg)
}

.btn-link-collapse {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 15px 0 0;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  color: #048ef8;
  text-align: left
}

.btn-link-collapse:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #048EF8;
  border-bottom: 2px solid #048EF8;
  transition: transform .3s
}

.btn-link-collapse.collapsed:after {
  transform: rotate(-45deg)
}

.btn-socials {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}

.btn-socials .ico-font {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: translateY(-50%)
}

.btn-socials .btn-inner {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto
}

.btn-socials-facebook {
  border-color: #1877f2;
  background-color: #1877f2
}

.btn-socials-facebook,.btn-socials-facebook:hover {
  color: #fff
}

.btn-socials-facebook:hover {
  opacity: .9
}

.btn-socials-google {
  border-color: #ea4335;
  background-color: #ea4335
}

.btn-socials-google,.btn-socials-google:hover {
  color: #fff
}

.btn-socials-google:hover {
  opacity: .9
}

.side-fixed-menu {
  position: fixed;
  bottom: 30px;
  right: -90px;
  transition: box-shadow .3s,right .3s,opacity .3s;
  opacity: 0;
  z-index: 1000;
  max-width: 80px;
  padding-right: 20px
}

.btn-side-fixed-menu {
  margin-top: 15px;
  right: -90px;
  box-shadow: 0 0 8px #0000004d;
  transition: box-shadow .3s,right .3s,opacity .3s;
  opacity: 0;
  z-index: 1050
}

.btn-side-fixed-menu .btn-cart-fixed-counter {
  position: absolute;
  top: 11px;
  left: 33px;
  display: inline-block;
  min-width: 16px;
  height: 16px;
  padding: 3px 3px 0;
  background-color: #e74f76;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 9px
}

.btn-side-fixed-menu .ico-font {
  font-size: 20px
}

.side-fixed-menu--hidden,.btn-side-fixed-menu--hidden {
  visibility: hidden!important
}

.side-fixed-menu.show,.btn-side-fixed-menu.show {
  animation-name: cartFixedShow;
  animation-delay: .7s;
  animation-duration: .3s;
  animation-fill-mode: forwards
}

.side-fixed-menu.hide,.btn-side-fixed-menu.hide {
  animation-name: cartFixedHide;
  animation-duration: .3s;
  animation-fill-mode: forwards
}

@keyframes cartFixedHide {
  0% {
      right: 0;
      opacity: 1
  }

  to {
      right: -90px;
      opacity: 0
  }
}

@keyframes cartFixedShow {
  0% {
      right: -90px;
      opacity: 0
  }

  to {
      right: 0;
      opacity: 1
  }
}

.apple-pay-button {
  width: 100%;
  height: 40px;
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  cursor: pointer
}

.apple-pay-button-with-text>* {
  display: none
}

.apple-pay-button-black-with-text {
  -apple-pay-button-style: black
}

.apple-pay-button-white-with-text {
  -apple-pay-button-style: white
}

.apple-pay-button-white-with-line-with-text {
  -apple-pay-button-style: white-outline
}

.apple-pay-button-text-book {
  -apple-pay-button-type: book
}

.apple-pay-button-text-plain {
  -apple-pay-button-type: plain
}

.apple-pay-button-text-setup {
  -apple-pay-button-type: set-up
}

.apple-pay-button-text-buy {
  -apple-pay-button-type: buy
}

.apple-pay-button-text-check-out {
  -apple-pay-button-type: check-out
}

.apple-pay-button-text-donate {
  -apple-pay-button-type: donate
}

.badge {
  color: #fff
}

.badge-square,.badge-rounded {
  position: relative;
  padding: 0
}

.badge-square:before,.badge-rounded:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.badge-square>.badge-rounded-inner,.badge-rounded>.badge-rounded-inner {
  position: absolute;
  inset: 0
}

.badge-square .badge-rounded-inner,.badge-rounded .badge-rounded-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

.badge-square {
  border-radius: 0
}

.badge-rounded {
  border-radius: 50%
}

.badge-bordered {
  border: 2px solid
}

.badge-no-bdrds {
  border-radius: 0
}

.badge-right-canted {
  position: relative;
  overflow: hidden;
  padding-right: 15px
}

.badge-right-canted:after {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "";
  width: 15px;
  height: calc(100% + 15px);
  background: #fff;
  transform: rotate(-25deg)
}

.badge-lg {
  font-size: 14px;
  padding: 3px 15px 5px
}

.badge-pending {
  background-color: #fec400
}

.badge-confirmed {
  background-color: #0075f2
}

.badge-completed {
  background-color: #05c583
}

.badge-cancelled {
  background-color: #e74f76
}

.badge-pickup {
  background-color: #0a9d6b
}

.badge-shipped {
  background-color: #00438a
}

.badge-order-status-pending {
  background-color: #fec400
}

.badge-order-status-pending:before {
  font-size: 12px;
  margin-top: -3px;
  margin-right: 5px
}

.badge-order-status-confirmed {
  background-color: #0075f2
}

.badge-order-status-confirmed:before {
  font-size: 12px;
  margin-top: -3px;
  margin-right: 5px
}

.badge-order-status-completed {
  background-color: #05c583
}

.badge-order-status-completed:before {
  font-size: 12px;
  margin-top: -3px;
  margin-right: 5px
}

.badge-order-status-cancelled {
  background-color: #e74f76
}

.badge-order-status-cancelled:before {
  font-size: 12px;
  margin-top: -3px;
  margin-right: 5px
}

.badge-order-status-pickup {
  background-color: #0a9d6b
}

.badge-order-status-pickup:before {
  font-size: 12px;
  margin-top: -3px;
  margin-right: 5px
}

.badge-order-status-shipped {
  background-color: #00438a
}

.badge-order-status-shipped:before {
  font-size: 11px;
  margin-top: -3px;
  margin-right: 5px
}

.message {
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36
}

.message-success {
  background-color: #05c583;
  color: #fff
}

.message-success-clear {
  padding: 0;
  background-color: transparent;
  color: #05c583;
  font-weight: 600
}

.message-warning {
  background-color: #fff9e5
}

.message-wrapper {
  margin-bottom: 20px
}

.breadcrumbs {
  font-size: 0
}

.breadcrumbs .list-inline-item {
  position: relative;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 600
}

.breadcrumbs .list-inline-item:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-top: 2px solid #9aa6b4;
  border-right: 2px solid #9aa6b4;
  transform: rotate(45deg)
}

.breadcrumbs .list-inline-item>a {
  color: inherit
}

.breadcrumbs .list-inline-item:first-of-type {
  font-size: 20px;
  font-weight: 700
}

.breadcrumbs .list-inline-item:last-of-type {
  padding-right: 0
}

.breadcrumbs .list-inline-item:last-of-type:after {
  display: none
}

.list-cart-amount,.list-cart-amount dl,.list-cart-amount dt,.list-cart-amount dd {
  margin-bottom: 0
}

.list-cart-amount li {
  padding: 5px 0
}

.list-cart-amount li:first-of-type {
  padding-top: 0
}

.list-cart-amount li:last-of-type {
  padding-bottom: 0
}

.list-cart-amount dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.list-cart-amount dl+dl {
  margin-top: 10px
}

.list-cart-amount dt,.list-cart-amount dd {
  position: relative;
  max-width: 100%
}

.list-cart-amount dt {
  flex-basis: 0;
  flex-grow: 1;
  font-weight: 400
}

.list-cart-amount dd {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
  margin-left: 5px
}

.list-cart-amount.list-cart-amount-totals dt,.list-cart-amount.list-cart-amount-totals dd {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

.list-cart-amount .ico-plus {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: .75
}

.list-cart-amount .list-item-with-actions {
  position: relative
}

.list-cart-amount .list-item-with-actions .list-item-action {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  margin-left: 10px
}

.list-cart-amount.has-separators>li+li {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #edf0f3
}

.list-contacts {
  margin-bottom: 0;
  font-size: 0
}

.list-contacts>.list-inline-item {
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 2px solid rgba(154,167,183,.2);
  font-size: 14px
}

.list-contacts>.list-inline-item:last-of-type {
  border-right-width: 0
}

.list-contacts>.list-inline-item a,.list-contacts>.list-inline-item span {
  display: inline-block;
  color: inherit;
  vertical-align: middle
}

.list-contacts>.list-inline-item .ico-font {
  margin-right: 5px;
  font-size: 14px;
  color: #2e4568
}

.section-contactus-details .list-contacts>.list-inline-item .ico-font {
  min-width: 19px
}

.list-contacts>.list-inline-item.dropdown .dropdown-toggle:after {
  margin-top: 8px;
  margin-left: 8px
}

.list-contacts-vertical>.list-inline-item {
  display: block;
  padding: 10px 0;
  border-width: 0
}

.dropdown-working-hours .list-working-hours li {
  padding-right: 15px;
  padding-left: 15px
}

.list-working-hours dl {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0
}

.list-working-hours dt,.list-working-hours dd {
  position: relative;
  max-width: 100%;
  margin-bottom: 0
}

.list-working-hours dt {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%
}

.list-working-hours dd {
  flex: 0 0 auto;
  width: auto;
  margin-left: 5px
}

.list-layouts {
  margin-bottom: 0
}

.list-layouts .list-inline-item {
  margin: 0;
  vertical-align: middle
}

.list-layouts .list-inline-item a {
  display: inline-block;
  padding: 5px;
  font-size: 0;
  color: #2e4568;
  text-decoration: none;
  vertical-align: middle;
  opacity: .4
}

.list-layouts .list-inline-item a:hover {
  opacity: .7
}

.list-layouts .list-inline-item.active a {
  opacity: 1
}

.list-product-breadcrumbs {
  font-size: 0
}

.list-product-breadcrumbs .list-inline-item {
  margin: 0;
  font-size: 12px;
  line-height: 1.17;
  color: #898f96;
  font-weight: 400
}

.list-product-breadcrumbs .list-inline-item>a {
  color: inherit
}

.list-product-breadcrumbs .list-inline-item:after {
  margin-right: 5px;
  margin-left: 5px;
  content: ">"
}

.list-product-breadcrumbs .list-inline-item:last-of-type:after {
  display: none
}

.list-card-types {
  margin: 0;
  font-size: 0
}

.list-card-types .list-inline-item {
  padding: 10px 20px 10px 0;
  vertical-align: top
}

.list-card-types .list-inline-item:first-of-type {
  padding-left: 0
}

.list-card-types .list-inline-item:last-of-type {
  padding-right: 0
}

.list-card-types .list-inline-item.list-inline-item-cash {
  margin-top: 4px;
  margin-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 20px;
  border-right: 2px solid rgba(154,167,183,.5)
}

.list-card-types .list-inline-item.list-inline-item-cash .list-inline-item-inner {
  display: inline-block;
  padding: 5px 7px;
  background-color: #2e4568;
  font-size: 0;
  color: #fff;
  border-radius: 4px
}

.list-card-types .list-inline-item.list-inline-item-cash .list-inline-item-inner .ico-font {
  font-size: 12px
}

.list-delivery-methods {
  margin: 0;
  font-size: 0
}

.list-delivery-methods .list-inline-item {
  margin-right: 20px;
  padding: 3px 20px 2px 0;
  border-right: 2px solid rgba(154,167,183,.2);
  font-size: 12px;
  line-height: 1.4;
  color: #2e4568;
  font-weight: 600
}

.list-delivery-methods .list-inline-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0
}

.list-delivery-methods .list-inline-item .ico-font {
  margin-right: 5px
}

.list-delivery-methods .list-inline-item .ico-font-truck {
  margin-top: -3px
}

.list-delivery-methods .list-inline-item .ico-font-pin-maps {
  margin-top: -5px
}

.list-notifications {
  margin-bottom: 0;
  padding: 2px 0
}

.list-notifications li {
  font-size: 16px;
  font-weight: 400
}

.list-bullets {
  margin-bottom: 0
}

.list-bullets>li {
  position: relative;
  padding-left: 15px
}

.list-bullets>li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0b1c42;
  border-radius: 50%
}

.list-bullets>li+li {
  margin-top: 20px
}

.list-locations li {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 15px 8px;
  background-color: #edf0f3;
  color: #283953;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  border-radius: 5px
}

.list-locations li:before,.list-locations li:after {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.list-locations li:before {
  margin-top: -1px;
  margin-right: 5px;
  font-size: 16px;
  color: #ea4335
}

.list-locations li:after {
  margin-left: auto;
  font-size: 21px;
  color: #d8dfe6
}

.list-locations li:hover:after {
  color: #283953b3
}

.list-locations li.active:after {
  color: inherit
}

.list-password-strength {
  list-style: none;
  color: #4d7198;
  padding-left: 0
}

.list-password-strength>li {
  font-size: 12px;
  color: #4d7198
}

.list-password-strength>li ::marker {
  display: none
}

.list-password-strength>li+li {
  margin-top: 0
}

.list-password-strength>li:before {
  top: 7px;
  width: 5px;
  height: 5px;
  background: #4d7198;
  transform: scale(1)
}

.list-password-strength>li>span {
  position: relative;
  line-height: 1.33
}

.list-password-strength>li>span:before {
  position: absolute;
  top: 5px;
  left: -16px;
  font-size: 8px;
  color: inherit;
  transform: scale(0)
}

.list-password-strength>li.c_success {
  color: #05c583;
  transition: color .3s linear
}

.list-password-strength>li.c_success:before {
  transform: scale(0);
  transition: transform .1s linear
}

.list-password-strength>li.c_success>span:before {
  transform: scale(1);
  transition: transform .2s linear
}

.list-thumbs {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px
}

.list-thumbs li {
  position: relative;
  flex: 0 0 25%;
  width: 25%;
  max-width: 100%;
  padding: 10px
}

.list-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px
}

.list-categories>li {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  min-width: 220px;
  padding: 10px
}

.list-categories>li>a {
  display: block;
  padding: 12px 15px 10px;
  border: 1px solid #9aa7b7;
  font-size: 16px;
  line-height: 1.6;
  color: #2e4568;
  font-weight: 600;
  text-align: center;
  border-radius: 6px
}

.list-categories>li>a:hover {
  background-color: #4b5a101a;
  text-decoration: none
}

.list-categories>li.active>a {
  border-color: #2e4568;
  background-color: #4b5a101a;
  font-weight: 700;
  box-shadow: inset 0 0 0 3px #2e4568
}

.list-categories.list-categories-center {
  justify-content: center
}

.list-inline-variations {
  font-size: .75rem
}

.list-inline-variations li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0
}

.list-inline-variations li .product-price {
  font-size: inherit
}

.list-inline-variations li:last-of-type {
  padding-right: 0
}

.list-inline-variations.list-inline-variations-lg {
  font-size: .875rem
}

.list-inline-variations.list-inline-variations-lg li {
  padding-right: 20px
}

.list-inline-variations.list-inline-variations-lg li:nth-last-child(2) {
  padding-right: 10px
}

.list-variations {
  font-size: .75rem
}

.list-variations li {
  display: block;
  margin-bottom: 2px
}

.list-variations.list-variations-lg {
  font-size: .875rem
}

.list-country-langs {
  font-size: 0
}

.list-country-langs .list-inline-item {
  padding: 0 5px
}

.list-country-langs .list-inline-item a {
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  text-transform: uppercase
}

.list-country-langs .list-inline-item.active a {
  font-weight: 700
}

.list-definitions>li>.definition>dt {
  margin-bottom: 0
}

.list-definitions>li+li {
  margin-top: 10px
}

.list-products {
  margin-bottom: 0
}

.list-products>li>a {
  display: block;
  padding: 10px 25px;
  text-decoration: none
}

.list-products>li>a .product-image-preview {
  width: 50px
}

.list-products>li>a .product-name {
  font-size: 16px;
  color: #2e4568
}

.list-products>li>a .product-name+.list-product-breadcrumbs {
  margin-top: 5px;
  margin-bottom: 2px
}

.list-products>li>a .list-product-breadcrumbs .list-inline-item {
  color: #9fa5ac
}

.list-products>li>a:hover .product-name {
  color: #2e4568
}

.list-links>li+li {
  margin-top: 15px
}

@media only screen and (max-width: 1199px) {
  .list-categories {
      justify-content:flex-start
  }
}

@media only screen and (max-width: 991px) {
  .list-thumbs {
      margin:0 -5px
  }

  .list-thumbs li {
      padding: 5px
  }
}

@media only screen and (max-width: 767px) {
  .list-cart-amount .list-item-with-actions .list-item-action {
      margin-left:3px
  }

  .list-products>li>a {
      padding-right: 13px;
      padding-left: 13px
  }

  .list-products>li>a>.row>.col-auto {
      padding-right: 0
  }
}

@media only screen and (max-width: 575px) {
  .list-card-types .list-inline-item {
      padding:5px 10px 5px 0
  }
}

.section-navigation .nav {
  padding: 15px 0;
  justify-content: center;
  background-color: #eef3f9
}

.section-navigation .nav .embedded-tooltip {
  margin-top: 13px;
  margin-left: 10px
}

.section-navigation .nav>.nav-item {
  margin: 0;
  padding: 0 5px
}

.section-navigation .nav>.nav-item>.nav-link {
  position: relative;
  padding: 4px 5px;
  font-size: 16px;
  color: #2e4568;
  font-weight: 400
}

.section-navigation .nav>.nav-item>.nav-link small {
  font-size: 14px
}

.section-navigation .nav>.nav-item>.nav-link:hover {
  color: #2e4568
}

.section-navigation .nav>.nav-item.active>.nav-link {
  font-weight: 700
}

.section-navigation .nav.nav-secondary {
  background-color: #fff
}

.section-navigation .nav.nav-secondary>.nav-item>.nav-link {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px
}

.section-navigation .nav.nav-secondary>.nav-item.active>.nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 6px;
  border: 0;
  background-color: #2e4568;
  border-radius: 6px;
  transform: none
}

.nav-categories {
  border-top: 2px solid #f8f9f9;
  background-color: #fff
}

.nav-categories .nav {
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none!important
}

.nav-categories .nav::-webkit-scrollbar {
  height: 0!important
}

.nav-categories .nav>.nav-item>.nav-link {
  width: 139px;
  padding: 20px 10px 5px;
  background-color: transparent;
  text-align: center
}

.nav-categories .nav>.nav-item>.nav-link .nav-link-title {
  font-size: 12px;
  line-height: 1.33;
  color: #444;
  font-weight: 400
}

.nav-categories .nav>.nav-item>.nav-link .nav-link-image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  image-rendering: -webkit-optimize-contrast
}

.nav-categories .nav>.nav-item>.nav-link .nav-link-image img,.nav-categories .nav>.nav-item>.nav-link .nav-link-image picture {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.nav-categories .nav>.nav-item>.nav-link .nav-link-content .nav-link-title {
  min-height: 2.66em
}

.nav-categories .nav>.nav-item>.nav-link:hover {
  background-color: #f0f0f0
}

.nav-categories .nav>.nav-item.active>.nav-link .nav-link-title {
  color: #181818;
  font-weight: 700
}

.nav-categories.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  box-shadow: 0 3px 10px #00000029
}

.nav-categories.sticked .nav>.nav-item>.nav-link {
  padding-top: 5px
}

.nav-categories.sticked .nav>.nav-item>.nav-link .nav-link-image {
  height: 45px;
  margin-bottom: 5px
}

.custom-nav-tabs-1 .nav-link {
  display: block;
  width: 100%;
  padding: 20px 10px;
  background-color: #eaebef;
  border: none;
  font-weight: 600
}

.custom-nav-tabs-1 .nav-link.active {
  background-color: #fff;
  box-shadow: 0 -5px #fff;
  font-weight: 800
}

@media only screen and (max-width: 767px) {
  .nav-categories .nav>.nav-item>.nav-link {
      width:125px;
      padding-right: 5px;
      padding-left: 5px
  }
}

.notifications-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999;
  max-width: 350px;
  width: 100%;
  padding-top: 15px
}

.notifications-wrapper-container {
  max-width: 1114px
}

.notification .toast {
  margin: 15px auto
}

.notification .toast .close {
  font-size: 1.5rem;
  line-height: .8;
  color: #fff
}

.notification .toast a {
  text-decoration: underline
}

.notification .toast a:hover {
  text-decoration: none
}

.notification .toast .list-bullets>li+li {
  margin-top: 5px
}

.notification .toast .toast-body-added-to-cart .toast-body-entry {
  max-width: calc(100% - 170px);
  font-size: 16px
}

.notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-image {
  width: 37px
}

.notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner {
  max-width: calc(100% - 37px)
}

.notification .toast .toast-body-added-to-cart .toast-body-actions {
  max-width: 170px
}

.notification-container .toast {
  max-width: 1114px
}

.notification-error .toast {
  border-color: #bf2332;
  background-color: #dc3545;
  color: #fff
}

.notification-error .toast a {
  color: #fff
}

.notification-error .toast .list-bullets>li:before {
  background-color: #fff
}

.notification-error .toast .toast-header {
  border-color: #bf2332;
  background-color: #bf2332;
  color: #fff
}

.notification-success .toast {
  border-color: #00b073;
  background-color: #05c583;
  color: #fff
}

.notification-success .toast .toast-header {
  border-color: #00b073;
  background-color: #00b073;
  color: #fff
}

.notification-info .toast,.notification-info .toast .toast-header {
  border-color: #00c3ba;
  background-color: #00c3ba;
  color: #fff
}

.notification-info .toast .btn-link {
  color: inherit
}

.notification-info .toast .has-separator.row[data-separator*=border]>.col:not(:last-of-type):after,.notification-info .toast .has-separator.row[data-separator*=border]>[class*=col-]:not(:last-of-type):after {
  background-color: #fff
}

@media only screen and (max-width: 1199px) {
  .notifications-wrapper-container,.notification-container .toast {
      max-width:934px
  }
}

@media only screen and (max-width: 991px) {
  .notifications-wrapper-container,.notification-container .toast {
      max-width:694px
  }
}

@media only screen and (max-width: 767px) {
  .notifications-wrapper-container,.notification-container .toast {
      max-width:514px
  }
}

@media only screen and (max-width: 575px) {
  .notifications-wrapper-container {
      max-width:calc(100% - 26px)
  }

  .notification .toast .toast-body-added-to-cart .toast-body-entry {
      font-size: 14px
  }

  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-image {
      display: none
  }

  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner {
      max-width: 100%
  }

  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner p strong {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical
  }
}

.accordion .card .card-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}

.accordion .card .card-header .card-header-inner {
  font-weight: 600
}

.accordion .card .card-header:not(.collapsed) {
  background-color: #f3f6fd
}

.accordion-checkout>.card:not(:first-of-type),.accordion-checkout>.card:not(:last-of-type) {
  border-radius: 6px
}

.accordion-checkout>.card:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: 1px solid #edf0f3
}

.accordion-checkout>.card.payment-card .has-loader {
  min-height: 215px
}

.accordion-checkout>.card.payment-card .card-body>* {
  width: calc(100% - .5px)
}

.accordion-checkout>.card.payment-ideal .has-loader {
  min-height: 139px
}

.accordion .spin-loader-wrapper {
  display: none
}

.accordion .has-loader {
  position: relative
}

.accordion .has-loader .spin-loader-wrapper {
  display: flex
}

.accordion-product .accordion-item {
  margin-bottom: 15px
}

.accordion-product .accordion-item:last-child {
  margin-bottom: 0
}

.accordion-product .accordion-header {
  margin-bottom: 10px;
  cursor: pointer
}

.accordion-product .accordion-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  color: #181818;
  transition: color .3s
}

.accordion-product .accordion-header[aria-expanded=true] p {
  font-weight: 700;
  color: #2e4568
}

.accordion-product .accordion-product-image {
  position: relative;
  display: block;
  width: 65px;
  margin-right: 10px
}

.accordion-product .accordion-product-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%
}

.accordion-product .accordion-product-image .accordion-product-image-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center
}

.accordion-product .accordion-product-image .accordion-product-image-inner.accordion-product-image-dummy {
  inset: 10px
}

.accordion-product .accordion-product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.accordion-product .collapsing {
  transition: all .3s
}

@media only screen and (max-width: 767px) {
  .accordion .card .card-header {
      flex-direction:column
  }

  .accordion-checkout>.card .card-header .card-header-inner {
      margin-bottom: 5px
  }

  .accordion-checkout>.card .card-header .list-card-types {
      text-align: center
  }
}

textarea {
  resize: none
}

select.form-control {
  cursor: pointer
}

label {
  font-weight: 600
}

.form-control-transparent,.form-control-transparent:focus {
  background-color: transparent
}

.form-control::-moz-placeholder {
  font-weight: 400
}

.form-control::placeholder {
  font-weight: 400
}

.form-control:-webkit-autofill,.form-control:-webkit-autofill:hover,.form-control:-webkit-autofill:focus,.form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

.form-actions {
  margin-top: 10px
}

.custom-control {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.custom-control.custom-radio .custom-control-label {
  line-height: 1.5
}

.custom-control.custom-checkbox .custom-control-label:before,.custom-control.custom-checkbox .custom-control-label:after {
  top: 0
}

.custom-control.custom-control-hidden-preview {
  padding-left: 0
}

.custom-control.custom-control-hidden-preview .custom-control-label:before,.custom-control.custom-control-hidden-preview .custom-control-label:after {
  display: none
}

.input-group-prepend .input-group-text {
  line-height: 17px
}

.input-group .input-group-prepend.only-one-visible-child>* {
  border-top-left-radius: 5px!important;
  border-bottom-left-radius: 5px!important
}

.input-group.marge-prepended-inputs {
  flex-flow: row-reverse
}

.input-group.marge-prepended-inputs>input {
  padding-left: 2px;
  border-left: 0;
  border-top-right-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group.marge-prepended-inputs>input:focus+.input-group-prepend .input-group-text {
  border: 1px solid #2e4568;
  background-color: #fff;
  color: #2e4568
}

.input-group.marge-prepended-inputs>input.is-invalid.only-one-visible-input {
  border-color: #e74f76
}

.input-group.marge-prepended-inputs>input.is-invalid+.input-group-prepend .input-group-text {
  border-color: #e74f76
}

.input-group.marge-prepended-inputs>input.is-valid.only-one-visible-input {
  border-color: #05c583
}

.input-group.marge-prepended-inputs>input.is-valid+.input-group-prepend .input-group-text {
  border-color: #05c583
}

.input-group.marge-prepended-inputs>input.only-one-visible-input {
  border-left: 1px solid #9aa7b7;
  padding-left: 15px;
  border-top-left-radius: 5px!important;
  border-bottom-left-radius: 5px!important
}

.input-group.marge-prepended-inputs .input-group-prepend .input-group-text {
  padding-right: 1px;
  border-right-width: 0!important
}

.input-group.marge-prepended-inputs.hide-flag .ico-svg-flag,.input-group.marge-prepended-inputs.hide-flag .with-ico-svg-flag:before {
  display: none
}

.was-validated .form-control:valid,.form-control.is-valid {
  background-image: url(/build/images/valid.fd83c5b4.svg);
  background-size: unset
}

.was-validated .form-control:invalid,.form-control.is-invalid {
  background-image: url(/build/images/invalid.f8255822.svg);
  background-size: unset
}

.was-validated .form-control,.form-control.loader {
  background-image: url(/build/images/loader.14f8c65c.gif);
  background-size: unset;
  padding-right: calc(1.357em + 1.25rem);
  background-repeat: no-repeat;
  background-position: right calc(.33925em + .3125rem) center
}

.input-group-password {
  position: relative;
  overflow: hidden
}

.input-group-password .password-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 40px;
  font-size: 0
}

.input-group-password .password-toggle .ico-font {
  font-size: 11px
}

.input-group-password .form-control {
  position: relative;
  z-index: 1
}

.input-group-password .form-control,.input-group-password .form-control.is-invalid {
  padding-right: 50px;
  background-image: none
}

.input-group-password .form-control+.password-toggle .ico-font {
  display: none
}

.input-group-password .form-control[type=password]+.password-toggle .ico-font-eye-closed {
  display: inline-block
}

.input-group-password .form-control[type=text]+.password-toggle .ico-font-eye {
  display: inline-block
}

.select2-container .selection .select2-selection {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  height: 40px;
  border: 1px solid #9aa7b7;
  background-color: #fff;
  font-size: .875rem;
  line-height: 1.357;
  color: #2e4568;
  font-weight: 600;
  border-radius: 5px;
  transition: border-color .15s ease-in-out
}

.select2-container .selection .select2-selection .select2-selection__rendered,.select2-container .selection .select2-selection .select2-selection__arrow {
  position: relative;
  max-width: 100%
}

.select2-container .selection .select2-selection .select2-selection__rendered {
  flex-basis: 0;
  flex-grow: 1;
  padding: .625rem 0 .625rem .9375rem
}

.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #9aa7b7;
  font-weight: 400
}

.select2-container .selection .select2-selection .select2-selection__rendered .dl-style {
  display: flex;
  flex-flow: row nowrap
}

.select2-container .selection .select2-selection .select2-selection__rendered .dl-style .dt-style,.select2-container .selection .select2-selection .select2-selection__rendered .dl-style .dd-style {
  max-width: 100%
}

.select2-container .selection .select2-selection .select2-selection__rendered .dl-style .dt-style {
  flex: 0 0 auto;
  width: auto
}

.select2-container .selection .select2-selection .select2-selection__rendered .dl-style .dd-style {
  overflow: hidden;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  text-overflow: ellipsis
}

.select2-container .selection .select2-selection .select2-selection__rendered-with-icon {
  display: block
}

.select2-container .selection .select2-selection .select2-selection__rendered-with-icon i {
  margin-right: 10px
}

.select2-container .selection .select2-selection .select2-selection__rendered-with-icon i.rectangle-icon {
  width: 20px;
  height: 16px;
  border-radius: 5px;
  box-shadow: none
}

.select2-container .selection .select2-selection .select2-selection__arrow {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: calc(1.875rem + 10px)
}

.select2-container .selection .select2-selection .select2-selection__arrow b {
  width: 8px;
  height: 8px;
  border-right: 2px solid #4b718e;
  border-bottom: 2px solid #4b718e;
  transform: translateY(-2px) rotate(45deg)
}

.select2-container .select2-dropdown {
  border-color: #2e4568;
  background-color: #fff;
  border-radius: 5px
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 5px 5px 5px 10px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.357;
  color: #2e4568;
  font-weight: 600
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option-with-icon {
  display: block
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option-with-icon i {
  margin-right: 5px
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option-with-icon i.rectangle-icon {
  width: 20px;
  height: 16px;
  border-radius: 5px;
  box-shadow: none
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: #2e4568;
  color: #fff;
  opacity: .8
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--selected {
  background-color: #4b718e;
  color: #fff
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--disabled {
  background-color: #edf0f3;
  color: #898f96
}

.select2-container--open .selection .select2-selection {
  border-color: #2e4568;
  background-color: #fff;
  color: #2e4568
}

.select2-container--open.select2-container--below .selection .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.select2-container--open.select2-container--above .selection .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.select2-container--open .select2-dropdown .select2-results .select2-results__options {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 270px
}

.select2-container--open .select2-dropdown .select2-search .select2-search__field {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  border: 1px solid #9aa7b7;
  background-color: #fff;
  color: #2e4568;
  border-radius: 5px;
  box-shadow: none!important;
  transition: border-color .15s ease-in-out
}

.select2-container--open .select2-dropdown .select2-search .select2-search__field:focus {
  border: 1px solid #2e4568;
  background-color: #fff;
  color: #2e4568
}

.select2-container--open .select2-dropdown--below {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.select2-container--open .select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option:first-of-type {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.select2-container--disabled .selection .select2-selection {
  background-color: #edf0f3
}

.input-group .select2-container {
  position: relative;
  flex: 1 1 auto;
  width: 1%!important;
  min-width: 0
}

.input-group .select2-container--open {
  z-index: 3
}

.input-group .select2-container:not(:last-child) .selection .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group .select2-container:not(:nth-child(2)) {
  margin-left: -1px
}

.input-group .select2-container:not(:nth-child(2)) .selection .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group .select2-container:nth-child(2)+.form-control {
  margin-left: -1px
}

.input-group-phone .select2-container {
  flex-grow: 0;
  width: auto!important;
  min-width: 125px
}

.select2-container.is-invalid .selection .select2-selection {
  border-color: #e74f76
}

.select-no-border .select2-container.is-invalid .selection .select2-selection .select2-selection__rendered {
  color: #e74f76
}

.select-no-border .select2-container.is-invalid .selection .select2-selection .select2-selection__arrow b {
  border-right-color: #e74f76;
  border-bottom-color: #e74f76
}

.select-no-border select {
  display: none
}

.select-no-border .select2 .select2-selection {
  border: none;
  padding: 0;
  height: 23px
}

.select-no-border .select2 .select2-selection .select2-selection__rendered {
  padding: 5px 0;
  font-weight: 400;
  color: #181818;
  text-transform: lowercase
}

.select-no-border .select2 .select2-selection .select2-selection__rendered:first-letter {
  text-transform: uppercase
}

.select-no-border .select2 .select2-selection .select2-selection__rendered .dl-style {
  text-transform: none
}

.select-no-border .select2 .select2-selection .select2-selection__arrow {
  width: 20px;
  padding-top: 3px
}

.select-no-border .select2 .select2-selection .select2-dropdown {
  border-radius: 5px;
  overflow: hidden
}

.select-no-border .dl-style,.select-no-border-dropdown .dl-style {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-size: 14px
}

.select-no-border .dl-style .dt-style,.select-no-border-dropdown .dl-style .dt-style {
  display: inline-block;
  color: #888;
  font-weight: 400
}

.select-no-border .dl-style .dt-style:first-letter,.select-no-border-dropdown .dl-style .dt-style:first-letter {
  text-transform: capitalize
}

.select-no-border .dl-style .dd-style,.select-no-border-dropdown .dl-style .dd-style {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  color: #181818
}

.select-no-border-dropdown {
  border-radius: 5px!important;
  overflow: hidden;
  border-top: 1px solid #2e4568!important
}

.select-no-border-dropdown [aria-selected=true] .dt-style,.select-no-border-dropdown [aria-selected=true] .dd-style,.select-no-border-dropdown .select2-results__option--selected .dt-style,.select-no-border-dropdown .select2-results__option--selected .dd-style {
  color: #fff!important
}

.select-no-border-dropdown .dt-style {
  display: none!important
}

.select-no-border-dropdown .select2-results__option--disabled {
  font-weight: 400!important;
  font-size: 14px!important;
  text-transform: lowercase
}

.select-no-border-dropdown .select2-results__option--disabled:first-letter {
  text-transform: uppercase
}

.bundle-product-variations .select2-results__option {
  text-transform: lowercase
}

.bundle-product-variations .select2-results__option:first-letter {
  text-transform: uppercase
}

.bundle-product-variations .select2-results__option .dl-style {
  text-transform: none
}

.custom-control-bordered {
  position: relative
}

.custom-control-bordered>label {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 20px 20px 60px;
  border: 2px solid #edf0f3;
  font-weight: 400;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-bordered>label {
      transition: none
  }
}

.custom-control-bordered>label:before,.custom-control-bordered>label:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%)
}

.custom-control-bordered>label:before {
  left: 20px;
  width: 1rem;
  height: 1rem;
  border: #adb5bd solid 1px;
  background-color: #fff;
  pointer-events: none;
  border-radius: 5px;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-bordered>label:before {
      transition: none
  }
}

.custom-control-bordered>label:after {
  left: 20px;
  width: 1rem;
  height: 1rem;
  background: 50%/50% 50% no-repeat
}

.custom-control-bordered>input[type=radio],.custom-control-bordered>input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0
}

.custom-control-bordered>input:checked+label {
  border-color: #2e4568
}

.custom-control-bordered>input:checked+label:before {
  border-color: #2e4568;
  background-color: #2e4568
}

.custom-control-bordered>input:checked+label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")
}

.custom-control-bordered>input.is-invalid+label {
  border-color: #e74f76
}

.custom-control-variations {
  position: relative
}

.custom-control-variations>input[type=radio],.custom-control-variations>input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0
}

.custom-control-variations>label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  box-shadow: 0 0 0 1px #9aa7b7;
  line-height: 1.35714286;
  font-weight: 400;
  cursor: pointer;
  border-radius: 6px;
  color: #2e4568;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: box-shadow .3s,background-color .3s
}

.custom-control-variations>label:hover {
  background-color: #edf0f3
}

.custom-control-variations>input.is-invalid+label {
  box-shadow: 0 0 0 1px #e74f76
}

.custom-control-variations>input.disabled+label,.custom-control-variations>input:disabled+label {
  opacity: .45;
  cursor: not-allowed
}

.custom-control-variations>input.disabled+label:hover,.custom-control-variations>input:disabled+label:hover {
  background-color: #fff
}

.custom-control-variations>input:checked+label {
  box-shadow: 0 0 0 2px #2e4568;
  background-color: #edf0f3
}

.product-details-box {
  position: relative
}

.product-details-box>label {
  display: block;
  padding: 20px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: box-shadow .3s
}

.product-details-box>label .add-link {
  display: inline-block
}

.product-details-box>label .remove-link {
  display: none
}

.product-details-box>label .product-details-box-image {
  position: relative;
  display: block;
  width: 45px;
  margin-right: 13px
}

.product-details-box>label .product-details-box-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%
}

.product-details-box>label .product-details-box-image .product-details-box-image-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center
}

.product-details-box>label .product-details-box-image .product-details-box-image-inner.product-details-box-image-dummy {
  inset: 5px
}

.product-details-box>label .product-details-box-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.product-details-box>label .product-details-box-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  color: #181818
}

.product-details-box>label .product-details-box-title a {
  color: inherit
}

.product-details-box>label .product-details-box-price {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  color: #181818;
  white-space: nowrap
}

.product-details-box>label .list-variations {
  margin-bottom: 10px
}

.product-details-box>label .product-price,.section-product-details .product-details-box>label .product-price {
  margin: 0;
  font-size: 16px;
  line-height: 1.3125;
  color: #181818;
  font-weight: 700
}

.product-details-box>label .product-details-box-content {
  max-width: calc(100% - 58px)
}

.product-details-box>label .product-details-box-entry,.product-details-box>label .product-price-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center
}

.product-details-box>label .product-details-box-entry .product-price,.product-details-box>label .product-price-wrapper .product-price {
  text-align: left
}

@media only screen and (min-width: 576px) {
  .product-details-box>label .product-details-box-entry .product-price,.product-details-box>label .product-price-wrapper .product-price {
      text-align:right
  }
}

@media only screen and (min-width: 768px) {
  .product-details-box>label .product-details-box-entry .product-price,.product-details-box>label .product-price-wrapper .product-price {
      text-align:right
  }
}

@media only screen and (min-width: 992px) {
  .product-details-box>label .product-details-box-entry .product-price,.product-details-box>label .product-price-wrapper .product-price {
      text-align:left
  }
}

@media only screen and (min-width: 1200px) {
  .product-details-box>label .product-details-box-entry .product-price,.product-details-box>label .product-price-wrapper .product-price {
      text-align:right
  }
}

.product-details-box>input[type=radio],.product-details-box>input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0
}

.product-details-box>input:checked+label {
  box-shadow: inset 0 0 0 2px #2e4568
}

.product-details-box>input:checked+label .product-details-box-title,.section-product-details .product-details-box>input:checked+label .product-details-box-title,.product-details-box>input:checked+label .product-details-box-price,.section-product-details .product-details-box>input:checked+label .product-details-box-price,.product-details-box>input:checked+label .product-price,.section-product-details .product-details-box>input:checked+label .product-price {
  font-weight: 700;
  color: #2e4568
}

.product-details-box>input:checked+label .add-link {
  display: none
}

.product-details-box>input:checked+label .remove-link {
  display: inline-block
}

.product-details-box>input:disabled+label {
  opacity: .45;
  cursor: not-allowed
}

.product-details-box.custom-control-radio-checkbox>input+label {
  padding-left: 60px
}

.product-details-box.custom-control-radio-checkbox>input+label:before {
  content: " ";
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  font-family: font_icons;
  font-size: 8px;
  padding: 4px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #888888;
  border-radius: 5px;
  color: #fff
}

.product-details-box.custom-control-radio-checkbox>input:checked+label:before {
  content: "\e814";
  background-color: #fff;
  border: 1px solid #ffffff
}

.product-details-box.product-details-box-bundle .bundle-variations {
  display: none
}

.bundle-variations-selected .product-details-box.product-details-box-bundle .bundle-variations {
  display: block
}

li+li .product-details-box.plus-icon:after {
  content: "+";
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fb;
  border-radius: 50%;
  font-size: 27px;
  color: #4b5a10;
  z-index: 1;
  padding: 17px;
  font-weight: 400;
  width: 32px;
  height: 32px;
  border: 1px solid #d8d8d8
}

.number-spinner-wrapper {
  position: relative
}

label.number-spinner-wrapper {
  margin-bottom: 0
}

.number-spinner-wrapper .btn {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 400
}

.number-spinner-wrapper .number-spinner-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  width: 30px
}

.number-spinner-wrapper .number-spinner-actions .btn {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0
}

.number-spinner-wrapper .number-spinner-actions .btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #5c7492;
  border-right-width: 0
}

.number-spinner-wrapper .number-spinner-actions .btn.btn-up:before {
  margin-top: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  transform: rotate(45deg)
}

.number-spinner-wrapper .number-spinner-actions .btn.btn-down:before {
  margin-top: -10px;
  margin-left: -5px;
  border-top-width: 0;
  transform: rotate(-45deg)
}

.number-spinner-wrapper input[type=number] {
  padding-right: 20px;
  -moz-appearance: textfield
}

.number-spinner-wrapper input[type=number]::-webkit-inner-spin-button,.number-spinner-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.number-spinner-wrapper input[type=number].form-control-lg~.input-group-prepend .btn,.number-spinner-wrapper input[type=number].form-control-lg~.input-group-append .btn {
  font-size: 30px
}

.number-spinner-wrapper input[type=number]:disabled+.number-spinner-actions .btn {
  color: #898f96;
  opacity: .3;
  pointer-events: none
}

.number-spinner-wrapper.number-spinner-default input[type=number],.number-spinner-wrapper.number-spinner-default .btn {
  border-width: 1px;
  border-color: #d4dae2
}

.number-spinner-wrapper.number-spinner-default .btn {
  background-color: #f1f3f5;
  line-height: 1.1;
  color: #2e4568
}

.number-spinner-wrapper.number-spinner-default .btn:hover {
  border-color: #5c7492
}

.number-spinner-wrapper.number-spinner-default .input-group-prepend {
  order: 1;
  margin-right: -2px
}

.number-spinner-wrapper.number-spinner-default .input-group-prepend .btn {
  border-radius: 5px 0 0 5px
}

.theme-sharp .number-spinner-wrapper.number-spinner-default .input-group-prepend .btn {
  border-radius: 0
}

.theme-oval .number-spinner-wrapper.number-spinner-default .input-group-prepend .btn {
  border-radius: 99px 0 0 99px
}

.number-spinner-wrapper.number-spinner-default .input-group-append {
  order: 3;
  margin-left: -2px
}

.number-spinner-wrapper.number-spinner-default .input-group-append .btn {
  border-radius: 0 5px 5px 0
}

.theme-sharp .number-spinner-wrapper.number-spinner-default .input-group-append .btn {
  border-radius: 0
}

.theme-oval .number-spinner-wrapper.number-spinner-default .input-group-append .btn {
  border-radius: 0 99px 99px 0
}

.number-spinner-wrapper.number-spinner-default input[type=number] {
  order: 2;
  padding-right: .46875rem;
  padding-left: .46875rem;
  border-radius: 0;
  text-align: center
}

.number-spinner-wrapper.number-spinner-default input[type=number]:focus {
  border-color: #5c7492
}

.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent {
  border-color: transparent
}

.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent~.input-group-prepend .btn,.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent~.input-group-append .btn {
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 50%
}

.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm~.input-group-prepend .btn,.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm~.input-group-append .btn {
  padding-right: 8px;
  padding-left: 8px
}

.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm~.input-group-prepend .btn .custom-ico-minus,.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm~.input-group-append .btn .custom-ico-minus {
  width: 10px
}

.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm~.input-group-prepend .btn .custom-ico-plus,.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm~.input-group-append .btn .custom-ico-plus {
  width: 10px;
  height: 10px
}

.input-group-captcha {
  position: relative
}

.input-group-captcha img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: auto;
  height: 40px;
  border-radius: 0 5px 5px 0;
  border-top: 1px solid #9aa7b7;
  border-right: 1px solid #9aa7b7;
  border-bottom: 1px solid #9aa7b7
}

.input-group-captcha .form-control {
  position: relative;
  z-index: 1
}

.input-group-captcha .form-control,.input-group-captcha .form-control.is-invalid {
  padding-right: calc(100px + .625rem);
  background-image: none
}

.input-group-captcha .form-control:focus~img {
  border-color: #2e4568
}

.input-group-captcha .form-control.is-invalid~img {
  border-color: #e74f76
}

.input-group-location {
  position: relative
}

.input-group-location .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 40px;
  font-size: 0;
  color: #2e4568
}

.input-group-location .btn .ico-font-location {
  font-size: 18px
}

.input-group-location .btn:hover {
  opacity: .7
}

.input-group-location .form-control {
  position: relative;
  z-index: 1
}

.input-group-location .form-control,.input-group-location .form-control.is-invalid {
  padding-right: calc(50px + .625rem);
  background-image: none
}

.input-group-location .location-popover {
  position: absolute;
  right: 0;
  bottom: calc(100% + 13px)
}

.input-group-location .location-popover .location-popover-inner {
  padding: 15px 20px;
  background-color: #2e4568;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  transform: translate(calc(50% - 25px))
}

.input-group-location .location-popover .location-popover-inner:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 14px;
  height: 14px;
  background-color: inherit;
  transform: rotate(45deg) translate(-10px)
}

@media only screen and (max-width: 575px) {
  .input-group-location .location-popover .location-popover-inner {
      transform:none;
      margin-right: -30px
  }

  .input-group-location .location-popover .location-popover-inner:before {
      left: auto;
      right: 10px
  }
}

.custom-input-group-number {
  max-width: 150px
}

.custom-input-group-number .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%
}

.custom-input-group-number .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
  padding-left: 14px
}

.custom-input-group-number .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  padding-right: 14px
}

.custom-input-group-number input[type=number] {
  height: 45px;
  border-color: #d8d8d8;
  -moz-appearance: textfield;
  text-align: center;
  color: #181818
}

.custom-input-group-number input[type=number]::-webkit-inner-spin-button,.custom-input-group-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.form-notice p {
  font-size: 11px;
  opacity: .5
}

.form-notice .copyright p {
  opacity: 1
}

.notice {
  font-size: 12px;
  color: #898f96
}

.custom-switch .custom-control-label:before {
  height: 18px;
  border-color: #84a4c7;
  background-color: #d1e0f1;
  transition: all .3s ease
}

.custom-switch .custom-control-label:after {
  width: .875rem;
  height: .875rem;
  background-color: #fff;
  border-radius: 50%
}

.custom-switch .custom-control-input:checked~.custom-control-label:before {
  border-color: #00b073;
  background-color: #05c583
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  transform: translate(1rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  border-color: #00b073;
  background-color: #05c583;
  opacity: .4
}

.custom-switch .custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #84a4c7
}

.custom-switch.no-gutter {
  padding-left: 2.125rem
}

.custom-switch.no-gutter .custom-control-label:before {
  left: -2.125rem
}

.custom-switch.no-gutter .custom-control-label:after {
  left: calc(-2.125rem + 2px)
}

@supports (-webkit-overflow-scrolling: touch) {
  .select2-container--open .select2-dropdown .select2-search .select2-search__field,.select2-container .selection .select2-selection,.form-control {
      font-size: 1.09375rem
  }

  .select2-container .selection .select2-selection .select2-selection__rendered {
      padding-top: 8px
  }
}

@media only screen and (max-width: 575px) {
  .product-details-box>label {
      padding:10px
  }

  .product-details-box>label .product-price,.section-product-details .product-details-box>label .product-price {
      font-size: 14px
  }
}

.table td,.table th {
  border-width: 0;
  vertical-align: middle
}

.table td:last-child,.table th:last-child {
  padding-right: 0
}

.table th {
  font-size: 12px;
  color: #9aa7b7
}

.table thead th {
  border-width: 0
}

.table tr+tr td {
  border-top-width: 1px
}

.table tr.is-from-precart-upsell td {
  padding-top: 0
}

.table tr.is-from-precart-upsell td {
  border-top-width: 0
}

.table .no-border>td {
  border: 1px solid #fff
}

.table .product-price .product-price-new,.table .product-price .product-price-old {
  display: block
}

.table-wrapper {
  position: relative;
  overflow: auto
}

.table-wrapper .sticky-col {
  position: sticky;
  background-color: #fff
}

.table-wrapper .sticky-col.col-right-w-30 {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  right: 0
}

.table-image {
  position: relative;
  width: 40px
}

.table-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 6px
}

.is-from-precart-upsell .table-image {
  margin-left: 30px
}

.is-from-precart-upsell .table-image:before {
  position: absolute;
  top: -19px;
  bottom: calc(50% - 3px);
  left: -19px;
  width: 15px;
  content: "";
  border: 2px solid #d8d8d8;
  border-right-width: 0;
  border-top-width: 0
}

.fake-table .fake-table-cell {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 10px 15px 10px 0
}

.fake-table .fake-table-cell.fake-table-cell-actions,.fake-table .fake-table-cell.fake-table-row {
  padding: 0
}

.fake-table .fake-table-cell.fake-table-cell-actions {
  text-align: right
}

.fake-table .fake-table-cell:last-child {
  padding-right: 0
}

.fake-table-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between
}

.fake-table-head .fake-table-row {
  align-items: flex-end
}

.fake-table-head .fake-table-cell {
  font-size: 12px;
  color: #9aa7b7
}

.fake-table-body .fake-table-row {
  align-items: center
}

.fake-table-body>.fake-table-item+.fake-table-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #d8d8d8
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines {
  position: relative
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines>.fake-table-cell:first-child {
  position: static
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines>.fake-table-cell:first-child [class^=col] {
  position: static
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines .fake-table-lines {
  width: 15px
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines .fake-table-lines:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 2px;
  height: calc(100% + 5px);
  background-color: #d8d8d8
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines .fake-table-lines:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #d8d8d8
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines:last-child .fake-table-lines:before,.fake-table-body>.fake-table-item .fake-table-row-with-lines.fake-table-row-with-lines-with-level-3 .fake-table-lines:before {
  bottom: 50%;
  height: calc(50% + 5px)
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines.fake-table-row-with-lines-level-3 .fake-table-lines {
  width: 40px
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines.fake-table-row-with-lines-level-3 .fake-table-lines:before {
  left: 35px
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines.fake-table-row-with-lines-level-3 .fake-table-lines:after {
  left: 35px
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines .group-title .fake-table-lines:after {
  display: none
}

.fake-table-body>.fake-table-item .fake-table-row-with-lines .group-title.pluse-iocn .fake-table-lines:after {
  display: block;
  content: "+";
  background-color: #fff;
  color: #707070;
  font-size: 20px;
  width: 10px;
  height: 20px;
  font-weight: 500;
  line-height: 20px;
  left: 6px;
  top: 17px;
  z-index: 10
}

@media only screen and (max-width: 767px) {
  .fake-table-body>.fake-table-item .fake-table-row-with-lines .group-title.pluse-iocn .fake-table-lines:after {
      top:7px
  }
}

.fake-table-cart .product-price {
  font-size: 14px
}

.fake-table-cart .product-price .product-price-new,.fake-table-cart .product-price .product-price-old {
  display: block
}

.fake-table-cart .product-price .product-price-new.product-price-flex-end,.fake-table-cart .product-price .product-price-old.product-price-flex-end {
  display: flex
}

.fake-table-cart .product-price .product-price-old {
  font-size: 13px
}

.fake-table-cart .fake-table-cart-qty {
  padding-left: 30px
}

.fake-table-cart .fake-table-cart-qty .form-group {
  width: 100%;
  max-width: 80px
}

.fake-table-cart .list-inline-variations li.product-price-medias {
  display: none
}

.fake-table-cart .list-inline-variations li.product-price-medias .product-price .product-price-new,.fake-table-cart .list-inline-variations li.product-price-medias .product-price .product-price-old {
  display: inline
}

.fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 35%;
  width: 35%
}

.table-profile-order-details .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 57.506%;
  width: 57.506%
}

.fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(2) {
  flex-basis: 20%;
  width: 20%;
  padding-right: 0
}

.fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(3) {
  flex-basis: 16%;
  width: 16%
}

.fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(4) {
  flex-basis: calc(29% - 50px);
  width: calc(29% - 50px);
  padding-right: 0
}

.fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(5) {
  flex-basis: 50px;
  width: 50px
}

.fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 35%;
  width: 35%
}

.table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 57.506%;
  width: 57.506%
}

.fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
  flex-basis: calc(65% - 50px);
  width: calc(65% - 50px)
}

.fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
  flex-basis: 34.872%;
  width: 34.872%;
  padding-right: 0
}

.fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
  flex-basis: 27.898%;
  width: 27.898%
}

.fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
  flex-basis: 37.235%;
  width: 37.235%
}

.table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
  flex-basis: 42.494%;
  width: 42.494%
}

.fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 35%;
  width: 35%
}

.table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 57.506%;
  width: 57.506%
}

.fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
  flex-basis: calc(65% - 50px);
  width: calc(65% - 50px)
}

.fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
  flex-basis: 34.872%;
  width: 34.872%;
  padding-right: 0
}

.fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
  flex-basis: 27.898%;
  width: 27.898%
}

.fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
  flex-basis: 37.235%;
  width: 37.235%
}

.table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
  flex-basis: 42.494%;
  width: 42.494%
}

.fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(3) {
  flex-basis: 50px;
  width: 50px
}

.fake-table-cart-2 .product-price .product-price-new,.fake-table-cart-2 .product-price .product-price-old {
  display: block
}

.fake-table-cart-2 .product-price .product-price-new.product-price-flex-end,.fake-table-cart-2 .product-price .product-price-old.product-price-flex-end {
  display: flex
}

.fake-table-cart-2 .fake-table-cart-qty {
  text-align: right
}

.fake-table-cart-2 .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 33%;
  width: 33%
}

.fake-table-cart-2 .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(2) {
  flex-basis: 23%;
  width: 23%
}

.fake-table-cart-2 .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(3) {
  flex-basis: 12%;
  width: 12%
}

.fake-table-cart-2 .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(4) {
  flex-basis: 32%;
  width: 32%
}

.fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 33%;
  width: 33%
}

.fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
  flex-basis: 67%;
  width: 67%
}

.fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
  flex-basis: 34.328%;
  width: 34.328%
}

.fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
  flex-basis: 17.91%;
  width: 17.91%
}

.fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
  flex-basis: 47.761%;
  width: 47.761%
}

.fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
  flex-basis: 33%;
  width: 33%
}

.fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
  flex-basis: 67%;
  width: 67%
}

.fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
  flex-basis: 34.328%;
  width: 34.328%
}

.fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
  flex-basis: 17.91%;
  width: 17.91%
}

.fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
  flex-basis: 47.761%;
  width: 47.761%
}

@media only screen and (max-width: 1199px) {
  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis:33%;
      width: 33%
  }

  .table-profile-order-details .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 47.845%;
      width: 47.845%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 24%;
      width: 24%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(3) {
      flex-basis: 17%;
      width: 17%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(4) {
      flex-basis: calc(26% - 50px);
      width: calc(26% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 33%;
      width: 33%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 47.845%;
      width: 47.845%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(67% - 50px);
      width: calc(67% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      flex-basis: 39.251%;
      width: 39.251%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 27.804%;
      width: 27.804%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 32.947%;
      width: 32.947%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 52.155%;
      width: 52.155%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 33%;
      width: 33%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 47.845%;
      width: 47.845%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(67% - 50px);
      width: calc(67% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      flex-basis: 39.251%;
      width: 39.251%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 27.804%;
      width: 27.804%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 32.947%;
      width: 32.947%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 52.155%;
      width: 52.155%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      flex-basis: 30.251%;
      width: 30.251%
  }

  .fake-table-cart-2 .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 33%;
      width: 33%
  }

  .fake-table-cart-2 .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 26.5%;
      width: 26.5%
  }

  .fake-table-cart-2 .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(3) {
      flex-basis: 12%;
      width: 12%
  }

  .fake-table-cart-2 .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(4) {
      flex-basis: 28.5%;
      width: 28.5%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 33%;
      width: 33%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 67%;
      width: 67%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      flex-basis: 39.551%;
      width: 39.551%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 17.91%;
      width: 17.91%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 42.538%;
      width: 42.538%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 33%;
      width: 33%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 67%;
      width: 67%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      flex-basis: 39.551%;
      width: 39.551%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 17.91%;
      width: 17.91%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 42.538%;
      width: 42.538%
  }
}

@media only screen and (max-width: 991px) {
  .fake-table .fake-table-body>.fake-table-item .fake-table-row-with-lines .fake-table-lines {
      width:10px
  }

  .fake-table .fake-table-body>.fake-table-item .fake-table-row-with-lines.fake-table-row-with-lines-level-3 .fake-table-lines {
      width: 40px
  }

  .fake-table-cart .fake-table-cart-qty {
      padding-left: 0
  }

  .fake-table-cart .fake-table-cart-qty .form-group {
      width: 100%
  }

  .fake-table-cart .fake-table-cart-qty .form-group .select2-container .selection .select2-selection {
      height: 30px;
      line-height: 1.2
  }

  .fake-table-cart .fake-table-cart-qty .form-group .select2-container .selection .select2-selection .select2-selection__rendered {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px
  }

  .fake-table-cart .fake-table-cart-qty .form-group .select2-container .selection .select2-selection .select2-selection__arrow {
      width: 20px
  }

  .fake-table-cart .fake-table-cart-qty .form-group .form-control {
      padding: 5px 20px 5px 5px
  }

  .fake-table-cart .list-inline-variations li.product-price-medias {
      display: inline-block
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 55%;
      width: 55%;
      padding-right: 5px
  }

  .table-profile-order-details .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 47.827%;
      width: 47.827%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(2) {
      display: none;
      flex-basis: 14.527%;
      width: 14.527%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(3) {
      flex-basis: 13%;
      width: 13%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(4) {
      flex-basis: calc(32% - 50px);
      width: calc(32% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 55%;
      width: 55%;
      padding-right: 5px
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 47.827%;
      width: 47.827%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(45% - 50px);
      width: calc(45% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      display: none;
      flex-basis: 40%;
      width: 40%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 35.27%;
      width: 35.27%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 64.731%;
      width: 64.731%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 52.173%;
      width: 52.173%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 62.827%;
      width: 62.827%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 37.173%;
      width: 37.173%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 55%;
      width: 55%;
      padding-right: 5px
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 47.827%;
      width: 47.827%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(45% - 50px);
      width: calc(45% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      display: none;
      flex-basis: 40%;
      width: 40%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 35.27%;
      width: 35.27%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 64.731%;
      width: 64.731%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 52.173%;
      width: 52.173%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 62.827%;
      width: 62.827%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 37.173%;
      width: 37.173%
  }

  .fake-table-cart-2 .product-price .product-price-new.product-price-flex-end,.fake-table-cart-2 .product-price .product-price-old.product-price-flex-end,.fake-table-cart-2 .fake-table-head {
      display: none
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 50%;
      width: 50%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-direction: column;
      flex-basis: 50%;
      width: 50%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1),.fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2),.fake-table-cart-2 .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 100%;
      width: 100%;
      padding-top: 2px;
      padding-right: 0;
      padding-bottom: 2px
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-row+.fake-table-row {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #edf0f3
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 50%;
      width: 50%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-direction: column;
      flex-basis: 50%;
      width: 50%
  }

  .fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1),.fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2),.fake-table-cart-2 .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 100%;
      width: 100%;
      padding-top: 2px;
      padding-right: 0;
      padding-bottom: 2px
  }
}

@media only screen and (max-width: 767px) {
  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis:45%;
      width: 45%
  }

  .table-profile-order-details .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 63.08%;
      width: 63.08%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 17%;
      width: 17%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(3) {
      flex-basis: 14.17%;
      width: 14.17%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(4) {
      flex-basis: calc(40.826% - 50px);
      width: calc(40.826% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 45%;
      width: 45%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 63.08%;
      width: 63.08%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(55% - 50px);
      width: calc(55% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      flex-basis: 32.9%;
      width: 32.9%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 31.725%;
      width: 31.725%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 68.275%;
      width: 68.275%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 36.92%;
      width: 36.92%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 63.827%;
      width: 63.827%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 36.173%;
      width: 36.173%
  }

  .fake-table-cart .fake-table-body>.fake-table-item .fake-table-row-with-lines.fake-table-row-with-lines-level-3 .fake-table-lines {
      width: 25px
  }

  .fake-table-cart .fake-table-body>.fake-table-item .fake-table-row-with-lines.fake-table-row-with-lines-level-3 .fake-table-lines:before {
      left: 25px
  }

  .fake-table-cart .fake-table-body>.fake-table-item .fake-table-row-with-lines.fake-table-row-with-lines-level-3 .fake-table-lines:after {
      left: 25px
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 45%;
      width: 45%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 63.08%;
      width: 63.08%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(55% - 50px);
      width: calc(55% - 50px)
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      flex-basis: 32.9%;
      width: 32.9%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 31.725%;
      width: 31.725%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 68.275%;
      width: 68.275%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: 36.92%;
      width: 36.92%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 63.827%;
      width: 63.827%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      flex-basis: 36.173%;
      width: 36.173%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row+.fake-table-row>.fake-table-cell {
      padding-top: 0
  }
}

@media only screen and (max-width: 575px) {
  .fake-table-cart .fake-table-cell {
      padding-right:5px
  }

  .fake-table-cart .fake-table-cart-qty {
      padding-right: 0;
      padding-left: 5px
  }

  .fake-table-cart .fake-table-cart-qty .form-group .number-spinner-wrapper .number-spinner-actions {
      width: 15px
  }

  .fake-table-cart .fake-table-cart-qty .form-group .number-spinner-wrapper .number-spinner-actions .btn:before {
      width: 8px;
      height: 8px
  }

  .fake-table-cart .fake-table-cart-qty .form-group .number-spinner-wrapper .form-control {
      padding-right: 15px
  }

  .fake-table-cart .list-inline-variations li.product-price-medias {
      display: none!important
  }

  .fake-table-cart .product-price .product-price-new,.fake-table-cart .product-price .product-price-old {
      display: block;
      font-size: 14px
  }

  .fake-table-cart .product-price .product-price-new.product-price-flex-end,.fake-table-cart .product-price .product-price-old.product-price-flex-end {
      display: none
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 35%;
      width: 35%
  }

  .table-profile-order-details .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 60%;
      width: 60%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(2) {
      display: block;
      flex-basis: 40%;
      width: 40%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(3) {
      flex-basis: calc(25% - 30px);
      width: calc(25% - 30px)
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(4) {
      display: none;
      flex-basis: calc(44% - 30px);
      width: calc(44% - 30px)
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(5) {
      flex-basis: 30px;
      width: 30px
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 35%;
      width: 35%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 60%;
      width: 60%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(65% - 30px);
      width: calc(65% - 30px)
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(40% - 30px);
      width: calc(40% - 30px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      display: block;
      flex-basis: 71.713%;
      width: 71.713%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      display: none
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 28.29%;
      width: 28.29%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 50%;
      width: 50%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      display: none;
      flex-basis: 68.48%;
      width: 68.48%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell.fake-table-cell-actions {
      flex-basis: 30px;
      width: 30px
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell.fake-table-cell-actions .btn-close {
      padding-right: 5px;
      padding-left: 5px
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 35%;
      width: 35%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 60%;
      width: 60%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(65% - 30px);
      width: calc(65% - 30px)
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(40% - 30px);
      width: calc(40% - 30px)
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      display: block;
      flex-basis: 71.713%;
      width: 71.713%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      display: none
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 28.29%;
      width: 28.29%
  }

  .table-profile-order-details .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 50%;
      width: 50%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      display: none;
      flex-basis: 68.48%;
      width: 68.48%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell.fake-table-cell-actions {
      flex-basis: 30px;
      width: 30px
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell.fake-table-cell-actions .btn-close {
      padding-right: 5px;
      padding-left: 5px
  }
}

@media only screen and (max-width: 380px) {
  .fake-table-cart .fake-table-cart-qty {
      padding-right:0;
      padding-left: 5px
  }

  .fake-table-cart .fake-table-cart-qty .form-group .number-spinner-wrapper .number-spinner-actions {
      width: 15px
  }

  .fake-table-cart .fake-table-cart-qty .form-group .number-spinner-wrapper .number-spinner-actions .btn:before {
      width: 8px;
      height: 8px
  }

  .fake-table-cart .fake-table-cart-qty .form-group .number-spinner-wrapper .form-control {
      padding-right: 15px
  }

  .fake-table-cart .list-inline-variations li.product-price-medias {
      display: none!important
  }

  .fake-table-cart .product-price .product-price-new,.fake-table-cart .product-price .product-price-old {
      display: block
  }

  .fake-table-cart .product-price .product-price-new.product-price-flex-end,.fake-table-cart .product-price .product-price-old.product-price-flex-end {
      display: none
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 35%;
      width: 35%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(2) {
      display: block;
      flex-basis: 36.5%;
      width: 36.5%
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(3) {
      flex-basis: calc(29% - 30px);
      width: calc(29% - 30px)
  }

  .fake-table-cart .fake-table-head>.fake-table-row>.fake-table-cell:nth-child(4) {
      display: none;
      flex-basis: calc(44% - 30px);
      width: calc(44% - 30px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 35%;
      width: 35%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(65% - 30px);
      width: calc(65% - 30px)
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      display: block;
      flex-basis: 67.12%;
      width: 67.12%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 32.88%;
      width: 32.88%
  }

  .fake-table-cart .fake-table-body>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      display: none;
      flex-basis: 68.48%;
      width: 68.48%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(1) {
      flex-basis: 35%;
      width: 35%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) {
      flex-basis: calc(65% - 30px);
      width: calc(65% - 30px)
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(1) {
      display: block;
      flex-basis: 67.12%;
      width: 67.12%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(2) {
      flex-basis: 32.88%;
      width: 32.88%
  }

  .fake-table-cart .fake-table-body>.fake-table-item>.fake-table-row>.fake-table-cell:nth-child(2) .fake-table-cell:nth-child(3) {
      display: none;
      flex-basis: 68.48%;
      width: 68.48%
  }
}

.modal-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700
}

.modal-title-lg {
  font-size: 20px;
  font-weight: 600
}

.modal-title-xlg {
  font-size: 24px
}

.modal-section {
  padding: 0 0 10px
}

.modal-section .modal-actions {
  padding-bottom: 0
}

.modal-section+.modal-section {
  padding-top: 30px;
  border-top: 2px solid #eff0f1
}

.modal-actions {
  text-align: right
}

.modal-body+.modal-body {
  border-top: 1px solid rgba(216,216,216,.5)
}

.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  padding: 10px;
  font-size: 0;
  color: #4d7198;
  opacity: 1
}

.modal .close .ico-font {
  font-size: 20px
}

.modal .close:hover {
  color: #e74f76
}

.modal .modal-sm .close {
  top: 3px;
  right: 2px
}

.modal .modal-sm .close .ico-font {
  font-size: 13px
}

.modal .modal-sm .modal-body {
  padding: 25px
}

.modal.modal-location-permissions .modal-image {
  padding: 20px 0 30px;
  font-size: 0
}

.modal.modal-location-permissions .modal-image .modal-image-inner {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(135deg)
}

.modal.modal-location-permissions .modal-image .modal-image-inner .ico-font {
  margin-bottom: -20px;
  font-size: 25px;
  color: #4d7198;
  animation: bounce 2s ease-in-out infinite
}

.modal.modal-variations .modal-body {
  padding: 20px
}

.modal.modal-variations .product-details-images {
  margin-bottom: 13px;
  max-width: 510px
}

.modal.modal-variations .product-details-images>.product-details-image {
  width: 100%;
  max-width: calc(100% - 65px);
  margin-left: 65px
}

.modal.modal-variations .product-details-images .list-thumbs {
  width: 60px
}

.modal.modal-variations .product-details-content {
  padding-bottom: 0
}

.modal.modal-variations .product-details-content .product-details-title {
  font-size: 1.125rem;
  margin-bottom: 4px
}

.modal.modal-variations .product-details-content .list-product-breadcrumbs {
  margin-bottom: 10px
}

.modal.modal-variations .product-details-content .list-product-breadcrumbs li {
  font-size: 1rem
}

.modal.modal-variations .product-details-content .product-price {
  margin-bottom: 20px;
  font-size: 1.25rem
}

.modal.modal-variations .product-details-content .product-price-old {
  font-size: 1.125rem
}

.modal.modal-upsells .modal-section {
  padding-right: 10px;
  padding-left: 10px
}

.modal.modal-upsells .modal-section+.modal-section {
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px
}

.modal.modal-upsells .modal-actions {
  padding-top: 30px
}

.modal.shipping-country-modal .modal-sm {
  max-width: 420px
}

.modal.shipping-country-modal .modal-body {
  padding: 40px 50px
}

@media only screen and (max-width: 575px) {
  .modal.cookies-modal .modal-body {
      padding:1rem
  }

  .modal.modal-upsells .modal-title {
      font-size: 18px
  }

  .modal.modal-upsells .modal-section {
      padding-right: 0;
      padding-left: 0
  }

  .modal.modal-upsells .modal-body {
      padding-right: 15px;
      padding-left: 15px
  }

  .modal.modal-variations .modal-actions .btn {
      display: block;
      width: 100%;
      margin: 0
  }

  .modal.modal-variations .modal-actions .btn+.btn {
      margin-top: 15px
  }

  .modal.shipping-country-modal .modal-sm {
      max-width: none
  }

  .modal.shipping-country-modal .modal-body {
      padding: 20px
  }
}

.cookies-banner,.cookie-toggler {
  position: fixed;
  z-index: 1051;
  right: 0;
  visibility: hidden;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease
}

.cookies-banner.cookie-visible,.cookie-toggler.cookie-visible {
  display: block
}

.is-in-iframe .cookies-banner,.is-in-iframe .cookie-toggler {
  display: none!important
}

.js_user_action .cookies-banner,.js_user_action .cookie-toggler {
  visibility: visible;
  opacity: 1;
  pointer-events: all
}

.cookies-banner {
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 0 15px #0000001a
}

.cookies-banner .cookies-banner-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600
}

.cookies-banner .cookies-banner-image .ico-font {
  font-size: 70px
}

.cookies-banner .cookies-banner-actions {
  margin-left: 70px
}

.cookie-toggler {
  bottom: 225px
}

.cookie-toggler .btn {
  font-size: 0;
  border-radius: 99px 0 0 99px!important;
  transition: all .3s ease
}

.cookie-toggler .btn .ico-font {
  font-size: 30px
}

.cookie-toggler .btn:hover {
  padding-right: 35px;
  opacity: 1!important
}

.modal-open .cookie-toggler {
  right: -100px
}

@media only screen and (max-width: 991px) {
  .cookies-banner p:not(.cookies-banner-title) {
      font-size:12px
  }

  .cookies-banner .cookies-banner-actions {
      margin-left: 0
  }
}

@media only screen and (max-width: 767px) {
  .cookies-banner {
      padding:10px 0
  }

  .cookies-banner .cookies-banner-actions {
      margin: 5px -5px 0
  }

  .cookies-banner .cookies-banner-actions .btn {
      margin: 5px
  }

  .cookie-toggler .btn {
      padding: 7px 10px 7px 15px
  }

  .cookie-toggler .btn .ico-font {
      font-size: 24px
  }
}

@media only screen and (max-width: 575px) {
  .cookies-banner .cookies-banner-title {
      margin-bottom:2px
  }

  .cookies-banner .cookies-banner-actions .btn {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 13px
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap
}

.page-404-no-head-foot .wrapper {
  padding-bottom: 50px
}

#header,#main,#footer {
  width: 100%;
  max-width: 100%
}

.shell {
  margin: 0 auto
}

.shell-size-1-of-4 {
  width: 25%
}

.shell-size-2-of-4 {
  width: 50%
}

.shell-size-3-of-4 {
  width: 75%
}

.shell-size-4-of-4 {
  width: 100%
}

@media only screen and (max-width: 1199px) {
  .section-featured-products .shell-size-1-of-4,.section-services .shell-size-1-of-4 {
      width:30%
  }

  .section-featured-products .shell-size-2-of-4,.section-services .shell-size-2-of-4 {
      width: 60%
  }

  .section-featured-products .shell-size-3-of-4,.section-services .shell-size-3-of-4 {
      width: 90%
  }
}

@media only screen and (max-width: 991px) {
  .section-featured-products .shell-size-1-of-4,.section-featured-products .shell-size-2-of-4,.section-featured-products .shell-size-3-of-4,.section-services .shell-size-1-of-4,.section-services .shell-size-2-of-4,.section-services .shell-size-3-of-4,.section-bundle-products .shell-size-1-of-4,.section-bundle-products .shell-size-2-of-4,.section-bundle-products .shell-size-3-of-4 {
      width:100%
  }
}

.section {
  position: relative;
  margin: 70px 0
}

.section .section-title,.section .section-subtitle,.section .section-actions {
  margin-top: 20px;
  margin-bottom: 20px
}

.section .section-title,.section .section-subtitle {
  position: relative
}

.section .section-title .embedded-tooltip,.section .section-subtitle .embedded-tooltip {
  position: static
}

.section .section-title {
  font-size: 30px;
  font-weight: 700
}

.section .section-title.section-title-xlg {
  font-size: 56px;
  line-height: 1.08
}

.section .section-title.section-title-lg {
  font-size: 40px;
  line-height: 1.5
}

.section .section-title.section-title-sm {
  font-size: 25px;
  line-height: 1.2
}

.section .section-title.section-title-underlined {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(154,167,183,.2)
}

.section .section-title.fw_normal {
  font-weight: 400
}

.section .section-title.fw_medium {
  font-weight: 600
}

.section .section-subtitle {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 400
}

.section .section-subtitle.section-subtitle-sm {
  font-size: 20px
}

.section .section-subtitle.section-subtitle-xs {
  font-size: 16px
}

.section .section-subtitle.section-subtitle-underlined {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(154,167,183,.2)
}

.section .section-subtitle.fw_bold {
  font-weight: 700
}

.section .section-actions .btn {
  margin-top: 10px;
  margin-bottom: 10px
}

.section .edit-mode-highlighter {
  top: -35px;
  bottom: -35px
}

.section>.spin-loader-wrapper {
  display: none
}

.section.is-loading>.spin-loader-wrapper {
  display: flex
}

.section-v-center {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center
}

.section-shop-buy .section-subtitle {
  margin-top: 0
}

.section.section-in-edit-mode:after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  border: 3px solid #0075f2
}

@media only screen and (max-width: 1199px) {
  .section .section-title.section-title-xlg {
      font-size:44px
  }

  .section .section-subtitle {
      font-size: 24px
  }

  .section .section-inner {
      padding: 20px 0
  }
}

@media only screen and (max-width: 991px) {
  .section .section-title.section-title-xlg {
      font-size:38px
  }
}

@media only screen and (max-width: 767px) {
  .section .section-title,.section .section-subtitle,.section .section-actions {
      margin:10px 0
  }

  .section .section-title.section-title-xlg {
      font-size: 34px
  }

  .section .section-subtitle {
      font-size: 20px
  }

  .section-no-mobile-background .section-image picture {
      display: none
  }
}

.form-search {
  position: relative;
  overflow: hidden;
  margin-bottom: 0
}

.form-search .btn-clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none;
  padding-right: 0;
  font-size: 0
}

.form-search .btn-clear .ico-font {
  font-size: 14px;
  color: #e74f76
}

.form-search .btn-clear:hover {
  opacity: .7
}

.form-search .form-search-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 25px;
  margin-bottom: 0;
  font-size: 16px;
  color: #4d7198;
  cursor: pointer
}

.form-search .form-search-label .ico-font {
  margin-top: -3px
}

.form-search .form-search-label:hover {
  color: #2e4568
}

.form-search .form-control {
  position: relative;
  z-index: 1;
  padding-right: 35px;
  padding-left: 25px;
  border-color: transparent;
  box-shadow: none!important;
  border-radius: 0
}

.form-search .form-control:not(:-moz-placeholder-shown) {
  border-bottom-color: #2e4568
}

.form-search .form-control:focus,.form-search .form-control:not(:placeholder-shown) {
  border-bottom-color: #2e4568
}

.form-search .form-control:not(:-moz-placeholder-shown)+.form-search-label {
  color: #2e4568
}

.form-search .form-control:focus+.form-search-label,.form-search .form-control:not(:placeholder-shown)+.form-search-label {
  color: #2e4568
}

.form-search .form-control:not(:-moz-placeholder-shown)~.btn-clear {
  display: block
}

.form-search .form-control:not(:placeholder-shown)~.btn-clear {
  display: block
}

.form-search .form-control:-moz-placeholder-shown~.form-search-results {
  display: none!important
}

.form-search .form-control:placeholder-shown~.form-search-results {
  display: none!important
}

.form-search .form-search-results .form-search-results-empty {
  padding: 15px 25px
}

.form-search .form-search-results .form-search-results-content {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 150px);
  scrollbar-width: thin;
  scrollbar-color: #5c7492 #dce3ef
}

.form-search .form-search-results .form-search-results-content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent
}

.form-search .form-search-results .form-search-results-content::-webkit-scrollbar-track {
  background-color: #dce3ef
}

.form-search .form-search-results .form-search-results-content::-webkit-scrollbar-thumb {
  background-color: #5c7492;
  border-radius: 30px
}

.form-search .form-search-results .form-search-results-content::-webkit-scrollbar-thumb:hover {
  background-color: #0075f2
}

.form-search .form-search-results .form-search-results-content .list-products {
  padding: 10px 0
}

.form-search .form-search-results .form-search-results-actions {
  position: relative;
  z-index: 2;
  margin-top: -10px;
  border-radius: inherit
}

.form-search .form-search-results .form-search-results-actions>a {
  display: block;
  padding: 15px 25px;
  font-size: 12px;
  background-color: #fff;
  color: #2e4568;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: inherit;
  text-decoration: none;
  transition: all .2s ease
}

.form-search .form-search-results .form-search-results-actions>a:hover {
  background-color: #2e4568;
  color: #fff
}

_:-ms-fullscreen .form-search,:root .form-search {
  min-width: 210px
}

_:-ms-fullscreen .form-search .btn-clear,:root .form-search .btn-clear {
  display: none!important
}

_:-ms-fullscreen .form-search .form-control,:root .form-search .form-control {
  padding-right: 0!important
}

.logo {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-decoration: none;
  image-rendering: -webkit-optimize-contrast
}

.logo .logo-text {
  font-size: 24px;
  color: #2e4568;
  font-weight: 700
}

.logo picture img {
  width: auto;
  height: 80px
}

.logo picture+.logo-text {
  margin-left: 15px;
  font-size: 16px;
  vertical-align: middle
}

.logo .embedded-tooltip {
  position: absolute;
  bottom: -12px;
  left: 55%
}

.logo .embedded-tooltip-wrapper {
  display: inline-block;
  margin-top: -5px;
  margin-left: 5px;
  vertical-align: middle
}

.logo .embedded-tooltip-wrapper .embedded-tooltip {
  position: static
}

.logo:hover .embedded-tooltip-wrapper:not(:hover),.logo:hover .embedded-tooltip:not(:hover) {
  opacity: .7
}

.logo-login {
  margin-bottom: 15px
}

.logo-login img {
  height: 46px
}

.navbar .navbar-nav .nav-item button.nav-link {
  border: 0;
  background-color: transparent
}

.header-utilities>.nav-item.has-separator {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 2px solid #edf0f3
}

.header-utilities>.nav-item>.nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #2e4568;
  font-weight: 700
}

.header-utilities>.nav-item>.nav-link .ico-font-magnifier {
  width: 17px;
  height: 22px;
  margin-top: -3px;
  padding-top: 5px;
  font-size: 17px
}

.header-utilities>.nav-item>.nav-link:hover {
  color: #2e4568
}

.header-utilities>.header-access>.nav-link {
  padding-right: 0;
  white-space: nowrap
}

.header-utilities>.header-access>.nav-link .ico-font {
  margin-top: -3px;
  margin-left: 5px
}

.header-utilities>.header-access>.nav-link .ico-font.ico-font-person-bordered {
  width: 16px;
  height: 16px;
  font-size: 16px
}

.header-utilities>.header-access>.nav-link .header-access-image,.header-utilities>.header-access>.nav-link .header-access-entry {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle
}

.header-utilities>.header-access>.nav-link .header-access-image {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background-color: #0075f2;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50%
}

.header-utilities>.header-access>.nav-link .header-access-image img {
  width: 100%;
  height: 100%
}

.header-utilities>.header-access>.nav-link .header-access-entry {
  max-width: 180px;
  text-overflow: ellipsis
}

.header-utilities>.header-access>.nav-link.dropdown-toggle {
  padding-top: 4px;
  padding-bottom: 2px
}

.header-utilities>.header-access.dropdown>.nav-link:after {
  display: none
}

.header-utilities>.header-access.dropdown .dropdown-menu {
  right: 0;
  left: auto
}

.header-utilities>.header-cart>.nav-link {
  position: relative
}

.header-utilities>.header-cart>.nav-link .header-cart-counter {
  position: absolute;
  top: -2px;
  right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  padding: 2px 3px;
  background-color: #e74f76;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 9px
}

.header-utilities>.header-cart>.nav-link>.ico-font {
  margin-top: -3px;
  padding-top: 5px
}

.header-utilities>.header-cart>.nav-link>.ico-font.ico-font-cart {
  width: 20px;
  height: 23px;
  font-size: 18px
}

.header-utilities>.header-cart>.nav-link>.ico-font.header-cart-empty-icon {
  display: none
}

.header-utilities>.header-cart .header-cart-products-wrapper {
  display: flex;
  flex-direction: column-reverse;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 230px;
  margin-right: -5px;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #5c7492 #dce3ef
}

.header-utilities>.header-cart .header-cart-products-wrapper::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent
}

.header-utilities>.header-cart .header-cart-products-wrapper::-webkit-scrollbar-track {
  background-color: #dce3ef
}

.header-utilities>.header-cart .header-cart-products-wrapper::-webkit-scrollbar-thumb {
  background-color: #5c7492;
  border-radius: 30px
}

.header-utilities>.header-cart .header-cart-products-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #0075f2
}

.header-utilities>.header-cart .header-cart-products>li+li {
  margin-top: 20px;
  border-top: 1px solid #edf0f3;
  padding-top: 15px
}

.header-utilities>.header-cart .header-cart-products .header-cart-product {
  margin-bottom: 10px
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  color: #2e4568;
  text-decoration: none
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image,.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content,.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price,.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  position: relative;
  max-width: 100%
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image,.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price,.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  flex: 0 0 auto;
  width: auto
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content:first-child {
  margin-left: 45px
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty {
  margin: 0;
  font-size: 0
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dt,.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dd {
  display: inline-block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  vertical-align: middle
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dt {
  color: #9aa7b7
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #181818
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-name {
  font-size: 12px;
  line-height: 1.34;
  color: #181818
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image {
  width: 40px;
  margin-right: 5px
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 5px;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price {
  margin-left: 10px
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price .product-price .product-price-new,.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price .product-price .product-price-old {
  display: block
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  margin-left: 15px
}

.header-utilities>.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-actions .btn.btn-link {
  padding: 0
}

.header-utilities>.header-cart .header-cart-action {
  position: absolute;
  top: calc(100% + 10px);
  right: -43px;
  z-index: 3;
  display: none;
  padding: 20px;
  background-color: #e74f76;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 8px
}

.header-utilities>.header-cart .header-cart-action:before {
  position: absolute;
  top: -7px;
  right: 50px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: inherit;
  transform: rotate(45deg)
}

.header-utilities>.header-cart.dropdown .dropdown-toggle:after {
  display: none
}

.header-utilities>.header-cart.dropdown .dropdown-menu {
  width: 310px;
  margin-top: 10px;
  margin-left: -147px;
  padding: 20px;
  border: 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px #2e456826
}

.header-utilities>.header-cart.dropdown .dropdown-menu:before {
  position: absolute;
  top: -6px;
  left: 50%;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  transform: rotate(45deg)
}

.header-utilities>.header-cart.dropdown .dropdown-menu .dropdown-header {
  font-size: .875rem;
  font-weight: 700;
  white-space: normal
}

.header-utilities>.header-cart.dropdown .dropdown-menu .header-cart-dropdown-body .dropdown-header {
  padding-bottom: 20px;
  font-size: 1rem
}

.header-utilities>.header-cart.dropdown .dropdown-menu .header-cart-dropdown-actions {
  padding-top: 25px
}

.header-utilities>.header-cart.dropdown .dropdown-menu .header-cart-dropdown-footer {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #edf0f3
}

.header-utilities>.header-cart.dropdown .dropdown-menu .header-cart-dropdown-footer .list-cart-amount-totals {
  color: #181818
}

.header-utilities>.header-cart.dropdown .dropdown-menu.show-fixed {
  position: fixed;
  top: 0;
  left: auto;
  display: block
}

.header-utilities>.header-cart.dropdown .dropdown-menu.show-fixed~.header-cart-action {
  display: none
}

.header-utilities>.header-cart.header-cart-empty>.nav-link .header-cart-counter {
  display: none
}

.header-utilities>.header-cart.header-cart-empty>.nav-link>.ico-font {
  display: none
}

.header-utilities>.header-cart.header-cart-empty>.nav-link>.ico-font.header-cart-empty-icon {
  display: inline-block
}

.header-utilities>.header-cart.header-cart-activated .header-cart-action {
  display: block;
  animation-name: cart-fadeout;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.header-utilities>.header-cart.show .header-cart-action {
  display: none
}

.header-utilities .header-langs .ico-svg-flag,.header-utilities .header-langs .with-ico-svg-flag:before {
  width: 20px;
  height: 15px;
  margin-top: -3px;
  border-radius: 4px
}

.header-utilities>.header-langs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}

.header-utilities>.header-langs .list-country-langs {
  margin-bottom: 0;
  white-space: nowrap
}

.header-utilities>.header-langs .list-country-langs .list-inline-item {
  padding-top: 3px
}

.header-utilities>.header-langs>.nav-link {
  padding-top: 6px;
  padding-bottom: 3px
}

.header-utilities>.header-langs>.nav-link.header-langs-country-trigger .ico-font-globe-lines {
  width: 17px;
  height: 17px;
  margin-top: -3px;
  font-size: 17px
}

.header-utilities>.header-langs>.nav-link.dropdown-toggle:after {
  width: 7px;
  height: 7px
}

.header-utilities>.header-langs>.nav-link.header-langs-toggle {
  text-transform: uppercase
}

.header-utilities>.header-langs>.dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px
}

.header-utilities>.header-langs>.dropdown-menu>.dropdown-item {
  padding: 5px 10px 3px
}

.header-utilities>.header-langs>.dropdown-menu>.dropdown-item.active {
  background-color: #2e4568
}

.header-utilities>.header-langs>.dropdown-menu.header-langs-country-dropdown {
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 195px;
  max-height: calc(100vh - 120px);
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 3px solid #2e4568;
  border-radius: 0;
  box-shadow: 0 4px 7px #0006
}

.header-utilities>.header-langs>.dropdown-menu.header-langs-country-dropdown>.dropdown-item {
  white-space: normal
}

.header-utilities>.header-langs+.header-langs .list-country-langs {
  padding-left: 10px
}

.header-utilities>.header-langs+.header-langs>.nav-link.header-langs-toggle {
  margin-left: 10px
}

.header-utilities>.header-outer-link>.nav-link {
  padding-top: 8px;
  padding-bottom: 2px;
  white-space: nowrap
}

#header {
  position: relative;
  z-index: 3;
  background-color: #fff
}

#header .navbar {
  padding: 20px 0
}

#header .navbar .navbar-collapse,#header .navbar .header-utilities {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%
}

#header .navbar .navbar-brand {
  text-align: center
}

#header .navbar .navbar-toggler {
  position: relative;
  width: 20px;
  height: 14px;
  margin-right: 30px
}

#header .navbar .navbar-toggler:before,#header .navbar .navbar-toggler .navbar-toggler-icon:before,#header .navbar .navbar-toggler .navbar-toggler-icon:after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  height: 2px;
  background-color: #2e4568;
  border-radius: 10px;
  transition: all .3s ease
}

#header .navbar .navbar-toggler:before {
  top: 50%;
  margin-top: -1px;
  opacity: 1
}

#header .navbar .navbar-toggler .navbar-toggler-icon:before {
  top: 0
}

#header .navbar .navbar-toggler .navbar-toggler-icon:after {
  bottom: 0
}

#header .navbar .navbar-toggler:not(.collapsed):before {
  opacity: 0
}

#header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
  transform: translateY(5px) rotate(45deg)
}

#header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  transform: translateY(-5px) rotate(-45deg)
}

#header .navbar .form-search .form-search-results {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 3px 4px #0003
}

#header .navbar .form-search .form-search-results.shown {
  display: block
}

#header .navbar .header-utilities {
  justify-content: flex-end
}

#header .navbar .navbar-nav.header-nav {
  align-items: center
}

#header .navbar .navbar-nav.header-nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 30px;
  color: #2e4568
}

#header .navbar .navbar-nav.header-nav .nav-item .header-nav-dropdown {
  display: none;
  margin: 0 -200px;
  padding: 15px 200px;
  background-color: #f8f9fb
}

#header .navbar .navbar-nav.header-nav .nav-item.active>.nav-link {
  font-weight: 700
}

#header .navbar .navbar-nav .nav-item.header-search .header-search-form {
  display: none
}

#header .navbar.navbar-search-expanded {
  position: relative
}

#header .navbar.navbar-search-expanded .navbar-nav .nav-item.header-search {
  position: static
}

#header .navbar.navbar-search-expanded .navbar-nav .nav-item.header-search .header-search-form {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff
}

#header .navbar.navbar-search-expanded .navbar-nav .nav-item.header-search .header-search-form .form-control {
  height: 34px;
  padding-top: 7px;
  padding-bottom: 7px
}

#header .navbar.navbar-search-expanded .navbar-nav .nav-item.header-search .header-search-form .form-search {
  overflow: visible;
  width: 100%
}

#header .navbar.navbar-search-expanded .navbar-nav .nav-item.header-search .header-search-form .btn-clear {
  display: block;
  bottom: auto
}

#header .navbar.navbar-search-expanded .navbar-nav .nav-item.header-search .header-search-form .btn-clear .ico-font {
  font-size: 12px;
  color: #4d7198
}

#header.header-login,#header.header-no-server {
  background-color: transparent
}

#header.header-login .header-utilities,#header.header-no-server .header-utilities {
  margin-left: auto
}

#header.header-alt .navbar .navbar-brand {
  order: -1;
  margin-right: 40px
}

#header.header-in-edit-mode {
  position: relative
}

#header.header-in-edit-mode .navbar {
  position: static
}

#header.header-in-edit-mode .logo,#header.header-in-edit-mode .header-utilities {
  z-index: 1
}

#header.header-in-edit-mode .navbar-collapse {
  z-index: 3
}

#header.header-in-edit-mode .navbar-collapse:hover~.edit-mode-highlighter {
  opacity: 1
}

#header.header-in-edit-mode .navbar-collapse:hover~.edit-mode-highlighter:not(.active) {
  border-style: dashed
}

@media only screen and (max-width: 1400px) {
  .header-utilities>.header-langs>.dropdown-menu {
      right:0;
      left: auto
  }
}

@media only screen and (max-width: 991px) {
  .header-utilities>.header-access>.nav-link {
      padding-bottom:0;
      font-size: 0
  }

  .header-utilities>.header-access>.nav-link .ico-font {
      margin-top: 0;
      margin-left: 0
  }

  .header-utilities>.header-access>.nav-link .header-access-image {
      margin-left: 0
  }

  .header-utilities>.header-cart {
      padding-top: 4px
  }

  .header-utilities>.header-cart>.nav-link {
      margin-bottom: -2px
  }

  .header-utilities>.header-cart>.nav-link>.ico-font {
      margin-top: -9px
  }

  .header-utilities>.header-cart.dropdown .dropdown-menu {
      margin-left: -230px
  }

  .header-utilities>.header-cart.dropdown .dropdown-menu:before {
      right: 58px;
      left: auto
  }

  .logo .logo-text {
      font-size: 20px
  }

  .logo img {
      height: 40px
  }

  #header .navbar .navbar-nav.header-nav .nav-item .nav-link {
      padding-right: 15px
  }
}

@media only screen and (max-width: 767px) {
  .header-utilities {
      flex-direction:row
  }

  .header-utilities>.nav-item.has-separator {
      border-width: 0
  }

  .header-utilities>.header-cart>.nav-link {
      padding-top: 2px;
      padding-bottom: 0
  }

  .header-utilities>.header-cart>.nav-link .header-cart-counter {
      top: -5px;
      right: -5px
  }

  .header-utilities>.header-cart>.nav-link>.ico-font {
      margin-top: -6px;
      padding-top: 0
  }

  .header-utilities>.header-cart .header-cart-action {
      right: -50px;
      width: 310px;
      padding: 10px 15px;
      text-align: center;
      white-space: normal
  }

  .header-utilities>.header-cart.dropdown .dropdown-menu {
      position: absolute
  }

  .header-utilities>.header-cart.dropdown .dropdown-menu:before {
      right: 66px
  }

  .header-utilities>.header-access>.nav-link {
      padding-top: 0
  }

  .header-utilities>.header-access>.nav-link .header-access-image {
      margin-top: -1px
  }

  .header-utilities>.header-access>.nav-link .ico-font {
      margin-top: 1px
  }

  .header-utilities>.header-access>.nav-link.dropdown-toggle {
      padding-top: 0;
      padding-bottom: 0
  }

  .header-utilities>.header-access.dropdown .dropdown-menu {
      position: absolute
  }

  .header-utilities>.header-outer-link>.nav-link {
      margin-right: 15px;
      padding-top: 3px
  }

  .header-utilities>.header-langs>.dropdown-menu.header-langs-country-dropdown {
      max-height: calc(100vh - 190px)
  }

  .header-no-server .header-utilities>.header-langs>.dropdown-menu {
      position: absolute
  }

  .logo .logo-text {
      font-size: 16px
  }

  .form-search .form-search-results .form-search-results-empty {
      padding-right: 13px;
      padding-left: 13px
  }

  .form-search .form-search-results .form-search-results-actions>a {
      padding-right: 13px;
      padding-left: 13px
  }

  #header {
      position: relative;
      z-index: 3
  }

  #header .form-search {
      z-index: 2;
      overflow: visible;
      min-width: 170px
  }

  #header .form-search .form-control {
      border-bottom-color: #2e4568
  }

  #header .form-search .form-search-results {
      right: auto;
      width: 514px
  }

  #header .container,#header .navbar {
      position: static
  }

  #header .navbar {
      padding: 10px 0
  }

  #header .navbar .header-utilities {
      flex-grow: 0
  }

  #header .navbar .navbar-collapse {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      background-color: #fff;
      box-shadow: 0 6px 5px #0000000d
  }

  #header .navbar .navbar-collapse .header-utilities {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 13px
  }

  #header .navbar .navbar-collapse .header-utilities .header-langs .dropdown-menu {
      position: absolute
  }

  #header .navbar .navbar-collapse .navbar-collapse-inner {
      max-width: 540px;
      margin: 0 auto;
      padding: 15px 13px 10px
  }

  #header .navbar .navbar-collapse .navbar-collapse-inner:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      content: "";
      border-top: 2px solid rgba(154,167,183,.2)
  }

  #header .navbar .navbar-collapse .navbar-collapse-inner .header-search .form-search .form-search-label {
      left: 6px
  }

  #header .navbar .navbar-collapse .navbar-collapse-inner .header-search .form-search .btn-clear {
      padding-right: 10px;
      padding-left: 10px
  }

  #header .navbar .navbar-collapse .navbar-collapse-inner .header-search .form-search .form-control {
      height: 36px;
      padding-left: 35px;
      border-color: #f8f9fb;
      background-color: #f8f9fb;
      border-radius: 6px
  }

  #header .navbar .navbar-collapse .navbar-collapse-inner .header-search .form-search .form-control:focus {
      border-color: #2e4568
  }

  #header .navbar .navbar-nav.header-nav-alt {
      position: relative;
      overflow: hidden
  }

  #header .navbar .navbar-nav.header-nav-alt:before {
      position: absolute;
      top: 0;
      bottom: 0;
      border-left: 2px solid rgba(154,167,183,.2);
      border-radius: 4px;
      content: ""
  }

  #header .navbar .navbar-nav.header-nav-alt .nav-item .nav-link {
      padding: 5px 15px;
      color: #2e4568;
      font-weight: 400
  }

  #header .navbar .navbar-nav.header-nav-alt .nav-item .nav-link:hover {
      color: #2e4568
  }

  #header .navbar .navbar-nav.header-nav-alt .nav-item.active>.nav-link {
      position: relative;
      font-weight: 700
  }

  #header .navbar .navbar-nav.header-nav-alt .nav-item.active>.nav-link:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -3px;
      width: 6px;
      background-color: #2e4568;
      border-radius: 3px;
      content: ""
  }

  #header .navbar .navbar-nav.header-nav-alt>.nav-item>.nav-link {
      position: relative
  }

  #header .navbar .navbar-nav.header-nav-alt>.nav-item>.nav {
      display: none;
      padding-top: 10px;
      padding-bottom: 10px
  }

  #header .navbar .navbar-nav.header-nav-alt>.nav-item>.nav .nav-item .nav-link {
      padding-left: 35px
  }

  #header .navbar .navbar-nav.header-nav-alt>.nav-item.active>.nav,#header .navbar .navbar-nav.header-nav-alt>.nav-item.has-active>.nav {
      display: block
  }

  #header .navbar .navbar-nav.header-nav-alt>.nav-item.has-active>.nav-link {
      font-weight: 700
  }

  #header .navbar .navbar-nav.header-nav {
      align-items: flex-start
  }

  #header .navbar .navbar-nav.header-nav .nav-item {
      width: 100%
  }

  #header .navbar .navbar-nav.header-nav .nav-item .nav-link {
      padding-right: 0
  }

  #header .navbar .navbar-nav.header-nav .nav-item.has-responsive-dropdown .responsive-dropdown-toggle:after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-bottom: -1px;
      margin-left: 10px;
      border-right: 2px solid #4d7198;
      border-bottom: 2px solid #4d7198;
      vertical-align: .255em;
      transform: rotate(45deg)
  }

  #header .navbar.navbar-search-expanded {
      position: static
  }

  #header.header-alt .navbar .navbar-toggler {
      order: 1;
      margin-right: 0;
      margin-left: 15px
  }

  #header.header-alt .navbar .navbar-brand {
      margin-right: auto
  }
}

@media only screen and (max-width: 575px) {
  .logo .logo-text {
      font-size:14px
  }

  .logo-login {
      margin-bottom: 10px
  }

  .header-utilities>.header-cart.dropdown .dropdown-menu {
      margin-left: -250px
  }

  .header-utilities>.header-cart.dropdown .dropdown-menu:before {
      right: 46px
  }

  .header-utilities>.header-langs .list-country-langs .list-inline-item:first-child {
      padding-left: 0
  }

  .theme-mypos #header .navbar .navbar-collapse .header-utilities .header-langs .dropdown-menu {
      right: auto;
      left: 0
  }

  #header .navbar .navbar-collapse .navbar-collapse-inner {
      max-width: 100%
  }

  #header .navbar .form-search .form-search-results {
      width: 100vw;
      margin-left: -13px;
      border-top-width: 0
  }
}

@media only screen and (max-width: 420px) {
  .header-utilities>.header-outer-link>.nav-link .ico-font {
      display:none
  }

  .logo picture+.logo-text {
      display: none
  }
}

@media only screen and (max-width: 380px) {
  .header-utilities>.header-cart.dropdown .dropdown-menu {
      margin-left:-220px
  }

  .header-utilities>.header-cart.dropdown .dropdown-menu:before {
      right: 71px
  }
}

@media only screen and (min-width: 768px) {
  #header .navbar .navbar-nav.header-nav .header-nav-dropdown {
      display:none!important
  }
}

#footer {
  position: relative;
  margin-top: auto;
  text-align: center
}

#footer .footer-utilities {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff
}

#footer .footer-utilities .list-contacts>.list-inline-item.dropdown .dropdown-toggle:after {
  margin-top: 0
}

#footer .footer-utilities .list-contacts+.list-contacts {
  margin-top: 15px
}

#footer .footer-utilities .list-contacts+.footer-socials {
  margin-top: 35px
}

#footer .footer-utilities .dropdown-working-hours {
  min-width: 180px
}

#footer .footer-nav {
  background-color: #f8f9fb
}

#footer .footer-nav .nav {
  justify-content: center;
  padding: 16px 0 14px
}

#footer .footer-nav .nav .nav-item .nav-link {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #048ef8
}

#footer .footer-copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff
}

@media only screen and (max-width: 767px) {
  #footer .list-contacts>.list-inline-item {
      padding-right:10px;
      padding-left: 10px
  }
}

@media only screen and (max-width: 575px) {
  #footer .list-contacts>.list-inline-item {
      padding-top:5px;
      padding-bottom: 5px;
      border-right-width: 0
  }

  #footer .list-contacts>.list-inline-item:last-child {
      display: block
  }

  #footer .footer-utilities {
      padding-top: 30px;
      padding-bottom: 20px
  }

  #footer .footer-utilities .list-contacts+.list-contacts {
      margin-top: 0
  }

  #footer .footer-utilities .list-contacts+.footer-socials {
      margin-top: 10px
  }

  #footer .footer-copyright {
      padding-top: 20px;
      padding-bottom: 20px
  }
}

#main .main-inner {
  display: flex;
  flex-flow: row nowrap
}

#main .main-inner .aside,#main .main-inner .content {
  position: relative;
  max-width: 100%
}

#main .main-inner .aside {
  flex: 0 0 280px;
  width: 280px;
  padding-right: 15px
}

#main .main-inner .content {
  flex: 0 0 calc(100% - 280px);
  width: calc(100% - 280px)
}

#main.main-login {
  padding-top: 70px
}

.header-login+#main.main-login {
  padding-top: 0
}

#main.main-login .page-actions {
  padding-top: 0
}

.aside {
  padding-top: 40px;
  padding-bottom: 40px
}

.aside-title {
  margin-bottom: 10px;
  font-size: 12px;
  color: #9aa7b7;
  font-weight: 700;
  text-transform: uppercase
}

.aside-nav {
  position: relative;
  overflow: hidden
}

.aside-nav:before {
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 2px solid rgba(154,167,183,.2);
  border-radius: 4px;
  content: ""
}

.aside-nav .nav-item {
  width: 100%
}

.aside-nav .nav-item .nav-link {
  padding: 5px 15px;
  color: #2e4568;
  font-weight: 400;
  word-break: break-word
}

.aside-nav .nav-item .nav-link:hover {
  color: #2e4568
}

.aside-nav .nav-item.active>.nav-link {
  position: relative;
  font-weight: 700
}

.aside-nav .nav-item.active>.nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  width: 6px;
  background-color: #2e4568;
  border-radius: 3px;
  content: ""
}

.aside-nav>.nav-item {
  padding-top: 5px;
  padding-bottom: 5px
}

.aside-nav>.nav-item>.nav-link {
  position: relative
}

.aside-nav>.nav-item>.aside-nav-dropdown {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px
}

.aside-nav>.nav-item>.aside-nav-dropdown .nav-item .nav-link {
  padding-left: 35px
}

.aside-nav>.nav-item.active>.aside-nav-dropdown,.aside-nav>.nav-item.has-active>.aside-nav-dropdown {
  display: block
}

.aside-nav>.nav-item.has-active>.nav-link {
  font-weight: 700
}

.ratio-img-wrapper picture[class^=ar-] {
  position: relative;
  display: block;
  width: 100%
}

.ratio-img-wrapper picture[class^=ar-]:after {
  content: "";
  display: block
}

.ratio-img-wrapper picture[class^=ar-] img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

/* .blur-up {
  filter: blur(5px);
  transition: filter .2s
}

.blur-up.lazyloaded {
  filter: blur(0)
} */

.ratio-img-wrapper picture.ar-1x1 {
  max-width: 100%;
  flex-basis: 100%
}

.ratio-img-wrapper picture.ar-1x1:after {
  padding-bottom: 100%
}

.ratio-img-wrapper picture.ar-fixed-width-20 {
  max-width: 20px;
  flex-basis: 20px
}

.ratio-img-wrapper picture.ar-fixed-width-40 {
  max-width: 40px;
  flex-basis: 40px
}

.ratio-img-wrapper picture.ar-fixed-width-130 {
  max-width: 130px;
  flex-basis: 130px
}

@media only screen and (min-width: 1925px) {
  #main.main-login {
      padding-top:150px
  }

  .header-login+#main.main-login {
      padding-top: 150px
  }
}

@media only screen and (max-width: 1399px) {
  #main.main-login {
      padding-top:70px
  }

  .header-login+#main.main-login {
      padding-top: 0
  }

  #main.main-login .page-actions {
      padding-top: 0
  }
}

@media only screen and (max-width: 991px) {
  .aside-nav .nav-item .nav-link {
      padding-right:0
  }

  .aside-nav>.nav-item>.aside-nav-dropdown .nav-item .nav-link {
      padding-left: 25px
  }

  #main .main-inner .aside {
      flex-basis: 180px;
      width: 180px
  }

  #main .main-inner .content {
      flex-basis: calc(100% - 180px);
      width: calc(100% - 180px)
  }
}

@media only screen and (max-width: 767px) {
  #main .main-inner .aside {
      display:none
  }

  #main .main-inner .content {
      flex-basis: 100%;
      width: 100%
  }

  #main.main-login {
      padding-top: 15px
  }

  .header-login+#main.main-login {
      padding-top: 0
  }
}

@media only screen and (max-height: 990px) {
  #main.main-login .page-actions {
      padding-top:0
  }
}

.item-inboxed-title {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  word-break: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word
}

.item-inboxed-message {
  padding: 10px;
  background-color: #2e4568;
  border-radius: 8px
}

.item-inboxed-message p {
  font-size: 16px;
  color: #fff;
  font-weight: 700
}

.item-inboxed-message.success {
  background-color: #00c3ba
}

.item-inboxed .item-inboxed-actions [data-action=add] {
  display: inline-block
}

.item-inboxed.active .item-inboxed-actions [data-action=add],.item-inboxed .item-inboxed-actions [data-action=incrementer] {
  display: none
}

.item-inboxed.active .item-inboxed-actions [data-action=incrementer] {
  display: block
}

.item-inboxed .item-inboxed-inner {
  position: relative;
  padding: 15px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 6px
}

.item-inboxed .item-inboxed-inner .item-inboxed-message {
  position: absolute;
  top: -30px;
  right: 0;
  display: none
}

.item-inboxed.active .item-inboxed-inner {
  border-color: #2e4568;
  box-shadow: inset 0 0 0 1px #2e4568
}

.item-inboxed.active .item-inboxed-inner .item-inboxed-message {
  display: block;
  animation-name: cart-fadeout;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.item-inboxed.disabled {
  opacity: .5
}

.item-inboxed.disabled,.item-inboxed.disabled * {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.item-inboxed+.item-inboxed {
  margin-top: 10px
}

.items-inboxed+.items-collapsible {
  margin-top: 20px
}

.item-collapsible .item-collapsible-title {
  font-size: 18px;
  color: #181818;
  font-weight: 400;
  word-break: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word
}

.item-collapsible .item-collapsible-head {
  display: block;
  width: 100%;
  padding: 15px
}

.item-collapsible .item-collapsible-head.btn-collapse {
  padding-right: 30px
}

.item-collapsible .item-collapsible-head.btn-collapse:before,.item-collapsible .item-collapsible-head.btn-collapse:after {
  margin-top: -4px
}

.item-collapsible .item-collapsible-head.btn-collapse:before {
  right: 22px
}

.item-collapsible .item-collapsible-head.btn-collapse:after {
  right: 18px
}

.item-collapsible button.item-collapsible-head {
  border-width: 0;
  background-color: transparent;
  text-align: left;
  -webkit-appearance: none;
  border-radius: 0
}

.item-collapsible .item-collapsible-head[aria-expanded=true] .item-collapsible-title {
  font-weight: 700
}

.item-collapsible .item-collapsible-body {
  padding: 0 15px 15px
}

.item-collapsible .item-collapsible-inner {
  border: 1px solid #d8d8d8;
  background-color: #f8f9f9;
  border-radius: 6px
}

.item-collapsible+.item-collapsible {
  margin-top: 15px
}

.items-collapsible+.items-inboxed {
  margin-top: 20px
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.36;
  border-radius: 0 6px 6px 0
}

.product-badge.badge-static {
  position: static;
  border-radius: 6px
}

.product-badge.badge-relative {
  position: relative;
  border-radius: 6px
}

.product-badge.product-badge-discount {
  background-color: #e74f76;
  color: #fff
}

.product-badge.product-badge-out-of-stock {
  background-color: #9aa7b7;
  color: #fff
}

.product-badge-sm {
  display: inline-block;
  padding: 1px 4px;
  font-size: .75rem;
  line-height: 1.41666667;
  font-weight: 400;
  vertical-align: middle
}

.product-price {
  font-size: 16px;
  line-height: 1.19;
  color: #2e4568;
  font-weight: 700
}

.product-price span {
  white-space: nowrap
}

.product-price span.product-price-new {
  color: #e74f76
}

.product-price span.product-price-new.c_success {
  color: #05c583
}

.product-price span.product-price-old {
  font-size: 14px;
  color: #898f96;
  font-weight: 400;
  text-decoration: line-through
}

.product-price span.product-price-free {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  color: #05c583
}

.product-price span.product-price-flex-end {
  display: flex;
  justify-content: flex-end
}

.product-price span.product-vat {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #898f96;
  font-weight: 400
}

.product-price span.product-notice {
  display: block;
  margin-top: 10px;
  font-size: 14px
}

.product-price.product-price-alt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #181818
}

.product-price.product-price-alt.product-price-alt-small {
  font-size: 12px;
  font-weight: 400
}

.product-price.has-brackets:before {
  content: "("
}

.product-price.has-brackets:after {
  content: ")"
}

.product-price.has-brackets.has-brackets-whitespace-fix:before {
  margin-right: -.25em
}

.product-price.has-brackets.has-brackets-whitespace-fix:after {
  margin-left: -.25em
}

.btn .product-price {
  font-size: inherit;
  color: inherit;
  font-weight: inherit
}

.btn .product-price>* {
  color: inherit!important
}

.dual-price {
  font-size: 13px;
  font-weight: 400
}

.dual-price .product-price-old {
  font-size: 13px!important;
  text-decoration: line-through;
  color: #888
}

@media only screen and (max-width: 575px) {
  .dual-price,.dual-price .product-price-old {
      font-size:11px!important
  }

  .product-upsells-in-cart-subtotal .dual-price {
      font-size: 16px!important
  }
}

.product-image-preview {
  overflow: hidden;
  border-radius: 5px
}

.product-image-preview img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform
}

.product-image-preview .product-image-preview-inner>a {
  display: block;
  text-decoration: none
}

.product-image-preview.has-placeholder {
  background-color: #fff;
  position: relative
}

.product-image-preview.has-placeholder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.product-image-preview.has-placeholder>.product-image-preview-inner {
  position: absolute;
  inset: 0
}

.product-image-preview.has-placeholder .product-image-preview-inner {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 0
}

.product-image-preview.has-placeholder.size-sm .product-image-preview-inner {
  padding: 4px
}

.product-image-preview.has-placeholder:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0000000d
}

.product-details-image {
  overflow: hidden;
  width: 500px;
  background-color: #fff;
  border-radius: 6px;
  position: relative
}

.product-details-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.product-details-image>.product-details-image-inner {
  position: absolute;
  inset: 0
}

.product-details-image .product-details-image-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

.product-details-image .product-details-image-inner.is-loading+.spin-loader-wrapper {
  display: flex
}

.product-details-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.product-details-image img.w_20 {
  width: 20px
}

.product-details-image img.w_130 {
  width: 130px
}

.product-details-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0000000d
}

.product-details-image .spin-loader-wrapper {
  display: none;
  opacity: .2
}

.product-details-images {
  position: relative;
  overflow: hidden
}

.product-details-images>.product-details-image {
  margin-left: 90px
}

.product-details-images .product-details-image {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.product-details-images .product-details-image.animate-out {
  animation: animate-out .15s ease-in-out
}

.product-details-images .product-details-image.animate-in {
  animation: animate-in .15s ease-in-out
}

.product-details-images .list-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 83px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 1px;
  padding-bottom: 2px;
  margin: 0 5px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #5c7492 #dce3ef
}

.product-details-images .list-thumbs::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent
}

.product-details-images .list-thumbs::-webkit-scrollbar-track {
  background-color: #dce3ef
}

.product-details-images .list-thumbs::-webkit-scrollbar-thumb {
  background-color: #5c7492;
  border-radius: 30px
}

.product-details-images .list-thumbs::-webkit-scrollbar-thumb:hover {
  background-color: #0075f2
}

.product-details-images .list-thumbs li {
  flex: 0 0 auto;
  max-width: none;
  width: 100%;
  padding: 0 5px 0 1px
}

.product-details-images .list-thumbs li .product-details-image {
  width: 100%;
  transition: all .1s ease
}

.product-details-images .list-thumbs li.active .product-details-image {
  box-shadow: 0 0 0 0 transparent
}

.product-details-images .list-thumbs li+li {
  padding-top: 7px
}

.product-details-content {
  padding-bottom: 25px
}

.product-details-content .product-details-title {
  margin-bottom: 10px
}

.product-details-content ul,.product-details-content ol {
  margin: 0
}

.product {
  margin-bottom: 15px
}

.product .product-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
  background-color: #fff;
  text-decoration: none;
  border-radius: 6px
}

.product .product-inner>a {
  color: inherit;
  text-decoration: inherit
}

.product .product-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.19;
  color: #2e4568;
  font-weight: 400
}

.product .product-desc {
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #898f96;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap
}

.product .product-variation {
  font-size: .75rem;
  color: #5c7492;
  margin-bottom: 5px
}

.product .list-product-breadcrumbs {
  margin-bottom: 0
}

.product .list-product-breadcrumbs+.product-variation {
  margin-top: 5px
}

.product .product-image {
  overflow: hidden;
  position: relative;
  background-color: #fff
}

.product .product-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.product .product-image>.product-image-inner {
  position: absolute;
  inset: 0
}

.product .product-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0000000d
}

.product .product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.product .product-image img.product-image-default {
  max-width: 70%;
  max-height: 70%;
  margin: 0 auto
}

.product .product-image .product-image-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

.product .product-content .product-price+.product-desc,.product .product-actions .product-price+.product-desc {
  margin-top: 10px
}

.product .product-content {
  padding: 10px
}

.product .product-content.mt_a {
  margin-top: auto
}

.product .product-content.mt_a+.product-actions {
  margin-top: 0
}

.product .product-content.pt_0 {
  padding-top: 0
}

.product .product-actions {
  position: relative;
  margin-top: auto;
  padding: 2px 10px 10px
}

.product .product-actions .product-actions-popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  display: none;
  min-width: 140px;
  max-width: 100%;
  padding: 10px;
  background-color: #e74f76;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  transform: translate(-50%)
}

.product .product-actions .product-actions-popover:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 14px;
  height: 14px;
  background-color: inherit;
  transform: rotate(45deg) translate(-10px)
}

.product .product-actions .embedded-tooltip {
  position: absolute;
  bottom: 15.5px;
  right: calc(100% - 70px);
  z-index: 2
}

.product .product-actions .embedded-tooltip.embedded-tooltip-btn-bdrs {
  bottom: 40px;
  right: 5px
}

.product .product-actions.product-added .product-actions-popover {
  display: block
}

.product.product-alt .product-inner {
  overflow: visible;
  flex-direction: row
}

.product.product-alt .product-inner .list-product-breadcrumbs {
  margin-bottom: 0
}

.product.product-alt .product-inner .product-desc {
  margin-top: 10px
}

.product.product-alt .product-inner .product-content,.product.product-alt .product-inner .product-image,.product.product-alt .product-inner .product-actions,.product.product-alt .product-inner>a {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%
}

.product.product-alt .product-inner .product-image {
  flex-basis: 116px;
  width: 116px
}

.product.product-alt .product-inner .product-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: calc(100% - 346px);
  width: calc(100% - 346px);
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 25px
}

_:-ms-fullscreen .product.product-alt .product-inner .product-content,:root .product.product-alt .product-inner .product-content {
  flex-basis: calc(100% - 426px);
  width: calc(100% - 426px)
}

.product.product-alt .product-inner .product-content .product-price {
  margin-top: 10px;
  margin-bottom: 0
}

.product.product-alt .product-inner .product-actions {
  flex-basis: 230px;
  width: 230px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-right: 25px
}

.product.product-alt .product-inner .product-badge {
  padding-right: 5px;
  padding-left: 5px
}

.product.product-alt .product-inner .product-entry {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 100%;
  max-width: 100%
}

.product.product-alt .product-inner>a {
  overflow: visible;
  display: flex;
  flex-basis: calc(100% - 230px);
  width: calc(100% - 230px)
}

_:-ms-fullscreen .product.product-alt .product-inner>a,:root .product.product-alt .product-inner>a {
  flex-basis: calc(100% - 310px);
  width: calc(100% - 310px)
}

.product.product-alt .product-inner>a .product-content {
  flex-basis: calc(100% - 116px);
  width: calc(100% - 116px)
}

_:-ms-fullscreen .product.product-alt .product-inner>a .product-content,:root .product.product-alt .product-inner>a .product-content {
  flex-basis: calc(100% - 196px);
  width: calc(100% - 196px)
}

.product:not(:nth-child(1)) .embedded-tooltip {
  display: none!important
}

.products+.products {
  padding-top: 15px
}

.products .products-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.357
}

.products .products-title a {
  color: inherit
}

.products .products-title span {
  font-weight: 400
}

.product-image-inner .lazyloaded {
  -o-object-fit: scale-down;
  object-fit: scale-down
}

@media only screen and (max-width: 991px) {
  .product-details-image {
      width:360px
  }

  .product-details-images.js_stick_in_parent_onscroll {
      position: static!important
  }

  .product.product-alt .product-inner .product-content {
      padding-top: 15px;
      padding-right: 0;
      padding-left: 10px
  }

  .product.product-alt .product-inner .product-content .product-price {
      display: none;
      min-width: 1px;
      margin-top: 0;
      margin-bottom: 0;
      text-align: left
  }

  .product.product-alt .product-inner .product-content .product-price span {
      display: inline-block
  }

  .product.product-alt .product-inner .product-content .product-entry .product-price {
      display: block;
      margin-top: 5px
  }

  .product.product-alt .product-inner .product-actions {
      padding-right: 10px
  }
}

@media only screen and (max-width: 767px) {
  .product-details-images {
      margin:0 auto 20px;
      max-width: 510px
  }

  .product-details-images>.product-details-image {
      width: 100%;
      max-width: calc(100% - 65px);
      margin-left: 65px
  }

  .product-details-images .list-thumbs {
      width: 60px
  }

  .products .products-title {
      margin-bottom: 15px;
      font-size: 12px;
      font-weight: 600
  }
}

@media only screen and (max-width: 575px) {
  .product-price {
      font-size:14px;
      white-space: normal
  }

  .product .product-title {
      font-size: 15px
  }

  .product .product-desc {
      display: none
  }

  .product .product-badge {
      padding-right: 5px;
      padding-left: 5px;
      font-size: 12px
  }

  .product .product-content .product-price {
      margin-bottom: 0
  }

  .product.product-alt .product-inner {
      overflow: hidden;
      display: block
  }

  .product.product-alt .product-inner .product-image {
      float: left
  }

  .product.product-alt .product-inner .product-content,.product.product-alt .product-inner .product-actions {
      overflow: hidden;
      width: auto
  }

  .product.product-alt .product-inner .product-content {
      padding-top: 5px;
      padding-bottom: 0
  }

  _:-ms-fullscreen .product.product-alt .product-inner .product-content,:root .product.product-alt .product-inner .product-content {
      width: auto
  }

  .product.product-alt .product-inner .product-actions {
      margin-top: -50px;
      padding: 60px 10px 10px
  }

  .product.product-alt .product-inner .product-actions .btn-primary {
      padding-top: 5px;
      padding-bottom: 5px
  }

  .product.product-alt .product-inner .product-actions .product-actions-popover {
      bottom: 55px
  }

  .product.product-alt .product-inner>a {
      display: block;
      width: 100%
  }

  .product.product-alt .product-inner>a .product-content,.product.product-alt .product-inner>a .product-actions {
      overflow: hidden;
      width: auto
  }

  .products.row {
      margin-right: -8px;
      margin-left: -8px
  }

  .products.row>.product {
      padding-right: 8px;
      padding-left: 8px
  }
}

.service {
  margin-bottom: 15px
}

.service .service-title {
  position: relative;
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700
}

.service .service-title:after {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 12px
}

.service .service-entry+.product-price,.service .product-variation+.product-price {
  margin-top: 20px
}

.service .service-entry {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

_:-ms-fullscreen .service .service-entry,:root .service .service-entry {
  max-height: 5.428em
}

.service .service-image {
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 0;
  border-radius: 6px;
  position: relative;
  background-color: #fff
}

.service .service-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

.service .service-image>.service-image-inner {
  position: absolute;
  inset: 0
}

.service .service-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0000000d
}

.service .service-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.service .service-image .service-image-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

.service .service-inner {
  display: block;
  color: #2e4568;
  text-decoration: none
}

.products .service .service-inner .service-entry+.product-price,.products .service .service-inner .product-variation+.product-price {
  margin-top: 10px
}

.products .service .service-inner .service-image {
  margin-bottom: 10px
}

.service.service-alt {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 35px
}

.service.service-alt .service-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}

.service.service-alt .service-inner .service-title {
  padding-right: 0;
  font-size: 25px
}

.service.service-alt .service-inner .service-title:after {
  display: none
}

.service.service-alt .service-inner .product-price {
  font-size: 20px
}

.service.service-alt .service-inner .service-image,.service.service-alt .service-inner .service-content {
  position: relative;
  max-width: 100%
}

.service.service-alt .service-inner .service-image {
  flex: 0 0 256px;
  width: 256px;
  margin-right: 40px;
  margin-bottom: 0;
  padding-bottom: 0
}

.service.service-alt .service-inner .service-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  padding-right: 60px
}

.service.service-alt .service-inner .service-content:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 12px
}

.products .service.service-alt {
  margin-bottom: 15px
}

.products .service.service-alt .service-inner .service-title {
  margin-bottom: 5px;
  font-size: 16px
}

.products .service.service-alt .service-inner .product-price {
  font-size: 16px
}

.products .service.service-alt .service-inner .service-entry {
  -webkit-line-clamp: 1
}

.products .service.service-alt .service-inner .service-entry p {
  font-size: 13px
}

.products .service.service-alt .service-inner .service-image {
  flex-basis: 116px;
  width: 116px;
  margin-right: 25px
}

.services+.services {
  padding-top: 15px
}

.services .services-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.357
}

.services .services-title a {
  color: inherit
}

.services .services-title span {
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .service.service-alt .service-inner .service-title {
      font-size:20px
  }

  .service.service-alt .service-inner .service-entry+.product-price {
      margin-top: 10px
  }

  .service.service-alt .service-inner .service-image {
      max-width: 200px;
      margin-right: 20px
  }

  .service.service-alt .service-inner .service-content {
      padding-right: 40px
  }
}

@media only screen and (max-width: 575px) {
  .service.service-alt .service-inner .service-title {
      margin-bottom:5px;
      font-size: 16px
  }

  _:-ms-fullscreen .service.service-alt .service-inner .service-entry,:root .service.service-alt .service-inner .service-entry {
      max-height: 4.071em
  }

  .service.service-alt .service-inner .service-entry+.product-price {
      margin-top: 5px
  }

  .service.service-alt .service-inner .service-image {
      max-width: 120px;
      margin-right: 10px
  }

  .service.service-alt .service-inner .service-content {
      padding-right: 25px
  }
}

.categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.categories .category {
  position: relative;
  flex: 0 0 220px;
  width: 220px;
  max-width: 100%;
  padding: 30px 10px 10px;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word
}

.categories .category .category-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.19;
  color: #2e4568;
  font-weight: 600
}

.categories .category .category-image {
  padding-bottom: 20px
}

.categories .category .category-image img {
  width: 150px;
  height: 150px
}

.categories .category .category-inner {
  display: block;
  text-decoration: none
}

.categories .category .category-inner:hover .category-title {
  color: #2e4568
}

.categories .category.active .category-title {
  font-weight: 700
}

.categories .category.active .category-image img {
  border: 10px solid #2e4568
}

.categories-alignment-left {
  justify-content: flex-start
}

.categories-alignment-center {
  justify-content: center
}

.categories-alignment-right {
  justify-content: flex-end
}

.categories-image-shape-rounded .category-image img {
  border-radius: 10px
}

.categories-image-shape-round .category-image img {
  border-radius: 50%
}

.categories.noimage .category {
  padding-top: 10px
}

.categories.noimage .category .category-image {
  display: none
}

.categories.noimage .category .category-inner {
  display: block;
  padding: 11px 9px;
  border: 1px solid #9aa7b7;
  border-radius: 6px
}

.categories.noimage .category .category-inner .category-title {
  margin-bottom: 0;
  line-height: 1.6
}

.categories.noimage .category .category-inner:hover {
  background-color: #4b5a101a;
  text-decoration: none
}

.categories.noimage .category.active .category-inner {
  border-color: #2e4568;
  background-color: #4b5a101a;
  font-weight: 700;
  box-shadow: inset 0 0 0 3px #2e4568
}

@media only screen and (max-width: 1199px) {
  .categories .category {
      flex:0 0 185px;
      width: 185px
  }
}

@media only screen and (max-width: 991px) {
  .categories .category {
      flex:0 0 170px;
      width: 170px;
      padding-top: 20px
  }
}

@media only screen and (max-width: 575px) {
  .categories .category {
      flex:0 0 145px;
      width: 145px
  }

  .categories .category .category-image {
      padding-bottom: 10px
  }

  .categories .category .category-image img {
      width: 110px;
      max-width: 100%;
      height: 110px;
      max-height: 100%
  }

  .categories.noimage .category {
      flex-basis: auto;
      width: auto
  }
}

.active-scroll-wrapper {
  position: relative
}

.active-scroll-wrapper .active-scroll {
  position: relative;
  z-index: 1;
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none!important
}

.active-scroll-wrapper .active-scroll::-webkit-scrollbar {
  height: 0!important
}

.active-scroll-wrapper .active-scroll-action {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 140px;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  outline: 0
}

.active-scroll-wrapper .active-scroll-action.left {
  left: 0;
  align-items: flex-start;
  background-image: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,white 100%)
}

.active-scroll-wrapper.scroll-position-start .active-scroll-action.left {
  display: none
}

.active-scroll-wrapper .active-scroll-action.right {
  right: 0;
  align-items: flex-end;
  background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,white 100%)
}

.active-scroll-wrapper.scroll-position-end .active-scroll-action.right {
  display: none
}

@media only screen and (max-width: 575px) {
  .active-scroll-wrapper .active-scroll-action {
      width:40px;
      padding-right: 10px;
      padding-left: 10px
  }
}

.box-title {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 700
}

.box-title-lg {
  font-size: 20px;
  font-weight: 600
}

.box-actions {
  padding-top: 30px
}

.box-nav>.nav>.nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf0f3
}

.box-nav>.nav>.nav-item>.btn-default {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  font-weight: 400;
  color: #2e4568;
  border-color: transparent
}

.box-nav>.nav>.nav-item>.btn-default .ico-font {
  width: 25px;
  margin-right: 15px;
  color: #9aa7b7
}

.box-nav>.nav>.nav-item>.btn-default:hover {
  color: #fff;
  font-weight: 700
}

.box-nav>.nav>.nav-item>.btn-default:hover .ico-font {
  color: #fff
}

.box-nav>.nav>.nav-item.active>.btn-default {
  border-color: #2e4568;
  color: #2e4568;
  font-weight: 700
}

.box-nav>.nav>.nav-item.active>.btn-default .ico-font {
  color: #2e4568
}

.box-nav>.nav>.nav-item.active>.btn-default:hover {
  color: #fff;
  border-color: transparent
}

.box-nav>.nav>.nav-item.active>.btn-default:hover .ico-font {
  color: #fff
}

.box-nav>.nav>.nav-item:first-of-type {
  padding-top: 0
}

.box-nav>.nav>.nav-item:last-of-type {
  padding-bottom: 0;
  border-bottom-width: 0
}

.box {
  margin-bottom: 20px;
  padding: 40px;
  background-color: #fff;
  border-radius: 6px
}

.box .box-section {
  padding: 20px;
  border: 2px solid #edf0f3;
  border-radius: 8px
}

.box .box-section+.box-section {
  margin-top: 20px
}

.box .box-section-alt {
  padding: 20px;
  background-color: #f8f9fb;
  border-style: 5px
}

.box .box-section-alt.location-wrapper {
  margin-right: -20px;
  margin-left: -20px
}

.box-sm {
  padding: 15px
}

.box.box-login {
  padding-right: 60px;
  padding-left: 60px
}

.box.box-login .box-section-alt {
  margin-right: -30px;
  margin-left: -30px
}

.box.box-order-success .box-order-success-item {
  margin-top: 20px
}

.box.box-order-success .box-order-success-item+.box-order-success-item:not(.is-from-upsell) {
  padding-top: 20px;
  border-top: 1px solid #edf0f3
}

.box.box-order-success .box-order-success-item+.box-order-success-item.is-from-upsell {
  position: relative;
  padding-left: 53px
}

.box.box-order-success .box-order-success-item+.box-order-success-item.is-from-upsell:before {
  position: absolute;
  top: -15px;
  bottom: 50%;
  left: 30px;
  content: "";
  width: 15px;
  border: 1px solid #d8d8d8;
  border-right-width: 0;
  border-top-width: 0
}

.box.box-order-success .box-actions {
  padding-bottom: 40px
}

.box.box-order-success .box-inner {
  position: relative;
  padding-bottom: 10px;
  border: 1px solid #cfdbe6;
  border-bottom-width: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px
}

.box.box-order-success .box-inner:after {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  content: "";
  height: 10px;
  background-image: url(/build/images/box-inner-triangled-finish.77eaeb99.png);
  background-repeat: repeat-x;
  background-position: 8px 0
}

.box.box-order-success .box-inner .box-inner-section {
  padding: 40px 20px 20px
}

.box.box-order-success .box-inner .box-inner-section+.box-inner-section {
  padding-top: 20px;
  border-top: 2px solid #edf0f3
}

.box.cart-summary .dropdown .dropdown-toggle {
  font-weight: 600
}

.box.cart-summary .dropdown .dropdown-toggle:after {
  margin-left: 10px;
  border-right: 2px solid #0075f2;
  border-bottom: 2px solid #0075f2
}

.box.box-success-with-actions .box-actions {
  padding-top: 0
}

.box.box-success-with-actions .box-message .box-message-icon-wrapper {
  margin-right: 25px;
  margin-left: 25px
}

.box-product-recommend {
  max-width: 100%;
  text-align: center
}

.box-product-recommend .box-product-recommend-image {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.box-product-recommend .box-product-recommend-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%
}

.box-product-recommend .box-product-recommend-image .box-product-recommend-image-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

.box-product-recommend .box-product-recommend-image .box-product-recommend-image-inner.box-product-recommend-image-dummy {
  inset: 30px;
  background-color: #fff
}

.box-product-recommend .box-product-recommend-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.box-product-recommend .box-product-recommend-title {
  max-width: 200px;
  margin: 0 auto 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: #181818
}

.box-product-recommend .box-product-recommend-title a {
  display: block;
  color: inherit;
  text-decoration: none
}

.box-product-recommend .box-product-recommend-price {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #181818
}

.box-product-showcase {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border-radius: 6px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: box-shadow .3s
}

.box-product-showcase.box-product-showcase-active {
  box-shadow: inset 0 0 0 2px #2e4568
}

.box-product-showcase.box-product-showcase-active .box-product-showcase-title {
  color: #2e4568
}

.box-product-showcase .box-product-showcase-inner {
  display: flex;
  align-items: center
}

.box-product-showcase .box-product-showcase-image {
  flex: 0 0 110px;
  max-width: 110px;
  position: relative;
  display: block;
  width: 110px;
  margin-right: 25px
}

.box-product-showcase .box-product-showcase-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%
}

.box-product-showcase .box-product-showcase-image .box-product-showcase-image-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center
}

.box-product-showcase .box-product-showcase-image .box-product-showcase-image-inner.box-product-showcase-image-dummy {
  inset: 5px
}

.box-product-showcase .box-product-showcase-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.box-product-showcase .box-product-showcase-content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.box-product-showcase .box-product-showcase-title {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  color: #181818
}

.box-product-showcase .box-product-showcase-title a {
  color: inherit;
  text-decoration: none
}

.box-product-showcase .box-product-showcase-price {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3125;
  color: #181818;
  white-space: nowrap
}

.box-product-showcase .box-product-showcase-actions {
  margin-top: 15px
}

@media only screen and (max-width: 1199px) {
  .box-product-recommend .box-product-recommend-image .box-product-recommend-image-inner.box-product-recommend-image-dummy {
      inset:15px
  }
}

@media only screen and (max-width: 991px) {
  .box.box-success-with-actions .box-message .box-message-icon-wrapper {
      margin-left:0
  }
}

@media only screen and (max-width: 767px) {
  .box {
      padding:15px
  }

  .box.box-login {
      padding-top: 30px;
      padding-bottom: 30px
  }

  .box .box-section-alt.location-wrapper {
      margin-right: -15px;
      margin-left: -15px
  }

  .box.box-success-with-actions .box-body-inner {
      display: block
  }

  .box.box-success-with-actions .box-message {
      justify-content: center;
      max-width: 280px;
      margin: 0 auto 15px
  }

  .box.box-success-with-actions .box-message .box-message-icon-wrapper {
      margin-right: 15px
  }

  .box.box-success-with-actions .box-message .box-message-icon-wrapper .ico-font {
      font-size: 32px
  }

  .box.box-success-with-actions .box-actions {
      text-align: center
  }

  .box-nav>.nav>.nav-item>.btn-default {
      margin-right: 0;
      margin-left: 0
  }

  .box-product-recommend {
      margin: 0 auto
  }
}

@media only screen and (max-width: 575px) {
  .box.box-order-success .box-order-success-item+.box-order-success-item.is-from-upsell {
      margin-top:10px;
      padding-left: 25px
  }

  .box.box-order-success .box-order-success-item+.box-order-success-item.is-from-upsell:before {
      top: -5px;
      left: 15px;
      bottom: calc(50% - 3px)
  }
}

@media only screen and (max-width: 480px) {
  .box.box-login {
      padding-right:20px;
      padding-left: 20px
  }

  .box.box-login .box-section-alt {
      margin-right: 0;
      margin-left: 0
  }

  .box-product-showcase .box-product-showcase-image {
      flex: 0 0 100px;
      max-width: 100px;
      margin-right: 15px
  }

  .box-product-showcase .box-product-showcase-actions,.box-product-showcase .box-product-showcase-actions .form-group.mt_20 {
      margin-top: 10px
  }
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0
}

_:-ms-fullscreen .features,:root .features {
  justify-content: flex-start
}

.features .feature {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  max-width: 350px;
  min-width: 210px;
  padding: 15px;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word
}

.features .feature .feature-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 700
}

.features .feature .feature-image {
  position: relative;
  padding-bottom: 20px;
  background-color: #fff
}

.features .feature .feature-image img {
  width: 150px;
  max-width: 100%;
  height: 150px;
  max-height: 100%
}

.features .feature .feature-image .feature-image-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-color: #4b5a100d;
  border-radius: 50% 60% 50% 50%/70% 70% 40% 40%;
  font-size: 0
}

.features .feature .feature-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: .025
}

.features .feature-image-shape-round img {
  border-radius: 50%
}

.features .feature-image-shape-rounded img {
  border-radius: 10px
}

.article p+p,.article .article-title+p {
  margin-top: 20px
}

.article .article-title {
  font-size: 25px;
  font-weight: 700
}

.article .article-content {
  word-break: break-word;
  word-wrap: break-word
}

.article .article-image {
  font-size: 0;
  text-align: center
}

.article .article-image .article-image-inner {
  position: relative;
  display: inline-block;
  background-color: #fff
}

.article .article-image .article-image-inner img {
  max-width: 100%;
  height: auto
}

.article .article-image .article-image-inner:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: .025
}

.article .article-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -13px;
  margin-left: -13px
}

.article .article-inner .article-content,.article .article-inner .article-image {
  position: relative;
  max-width: 100%;
  padding-right: 13px;
  padding-left: 13px
}

.article .article-inner .article-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  order: 1;
  font-size: 16px;
  line-height: 1.7em
}

.article .article-inner .article-content .article-content-link {
  margin-top: 20px;
  font-weight: 700;
  display: inline-block
}

.article .article-inner .article-image {
  flex: 0 0 50%;
  width: 50%;
  order: 2
}

.article-image-shape-rounded .article-image .article-image-inner {
  overflow: hidden;
  border-radius: 28px
}

.article-image-shape-round .article-image .article-image-inner {
  overflow: hidden;
  border-radius: 50%
}

.article-layout-1 .article-inner .article-content {
  order: 2
}

.article-layout-1 .article-inner .article-image {
  order: 1;
  flex: 0 0 50%;
  width: 50%;
  text-align: left
}

.article-layout-2 .article-inner .article-content {
  order: 1
}

.article-layout-2 .article-inner .article-image {
  order: 2;
  flex: 0 0 50%;
  width: 50%;
  text-align: right
}

.article-layout-3 .article-inner .article-content {
  order: 2
}

.article-layout-3 .article-inner .article-image {
  order: 1;
  flex: 0 0 33%;
  width: 33%;
  text-align: left
}

.article-layout-3 .article-inner .article-image img {
  max-width: 250px
}

.article-layout-4 .article-inner .article-content {
  order: 1
}

.article-layout-4 .article-inner .article-image {
  order: 2;
  flex: 0 0 33%;
  width: 33%;
  text-align: right
}

.article-layout-4 .article-inner .article-image img {
  max-width: 250px
}

@media only screen and (max-width: 991px) {
  .article .article-image .article-image-inner {
      margin:0
  }

  .article .article-inner .article-image {
      flex: 0 0 42%;
      width: 42%
  }

  .article .article-inner .article-image img {
      max-width: 100%
  }
}

@media only screen and (max-width: 575px) {
  .article p+p,.article .article-title+p {
      margin-top:10px
  }

  .article .article-title {
      font-size: 18px
  }

  .article .article-inner {
      flex-direction: column;
      text-align: center
  }

  .article .article-inner .article-image,.article .article-inner .article-content {
      flex-basis: 100%
  }

  .article .article-inner .article-image {
      order: 0;
      width: 100%;
      margin-bottom: 30px;
      text-align: center
  }

  .article .article-inner .article-image img {
      width: 290px
  }
}

.product-slider-wrapper {
  position: relative;
  z-index: 1
}

.product-slider-wrapper .tns-controls {
  position: absolute;
  top: 0;
  left: -80px;
  right: -80px
}

.product-slider-wrapper .tns-controls button[data-controls=prev],.product-slider-wrapper .tns-controls button[data-controls=next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px #00000029;
  color: #181818;
  transition: opacity .3s,color .3s
}

.product-slider-wrapper .tns-controls button[data-controls=prev]:disabled,.product-slider-wrapper .tns-controls button[data-controls=next]:disabled {
  opacity: 0
}

.product-slider-wrapper .tns-controls button[data-controls=prev]:hover,.product-slider-wrapper .tns-controls button[data-controls=next]:hover {
  color: #2e4568
}

.product-slider-wrapper .tns-controls button[data-controls=prev] {
  left: 0
}

.product-slider-wrapper .tns-controls button[data-controls=next] {
  right: 0
}

.product-slider-wrapper.bundles .tns-slide-active+.tns-slide-active .plus-icon {
  position: relative
}

.product-slider-wrapper.bundles .tns-slide-active+.tns-slide-active .plus-icon:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: -42px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fb;
  border-radius: 50%;
  font-size: 43px;
  color: #4b5a10;
  z-index: 1;
  padding: 17px;
  font-weight: 400;
  width: 55px;
  height: 55px;
  border: none
}

.product-slider-wrapper.bundles .product .product-image,.product-slider-wrapper.bundles .product .product-inner {
  overflow: visible;
  background-color: inherit
}

.product-slider-wrapper.bundles .product .product-image {
  background-color: #0000000d
}

.product-slider-wrapper.bundles .product .product-image:after {
  background: none
}

.product-slider-wrapper.bundles .product .product-title {
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px
}

.product-slider-wrapper.bundles .product .product-content {
  padding: 10px 0
}

.slider-3-element-width-fix,.slider-4-element-width-fix {
  max-width: 1112px;
  margin: 0 auto
}

.slider-2-element-width-fix {
  max-width: 1021px;
  margin: 0 auto
}

@media (min-width: 0px) {
  .product-slider-wrapper.items-per-row-2 button[data-controls=prev],.product-slider-wrapper.items-per-row-2 button[data-controls=next],.product-slider-wrapper.items-per-row-3 button[data-controls=prev],.product-slider-wrapper.items-per-row-3 button[data-controls=next],.product-slider-wrapper.items-per-row-4 button[data-controls=prev],.product-slider-wrapper.items-per-row-4 button[data-controls=next] {
      top:calc(50% - 37px)
  }
}

@media (min-width: 576px) {
  .product-slider-wrapper.items-per-row-2 button[data-controls=prev],.product-slider-wrapper.items-per-row-2 button[data-controls=next],.product-slider-wrapper.items-per-row-3 button[data-controls=prev],.product-slider-wrapper.items-per-row-3 button[data-controls=next],.product-slider-wrapper.items-per-row-4 button[data-controls=prev],.product-slider-wrapper.items-per-row-4 button[data-controls=next] {
      top:123px
  }
}

@media (min-width: 768px) {
  .product-slider-wrapper.items-per-row-2 button[data-controls=prev],.product-slider-wrapper.items-per-row-2 button[data-controls=next] {
      top:168.5px
  }

  .product-slider-wrapper.items-per-row-3 button[data-controls=prev],.product-slider-wrapper.items-per-row-3 button[data-controls=next],.product-slider-wrapper.items-per-row-4 button[data-controls=prev],.product-slider-wrapper.items-per-row-4 button[data-controls=next] {
      top: 109px
  }
}

@media (min-width: 992px) {
  .product-slider-wrapper.items-per-row-2 .tns-controls button[data-controls=prev],.product-slider-wrapper.items-per-row-2 .tns-controls button[data-controls=next] {
      top:170px
  }

  .product-slider-wrapper.items-per-row-3 .tns-controls button[data-controls=prev],.product-slider-wrapper.items-per-row-3 .tns-controls button[data-controls=next] {
      top: 149px
  }

  .product-slider-wrapper.items-per-row-4 .tns-controls button[data-controls=prev],.product-slider-wrapper.items-per-row-4 .tns-controls button[data-controls=next] {
      top: 109px
  }
}

@media (min-width: 1200px) {
  .product-slider-wrapper.items-per-row-2 .tns-controls button[data-controls=prev],.product-slider-wrapper.items-per-row-2 .tns-controls button[data-controls=next] {
      top:204px
  }

  .product-slider-wrapper.items-per-row-3 .tns-controls button[data-controls=prev],.product-slider-wrapper.items-per-row-3 .tns-controls button[data-controls=next] {
      top: 179px
  }

  .product-slider-wrapper.items-per-row-4 .tns-controls button[data-controls=prev],.product-slider-wrapper.items-per-row-4 .tns-controls button[data-controls=next] {
      top: 131px
  }
}

.shell-alignment-left .tns-slider {
  margin: auto auto auto 0
}

.shell-alignment-center .tns-slider {
  margin: 0 auto
}

.shell-alignment-right .tns-slider {
  margin: auto 0 auto auto
}

@media only screen and (max-width: 1299px) {
  .product-slider-wrapper .tns-controls {
      left:-30px;
      right: -30px
  }
}

@media only screen and (max-width: 575px) {
  .product-slider-wrapper .tns-controls {
      position:static
  }

  .product-slider-wrapper .tns-controls button[data-controls=prev],.product-slider-wrapper .tns-controls button[data-controls=next] {
      width: 30px;
      height: 30px
  }

  .product-slider-wrapper .tns-controls button[data-controls=prev] .slider-caret,.product-slider-wrapper .tns-controls button[data-controls=next] .slider-caret {
      width: 10px;
      height: 10px
  }

  .product-slider-wrapper .tns-controls button[data-controls=prev] {
      left: 5px
  }

  .product-slider-wrapper .tns-controls button[data-controls=next] {
      right: 5px
  }
}

.section-banner {
  overflow: hidden;
  min-height: 400px;
  margin: 0
}

.section-banner p,.section-banner .section-title,.section-banner .section-subtitle {
  color: #fff;
  white-space: pre-line
}

.section-banner p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.43
}

.section-banner p.edit-mode-highlighter-badge {
  margin: 0
}

.section-banner .edit-mode-highlighter {
  top: 0;
  bottom: 0
}

.section-banner .section-image {
  position: absolute;
  inset: 0;
  z-index: 1
}

.section-banner .section-image img {
  position: absolute;
  inset: -9999px;
  z-index: 1;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto
}

.section-banner .section-image .section-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: ""
}

.section-banner .section-content.text-center .section-actions>.row {
  justify-content: center
}

.section-banner .section-content.text-left .section-actions>.row {
  justify-content: flex-start
}

.section-banner .section-content.text-right .section-actions>.row {
  justify-content: flex-end
}

.section-banner .section-inner {
  position: relative;
  z-index: 2;
  width: 100%
}

.section-banner.noimage {
  min-height: 1px;
  margin-top: 70px;
  margin-bottom: 70px
}

.section-banner.noimage .section-image {
  display: none
}

.section-banner-split-layout .section-inner .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.section-banner-split-layout .section-inner .container .section-content,.section-banner-split-layout .section-inner .container .section-inner-image {
  position: relative;
  max-width: 100%
}

.section-banner-split-layout .section-inner .container .section-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  word-break: break-word;
  word-wrap: break-word
}

.section-banner-split-layout .section-inner .container .section-inner-image {
  flex: 0 0 400px;
  width: 400px;
  padding-top: 40px;
  padding-bottom: 40px
}

.section-banner-split-layout .section-inner .container .section-inner-image img {
  width: 100%;
  max-width: 400px;
  height: auto
}

.section-banner-split-layout .section-inner .container .section-inner-image-aligned-left {
  order: 1
}

.section-banner-split-layout .section-inner .container .section-inner-image-aligned-left+.section-content {
  order: 2;
  padding-left: 155px
}

.section-banner-split-layout .section-inner .container .section-inner-image-aligned-right {
  order: 2
}

.section-banner-split-layout .section-inner .container .section-inner-image-aligned-right+.section-content {
  order: 1;
  padding-right: 155px
}

.section-banner-split-layout .section-inner .container .section-inner-image-shape-desktop-square img {
  border-radius: 0
}

.section-banner-split-layout .section-inner .container .section-inner-image-shape-desktop-round img {
  border-radius: 50%
}

.section-banner-split-layout .section-inner .container .section-inner-image-shape-desktop-rounded img {
  border-radius: 28px
}

@media only screen and (min-width: 768px) {
  .section-banner.section-banner-original-dimensions .section-image img {
      top:50%;
      right: unset;
      bottom: unset;
      left: 50%;
      min-width: unset;
      min-height: unset;
      transform: translate(-50%,-50%)
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-aligned-none,.section-banner-split-layout-desktop-hidden .section-inner .container .section-inner-image {
      display: none
  }

  .section-banner-split-layout-desktop-hidden .section-inner .container .section-inner-image-aligned-left+.section-content {
      padding-left: 0
  }

  .section-banner-split-layout-desktop-hidden .section-inner .container .section-inner-image-aligned-right+.section-content {
      padding-right: 0
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .noimage p {
      margin-bottom:0
  }

  .noimage .section-title {
      margin-top: 0
  }

  .noimage .section-inner {
      padding: 0
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-aligned-left+.section-content {
      padding-left: 40px
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-aligned-right+.section-content {
      padding-right: 40px
  }
}

@media only screen and (max-width: 991px) {
  .section-banner-split-layout .section-inner .container .section-inner-image {
      flex-basis:276px;
      width: 276px;
      padding-top: 25px;
      padding-bottom: 25px
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-aligned-left+.section-content {
      padding-left: 30px
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-aligned-right+.section-content {
      padding-right: 30px
  }
}

@media only screen and (max-width: 767px) {
  .section-banner {
      min-height:486px
  }

  .section-banner.section-banner-original-dimensions-mobile .section-image img {
      top: 50%;
      right: unset;
      bottom: unset;
      left: 50%;
      min-width: unset;
      min-height: unset;
      transform: translate(-50%,-50%)
  }

  .section-banner-split-layout .section-inner .container {
      flex-direction: column
  }

  .section-banner-split-layout .section-inner .container .section-inner-image {
      text-align: center
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-aligned-left+.section-content {
      padding-left: 0
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-aligned-right+.section-content {
      padding-right: 0
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-mobile-first {
      order: 1
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-mobile-first+.section-content {
      order: 2;
      padding-right: 0;
      padding-left: 0
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-mobile-last {
      order: 2
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-mobile-last+.section-content {
      order: 1;
      padding-right: 0;
      padding-left: 0
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-mobile-none {
      display: none
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-shape-mobile-square img {
      border-radius: 0
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-shape-mobile-round img {
      border-radius: 50%
  }

  .section-banner-split-layout .section-inner .container .section-inner-image-shape-mobile-rounded img {
      border-radius: 28px
  }

  .section-banner-split-layout-mobile-hidden .section-inner .container .section-inner-image {
      display: none
  }
}

.section-services .section-actions {
  margin: 0;
  padding-top: 20px
}

.section-services .section-actions .btn-link {
  margin: 0;
  padding: 0;
  font-size: 16px
}

.section-services .shell-alignment-left .section-title {
  text-align: left
}

.section-services .shell-alignment-center .section-title {
  text-align: center
}

.section-services .shell-alignment-right .section-title {
  text-align: right
}

.section-services .shell-alignment-left .services {
  justify-content: flex-start
}

.section-services .shell-alignment-center .services {
  justify-content: center
}

.section-services .shell-alignment-right .services {
  justify-content: flex-end
}

.section-contactus {
  margin: 0;
  padding: 50px 0;
  background-color: #e1e1e133
}

.section-contactus .section-title {
  margin-top: 0
}

.section-contactus .section-actions {
  margin: 0;
  padding-left: 30px
}

.section-contactus .edit-mode-highlighter {
  top: 0;
  bottom: 0
}

@media only screen and (max-width: 991px) {
  .section-contactus .section-actions {
      padding-left:0
  }
}

@media only screen and (max-width: 767px) {
  .section-contactus .section-actions {
      margin-top:20px;
      margin-bottom: 0
  }
}

.section-featured-products .section-actions {
  margin-top: 10px;
  margin-bottom: 0
}

.section-featured-products .section-actions .btn {
  margin-top: 0;
  margin-bottom: 0
}

.section-featured-products .shell-alignment-left .section-title {
  text-align: left
}

.section-featured-products .shell-alignment-center .section-title {
  text-align: center
}

.section-featured-products .shell-alignment-right .section-title {
  text-align: right
}

.section-featured-products .shell-alignment-left .featured-products {
  justify-content: flex-start
}

.section-featured-products .shell-alignment-center .featured-products {
  justify-content: center
}

.section-featured-products .shell-alignment-right .featured-products {
  justify-content: flex-end
}

.featured-products {
  margin-top: 50px
}

@media only screen and (max-width: 575px) {
  .theme-mypos .section-featured-products .product-content,.theme-mypos .section-featured-products .product-actions {
      padding-right:0;
      padding-left: 0
  }
}

@media only screen and (max-width: 400px) {
  .section-featured-products .product {
      width:100%
  }
}

@media only screen and (min-width: 576px) {
  .section:not(.section-slider) .shell-size-2-of-4 .product,.section:not(.section-slider) .shell-size-2-of-4 .service {
      flex:0 0 50%;
      max-width: 50%
  }
}

@media only screen and (min-width: 576px) {
  .section:not(.section-slider) .shell-size-3-of-4 .product,.section:not(.section-slider) .shell-size-3-of-4 .service {
      flex:0 0 50%;
      max-width: 50%
  }
}

@media only screen and (min-width: 768px) {
  .section:not(.section-slider) .shell-size-3-of-4 .product,.section:not(.section-slider) .shell-size-3-of-4 .service {
      flex:0 0 33.33333%;
      max-width: 33.33333%
  }
}

@media only screen and (min-width: 0) {
  .section:not(.section-slider) .shell-size-4-of-4 .product,.section:not(.section-slider) .shell-size-4-of-4 .service {
      flex:0 0 50%;
      max-width: 50%
  }
}

@media only screen and (min-width: 768px) {
  .section:not(.section-slider) .shell-size-4-of-4 .product,.section:not(.section-slider) .shell-size-4-of-4 .service {
      flex:0 0 33.33333%;
      max-width: 33.33333%
  }
}

@media only screen and (min-width: 992px) {
  .section:not(.section-slider) .shell-size-4-of-4 .product,.section:not(.section-slider) .shell-size-4-of-4 .service {
      flex:0 0 25%;
      max-width: 25%
  }
}

.section-bundle-products .section-actions {
  margin-top: 10px;
  margin-bottom: 0
}

.section-bundle-products .section-actions .btn {
  margin-top: 0;
  margin-bottom: 0
}

.section-bundle-products .shell-alignment-left {
  margin-left: 0
}

.section-bundle-products .shell-alignment-left .section-title {
  text-align: left
}

.section-bundle-products .shell-alignment-right {
  margin-right: 0
}

.section-bundle-products .shell-alignment-right .section-title {
  text-align: right
}

.section-bundle-products .shell-alignment-center .section-title {
  text-align: center
}

.section-bundle-products .shell.text-alignment-left {
  text-align: left
}

.section-bundle-products .shell.text-alignment-right {
  text-align: right
}

.section-bundle-products .shell.text-alignment-center {
  text-align: center
}
