.G-container,.G-container-fluid,.G-container-lg,.G-container-md,.G-container-sm,.G-container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {
  .G-container,.G-container-sm {
    max-width:540px
  }
}

@media(min-width: 768px) {
  .G-container,.G-container-md,.G-container-sm {
    max-width:720px
  }
}

@media(min-width: 992px) {
  .G-container,.G-container-lg,.G-container-md,.G-container-sm {
    max-width:960px
  }
}

@media(min-width: 1248px) {
  .G-container,.G-container-lg,.G-container-md,.G-container-sm,.G-container-xl {
    max-width:1224px
  }
}

.G-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}

.G-no-gutters {
  margin-right: 0;
  margin-left: 0
}

.G-no-gutters>.G-col,.G-no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.G-col,.G-col-1,.G-col-2,.G-col-3,.G-col-4,.G-col-5,.G-col-6,.G-col-7,.G-col-8,.G-col-9,.G-col-10,.G-col-11,.G-col-12,.G-col-auto,.G-col-lg,.G-col-lg-1,.G-col-lg-2,.G-col-lg-3,.G-col-lg-4,.G-col-lg-5,.G-col-lg-6,.G-col-lg-7,.G-col-lg-8,.G-col-lg-9,.G-col-lg-10,.G-col-lg-11,.G-col-lg-12,.G-col-lg-auto,.G-col-md,.G-col-md-1,.G-col-md-2,.G-col-md-3,.G-col-md-4,.G-col-md-5,.G-col-md-6,.G-col-md-7,.G-col-md-8,.G-col-md-9,.G-col-md-10,.G-col-md-11,.G-col-md-12,.G-col-md-auto,.G-col-sm,.G-col-sm-1,.G-col-sm-2,.G-col-sm-3,.G-col-sm-4,.G-col-sm-5,.G-col-sm-6,.G-col-sm-7,.G-col-sm-8,.G-col-sm-9,.G-col-sm-10,.G-col-sm-11,.G-col-sm-12,.G-col-sm-auto,.G-col-xl,.G-col-xl-1,.G-col-xl-2,.G-col-xl-3,.G-col-xl-4,.G-col-xl-5,.G-col-xl-6,.G-col-xl-7,.G-col-xl-8,.G-col-xl-9,.G-col-xl-10,.G-col-xl-11,.G-col-xl-12,.G-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px
}

.G-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.G-row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.G-row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.G-row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.G-row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.G-row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.G-row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.G-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.G-col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.G-col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.G-col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.G-col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.G-col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.G-col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.G-col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.G-col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.G-col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.G-col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.G-col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.G-col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.G-order-first {
  order: -1
}

.G-order-last {
  order: 13
}

.G-order-0 {
  order: 0
}

.G-order-1 {
  order: 1
}

.G-order-2 {
  order: 2
}

.G-order-3 {
  order: 3
}

.G-order-4 {
  order: 4
}

.G-order-5 {
  order: 5
}

.G-order-6 {
  order: 6
}

.G-order-7 {
  order: 7
}

.G-order-8 {
  order: 8
}

.G-order-9 {
  order: 9
}

.G-order-10 {
  order: 10
}

.G-order-11 {
  order: 11
}

.G-order-12 {
  order: 12
}

.G-offset-1 {
  margin-left: 8.33333333%
}

.G-offset-2 {
  margin-left: 16.66666667%
}

.G-offset-3 {
  margin-left: 25%
}

.G-offset-4 {
  margin-left: 33.33333333%
}

.G-offset-5 {
  margin-left: 41.66666667%
}

.G-offset-6 {
  margin-left: 50%
}

.G-offset-7 {
  margin-left: 58.33333333%
}

.G-offset-8 {
  margin-left: 66.66666667%
}

.G-offset-9 {
  margin-left: 75%
}

.G-offset-10 {
  margin-left: 83.33333333%
}

.G-offset-11 {
  margin-left: 91.66666667%
}

@media(min-width: 576px) {
  .G-col-sm {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .G-row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .G-row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .G-row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .G-row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .G-row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .G-row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .G-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .G-col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .G-col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .G-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .G-col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .G-col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .G-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .G-col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .G-col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .G-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .G-col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .G-col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .G-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .G-order-sm-first {
    order: -1
  }

  .G-order-sm-last {
    order: 13
  }

  .G-order-sm-0 {
    order: 0
  }

  .G-order-sm-1 {
    order: 1
  }

  .G-order-sm-2 {
    order: 2
  }

  .G-order-sm-3 {
    order: 3
  }

  .G-order-sm-4 {
    order: 4
  }

  .G-order-sm-5 {
    order: 5
  }

  .G-order-sm-6 {
    order: 6
  }

  .G-order-sm-7 {
    order: 7
  }

  .G-order-sm-8 {
    order: 8
  }

  .G-order-sm-9 {
    order: 9
  }

  .G-order-sm-10 {
    order: 10
  }

  .G-order-sm-11 {
    order: 11
  }

  .G-order-sm-12 {
    order: 12
  }

  .G-offset-sm-0 {
    margin-left: 0
  }

  .G-offset-sm-1 {
    margin-left: 8.33333333%
  }

  .G-offset-sm-2 {
    margin-left: 16.66666667%
  }

  .G-offset-sm-3 {
    margin-left: 25%
  }

  .G-offset-sm-4 {
    margin-left: 33.33333333%
  }

  .G-offset-sm-5 {
    margin-left: 41.66666667%
  }

  .G-offset-sm-6 {
    margin-left: 50%
  }

  .G-offset-sm-7 {
    margin-left: 58.33333333%
  }

  .G-offset-sm-8 {
    margin-left: 66.66666667%
  }

  .G-offset-sm-9 {
    margin-left: 75%
  }

  .G-offset-sm-10 {
    margin-left: 83.33333333%
  }

  .G-offset-sm-11 {
    margin-left: 91.66666667%
  }
}

@media(min-width: 768px) {
  .G-col-md {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .G-row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .G-row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .G-row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .G-row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .G-row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .G-row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .G-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .G-col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .G-col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .G-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .G-col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .G-col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .G-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .G-col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .G-col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .G-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .G-col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .G-col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .G-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .G-order-md-first {
    order: -1
  }

  .G-order-md-last {
    order: 13
  }

  .G-order-md-0 {
    order: 0
  }

  .G-order-md-1 {
    order: 1
  }

  .G-order-md-2 {
    order: 2
  }

  .G-order-md-3 {
    order: 3
  }

  .G-order-md-4 {
    order: 4
  }

  .G-order-md-5 {
    order: 5
  }

  .G-order-md-6 {
    order: 6
  }

  .G-order-md-7 {
    order: 7
  }

  .G-order-md-8 {
    order: 8
  }

  .G-order-md-9 {
    order: 9
  }

  .G-order-md-10 {
    order: 10
  }

  .G-order-md-11 {
    order: 11
  }

  .G-order-md-12 {
    order: 12
  }

  .G-offset-md-0 {
    margin-left: 0
  }

  .G-offset-md-1 {
    margin-left: 8.33333333%
  }

  .G-offset-md-2 {
    margin-left: 16.66666667%
  }

  .G-offset-md-3 {
    margin-left: 25%
  }

  .G-offset-md-4 {
    margin-left: 33.33333333%
  }

  .G-offset-md-5 {
    margin-left: 41.66666667%
  }

  .G-offset-md-6 {
    margin-left: 50%
  }

  .G-offset-md-7 {
    margin-left: 58.33333333%
  }

  .G-offset-md-8 {
    margin-left: 66.66666667%
  }

  .G-offset-md-9 {
    margin-left: 75%
  }

  .G-offset-md-10 {
    margin-left: 83.33333333%
  }

  .G-offset-md-11 {
    margin-left: 91.66666667%
  }
}

@media(min-width: 992px) {
  .G-col-lg {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .G-row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .G-row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .G-row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .G-row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .G-row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .G-row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .G-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .G-col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .G-col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .G-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .G-col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .G-col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .G-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .G-col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .G-col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .G-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .G-col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .G-col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .G-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .G-order-lg-first {
    order: -1
  }

  .G-order-lg-last {
    order: 13
  }

  .G-order-lg-0 {
    order: 0
  }

  .G-order-lg-1 {
    order: 1
  }

  .G-order-lg-2 {
    order: 2
  }

  .G-order-lg-3 {
    order: 3
  }

  .G-order-lg-4 {
    order: 4
  }

  .G-order-lg-5 {
    order: 5
  }

  .G-order-lg-6 {
    order: 6
  }

  .G-order-lg-7 {
    order: 7
  }

  .G-order-lg-8 {
    order: 8
  }

  .G-order-lg-9 {
    order: 9
  }

  .G-order-lg-10 {
    order: 10
  }

  .G-order-lg-11 {
    order: 11
  }

  .G-order-lg-12 {
    order: 12
  }

  .G-offset-lg-0 {
    margin-left: 0
  }

  .G-offset-lg-1 {
    margin-left: 8.33333333%
  }

  .G-offset-lg-2 {
    margin-left: 16.66666667%
  }

  .G-offset-lg-3 {
    margin-left: 25%
  }

  .G-offset-lg-4 {
    margin-left: 33.33333333%
  }

  .G-offset-lg-5 {
    margin-left: 41.66666667%
  }

  .G-offset-lg-6 {
    margin-left: 50%
  }

  .G-offset-lg-7 {
    margin-left: 58.33333333%
  }

  .G-offset-lg-8 {
    margin-left: 66.66666667%
  }

  .G-offset-lg-9 {
    margin-left: 75%
  }

  .G-offset-lg-10 {
    margin-left: 83.33333333%
  }

  .G-offset-lg-11 {
    margin-left: 91.66666667%
  }
}

@media(min-width: 1248px) {
  .G-col-xl {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .G-row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .G-row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .G-row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .G-row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .G-row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .G-row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .G-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .G-col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .G-col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .G-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .G-col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .G-col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .G-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .G-col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .G-col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .G-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .G-col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .G-col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .G-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .G-order-xl-first {
    order: -1
  }

  .G-order-xl-last {
    order: 13
  }

  .G-order-xl-0 {
    order: 0
  }

  .G-order-xl-1 {
    order: 1
  }

  .G-order-xl-2 {
    order: 2
  }

  .G-order-xl-3 {
    order: 3
  }

  .G-order-xl-4 {
    order: 4
  }

  .G-order-xl-5 {
    order: 5
  }

  .G-order-xl-6 {
    order: 6
  }

  .G-order-xl-7 {
    order: 7
  }

  .G-order-xl-8 {
    order: 8
  }

  .G-order-xl-9 {
    order: 9
  }

  .G-order-xl-10 {
    order: 10
  }

  .G-order-xl-11 {
    order: 11
  }

  .G-order-xl-12 {
    order: 12
  }

  .G-offset-xl-0 {
    margin-left: 0
  }

  .G-offset-xl-1 {
    margin-left: 8.33333333%
  }

  .G-offset-xl-2 {
    margin-left: 16.66666667%
  }

  .G-offset-xl-3 {
    margin-left: 25%
  }

  .G-offset-xl-4 {
    margin-left: 33.33333333%
  }

  .G-offset-xl-5 {
    margin-left: 41.66666667%
  }

  .G-offset-xl-6 {
    margin-left: 50%
  }

  .G-offset-xl-7 {
    margin-left: 58.33333333%
  }

  .G-offset-xl-8 {
    margin-left: 66.66666667%
  }

  .G-offset-xl-9 {
    margin-left: 75%
  }

  .G-offset-xl-10 {
    margin-left: 83.33333333%
  }

  .G-offset-xl-11 {
    margin-left: 91.66666667%
  }
}

.U-color-color-1 {
  color: var(--color-color-1)!important
}

.U-fill-color-1 {
  fill: var(--color-color-1)!important
}

.U-stroke-color-1 {
  stroke: var(--color-color-1)!important
}

.U-background-color-1 {
  background: var(--color-color-1)!important
}

.U-color-color-2 {
  color: var(--color-color-2)!important
}

.U-fill-color-2 {
  fill: var(--color-color-2)!important
}

.U-stroke-color-2 {
  stroke: var(--color-color-2)!important
}

.U-background-color-2 {
  background: var(--color-color-2)!important
}

.U-color-color-3 {
  color: var(--color-color-3)!important
}

.U-fill-color-3 {
  fill: var(--color-color-3)!important
}

.U-stroke-color-3 {
  stroke: var(--color-color-3)!important
}

.U-background-color-3 {
  background: var(--color-color-3)!important
}

.U-color-color-4 {
  color: var(--color-color-4)!important
}

.U-fill-color-4 {
  fill: var(--color-color-4)!important
}

.U-stroke-color-4 {
  stroke: var(--color-color-4)!important
}

.U-background-color-4 {
  background: var(--color-color-4)!important
}

.U-color-bg-color-1 {
  color: var(--color-bg-color-1)!important
}

.U-fill-bg-color-1 {
  fill: var(--color-bg-color-1)!important
}

.U-stroke-bg-color-1 {
  stroke: var(--color-bg-color-1)!important
}

.U-background-bg-color-1 {
  background: var(--color-bg-color-1)!important
}

.U-color-bg-color-2 {
  color: var(--color-bg-color-2)!important
}

.U-fill-bg-color-2 {
  fill: var(--color-bg-color-2)!important
}

.U-stroke-bg-color-2 {
  stroke: var(--color-bg-color-2)!important
}

.U-background-bg-color-2 {
  background: var(--color-bg-color-2)!important
}

.U-color-bg-color-3 {
  color: var(--color-bg-color-3)!important
}

.U-fill-bg-color-3 {
  fill: var(--color-bg-color-3)!important
}

.U-stroke-bg-color-3 {
  stroke: var(--color-bg-color-3)!important
}

.U-background-bg-color-3 {
  background: var(--color-bg-color-3)!important
}

.U-color-bg-color-4 {
  color: var(--color-bg-color-4)!important
}

.U-fill-bg-color-4 {
  fill: var(--color-bg-color-4)!important
}

.U-stroke-bg-color-4 {
  stroke: var(--color-bg-color-4)!important
}

.U-background-bg-color-4 {
  background: var(--color-bg-color-4)!important
}

.U-color-bg-color-5 {
  color: var(--color-bg-color-5)!important
}

.U-fill-bg-color-5 {
  fill: var(--color-bg-color-5)!important
}

.U-stroke-bg-color-5 {
  stroke: var(--color-bg-color-5)!important
}

.U-background-bg-color-5 {
  background: var(--color-bg-color-5)!important
}

.U-color-grey-1 {
  color: var(--color-grey-1)!important
}

.U-fill-grey-1 {
  fill: var(--color-grey-1)!important
}

.U-stroke-grey-1 {
  stroke: var(--color-grey-1)!important
}

.U-background-grey-1 {
  background: var(--color-grey-1)!important
}

.U-color-grey-2 {
  color: var(--color-grey-2)!important
}

.U-fill-grey-2 {
  fill: var(--color-grey-2)!important
}

.U-stroke-grey-2 {
  stroke: var(--color-grey-2)!important
}

.U-background-grey-2 {
  background: var(--color-grey-2)!important
}

.U-color-grey-3 {
  color: var(--color-grey-3)!important
}

.U-fill-grey-3 {
  fill: var(--color-grey-3)!important
}

.U-stroke-grey-3 {
  stroke: var(--color-grey-3)!important
}

.U-background-grey-3 {
  background: var(--color-grey-3)!important
}

.U-color-text-1 {
  color: var(--color-text-1)!important
}

.U-fill-text-1 {
  fill: var(--color-text-1)!important
}

.U-stroke-text-1 {
  stroke: var(--color-text-1)!important
}

.U-background-text-1 {
  background: var(--color-text-1)!important
}

.U-color-text-2 {
  color: var(--color-text-2)!important
}

.U-fill-text-2 {
  fill: var(--color-text-2)!important
}

.U-stroke-text-2 {
  stroke: var(--color-text-2)!important
}

.U-background-text-2 {
  background: var(--color-text-2)!important
}

.U-color-text-3 {
  color: var(--color-text-3)!important
}

.U-fill-text-3 {
  fill: var(--color-text-3)!important
}

.U-stroke-text-3 {
  stroke: var(--color-text-3)!important
}

.U-background-text-3 {
  background: var(--color-text-3)!important
}

.U-color-link-1 {
  color: var(--color-link-1)!important
}

.U-fill-link-1 {
  fill: var(--color-link-1)!important
}

.U-stroke-link-1 {
  stroke: var(--color-link-1)!important
}

.U-background-link-1 {
  background: var(--color-link-1)!important
}

.U-color-link-2 {
  color: var(--color-link-2)!important
}

.U-fill-link-2 {
  fill: var(--color-link-2)!important
}

.U-stroke-link-2 {
  stroke: var(--color-link-2)!important
}

.U-background-link-2 {
  background: var(--color-link-2)!important
}

.U-color-white {
  color: var(--color-white)!important
}

.U-fill-white {
  fill: var(--color-white)!important
}

.U-stroke-white {
  stroke: var(--color-white)!important
}

.U-background-white {
  background: var(--color-white)!important
}

.U-color-black {
  color: var(--color-black)!important
}

.U-fill-black {
  fill: var(--color-black)!important
}

.U-stroke-black {
  stroke: var(--color-black)!important
}

.U-background-black {
  background: var(--color-black)!important
}

.U-color-total-package {
  color: var(--color-total-package)!important
}

.U-fill-total-package {
  fill: var(--color-total-package)!important
}

.U-stroke-total-package {
  stroke: var(--color-total-package)!important
}

.U-background-total-package {
  background: var(--color-total-package)!important
}

.U-color-facebook {
  color: var(--color-facebook)!important
}

.U-fill-facebook {
  fill: var(--color-facebook)!important
}

.U-stroke-facebook {
  stroke: var(--color-facebook)!important
}

.U-background-facebook {
  background: var(--color-facebook)!important
}

.U-color-twitter {
  color: var(--color-twitter)!important
}

.U-fill-twitter {
  fill: var(--color-twitter)!important
}

.U-stroke-twitter {
  stroke: var(--color-twitter)!important
}

.U-background-twitter {
  background: var(--color-twitter)!important
}

.U-color-instagram {
  color: var(--color-instagram)!important
}

.U-fill-instagram {
  fill: var(--color-instagram)!important
}

.U-stroke-instagram {
  stroke: var(--color-instagram)!important
}

.U-background-instagram {
  background: var(--color-instagram)!important
}

.U-color-content-marketing {
  color: var(--color-content-marketing)!important
}

.U-fill-content-marketing {
  fill: var(--color-content-marketing)!important
}

.U-stroke-content-marketing {
  stroke: var(--color-content-marketing)!important
}

.U-background-content-marketing {
  background: var(--color-content-marketing)!important
}

.U-color-error {
  color: var(--color-error)!important
}

.U-fill-error {
  fill: var(--color-error)!important
}

.U-stroke-error {
  stroke: var(--color-error)!important
}

.U-background-error {
  background: var(--color-error)!important
}

.U-text-left {
  text-align: left!important
}

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

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

@media(min-width: 576px) {
  .U-text-sm-left {
    text-align:left!important
  }

  .U-text-sm-right {
    text-align: right!important
  }

  .U-text-sm-center {
    text-align: center!important
  }
}

@media(min-width: 768px) {
  .U-text-md-left {
    text-align:left!important
  }

  .U-text-md-right {
    text-align: right!important
  }

  .U-text-md-center {
    text-align: center!important
  }
}

@media(min-width: 992px) {
  .U-text-lg-left {
    text-align:left!important
  }

  .U-text-lg-right {
    text-align: right!important
  }

  .U-text-lg-center {
    text-align: center!important
  }
}

@media(min-width: 1248px) {
  .U-text-xl-left {
    text-align:left!important
  }

  .U-text-xl-right {
    text-align: right!important
  }

  .U-text-xl-center {
    text-align: center!important
  }
}

.U-text-capitalize {
  text-transform: capitalize
}

.U-text-uppercase {
  text-transform: uppercase
}

.U-font-primary {
  font-family: var(--font-family-primary)
}

.U-font-secondary {
  font-family: var(--font-family-secondary)
}

.U-flex-row {
  flex-direction: row!important
}

.U-flex-column {
  flex-direction: column!important
}

.U-flex-row-reverse {
  flex-direction: row-reverse!important
}

.U-flex-column-reverse {
  flex-direction: column-reverse!important
}

.U-flex-wrap {
  flex-wrap: wrap!important
}

.U-flex-nowrap {
  flex-wrap: nowrap!important
}

.U-flex-wrap-reverse {
  flex-wrap: wrap-reverse!important
}

.U-flex-fill {
  flex: 1 1 auto!important
}

.U-flex-grow-0 {
  flex-grow: 0!important
}

.U-flex-grow-1 {
  flex-grow: 1!important
}

.U-flex-shrink-0 {
  flex-shrink: 0!important
}

.U-flex-shrink-1 {
  flex-shrink: 1!important
}

.U-justify-content-start {
  justify-content: flex-start!important
}

.U-justify-content-end {
  justify-content: flex-end!important
}

.U-justify-content-center {
  justify-content: center!important
}

.U-justify-content-between {
  justify-content: space-between!important
}

.U-justify-content-around {
  justify-content: space-around!important
}

.U-align-items-start {
  align-items: flex-start!important
}

.U-align-items-end {
  align-items: flex-end!important
}

.U-align-items-center {
  align-items: center!important
}

.U-align-items-baseline {
  align-items: baseline!important
}

.U-align-items-stretch {
  align-items: stretch!important
}

.U-align-content-start {
  align-content: flex-start!important
}

.U-align-content-end {
  align-content: flex-end!important
}

.U-align-content-center {
  align-content: center!important
}

.U-align-content-between {
  align-content: space-between!important
}

.U-align-content-around {
  align-content: space-around!important
}

.U-align-content-stretch {
  align-content: stretch!important
}

.U-align-self-auto {
  align-self: auto!important
}

.U-align-self-start {
  align-self: flex-start!important
}

.U-align-self-end {
  align-self: flex-end!important
}

.U-align-self-center {
  align-self: center!important
}

.U-align-self-baseline {
  align-self: baseline!important
}

.U-align-self-stretch {
  align-self: stretch!important
}

@media(min-width: 576px) {
  .U-flex-sm-row {
    flex-direction:row!important
  }

  .U-flex-sm-column {
    flex-direction: column!important
  }

  .U-flex-sm-row-reverse {
    flex-direction: row-reverse!important
  }

  .U-flex-sm-column-reverse {
    flex-direction: column-reverse!important
  }

  .U-flex-sm-wrap {
    flex-wrap: wrap!important
  }

  .U-flex-sm-nowrap {
    flex-wrap: nowrap!important
  }

  .U-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }

  .U-flex-sm-fill {
    flex: 1 1 auto!important
  }

  .U-flex-sm-grow-0 {
    flex-grow: 0!important
  }

  .U-flex-sm-grow-1 {
    flex-grow: 1!important
  }

  .U-flex-sm-shrink-0 {
    flex-shrink: 0!important
  }

  .U-flex-sm-shrink-1 {
    flex-shrink: 1!important
  }

  .U-justify-content-sm-start {
    justify-content: flex-start!important
  }

  .U-justify-content-sm-end {
    justify-content: flex-end!important
  }

  .U-justify-content-sm-center {
    justify-content: center!important
  }

  .U-justify-content-sm-between {
    justify-content: space-between!important
  }

  .U-justify-content-sm-around {
    justify-content: space-around!important
  }

  .U-align-items-sm-start {
    align-items: flex-start!important
  }

  .U-align-items-sm-end {
    align-items: flex-end!important
  }

  .U-align-items-sm-center {
    align-items: center!important
  }

  .U-align-items-sm-baseline {
    align-items: baseline!important
  }

  .U-align-items-sm-stretch {
    align-items: stretch!important
  }

  .U-align-content-sm-start {
    align-content: flex-start!important
  }

  .U-align-content-sm-end {
    align-content: flex-end!important
  }

  .U-align-content-sm-center {
    align-content: center!important
  }

  .U-align-content-sm-between {
    align-content: space-between!important
  }

  .U-align-content-sm-around {
    align-content: space-around!important
  }

  .U-align-content-sm-stretch {
    align-content: stretch!important
  }

  .U-align-self-sm-auto {
    align-self: auto!important
  }

  .U-align-self-sm-start {
    align-self: flex-start!important
  }

  .U-align-self-sm-end {
    align-self: flex-end!important
  }

  .U-align-self-sm-center {
    align-self: center!important
  }

  .U-align-self-sm-baseline {
    align-self: baseline!important
  }

  .U-align-self-sm-stretch {
    align-self: stretch!important
  }
}

@media(min-width: 768px) {
  .U-flex-md-row {
    flex-direction:row!important
  }

  .U-flex-md-column {
    flex-direction: column!important
  }

  .U-flex-md-row-reverse {
    flex-direction: row-reverse!important
  }

  .U-flex-md-column-reverse {
    flex-direction: column-reverse!important
  }

  .U-flex-md-wrap {
    flex-wrap: wrap!important
  }

  .U-flex-md-nowrap {
    flex-wrap: nowrap!important
  }

  .U-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }

  .U-flex-md-fill {
    flex: 1 1 auto!important
  }

  .U-flex-md-grow-0 {
    flex-grow: 0!important
  }

  .U-flex-md-grow-1 {
    flex-grow: 1!important
  }

  .U-flex-md-shrink-0 {
    flex-shrink: 0!important
  }

  .U-flex-md-shrink-1 {
    flex-shrink: 1!important
  }

  .U-justify-content-md-start {
    justify-content: flex-start!important
  }

  .U-justify-content-md-end {
    justify-content: flex-end!important
  }

  .U-justify-content-md-center {
    justify-content: center!important
  }

  .U-justify-content-md-between {
    justify-content: space-between!important
  }

  .U-justify-content-md-around {
    justify-content: space-around!important
  }

  .U-align-items-md-start {
    align-items: flex-start!important
  }

  .U-align-items-md-end {
    align-items: flex-end!important
  }

  .U-align-items-md-center {
    align-items: center!important
  }

  .U-align-items-md-baseline {
    align-items: baseline!important
  }

  .U-align-items-md-stretch {
    align-items: stretch!important
  }

  .U-align-content-md-start {
    align-content: flex-start!important
  }

  .U-align-content-md-end {
    align-content: flex-end!important
  }

  .U-align-content-md-center {
    align-content: center!important
  }

  .U-align-content-md-between {
    align-content: space-between!important
  }

  .U-align-content-md-around {
    align-content: space-around!important
  }

  .U-align-content-md-stretch {
    align-content: stretch!important
  }

  .U-align-self-md-auto {
    align-self: auto!important
  }

  .U-align-self-md-start {
    align-self: flex-start!important
  }

  .U-align-self-md-end {
    align-self: flex-end!important
  }

  .U-align-self-md-center {
    align-self: center!important
  }

  .U-align-self-md-baseline {
    align-self: baseline!important
  }

  .U-align-self-md-stretch {
    align-self: stretch!important
  }
}

@media(min-width: 992px) {
  .U-flex-lg-row {
    flex-direction:row!important
  }

  .U-flex-lg-column {
    flex-direction: column!important
  }

  .U-flex-lg-row-reverse {
    flex-direction: row-reverse!important
  }

  .U-flex-lg-column-reverse {
    flex-direction: column-reverse!important
  }

  .U-flex-lg-wrap {
    flex-wrap: wrap!important
  }

  .U-flex-lg-nowrap {
    flex-wrap: nowrap!important
  }

  .U-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }

  .U-flex-lg-fill {
    flex: 1 1 auto!important
  }

  .U-flex-lg-grow-0 {
    flex-grow: 0!important
  }

  .U-flex-lg-grow-1 {
    flex-grow: 1!important
  }

  .U-flex-lg-shrink-0 {
    flex-shrink: 0!important
  }

  .U-flex-lg-shrink-1 {
    flex-shrink: 1!important
  }

  .U-justify-content-lg-start {
    justify-content: flex-start!important
  }

  .U-justify-content-lg-end {
    justify-content: flex-end!important
  }

  .U-justify-content-lg-center {
    justify-content: center!important
  }

  .U-justify-content-lg-between {
    justify-content: space-between!important
  }

  .U-justify-content-lg-around {
    justify-content: space-around!important
  }

  .U-align-items-lg-start {
    align-items: flex-start!important
  }

  .U-align-items-lg-end {
    align-items: flex-end!important
  }

  .U-align-items-lg-center {
    align-items: center!important
  }

  .U-align-items-lg-baseline {
    align-items: baseline!important
  }

  .U-align-items-lg-stretch {
    align-items: stretch!important
  }

  .U-align-content-lg-start {
    align-content: flex-start!important
  }

  .U-align-content-lg-end {
    align-content: flex-end!important
  }

  .U-align-content-lg-center {
    align-content: center!important
  }

  .U-align-content-lg-between {
    align-content: space-between!important
  }

  .U-align-content-lg-around {
    align-content: space-around!important
  }

  .U-align-content-lg-stretch {
    align-content: stretch!important
  }

  .U-align-self-lg-auto {
    align-self: auto!important
  }

  .U-align-self-lg-start {
    align-self: flex-start!important
  }

  .U-align-self-lg-end {
    align-self: flex-end!important
  }

  .U-align-self-lg-center {
    align-self: center!important
  }

  .U-align-self-lg-baseline {
    align-self: baseline!important
  }

  .U-align-self-lg-stretch {
    align-self: stretch!important
  }
}

@media(min-width: 1248px) {
  .U-flex-xl-row {
    flex-direction:row!important
  }

  .U-flex-xl-column {
    flex-direction: column!important
  }

  .U-flex-xl-row-reverse {
    flex-direction: row-reverse!important
  }

  .U-flex-xl-column-reverse {
    flex-direction: column-reverse!important
  }

  .U-flex-xl-wrap {
    flex-wrap: wrap!important
  }

  .U-flex-xl-nowrap {
    flex-wrap: nowrap!important
  }

  .U-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }

  .U-flex-xl-fill {
    flex: 1 1 auto!important
  }

  .U-flex-xl-grow-0 {
    flex-grow: 0!important
  }

  .U-flex-xl-grow-1 {
    flex-grow: 1!important
  }

  .U-flex-xl-shrink-0 {
    flex-shrink: 0!important
  }

  .U-flex-xl-shrink-1 {
    flex-shrink: 1!important
  }

  .U-justify-content-xl-start {
    justify-content: flex-start!important
  }

  .U-justify-content-xl-end {
    justify-content: flex-end!important
  }

  .U-justify-content-xl-center {
    justify-content: center!important
  }

  .U-justify-content-xl-between {
    justify-content: space-between!important
  }

  .U-justify-content-xl-around {
    justify-content: space-around!important
  }

  .U-align-items-xl-start {
    align-items: flex-start!important
  }

  .U-align-items-xl-end {
    align-items: flex-end!important
  }

  .U-align-items-xl-center {
    align-items: center!important
  }

  .U-align-items-xl-baseline {
    align-items: baseline!important
  }

  .U-align-items-xl-stretch {
    align-items: stretch!important
  }

  .U-align-content-xl-start {
    align-content: flex-start!important
  }

  .U-align-content-xl-end {
    align-content: flex-end!important
  }

  .U-align-content-xl-center {
    align-content: center!important
  }

  .U-align-content-xl-between {
    align-content: space-between!important
  }

  .U-align-content-xl-around {
    align-content: space-around!important
  }

  .U-align-content-xl-stretch {
    align-content: stretch!important
  }

  .U-align-self-xl-auto {
    align-self: auto!important
  }

  .U-align-self-xl-start {
    align-self: flex-start!important
  }

  .U-align-self-xl-end {
    align-self: flex-end!important
  }

  .U-align-self-xl-center {
    align-self: center!important
  }

  .U-align-self-xl-baseline {
    align-self: baseline!important
  }

  .U-align-self-xl-stretch {
    align-self: stretch!important
  }
}

.U-display-none {
  display: none!important
}

.U-display-inline {
  display: inline!important
}

.U-display-inline-block {
  display: inline-block!important
}

.U-display-block {
  display: block!important
}

.U-display-table {
  display: table!important
}

.U-display-table-row {
  display: table-row!important
}

.U-display-table-cell {
  display: table-cell!important
}

.U-display-flex {
  display: flex!important
}

.U-display-inline-flex {
  display: inline-flex!important
}

@media(min-width: 576px) {
  .U-display-sm-none {
    display:none!important
  }

  .U-display-sm-inline {
    display: inline!important
  }

  .U-display-sm-inline-block {
    display: inline-block!important
  }

  .U-display-sm-block {
    display: block!important
  }

  .U-display-sm-table {
    display: table!important
  }

  .U-display-sm-table-row {
    display: table-row!important
  }

  .U-display-sm-table-cell {
    display: table-cell!important
  }

  .U-display-sm-flex {
    display: flex!important
  }

  .U-display-sm-inline-flex {
    display: inline-flex!important
  }
}

@media(min-width: 768px) {
  .U-display-md-none {
    display:none!important
  }

  .U-display-md-inline {
    display: inline!important
  }

  .U-display-md-inline-block {
    display: inline-block!important
  }

  .U-display-md-block {
    display: block!important
  }

  .U-display-md-table {
    display: table!important
  }

  .U-display-md-table-row {
    display: table-row!important
  }

  .U-display-md-table-cell {
    display: table-cell!important
  }

  .U-display-md-flex {
    display: flex!important
  }

  .U-display-md-inline-flex {
    display: inline-flex!important
  }
}

@media(min-width: 992px) {
  .U-display-lg-none {
    display:none!important
  }

  .U-display-lg-inline {
    display: inline!important
  }

  .U-display-lg-inline-block {
    display: inline-block!important
  }

  .U-display-lg-block {
    display: block!important
  }

  .U-display-lg-table {
    display: table!important
  }

  .U-display-lg-table-row {
    display: table-row!important
  }

  .U-display-lg-table-cell {
    display: table-cell!important
  }

  .U-display-lg-flex {
    display: flex!important
  }

  .U-display-lg-inline-flex {
    display: inline-flex!important
  }
}

@media(min-width: 1248px) {
  .U-display-xl-none {
    display:none!important
  }

  .U-display-xl-inline {
    display: inline!important
  }

  .U-display-xl-inline-block {
    display: inline-block!important
  }

  .U-display-xl-block {
    display: block!important
  }

  .U-display-xl-table {
    display: table!important
  }

  .U-display-xl-table-row {
    display: table-row!important
  }

  .U-display-xl-table-cell {
    display: table-cell!important
  }

  .U-display-xl-flex {
    display: flex!important
  }

  .U-display-xl-inline-flex {
    display: inline-flex!important
  }
}

.U-display-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
}

@media print {
  .U-display-print-none {
    display: none!important
  }

  .U-display-print-inline {
    display: inline!important
  }

  .U-display-print-inline-block {
    display: inline-block!important
  }

  .U-display-print-block {
    display: block!important
  }

  .U-display-print-table {
    display: table!important
  }

  .U-display-print-table-row {
    display: table-row!important
  }

  .U-display-print-table-cell {
    display: table-cell!important
  }

  .U-display-print-flex {
    display: flex!important
  }

  .U-display-print-inline-flex {
    display: inline-flex!important
  }
}

.U-position-static {
  position: static
}

.U-position-relative {
  position: relative
}

.U-h-100 {
  height: 100%
}

.U-w-100 {
  width: 100%
}

.U-overflow-hidden {
  overflow: hidden
}

.U-no-scroll {
  overflow-y: scroll!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%
}

.U-float-left {
  float: left!important
}

.U-float-right {
  float: right!important
}

.U-float-none {
  float: none!important
}

@media(min-width: 576px) {
  .U-float-sm-left {
    float:left!important
  }

  .U-float-sm-right {
    float: right!important
  }

  .U-float-sm-none {
    float: none!important
  }
}

@media(min-width: 768px) {
  .U-float-md-left {
    float:left!important
  }

  .U-float-md-right {
    float: right!important
  }

  .U-float-md-none {
    float: none!important
  }
}

@media(min-width: 992px) {
  .U-float-lg-left {
    float:left!important
  }

  .U-float-lg-right {
    float: right!important
  }

  .U-float-lg-none {
    float: none!important
  }
}

@media(min-width: 1248px) {
  .U-float-xl-left {
    float:left!important
  }

  .U-float-xl-right {
    float: right!important
  }

  .U-float-xl-none {
    float: none!important
  }
}

.C-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.C-button--size-default .C-button__icon:first-child svg,.C-button--size-default .C-button__icon:last-child svg,.C-button--size-large .C-button__icon:first-child svg,.C-button--size-large .C-button__icon:last-child svg,.C-button--size-small .C-button__icon:first-child svg,.C-button--size-small .C-button__icon:last-child svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0
}

.C-button {
  font-family: var(--font-family-system);
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: background .15s,color .15s
}

.C-button--primary {
  background: var(--color-color-1)
}

.C-button--primary,.C-button--primary:hover {
  color: var(--color-color-1-contrast);
  fill: var(--color-color-1-contrast)
}

.C-button--primary:hover {
  background: var(--color-color-1-hover)
}

.C-button--secondary {
  background: var(--color-color-2)
}

.C-button--secondary,.C-button--secondary:hover {
  color: var(--color-color-2-contrast);
  fill: var(--color-color-2-contrast)
}

.C-button--secondary:hover {
  background: var(--color-color-2-hover)
}

.C-button--tertiary {
  background: var(--color-color-3)
}

.C-button--tertiary,.C-button--tertiary:hover {
  color: var(--color-color-3-contrast);
  fill: var(--color-color-3-contrast)
}

.C-button--tertiary:hover {
  background: var(--color-color-3-hover)
}

.C-button--grey {
  background: var(--color-grey-2)
}

.C-button--grey,.C-button--grey:hover {
  color: var(--color-black);
  fill: var(--color-black)
}

.C-button--grey:hover {
  background: var(--color-grey-2-hover)
}

.C-button--size-default {
  width: 170px;
  padding: 14px 15px;
  max-width: 100%
}

.C-button--size-small {
  width: 128px;
  padding: 10px 15px;
  max-width: 100%
}

.C-button--size-large {
  width: 200px;
  padding: 18px 15px;
  font-size: 14px;
  max-width: 100%
}

.C-button__content {
  display: inline-block
}

.C-button__icon {
  display: block
}

.C-button--size-auto .C-button__icon:first-child {
  display: inline-block;
  margin: 0 5px 0 0
}

.C-button--size-auto .C-button__icon:last-child {
  display: inline-block;
  margin: 0 0 0 5px
}

.C-button--size-default .C-button__icon:last-child svg,.C-button--size-large .C-button__icon:last-child svg,.C-button--size-small .C-button__icon:last-child svg {
  right: 16px
}

.C-button--size-default .C-button__icon:first-child svg,.C-button--size-large .C-button__icon:first-child svg,.C-button--size-small .C-button__icon:first-child svg {
  left: 16px
}

.C-dropdown {
  position: relative
}

.C-dropdown__trigger-wrapper {
  max-width: 100%
}

.C-dropdown__trigger-wrapper .C-button__icon {
  transition: transform .3s ease-in-out
}

.C-dropdown--trigger-icon-rotate .C-dropdown__trigger-wrapper .C-button__icon {
  transform: rotate(180deg)
}

.C-dropdown .C-button {
  max-width: 100%
}

.C-dropdown .C-dropdown__trigger-wrapper .C-button__content {
  max-width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle
}

.C-dropdown--size-default {
  width: 140px;
  height: 32px
}

@media(max-width: 575.98px) {
  .C-dropdown--size-default {
    width:155px
  }
}

.C-dropdown--size-small {
  width: 80px;
  height: 32px
}

.C-dropdown-content,.C-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 4px 4px 20px 0 rgba(0,0,0,.2);
  z-index: 10;
  overflow: hidden;
  min-width: 100%
}

.C-dropdown-menu {
  width: 200px;
  padding: 25px
}

.C-dropdown-menu__item>a,.C-dropdown-menu__item>span {
  font-family: var(--font-family-primary);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px
}

.C-dropdown-menu__item a:hover {
  font-weight: 700
}

.C-dropdown-animation-fade-up-enter-active,.C-dropdown-animation-fade-up-leave-active {
  transition: all .3s ease-in-out
}

.C-dropdown-animation-fade-up-enter,.C-dropdown-animation-fade-up-leave-to {
  opacity: 0;
  transform: translateX(-50%) translateY(8px)
}

.C-form-input {
  position: relative;
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-weight: 400;
  width: 435px;
  height: 44px;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 100px;
  background: var(--color-white);
  padding: 14px;
  color: var(--color-grey-1)
}

.C-form-input::-webkit-input-placeholder {
  color: inherit
}

.C-form-input:-moz-placeholder,.C-form-input::-moz-placeholder {
  color: inherit
}

.C-form-input:-ms-input-placeholder {
  color: inherit
}

.C-form-input--invalid {
  background: #fde6ee!important
}

.C-form-input+.C-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px
}

.C-form-select__content {
  width: 195px;
  min-width: 100%;
  max-height: 265px;
  padding: 20px;
  text-align: center;
  overflow-y: auto
}

.C-form-select__item {
  margin: 5px 0;
  border-radius: 100px
}

.C-form-select__item:hover .C-form-select__option {
  background: var(--color-grey-3);
  color: var(--color-link-1)
}

.C-form-select .C-dropdown,.C-form-select .C-dropdown__trigger-wrapper,.C-form-select .C-form-select__button {
  width: 100%;
  height: 100%
}

.C-form-select__button {
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-black);
  text-align: center;
  border-radius: 100px;
  border: 1px solid var(--color-grey-2)
}

.C-form-select__button .C-button__icon {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin-top: auto!important;
  margin-bottom: auto!important;
  height: 6px
}

.C-form-select__button:hover {
  font-weight: 700
}

.C-form-select__option {
  padding: 5px;
  color: var(--color-grey-1);
  font-size: 13px;
  width: 100%;
  font-weight: 500
}

.C-form-select--size-default {
  width: 140px;
  height: 32px
}

@media(max-width: 575.98px) {
  .C-form-select--size-default {
    width:155px
  }
}

.C-form-select--size-small {
  width: 80px;
  height: 32px
}

.C-toggle {
  margin-bottom: 0
}

.C-toggle input[type=checkbox] {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden
}

.C-toggle .C-toggle__check {
  cursor: pointer;
  text-indent: -9999px;
  width: 36px;
  height: 20px;
  background: var(--color-grey-2);
  display: block;
  border-radius: 10px;
  position: relative;
  transition: all .3s
}

.C-toggle .C-toggle__check:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 2px 1px 2px rgba(0,0,0,.15);
  transition: all .3s,width .15s ease-in-out
}

.C-toggle input:checked+.C-toggle__check {
  background: var(--color-color-2)
}

.C-toggle input:disabled+.C-toggle__check {
  opacity: .6
}

.C-toggle input:checked+.C-toggle__check:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  box-shadow: -2px 1px 2px rgba(0,0,0,.15)
}

.C-toggle .C-toggle__check:active:after {
  width: 22px
}

.C-comment-count {
  white-space: nowrap;
  color: var(--color-link-2);
  transition: color .15s;
  font-weight: 400
}

.C-comment-count:hover {
  color: var(--color-link-2-hover)
}

.C-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: var(--color-white);
  box-shadow: 2px 4px 8px 0 rgba(0,0,0,.2);
  border-radius: 16px;
  z-index: 16001;
  max-height: calc(100% - 30px);
  overflow-y: auto
}

@media(max-width: 767.98px) {
  .C-modal {
    width:100%;
    max-width: calc(100vw - 40px);
    max-height: 100%
  }
}

.C-modal__content {
  width: 100%;
  height: 100%
}

.C-modal__close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 10px;
  z-index: 1;
  fill: var(--color-light-grey)
}

.C-modal__close-button svg {
  width: 14px;
  height: auto
}

.C-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 16000
}

.C-modal-animation-fade-enter-active,.C-modal-animation-fade-leave-active {
  transition: opacity .3s ease-in-out
}

.C-modal-animation-fade-enter,.C-modal-animation-fade-leave-to {
  opacity: 0
}

.C-tabs,.C-tabs__header {
  position: relative
}

.C-tabs__header {
  list-style: none;
  padding-left: 0
}

.C-tabs__header-item {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  background: var(--color-grey-3);
  font-family: var(--font-family-system);
  font-size: 14px;
  line-height: 14px;
  color: var(--color-grey-1);
  cursor: pointer;
  transition: background .3s ease-in-out
}

.C-tabs__header-item:hover {
  background: var(--color-grey-2);
  transition: background .15s
}

@media(max-width: 767.98px) {
  .C-tabs__header-item {
    height:60px;
    font-size: 12px
  }
}

.C-tabs__header-item--active {
  font-weight: 700;
  color: var(--color-black);
  border-color: var(--color-color-2);
  pointer-events: none
}

.C-tabs__header-item--active,.C-tabs__header-item--active:hover {
  background: var(--color-white)
}

.C-tabs__header-item>div {
  pointer-events: none
}

.C-tabs__header-item--border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 4px
}

.C-tabs__header-item--border-top {
  border-top-style: solid;
  border-top-width: 4px
}

.C-tabs__header-tracker {
  position: absolute;
  left: 0;
  height: 4px;
  width: 300px;
  background: var(--color-color-2);
  opacity: 0;
  z-index: 1;
  transition: transform .3s
}

.C-tabs__header-tracker--top {
  top: 0
}

.C-tabs__header-tracker--bottom {
  top: 36px
}

@media(max-width: 767.98px) {
  .C-tabs__header-tracker--bottom {
    top:56px
  }
}

.C-tabs__header-tracker--active {
  opacity: 1
}

.C-tabs__header-tracker--active+.C-tabs__header>.C-tabs__header-item--active {
  border-color: transparent
}

.C-tabs__content {
  position: relative
}

.C-tab-animation-fade-enter-active,.C-tab-animation-fade-leave-active {
  transition: all .15s ease-in-out
}

.C-tab-animation-fade-enter-active {
  transition-delay: .15s
}

.C-tab-animation-fade-enter,.C-tab-animation-fade-leave-to {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0
}

.C-lazy-image-wrapper {
  display: block;
  position: relative;
  height: 0
}

.C-lazy-image {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-grey-3);
  width: 100%;
  height: 100%
}

.C-lazy-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.C-alert {
  max-width: 320px;
  width: 100%;
  padding: 18px 6px 18px 4px;
  background: var(--color-white);
  box-shadow: 0 2px 20px rgba(0,0,0,.15);
  border-radius: 16px;
  margin: 8px
}

.C-alert__title {
  font-size: 12px;
  margin: 0 0 2px;
  font-weight: 700
}

.C-alert__text {
  font-size: 12px;
  margin: 0;
  color: var(--color-grey-1)
}

.C-alert__button {
  display: block;
  fill: var(--color-grey-1);
  padding: 6px;
  border-radius: 8px
}

.C-alert__button svg {
  width: 12px;
  height: 12px
}

.C-alert__button:hover {
  background: var(--color-grey-3)
}

.C-alert__decoration {
  height: 100%;
  width: 100%
}

.C-alert__decoration-col {
  flex: 0 0 27px;
  max-width: 27px
}

.C-alert__content-col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px
}

.C-alert__button-col {
  flex: 0 0 48px;
  max-width: 48px
}

.C-alert--info .C-alert__decoration {
  background: #3858f5
}

.C-alert--error .C-alert__decoration {
  background: #da104d
}

.C-alert--warning .C-alert__decoration {
  background: #eaa23b
}

.C-alert--success .C-alert__decoration {
  background: #00d46e
}

.C-alert-fade-enter-active,.C-alert-fade-leave-active {
  transition: opacity .5s
}

.C-alert-fade-enter,.C-alert-fade-leave-to {
  opacity: 0
}

@media print {
  .C-article-body-bottom,
  .C-article-headlines,
  .C-article-related-headlines-list,
  .C-article-social,.C-article:not(:first-child),
  .C-fragment-media--gallery {
    display: none!important
  }
}

@media(min-width: 768px) {
  .G-col-main {
    max-width:900px
  }
}

.G-col-article {
  max-width: 900px
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .G-col-article {
    flex-basis: auto!important
  }
}

.G-col-tower {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  flex: 0 0 auto;
  width: 324px;
  max-width: 100%
}

@media(max-width: 1247.98px) {
  .G-col-tower {
    display:none
  }
}

.C-content-center .G-col-tower {
  display: none!important
}

.C-content-center .G-col-article {
  flex-basis: auto
}

.C-header {
  position: absolute;
  top: 0;
  top: var(--delfi-topbar-height);
  left: 0;
  width: 100%;
  z-index: 13000;
  flex-shrink: 0
}

@media(max-width: 1247.98px) {
  .C-header {
    z-index:13502
  }
}

.C-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-text-1);
  opacity: .8;
  z-index: 1000
}

.C-header--sticky {
  position: fixed
}

.C-header__logo {
  display: flex;
  align-items: center
}

.C-header__logo object {
  display: inline-block;
  max-height: 30px;
  pointer-events: none;
  vertical-align: text-bottom
}

@media(max-width: 991.98px) {
  .C-header__logo img,.C-header__logo object {
    height:24px
  }
}

.C-header__logo--additional {
  margin-left: 10px
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .C-header {
    position: relative
  }
}

.C-header-menu__container {
  position: relative
}

@media(max-width: 991.98px) {
  .C-header-menu__container {
    padding:10px 13px
  }
}

.C-header-menu__row {
  justify-content: center;
  align-items: center
}

.C-header-menu__row--align-start {
  align-items: start
}

.C-header-menu__item {
  display: flex;
  align-items: center
}

.C-header-menu__item-content {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 0
}

.C-header-menu__item-content.C-router-link--exact-active,.C-header-menu__item-content:hover {
  color: var(--header-menu-primary-hover-color)!important
}

.C-header-menu__item-icon {
  display: inline-block;
  padding-right: 6px
}

.C-header-menu__item-icon svg {
  display: block
}

.C-header-menu__horizontal--left {
  margin-right: auto
}

.C-header-menu__horizontal--right {
  margin-left: auto
}

@media(min-width: 992px) {
  .C-header-menu__horizontal--center:first-child {
    margin-left:400px
  }

  .C-header-menu__horizontal--center:last-child {
    margin-right: 800px
  }

  .C-header-menu__horizontal--center:only-child {
    margin: auto
  }
}

@media(max-width: 1247.98px) {
  .C-header-menu__horizontal--center {
    padding-right:20px
  }

  .C-header-menu__horizontal--center>ul {
    align-items: center;
    justify-content: flex-start!important;
    flex-flow: nowrap;
    white-space: nowrap
  }
}

.C-header-menu__horizontal--center .C-header-menu__item-content {
  margin: 7px 0;
  line-height: 1
}

.C-header-menu--top {
  position: relative;
  z-index: 13000;
  background: var(--color-white);
  height: 43px
}

@media(max-width: 1247.98px) {
  .C-header-menu--top {
    display:none
  }
}

.C-header--sticky .C-header-menu--top {
  margin-top: -43px
}

.C-header-menu--top .C-header-menu__item-content {
  font-family: var(--font-family-system);
  font-size: 12px;
  font-weight: 400;
  color: var(--header-menu-top-color);
  fill: var(--header-menu-top-color)
}

.C-header-menu--top .C-header-menu__item-content.C-button {
  height: 43px
}

.C-header-menu--top .C-header-menu__item-content:hover {
  opacity: .8
}

.C-header-menu--top .C-header-menu__item-content--separator {
  padding: 6px 0;
  margin: 0 2px;
  color: #707070;
  font-family: var(--font-family-system);
  font-size: 12px;
  font-weight: 400
}

.C-header-menu--top .C-header-menu__item-content--separator:before {
  content: "\a";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 3px 5px;
  border-radius: 50%;
  background: #707070
}

.C-header-menu--top .C-header-menu__horizontal--left li:first-child .C-header-menu__item-content {
  margin-left: 0
}

.C-header-menu--top .C-header-menu__horizontal--right .C-header-menu__horizontal__row {
  justify-content: flex-end
}

.C-header-menu--top .C-header-menu__horizontal--right li:last-child .C-header-menu__item-content {
  margin-right: 0
}

.C-header-menu--top .C-dropdown-menu__item {
  border-radius: 100px
}

.C-header-menu--top .C-dropdown-menu__item:hover {
  background-color: var(--color-grey-3)
}

.C-header-menu--primary {
  position: relative;
  background: var(--color-bg-color-1);
  height: 70px;
  transition: height .3s ease-in-out;
  border-bottom: 1px solid #d8dbdd
}

.C-header--sticky .C-header-menu--primary {
  height: 70px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16)
}

@media(max-width: 1247.98px) {
  .C-header--sticky .C-header-menu--primary {
    height:50px;
    border-bottom: 0;
    box-shadow: 0 1px 20px rgba(0,0,0,.08)
  }
}

@media(min-width: 1248px) {
  .C-header-menu--primary {
    z-index:12999
  }
}

@media(max-width: 1247.98px) {
  .C-header-menu--primary {
    height:50px
  }
}

@media(min-width: 992px) {
  .C-header-menu--primary .C-header-new-bubble {
    left:-8px
  }
}

.C-header-menu--primary .C-header-menu__container {
  position: relative
}

.C-header-menu--primary .C-header-menu__item-content {
  padding: 6px 10px;
  color: var(--header-menu-primary-color);
  font-family: var(--font-family-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: var(--header-menu-primary-text-transform);
  cursor: pointer
}

.C-header-menu--primary .C-header-menu__item-content.C-router-link--exact-active {
  color: var(--header-menu-primary-hover-color)
}

@media(max-width: 1247.98px) {
  .C-header-menu--primary .C-header-menu__horizontal--center {
    display:none
  }
}

.C-header-menu--primary .C-header-menu__horizontal--center>ul {
  max-height: 70px;
  justify-content: space-evenly
}

.C-header--sticky .C-header-menu--primary .C-header-menu__horizontal--center>ul {
  max-height: 70px
}

.C-header--sticky .C-header-menu--primary .C-header-menu__horizontal--center .C-header-menu__item-content,.C-header-menu--primary .C-header-menu__horizontal--center .C-header-menu__item-content {
  margin-top: 22px;
  margin-bottom: 22px
}

.C-header-menu--primary .C-header-menu__horizontal--center .C-header-menu__item-content--active-category,.C-header-menu--primary .C-header-menu__horizontal--center .C-header-menu__item-content.C-router-link--exact-active,.C-header-menu--primary .C-header-menu__horizontal--center .C-header-menu__item-content:hover {
  position: relative;
  color: var(--header-menu-primary-hover-color)
}

.C-header-menu--primary .C-header-menu__horizontal--center .C-header-menu__item-content--new {
  margin-right: 0
}

.C-header-menu--primary .C-header-menu__horizontal--center .C-dropdown-menu {
  display: none
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu {
  display: flex;
  position: absolute;
  width: 100vw;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 0 2px 5px rgba(0,0,0,.15)
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container {
  display: flex
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group {
  margin: 20px;
  padding-right: 40px;
  border-right: 2px solid #f4f1ee
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group:last-child {
  border-right: 0
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group>span {
  margin: 0 0 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group ul a {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group ul a.C-router-link--active,.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group ul a.C-router-link--exact-active,.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group ul a:hover {
  color: var(--header-menu-primary-hover-color)
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group ul a img {
  max-width: 16px;
  max-height: 12px;
  height: -moz-fit-content;
  height: fit-content
}

.C-header-menu--primary .C-header-menu__horizontal--center li:hover .C-dropdown-menu .C-header-menu__container .C-dropdown-menu-group ul a i {
  margin-right: 5px
}

.C-header__back-button {
  margin-right: 10px;
  color: var(--header-menu-primary-color)
}

@media(max-width: 991.98px) {
  .C-header__back-button {
    display:block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    padding: 0
  }

  .C-header__back-button i,.C-header__back-button span {
    width: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 19px;
    line-height: 25px
  }
}

.C-header-menu--bottom {
  margin: 15px 0;
  padding: 0;
  background: var(--color-white)
}

@media(min-width: 992px) {
  .C-header-menu--bottom {
    overflow:hidden
  }
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom {
    position:relative;
    margin: 0
  }
}

@media(max-width: 767.98px) {
  .C-header-menu--bottom>.C-header-menu__container {
    padding-left:0;
    padding-right: 0
  }
}

.C-header-menu--bottom .C-header-menu__row--scroll {
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-3dlight-color: transparent;
  scrollbar-arrow-color:transparent;scrollbar-base-color:transparent;scrollbar-darkshadow-color: transparent;
  scrollbar-face-color:transparent;scrollbar-highlight-color:transparent;scrollbar-shadow-color:transparent;scrollbar-color: transparent transparent
}

.C-header-menu--bottom .C-header-menu__row--scroll::-webkit-scrollbar {
  display: none
}

.C-header-menu--bottom .C-header-menu__row--scroll:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0));
  z-index: 1
}

.C-header-menu--bottom .C-header-menu__row--scroll--arrow {
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
  z-index: 2
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__row--scroll--arrow {
    display:none
  }
}

.C-header-menu--bottom .C-header-menu__row--scroll ul {
  width: -moz-max-content;
  width: max-content;
  padding-right: 12px
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__row--scroll ul {
    padding-right:36px
  }
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__row {
    align-items:flex-start
  }
}

.C-header-menu--bottom .C-header-menu__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top
}

.C-header-menu--bottom .C-header-menu__top {
  align-items: center
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__top {
    padding:0;
    white-space: nowrap
  }
}

.C-header-menu--bottom .C-header-menu__logo-secondary {
  clear: both;
  max-height: 16px;
  display: block;
  margin: auto auto 4px
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__logo-secondary {
    margin-bottom:12px
  }
}

.C-header-menu--bottom .C-header-menu__logo-wrapper {
  display: inline-block;
  height: 50px;
  padding: 10px;
  color: #000;
  font-size: 28px;
  line-height: 30px
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__logo-wrapper {
    height:auto;
    padding: 0 10px;
    border-right: 1px solid #495965
  }
}

.C-header-menu--bottom .C-header-menu__logo-link {
  display: block
}

.C-header-menu--bottom .C-header-menu__logo {
  display: inline-block;
  width: auto;
  max-height: 72px
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__logo {
    max-height:48px
  }
}

.C-header-menu--bottom .C-header-menu__info {
  text-align: center
}

.C-header-menu--bottom .C-header-menu__logo-wrapper+.C-header-menu__info {
  max-width: 390px;
  margin-left: 20px;
  text-align: left
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__logo-wrapper+.C-header-menu__info {
    max-width:40%;
    margin-left: 12px
  }
}

.C-header-menu--bottom .C-header-menu__title {
  margin: 0;
  padding: 3px 15px 3px 0;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  border-right: 1px solid #495965
}

.C-header-menu--bottom .C-header-menu__title a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__title {
    padding:7px 10px;
    color: #000;
    font-size: 14px;
    line-height: 17px
  }
}

@media(min-width: 992px) {
  .C-header-menu--bottom .C-header-menu__item:first-child .C-header-menu__item-content {
    padding-left:0
  }
}

.C-header-menu--bottom .C-header-menu__item-content {
  margin: 0 15px 0 0;
  padding: 0;
  color: #495965;
  font-family: var(--font-family-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__item-content {
    display:inline-block;
    padding: 7px 10px;
    margin: 0;
    color: #495965;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px
  }
}

.C-header-menu--bottom .C-header-menu__horizontal--center>ul {
  flex-flow: nowrap;
  white-space: nowrap
}

.C-header-menu--bottom .C-header-menu__horizontal--left {
  flex: 0 0 400px;
  max-width: 400px
}

@media(min-width: 992px) {
  .C-header-menu--bottom .C-header-menu__horizontal--right {
    flex:0 0 800px;
    max-width: 800px
  }

  .C-header-menu--bottom .C-header-menu__horizontal--right .C-header-menu__horizontal__row {
    justify-content: flex-end
  }
}

@media(max-width: 991.98px) {
  .C-header-menu--bottom .C-header-menu__horizontal--right {
    order:1;
    margin-left: auto;
    margin-right: auto
  }
}

.C-header-menu--big {
  display: flex;
  align-items: center;
  min-height: 120px;
  max-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  box-sizing: content-box
}

@media(min-width: 768px) {
  #delfi-adx-siteheader~#__nuxt .C-header-menu--big {
    margin-top:0;
    margin-top: calc(var(--delfi-header-height) - 100px)
  }
}

.C-header-menu--big .C-header-menu__horizontal--center {
  margin-top: 0
}

.C-header-menu--big .C-header-menu__item-content {
  margin-left: 0;
  margin-right: 8px;
  padding: 8px 16px;
  line-height: 12px;
  font-size: 11px;
  font-weight: 600;
  background-color: hsla(0,0%,100%,.8);
  border-radius: 100px;
  transition: background-color .3s ease
}

.C-header-menu--big .C-header-menu__item-content:hover {
  background-color: var(--color-white)
}

.C-header-menu--big .C-header-menu__item-content.C-router-link--active {
  background-color: var(--color-color-4);
  color: var(--color-color-4-contrast)
}

@media(max-width: 991.98px) {
  .C-header-menu--big {
    min-height:96px;
    max-height: 224px;
    padding-top: 12px;
    padding-bottom: 18px
  }
}

.C-header-menu--channel ul {
  margin-left: 15px;
  padding: 3px 0
}

@media(max-width: 991.98px) {
  .C-header-menu--channel .C-header-menu__item-content {
    padding:4px 10px
  }
}

.C-header-menu--background {
  position: relative
}

.C-header-menu--background>.C-header-menu__container {
  z-index: 1
}

.C-header-menu--background .C-header-menu__breadcrumb {
  float: left;
  margin-bottom: 12px;
  font-size: 11px;
  text-transform: uppercase;
  fill: var(--color-text-1)
}

.C-header-menu--background .C-header-menu__breadcrumb,.C-header-menu--background .C-header-menu__item-content,.C-header-menu--background .C-header-menu__title {
  color: var(--color-text-1)
}

.C-header-menu--background .C-header-menu__description {
  color: #495965
}

.C-header-menu--background.C-header-menu--dark .C-header-menu__item-content:not(.C-router-link--active) {
  background-color: hsla(0,0%,100%,.25)
}

.C-header-menu--background.C-header-menu--dark .C-header-menu__item-content:not(.C-router-link--active):hover {
  background-color: hsla(0,0%,100%,.6)
}

.C-header-menu--background.C-header-menu--dark .C-header-menu__breadcrumb {
  fill: var(--color-white)
}

.C-header-menu--background.C-header-menu--dark .C-header-menu__description {
  opacity: .6
}

.C-header-menu--background.C-header-menu--dark .C-header-menu__breadcrumb,.C-header-menu--background.C-header-menu--dark .C-header-menu__description,.C-header-menu--background.C-header-menu--dark .C-header-menu__item-content:not(.C-router-link--active),.C-header-menu--background.C-header-menu--dark .C-header-menu__title {
  color: var(--color-white)
}

.C-header-actions__button {
  display: block;
  transition: color .15s,background .15s
}

.C-header-actions__button--order {
  display: block;
  height: 40px;
  padding: 10px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  background: #3858f5;
  border-radius: 25px
}

.C-header-actions__button--order .C-button__content {
  display: flex;
  align-items: baseline;
  justify-content: center
}

.C-header-actions__button--order svg {
  margin-left: 6px;
  width: 16px;
  height: 12px
}

.C-header-actions__button--order:hover {
  color: #fff;
  background: #6079f7
}

@media(max-width: 1247.98px) {
  .C-header-actions__button--order {
    height:auto;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px
  }

  .C-header-actions__button--order,.C-header-actions__button--order:hover {
    color: #3858f5;
    background: 0 0
  }

  .C-header-actions__button--order svg path {
    fill: #3858f5
  }
}

.C-header-actions__button--login {
  position: relative!important;
  top: 0!important;
  width: auto!important;
  height: 40px!important;
  margin-left: 10px!important;
  padding: 10px 18px!important;
  color: #000!important;
  font: 700 14px/17px Inter,sans-serif!important;
  font-size: 14px!important;
  font-weight: 700!important;
  line-height: 17px!important;
  text-decoration: none!important;
  background: #eef2f4!important;
  border-radius: 25px!important
}

.C-header-actions__button--login:hover {
  background: #c5c8ca!important
}

@media(max-width: 1247.98px) {
  .C-header-actions__button--login,.C-header-actions__button--login:hover {
    background:0 0!important
  }

  .C-header-actions__button--login:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 20px;
    background: #000
  }
}

.C-header-actions__button--login span {
  color: #000!important
}

.C-header-actions__button--login .C-button__content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  max-width: none!important
}

@media(max-width: 1247.98px) {
  .C-header-actions__button--login {
    height:auto!important;
    padding: 5px 0 5px 10px!important;
    color: #000!important;
    font-size: 13px!important;
    font-weight: 700!important;
    line-height: 16px!important;
    border: 0!important;
    border-radius: 0!important;
    background: 0 0
  }
}

.C-header-actions__button--login--logged-in {
  align-items: center!important;
  position: relative!important;
  top: 0!important;
  padding: 0!important;
  color: #000!important;
  background: 0 0!important
}

.C-header-actions__button--login--logged-in:hover {
  background: 0 0!important
}

@media(max-width: 1247.98px) {
  .C-header-actions__button--login--logged-in {
    padding:0 0 0 10px!important
  }
}

.C-header-actions__button--login--logged-in img {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 0;
  border-radius: 50%;
  background-position: 50%;
  background-size: 30px 30px
}

.C-header-actions__button--login--logged-in span {
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  color: #fff!important;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 26px
}

@media(max-width: 1247.98px) {
  .C-header-actions__button--login--logged-in span {
    font-size:13px!important
  }
}

.C-header-actions__button--special-link {
  color: var(--header-menu-primary-color);
  font-weight: 600
}

.C-header-actions__button.C-button svg:hover {
  fill-opacity: .8;
  stroke-opacity: .8
}

.C-header-actions__item:first-child .C-header-actions__button {
  margin-left: 0;
  margin-right: 0
}

.C-header-actions__item:last-child .C-header-actions__button {
  margin-right: 0
}

.C-header-actions__item .C-dropdown-content {
  top: calc(50% + 35px)
}

.C-header-actions__item .C-button__icon {
  stroke: var(--header-menu-primary-color);
  fill: var(--header-menu-primary-color)
}

.C-header-actions__item--separator {
  width: 1px;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
  background: var(--header-menu-primary-color)
}

.C-header-actions__item--burger .C-header-actions__button,.C-header-actions__item--toc .C-header-actions__button {
  padding: 6px 0
}

@media(max-width: 991.98px) {
  .C-header-actions__item--burger {
    position:relative;
    z-index: 13000
  }
}

.C-header-sitemap__item-content {
  font-family: var(--font-family-system);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 13px;
  margin: 3px -13px
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__item-content {
    font-size:14px;
    padding: 13px 0;
    margin: 0;
    font-weight: 400
  }
}

.C-header-sitemap-lightbox {
  z-index: 12998
}

@media(min-width: 1248px) {
  .C-header-sitemap-lightbox {
    position:absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 600px;
    padding-bottom: 84px;
    background: var(--color-white);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.2)
  }
}

.C-header-sitemap {
  height: 100%
}

.C-header-sitemap__content-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__dynamic-content-wrapper {
    padding:0 15px
  }
}

@media(min-width: 992px) {
  .C-header-sitemap__content--decorator:after {
    content:"";
    position: absolute;
    right: 13px;
    top: 60px;
    width: 1px;
    background: var(--color-grey-2);
    height: calc(100% - 108px);
    z-index: -1
  }
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__content--decorator .C-header-sitemap__item-content.C-router-link--exact-active:after {
    content:"";
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--color-color-1)
  }
}

.C-header-sitemap__content {
  padding-top: 60px;
  padding-bottom: 48px
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__content {
    padding:17.5px 15px
  }
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__content--bottom {
    background:var(--color-grey-3)
  }

  .C-header-sitemap__content--bottom .C-header-sitemap__items-list {
    background: var(--color-white);
    border-radius: 16px;
    padding: 6px 0
  }

  .C-header-sitemap__content--bottom .C-header-sitemap__items-list ul {
    width: 100%
  }

  .C-header-sitemap__content--bottom .C-header-sitemap__item-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border-bottom: 1px solid var(--color-grey-2);
    font-weight: 600
  }
}

@media(max-width: 1247.98px)and (max-width:1247.98px) {
  .C-header-sitemap__content--bottom .C-header-sitemap__item-content .C-header-new-bubble {
    position:relative;
    right: unset;
    top: unset;
    transform: translate(3px)
  }
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__content--bottom .C-header-sitemap__item-icon {
    grid-column:3;
    fill: var(--color-grey-1);
    padding: 6px
  }
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__content--bottom .C-header-sitemap__dynamic-content-wrapper {
    margin-top:11px
  }
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__content--bottom .C-list li:last-of-type .C-header-sitemap__item-content {
    border-bottom-style:none
  }
}

.C-header-sitemap__heading {
  font-family: var(--font-family-system);
  font-size: 18px;
  font-weight: 800;
  color: var(--color-text-3);
  margin-bottom: 40px
}

@media(max-width: 1247.98px) {
  .C-header-sitemap__heading {
    font-size:19px;
    margin-bottom: 17.5px
  }
}

.C-header-sitemap__item-content {
  display: inline-block;
  position: relative
}

.C-header-sitemap__item-content.C-router-link--exact-active {
  font-weight: 700
}

@media(min-width: 1248px) {
  .C-header-sitemap__item-content {
    border-radius:100px
  }

  .C-header-sitemap__item-content.C-router-link--exact-active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--color-color-1)
  }

  .C-header-sitemap__item-content.C-router-link--exact-active:hover:after {
    content: none
  }

  .C-header-sitemap__item-content:hover {
    background: var(--color-grey-3)
  }
}

.C-header-sitemap__item-content .C-button {
  grid-column: 3
}

.C-header-sitemap__item-dropdown-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none
}

.C-header-sitemap__item-dropdown-menu--active {
  display: block
}

.C-header-sitemap__item-dropdown-menu__item>a,.C-header-sitemap__item-dropdown-menu__item>span {
  font-family: var(--font-family-primary);
  font-size: 14px;
  line-height: 17px;
  padding: 5px
}

.C-header-sitemap__item-dropdown-menu__item a:hover {
  font-weight: 700
}

.C-header-sitemap-top {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-grey-2)
}

.C-header-sitemap-top__item {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--color-grey-2);
  max-height: 38px;
  border-radius: 16px;
  padding: 14px 16px;
  font-family: var(--font-family-system);
  font-size: 12px
}

.C-header-sitemap-top__item-icon {
  float: left
}

.C-header-sitemap-top__item-icon--airplane,.C-header-sitemap-top__item-icon--envelope {
  stroke: var(--color-black)
}

.C-header-sitemap-top__item-text {
  display: block;
  text-align: center;
  width: 100%
}

.C-header-sitemap-top__item-col:nth-child(2n) {
  padding-left: 6px
}

.C-header-sitemap-top__item-col:nth-child(odd) {
  padding-right: 6px
}

.C-header-sitemap-footer {
  padding: 20px 30px;
  font-size: 12px;
  line-height: 15px;
  background: var(--color-grey-3)
}

.C-header-sitemap-footer__item {
  display: flex;
  align-items: center;
  color: #748495;
  font-family: var(--font-family-system);
  font-size: 12px
}

.C-header-sitemap-footer__item:not(:last-child):after {
  content: "\a";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 8px;
  border-radius: 50%;
  background: #748495
}

.C-header-sitemap-animation-fade-enter-active,.C-header-sitemap-animation-fade-leave-active {
  transition: opacity .5s
}

.C-header-sitemap-animation-fade-enter,.C-header-sitemap-animation-fade-leave-to {
  opacity: 0
}

.C-header-sitemap-animation-slide-enter-active,.C-header-sitemap-animation-slide-leave-active {
  transition: transform .3s ease-in-out
}

.C-header-sitemap-animation-slide-enter,.C-header-sitemap-animation-slide-leave-to {
  transform: translateY(-100%)
}

@media(max-width: 1247.98px) {
  .C-header-sitemap-animation-slide-enter,.C-header-sitemap-animation-slide-leave-to {
    transform:translateY(100%)
  }
}

.C-header-search {
  width: 100%;
  z-index: 1
}

@media(min-width: 1248px) {
  .C-header-search {
    position:absolute;
    top: 0;
    right: 12px;
    padding: 0 50px;
    background: var(--color-bg-color-1)
  }
}

@media(max-width: 1247.98px) {
  .C-header-search {
    padding-left:3px;
    padding-right: 3px
  }
}

.C-header-search__input {
  font-family: var(--font-family-system);
  background: var(--color-white);
  font-size: 14px;
  color: var(--header-menu-top-color);
  width: 100%;
  height: 36px;
  padding: 14px 45px
}

.C-header-search__input::-webkit-input-placeholder {
  text-align: center;
  color: var(--header-menu-top-color)
}

.C-header-search__input:-moz-placeholder,.C-header-search__input::-moz-placeholder {
  text-align: center;
  color: var(--header-menu-top-color)
}

.C-header-search__input:-ms-input-placeholder {
  text-align: center;
  color: var(--header-menu-top-color)
}

@media(max-width: 1247.98px) {
  .C-header-search__input {
    background:var(--color-grey-3);
    color: grey;
    font-size: 16px
  }

  .C-header-search__input::-webkit-input-placeholder {
    color: grey;
    font-size: 14px
  }

  .C-header-search__input:-moz-placeholder,.C-header-search__input::-moz-placeholder {
    color: grey;
    font-size: 14px
  }

  .C-header-search__input:-ms-input-placeholder {
    color: grey;
    font-size: 14px
  }
}

.C-header-search__button {
  padding: 5px;
  margin: 0 -5px
}

.C-header-search__button .C-button__icon svg {
  fill: var(--header-menu-top-color);
  fill: grey
}

.C-header-search__button--close .C-button__icon svg {
  width: 9px;
  height: 8px
}

.C-header-search__button--submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1
}

.C-header-search__button--submit .C-button__icon svg {
  fill: none
}

.C-header-search__button--submit .C-button__icon svg path {
  stroke: var(--header-menu-top-color)
}

@media(max-width: 991.98px) {
  .C-header-search__button--submit .C-button__icon svg path {
    stroke:grey
  }
}

.C-header-search__button--search {
  background: var(--color-color-4);
  color: var(--color-color-4-contrast);
  fill: var(--color-color-4-contrast);
  color: var(--color-white);
  fill: var(--color-white)
}

@media(min-width: 1248px) {
  .C-header-search__button--search {
    width:90px;
    min-height: 28px;
    margin-left: 24px;
    padding: 5px 18px
  }

  .C-header-search__button--search .C-button__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media(max-width: 1247.98px) {
  .C-header-search__button--search {
    width:32px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px
  }
}

.C-header-search__button--search:hover {
  background: var(--color-color-4-hover)
}

@media(min-width: 1248px) {
  .C-header-search-animation-fade-enter-active,.C-header-search-animation-fade-leave-active {
    transition:opacity .5s
  }
}

.C-header-search-animation-fade-enter,.C-header-search-animation-fade-leave-to {
  opacity: 0
}

.C-header-customer-menu {
  height: 100%
}

@media(min-width: 1248px) {
  .C-header-customer-menu {
    width:230px;
    padding: 24px 12px 12px
  }
}

.C-header-customer-menu__welcome {
  margin-bottom: 16px
}

.C-header-customer-menu__subscription {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedfe0
}

@media(max-width: 1247.98px) {
  .C-header-customer-menu__subscription .C-button {
    padding:10px 18px;
    color: #fff;
    background: #3858f5;
    border-radius: 25px
  }

  .C-header-customer-menu__subscription .C-button__content {
    color: #fff
  }

  .C-header-customer-menu__subscription .C-button__content i svg path {
    fill: #fff
  }
}

.C-header-customer-menu__subscription--text {
  margin-top: 8px;
  color: #495965;
  font-size: 11px;
  font-weight: 500
}

@media(max-width: 1247.98px) {
  .C-header-customer-menu__items-wrapper {
    background:var(--color-grey-3);
    height: 100%;
    padding-top: 1px
  }
}

@media(max-width: 1247.98px) {
  .C-header-customer-menu__items-wrapper .C-header-customer-menu__item-list {
    background:var(--color-white);
    padding-left: 14px;
    padding-right: 14px;
    margin: 18px 16px;
    border-radius: 16px
  }
}

.C-header-customer-menu__items-wrapper .C-header-customer-menu__item-list:not(.C-header-customer-menu__item-list--without-padding) {
  padding-top: 12px
}

@media(max-width: 1247.98px) {
  .C-header-customer-menu__items-wrapper .C-header-customer-menu__item-content:not(.C-header-customer-menu__item-content--last) {
    border-bottom:1px solid var(--color-grey-2)
  }
}

@media(max-width: 1247.98px) {
  .C-header-customer-menu__item-list--heading {
    padding-left:30px;
    padding-right: 30px
  }
}

.C-header-customer-menu__email,.C-header-customer-menu__title {
  font-family: var(--font-family-system);
  width: 205px;
  overflow: hidden;
  text-overflow: ellipsis
}

.C-header-customer-menu__title {
  font-size: 14px;
  font-weight: 600
}

.C-header-customer-menu__email {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-grey-1);
  margin-bottom: 5px
}

.C-header-customer-menu__button {
  display: flex;
  align-items: center;
  font-size: 14px
}

@media(min-width: 992px) {
  .C-header-customer-menu__button {
    width:100%;
    height: 36px;
    margin: 5px 0;
    padding: 5px 12px;
    border-radius: 100px
  }

  .C-header-customer-menu__button:hover {
    background: var(--color-grey-3)
  }
}

@media(max-width: 1247.98px) {
  .C-header-customer-menu__button {
    height:28px;
    padding: 6px 0;
    margin: 10px 0
  }
}

.C-header-customer-menu__button .C-button__content {
  display: flex;
  align-items: center;
  width: 100%
}

.C-header-customer-menu__button i {
  width: 50px;
  font-size: 20px;
  font-weight: 300;
  text-align: left
}

.C-header-customer-menu__button i svg {
  width: 21px;
  height: 18px
}

.C-header-customer-menu__item-content--separator {
  height: .5px;
  padding: 0;
  background: #dedfe0;
  margin: 7px 0
}

@media(max-width: 1247.98px) {
  .C-header-customer-menu__item-content--separator {
    margin:0
  }
}

.C-header-customer-menu__login-button--red-dot i:first-of-type {
  position: relative
}

.C-header-customer-menu__login-button--red-dot i:first-of-type:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -5px;
  top: 2px;
  background: var(--color-link-2);
  border-radius: 100px
}

.C-footer {
  flex-shrink: 0
}

.C-footer-menu--primary {
  padding: 45px;
  background: var(--color-grey-3)
}

.C-footer-menu--primary ul {
  margin-bottom: 25px
}

@media(max-width: 767.98px) {
  .C-footer-menu--primary {
    padding:20px 0
  }

  .C-footer-menu--primary ul {
    margin: 0
  }
}

.C-footer-menu--bottom {
  background: var(--color-bg-color-4);
  height: 50px
}

.C-footer-menu__item-content {
  display: block;
  padding: 5px 10px
}

@media(max-width: 767.98px) {
  .C-footer-menu__item-content {
    padding:5px 0
  }
}

.C-footer-menu--primary .C-footer-menu__item-content {
  font-size: 12px;
  font-family: var(--font-family-system);
  font-weight: 400;
  color: var(--color-text-2);
  margin: 0 15px
}

.C-footer-menu--primary .C-footer-menu__item-content:hover {
  color: var(--color-text-2-hover)
}

@media(max-width: 767.98px) {
  .C-footer-menu--primary .C-footer-menu__item-content {
    margin:5px 0
  }
}

.C-footer-menu--bottom .C-footer-menu__item-content {
  font-family: var(--font-family-system);
  font-size: 12px;
  color: var(--color-bg-color-4-contrast);
  margin: 0 10px
}

@media(max-width: 767.98px) {
  .C-footer-menu--bottom .C-footer-menu__item-content {
    font-size:11px;
    margin: 0
  }
}

.C-footer-menu__social-links {
  align-items: center;
  justify-content: center
}

@media(max-width: 767.98px) {
  .C-footer-menu__social-links {
    justify-content:flex-end
  }
}

.C-footer-menu__social-links svg {
  fill: var(--color-text-2)
}

.C-banner--bottom,.C-banner--content,.C-banner--leaderboard {
  margin: 20px auto;
  text-align: center
}

.C-banner--bottom,.C-banner--content,.C-banner--corner {
  max-width: 1200px
}

@media(max-width: 991.98px) {
  .C-banner--bottom,.C-banner--content,.C-banner--corner {
    display:none
  }
}

.C-banner--header {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 0
}

.C-banner--tower {
  position: sticky;
  top: 80px;
  top: calc(var(--delfi-topbar-height) + 80px);
  width: 300px;
  margin-bottom: 20px
}

.C-banner--tower:not(:last-child) {
  position: relative;
  top: 0
}

@media(max-width: 991.98px) {
  .C-banner--tower {
    display:none
  }
}

.C-banner--mobile {
  min-width: 300px;
  margin: 20px auto
}

@media(max-width: 991.98px) {
  .C-banner--mobile {
    min-width:100%
  }
}

.C-banner--mobile :first-child {
  margin: 0 auto;
  text-align: center
}

@media(min-width: 992px) {
  .C-banner--mobile {
    display:none
  }
}

.C-banner--scroller {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto!important;
  overflow: hidden!important;
  z-index: 10000!important
}

.C-banner--square {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  clear: both
}

.C-banner--square * {
  margin: 0 auto;
  text-align: center
}

.C-banner--square>div {
  max-width: 676px;
  padding: 7px 0 35px;
  background: #fafafa
}

.C-banner--square>div:before {
  margin-top: 7px;
  margin-bottom: 7px
}

.C-banner--siteheader>div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1!important
}

.C-banner--floating {
  position: absolute
}

.C-banner--contentfirst {
  margin: 5px 0 20px
}

#delfi-adx-siteheader {
  display: none;
  width: 100%;
  height: 125px;
  overflow: hidden;
  line-height: 0;
  border-bottom: 2px solid #f5f6f7;
  z-index: 12501
}

#delfi-adx-siteheader #C-siteheader-close-button {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 0!important;
  margin: 0 auto;
  overflow: visible;
  z-index: 9999
}

#delfi-adx-siteheader #C-siteheader-close-button .C-closeButton {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 36px;
  cursor: pointer
}

.C-social-tooltip {
  position: relative;
  height: 100%;
  text-align: center
}

.C-social-tooltip>a,.C-social-tooltip>button {
  position: relative;
  width: 100%;
  height: 100%
}

.C-header .C-social-tooltip>a svg,.C-header .C-social-tooltip>button svg {
  fill: var(--header-menu-primary-color)
}

.C-social-tooltip>a i,.C-social-tooltip>button i {
  display: inline-block;
  line-height: 25px;
  vertical-align: middle
}

.C-header .C-social-tooltip>a i,.C-header .C-social-tooltip>button i {
  display: inline
}

@media(min-width: 992px) {
  .C-social-tooltip__icon {
    position:absolute;
    top: 0;
    height: 100%;
    background: var(--color-grey-3);
    border-radius: 20px;
    padding: 0 4px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1
  }

  .C-social-tooltip__icon--left {
    left: 0
  }

  .C-social-tooltip__icon--right {
    right: 0
  }

  .C-social-tooltip__icon a,.C-social-tooltip__icon button {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 36px;
    padding: 0 10px
  }
}

@media(max-width: 991.98px) {
  .C-social-tooltip__icon {
    position:fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--color-white);
    text-align: left;
    padding: 26px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 12px 0 rgba(0,0,0,.15);
    z-index: 1
  }

  .C-social-tooltip__icon a,.C-social-tooltip__icon button:not(.C-social-tooltip__icon--close) {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 10px
  }

  .C-social-tooltip__icon a>span:first-child,.C-social-tooltip__icon button:not(.C-social-tooltip__icon--close)>span:first-child {
    width: 24px
  }

  .C-social-tooltip__icon a>span:last-child,.C-social-tooltip__icon button:not(.C-social-tooltip__icon--close)>span:last-child {
    font-size: 14px;
    margin-left: 20px
  }
}

.C-social-tooltip__icon .C-button__icon:first-child {
  display: inline-block;
  margin-right: 0
}

.C-social-tooltip__icon--open {
  stroke: var(--color-black)
}

.C-social-tooltip__icon--close svg,.C-social-tooltip__icon--link svg {
  fill: var(--color-grey-1)
}

.C-social-tooltip__icon--close svg:hover,.C-social-tooltip__icon--fb svg,.C-social-tooltip__icon--link svg:hover,.C-social-tooltip__icon--twitter svg {
  fill: var(--color-black)
}

@media(max-width: 991.98px) {
  .C-social-tooltip__icon--link svg {
    width:18px;
    height: auto
  }
}

.C-social-tooltip__icon--close svg {
  width: 8px;
  height: 8px
}

@media(max-width: 991.98px) {
  .C-social-tooltip__icon--close {
    position:absolute;
    top: 24px;
    right: 24px;
    width: 30px;
    height: 30px
  }

  .C-social-tooltip__icon--close svg {
    width: 12px;
    height: 12px
  }
}

.C-info-layer {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 9999;
  animation: fade-in-out 2s 1
}

.C-info-layer span {
  display: block;
  position: fixed;
  top: 50vh;
  left: 50%;
  width: 100%;
  max-width: 320px;
  height: 56px;
  line-height: 54px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-white);
  border-radius: 30px;
  transform: translateX(-50%);
  background: rgba(0,0,0,.75)
}

.C-info-layer:after,.C-info-layer span:after {
  display: none
}

body.C-mobile-share-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34,34,34,.6);
  z-index: 9
}

.C-social-tooltip-animation-slide-width-large-enter-active {
  animation: slide-width-large .15s ease-in-out
}

.C-social-tooltip-animation-slide-width-large-leave-active {
  animation: slide-width-large .15s ease-in-out reverse
}

.C-social-tooltip-animation-slide-width-medium-enter-active {
  animation: slide-width-medium .15s ease-in-out
}

.C-social-tooltip-animation-slide-width-medium-leave-active {
  animation: slide-width-medium .15s ease-in-out reverse
}

@media(max-width: 991.98px) {
  .C-social-tooltip-animation-slide-width-large-enter-active,.C-social-tooltip-animation-slide-width-medium-enter-active {
    animation:slide-up .15s ease-in-out
  }
}

@media(max-width: 991.98px) {
  .C-social-tooltip-animation-slide-width-large-leave-active,.C-social-tooltip-animation-slide-width-medium-leave-active {
    animation:slide-up .15s ease-in-out reverse
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes slide-width-large {
  0% {
    width: 32px
  }

  to {
    width: 190px
  }
}

@keyframes slide-width-medium {
  0% {
    width: 32px
  }

  to {
    width: 155px
  }
}

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

  40% {
    opacity: 1
  }

  60% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.C-pagination {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 30px auto 0
}

.C-pagination__button {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: var(--color-grey-3);
  font-size: 13px;
  color: var(--color-grey-1);
  fill: var(--color-grey-1);
  border-radius: 100%;
  margin: 0 6px
}

.C-pagination__button:hover {
  color: var(--color-link-1);
  background: var(--color-grey-2);
  fill: var(--color-link-1)
}

.C-pagination__button--active {
  pointer-events: none;
  font-weight: 600;
  color: var(--color-color-1-contrast)
}

.C-pagination__button--disabled {
  opacity: .6
}

@media(max-width: 991.98px) {
  .C-pagination__button {
    width:42px;
    height: 42px;
    line-height: 42px
  }
}

.C-pagination-tooltip__input {
  background-color: #e9f6ff
}

.C-pagination-tooltip {
  position: absolute;
  top: -84px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  width: 240px;
  height: 72px;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(0,0,0,.2)
}

.C-pagination-tooltip__text {
  font-size: 13px
}

.C-pagination-tooltip__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: var(--color-grey-3);
  fill: var(--color-grey-1)
}

.C-pagination-tooltip__button:hover {
  background: var(--color-grey-2);
  color: var(--color-link-1);
  fill: var(--color-link-1)
}

@media(max-width: 991.98px) {
  .C-pagination-tooltip__button {
    width:42px;
    height: 42px
  }
}

.C-pagination-tooltip__input {
  width: 32px;
  height: 32px;
  background: var(--color-grey-3);
  color: var(--color-black);
  border-radius: 8px;
  box-shadow: none;
  border: 0;
  margin: 0 12px;
  font-size: 13px;
  text-align: center
}

.C-pagination-tooltip__input--invalid {
  background: #fde6ee
}

.C-pagination-tooltip__input:focus {
  background-color: var(--color-bg-color-3)
}

@media(max-width: 991.98px) {
  .C-pagination-tooltip__input {
    width:42px;
    height: 42px
  }
}

.C-pagination-tooltip__input::-webkit-inner-spin-button,.C-pagination-tooltip__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.C-pagination-tooltip__input[type=number] {
  -moz-appearance: textfield
}

.C-pagination-tooltip-animation-fade-up-enter-active,.C-pagination-tooltip-animation-fade-up-leave-active {
  transition: opacity .3s,transform .3s
}

.C-pagination-tooltip-animation-fade-up-enter,.C-pagination-tooltip-animation-fade-up-leave-to {
  transform: translateY(10px);
  opacity: 0
}

.C-alert-handler {
  position: absolute;
  right: 10%;
  width: 100%;
  max-width: 320px
}

.C-article {
  margin-bottom: 40px
}

@media(max-width: 767.98px) {
  .C-article {
    margin-bottom:0
  }
}

.C-article-fragment-width:not(.C-fragment-html--hard_break),.C-article-info-cover+.C-article-info__lead,.C-fragment--subscribed+.C-article-info__lead,.C-fragment-embed,.C-fragment-html:not(.C-fragment-html--hard_break),.C-fragment-media--audio-player,.C-fragment-sidebar {
  display: block;
  margin-left: auto;
  margin-bottom: 1rem;
  line-height: 1.81;
  margin-right: auto
}

.C-content-center .C-article-fragment-width:not(.C-fragment-html--hard_break),.C-content-center .C-article-info-cover+.C-article-info__lead,.C-content-center .C-fragment--subscribed+.C-article-info__lead,.C-content-center .C-fragment-embed,.C-content-center .C-fragment-html:not(.C-fragment-html--hard_break),.C-content-center .C-fragment-media--audio-player,.C-content-center .C-fragment-sidebar {
  margin-right: auto
}

@media(min-width: 768px) {
  .C-fragment--align-left {
    float:left;
    padding-right: 24px;
    clear: both
  }
}

@media(min-width: 768px) {
  .C-fragment--align-right {
    float:right;
    padding-left: 24px;
    clear: both
  }
}

@media(min-width: 768px) {
  .C-fragment--align-wide {
    position:relative;
    width: 1200px;
    max-width: unset!important;
    left: 50%;
    transform: translateX(-50%)
  }
}

.C-fragment--align-center {
  margin-left: auto;
  margin-right: auto
}

.C-fragment iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.C-fragment-html {
  max-width: 676px;
  font-family: var(--article-font-body-font-family);
  font-size: var(--article-font-body-font-size);
  font-weight: var(--article-font-body-font-weight)
}

.C-fragment-html img {
  max-width: 100%;
  height: auto
}

.C-fragment-html a {
  background-image: linear-gradient(var(--color-link-1),var(--color-link-1));
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .3s ease 0s,color .3s ease 0s;
  word-break: break-word;
  font-weight: 700;
  color: var(--color-link-1)
}

.C-fragment-html a:hover {
  background-size: 100% 1px;
  color: var(--color-text-1)
}

.C-fragment-html h1,.C-fragment-html h2,.C-fragment-html h3,.C-fragment-html h4,.C-fragment-html h5,.C-fragment-html h6 {
  font-weight: var(--h1-lg-font-weight)
}

.C-fragment-html h1 strong,.C-fragment-html h2 strong,.C-fragment-html h3 strong,.C-fragment-html h4 strong,.C-fragment-html h5 strong,.C-fragment-html h6 strong {
  font-weight: inherit
}

.C-fragment-html h1 {
  font-size: var(--h1-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-html h1 {
    font-size:var(--h1-sm-font-size)
  }
}

.C-fragment-html h2 {
  font-size: var(--h2-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-html h2 {
    font-size:var(--h2-sm-font-size)
  }
}

.C-fragment-html h3 {
  font-size: var(--h3-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-html h3 {
    font-size:var(--h3-sm-font-size)
  }
}

.C-fragment-html h4 {
  font-size: var(--h4-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-html h4 {
    font-size:var(--h4-sm-font-size)
  }
}

.C-fragment-html h5 {
  font-size: var(--h5-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-html h5 {
    font-size:var(--h5-sm-font-size)
  }
}

.C-fragment-html h6 {
  font-size: var(--h6-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-html h6 {
    font-size:var(--h6-sm-font-size)
  }
}

.C-fragment-html .charstyle1 {
  font-family: var(--font-family-primary);
  font-size: var(--h4-sm-font-size);
  font-weight: var(--h4-lg-font-weight);
  font-style: normal
}

.C-fragment-html--bullet_list--liedetector {
  background: #fafafa;
  border-top: 1px solid #e9e9e9;
  padding: 10px
}

.C-fragment-html--bullet_list--liedetector ul {
  list-style-type: none
}

.C-fragment-html--bullet_list--liedetector ul li {
  line-height: 1.4;
  border-bottom: 1px solid #f4f6f8;
  margin: 0 0 10px;
  padding: 0 0 10px;
  background: 0 0;
  font-weight: 600
}

.C-fragment-html--bullet_list--liedetector ul li:first-child {
  color: #000;
  padding-bottom: 0;
  text-transform: uppercase;
  margin-left: 0;
  border-bottom: 0;
}

.C-article__body-fs-2 .C-fragment-html {
  font-size: var(--article-font-body-font-size-2)
}

.C-article__body-fs-3 .C-fragment-html {
  font-size: var(--article-font-body-font-size-3)
}

.C-fragment--teaser {
  position: relative;
  overflow: hidden
}

.C-fragment--teaser:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80px;
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0),var(--color-white) 97%);
  width: 100%
}

.C-article-info {
  width: 100%
}

.C-article-info__top-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

@media(max-width: 767.98px) {
  .C-article-info__top-wrapper {
    flex-direction:column
  }
}

.C-article-info__comments-count,.C-article-info__title {
  display: inline;
  font-family: var(--font-family-primary);
  line-height: var(--h1-lg-line-height);
  font-size: var(--h1-lg-font-size);
  text-align: center
}

@media(max-width: 767.98px) {
  .C-article-info__comments-count,.C-article-info__title {
    font-size:var(--h1-sm-font-size)
  }
}

.C-article-info__title {
  font-weight: var(--h1-lg-font-weight)
}

.C-article-info__comments-count {
  color: var(--color-link-2)
}

.C-article-info__title-comment {
  display: block;
  position: relative;
  font-size: 12px;
  color: var(--color-link-2);
  padding-left: 20px;
  margin-top: 5px
}

.C-article-info__title-comment:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: var(--color-link-2);
  width: 12px;
  height: 1px
}

.C-article-info__lead {
  font-family: var(--article-font-lead-font-family);
  font-size: var(--article-font-lead-font-size);
  font-weight: var(--article-font-lead-font-weight);
  line-height: 32px;
  margin: 0 0 40px
}

@media(max-width: 991.98px) {
  .C-article-info__lead {
    margin:16px 0
  }
}

.C-article-info__lead .C-fragment:last-child,.C-article-info__lead p {
  margin-bottom: 0
}

.C-article-info__lead .C-fragment-html,.C-article-info__summary {
  line-height: inherit;
  font-family: var(--article-font-lead-font-family);
  font-size: var(--article-font-lead-font-size);
  font-weight: var(--article-font-lead-font-weight)
}

@media(max-width: 991.98px) {
  .C-article-info__lead .C-fragment-html,.C-article-info__summary {
    font-size:20px;
    font-weight: 500;
    line-height: 140%
  }
}

.C-article-info__lead-fs-2 .C-fragment-html {
  font-size: var(--article-font-lead-font-size-2)
}

@media(max-width: 991.98px) {
  .C-article-info__lead-fs-2 .C-fragment-html {
    font-size:var(--article-font-body-font-size)
  }
}

.C-article-info__lead-fs-3 .C-fragment-html {
  font-size: var(--article-font-body-font-size-2)
}

@media(max-width: 991.98px) {
  .C-article-info__lead-fs-3 .C-fragment-html {
    font-size:var(--article-font-body-font-size-3)
  }
}

.C-article-info__cover .C-article-info__meta:after {
  background-color: var(--color-bg-color-2)
}

.C-article-info__category,.C-article-info__publish-date {
  font-family: var(--font-family-system)
}

.C-article-info__publish-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: var(--color-text-2)
}

.C-article-info__category {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.67;
  text-align: left;
  text-transform: uppercase
}

.C-article-info__category:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  z-index: 5;
  width: 4px;
  height: 9px;
  background-color: var(--color-color-1)
}

.C-article-info-ribbon {
  padding-bottom: 13px;
  padding-top: 13px
}

.C-article__lead+.C-article-info-ribbon {
  padding-top: 6px
}

.C-article-info-cover {
  margin-bottom: 1rem
}

.C-article-info-cover .C-fragment-embed {
  max-width: 100%
}

@media(max-width: 767.98px) {
  .C-article-info-cover .C-picture-info {
    width:auto;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--color-grey-2)
  }

  .C-article-info-cover .C-picture-info:before {
    position: absolute;
    left: 0
  }
}

@media(max-width: 767.98px) {
  .C-article-info-cover--center {
    margin-left:-12px;
    margin-right: -12px
  }
}

.C-article-info-cover--right {
  float: right;
  padding-left: 24px;
  width: 676px
}

@media(max-width: 767.98px) {
  .C-article-info-cover--right {
    width:100%;
    padding-left: 0;
    float: none
  }
}

.C-article-info-cover--small .C-article-info-cover__picture {
  padding-bottom: 100%
}

@media(max-width: 767.98px) {
  .C-article-info-cover--small .C-picture-info:before {
    left:12px
  }
}

.C-article-info-cover--normal .C-article-info-cover__picture {
  padding-bottom: 59.25%
}

.C-article-info-cover--full .C-article-info-cover__picture {
  padding-bottom: 57.125%
}

.C-article-info-cover+.C-article-info__lead,.C-fragment--subscribed+.C-article-info__lead {
  border: unset;
  margin-top: 0;
  margin-bottom: 0
}

.C-article-info-cover__paywall--wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 52.65%;
  background: #0f134b
}

@media screen and (max-width: 320px) {
  .C-article-info-cover__paywall--wrapper {
    padding-top:65%
  }
}

.C-article-info-cover__paywall--container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.C-article-info-cover__paywall--lock {
  width: 100px;
  height: 100px
}

@media(max-width: 767.98px) {
  .C-article-info-cover__paywall--lock {
    width:70px;
    height: 70px
  }
}

.C-article-info-cover__paywall--lock i {
  width: 100%;
  height: 100%
}

.C-article-info-cover__paywall--text {
  margin: 40px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600
}

@media(max-width: 767.98px) {
  .C-article-info-cover__paywall--text {
    margin:20px 0 15px;
    font-size: 18px
  }
}

.C-article-info-cover__paywall--button-login {
  width: auto;
  margin-right: 15px;
  padding: 23px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #00d46e
}

@media(max-width: 767.98px) {
  .C-article-info-cover__paywall--button-login {
    width:150px;
    padding: 14px 15px;
    font-size: 14px
  }
}

@media screen and (max-width: 320px) {
  .C-article-info-cover__paywall--button-login {
    width:auto
  }
}

.C-article-info-cover__paywall--button-subscribe {
  width: auto;
  padding: 23px 50px;
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e9f6ff
}

@media(max-width: 767.98px) {
  .C-article-info-cover__paywall--button-subscribe {
    width:150px;
    padding: 14px 15px;
    font-size: 14px
  }
}

@media screen and (max-width: 320px) {
  .C-article-info-cover__paywall--button-subscribe {
    width:auto
  }
}

.C-article-info-cover__paywall--button-login+.C-article-info-cover__paywall--button-subscribe {
  margin-left: 15px
}

.C-fragment-pullout {
  position: relative;
  max-width: 676px;
  margin: 0 auto;
  padding-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--h3-lg-font-size);
  font-weight: var(--h3-lg-font-weight)
}

@media(min-width: 768px) {
  .C-fragment-pullout.C-fragment--align-left {
    padding-right:36px
  }
}

@media(min-width: 768px) {
  .C-fragment-pullout.C-fragment--align-right {
    padding-left:36px
  }
}

@media(max-width: 767.98px) {
  .C-fragment-pullout {
    font-size:var(--h3-sm-font-size);
    max-width: 100%;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem
  }
}

.C-fragment-pullout--image-position-background img {
  z-index: -1;
  position: absolute;
  max-height: 165px;
  height: 100%;
  top: calc(50% - 1rem);
  transform: translateY(-50%)
}

.C-fragment-pullout--image-position-background .C-fragment-pullout__story {
  padding-left: 36px;
  word-break: break-word
}

.C-fragment-pullout--image-position-side img {
  display: block;
  margin-left: -29px;
  margin-bottom: 4px;
  fill: var(--color-color-2)
}

.C-fragment-pullout--primary-color {
  color: var(--color-color-1)
}

.C-fragment-pullout--quote {
  color: var(--color-black)
}

.C-fragment-pullout--quote svg {
  margin-bottom: 12px;
  fill: var(--color-color-1)
}

.C-fragment-pullout--quote .C-fragment-pullout__author {
  font-family: var(--font-family-system);
  font-weight: 400;
  font-size: 11px;
  color: var(--color-grey-1);
  margin-top: 10px
}

.C-fragment-pullout--quote .C-fragment-pullout__author:before {
  content: "-";
  display: inline-block;
  margin-right: 5px
}

.C-fragment-sidebar {
  padding: 24px;
  overflow: hidden
}

.C-fragment-sidebar h1 {
  font-size: var(--h1-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-sidebar h1 {
    font-size:var(--h1-sm-font-size)
  }
}

.C-fragment-sidebar h2 {
  font-size: var(--h2-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-sidebar h2 {
    font-size:var(--h2-sm-font-size)
  }
}

.C-fragment-sidebar h3 {
  font-size: var(--h3-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-sidebar h3 {
    font-size:var(--h3-sm-font-size)
  }
}

.C-fragment-sidebar h4 {
  font-size: var(--h4-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-sidebar h4 {
    font-size:var(--h4-sm-font-size)
  }
}

.C-fragment-sidebar h5 {
  font-size: var(--h5-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-sidebar h5 {
    font-size:var(--h5-sm-font-size)
  }
}

.C-fragment-sidebar h6 {
  font-size: var(--h6-lg-font-size)
}

@media(max-width: 767.98px) {
  .C-fragment-sidebar h6 {
    font-size:var(--h6-sm-font-size)
  }
}

.C-fragment-sidebar__story,.C-fragment-sidebar h5,.C-fragment-sidebar h6 {
  line-height: 1.81
}

.C-fragment-sidebar__lead,.C-fragment-sidebar__story {
  word-break: break-word
}

.C-fragment-sidebar__author {
  font-family: var(--font-family-system);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-grey-1);
  margin-bottom: 16px
}

.C-fragment-sidebar__title {
  margin-bottom: 16px;
  font-family: var(--font-family-primary);
  line-height: var(--h3-lg-line-height);
  font-size: var(--h3-lg-font-size);
  font-weight: var(--h3-lg-font-weight)
}

@media(max-width: 767.98px) {
  .C-fragment-sidebar__title {
    font-size:var(--h3-sm-font-size)
  }
}

@media(min-width: 768px) {
  .C-fragment-sidebar.C-fragment--align-left,.C-fragment-sidebar.C-fragment--align-right {
    max-width:676px
  }
}

.C-fragment-sidebar.C-fragment--align-left {
  margin-right: 20px
}

.C-fragment-sidebar.C-fragment--align-right {
  margin-left: 20px
}

.C-fragment-sidebar--border-grey,.C-fragment-sidebar--border-secondary {
  border-width: 1px;
  border-style: solid
}

.C-fragment-sidebar--separated-lead .C-fragment-sidebar__lead {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid var(--color-grey-2);
  border-bottom: 1px solid var(--color-grey-2);
  margin-top: 12px;
  margin-bottom: 12px
}

.C-fragment-sidebar--border-grey {
  border-color: var(--color-grey-2)
}

.C-fragment-sidebar--border-secondary {
  border-color: var(--color-color-2)
}

.C-fragment-sidebar--border-thick {
  border-width: 8px
}

.C-fragment-sidebar--border-top {
  border-top: 4px solid var(--color-color-1)
}

.C-fragment-sidebar--has-bg {
  background: var(--color-grey-3)
}

@media(min-width: 768px) {
  .C-fragment-picture.C-fragment--align-left,.C-fragment-picture.C-fragment--align-right {
    max-width:676px
  }
}

.C-fragment-picture.C-fragment--align-fullWidth,.C-fragment-picture.C-fragment--align-fullwidth {
  width: calc(100vw - 9px);
  max-width: unset;
  max-height: 700px;
  height: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  margin-bottom: 3rem
}

.C-fragment-picture.C-fragment--align-fullWidth img,.C-fragment-picture.C-fragment--align-fullwidth img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top
}

.C-fragment-picture.C-fragment--align-fullWidth .C-picture-info__caption,.C-fragment-picture.C-fragment--align-fullwidth .C-picture-info__caption,.C-fragment-picture.C-fragment--align-fullWidth .C-picture-info__source,.C-fragment-picture.C-fragment--align-fullwidth .C-picture-info__source {
  padding: 0 12px
}

.C-fragment-picture img {
  width: 100%
}

.C-fragment-embed--dvideo,.C-fragment-embed--youtube {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 1rem;
  background: var(--color-grey-1)
}

.C-fragment-embed--dvideo>div,.C-fragment-embed--dvideo>iframe,.C-fragment-embed--youtube>div,.C-fragment-embed--youtube>iframe {
  position: absolute!important;
  top: 0!important;
  right: 0!important;
  bottom: 0!important;
  left: 0!important
}

.C-fragment-embed--dstream {
  position: relative;
  width: 100%;
  max-width: 100%!important;
  height: 0;
  padding-bottom: 56.25%
}

.C-fragment-dstream__iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0
}

.C-fragment-embed .instagram-media,.C-fragment-embed .twitter-tweet {
  margin-right: auto!important;
  margin-left: auto!important
}

.C-fragment-embed .instagram-media {
  min-width: unset!important
}

.C-fragment-embed--liveblog {
  text-align: left!important
}

.C-fragment-embed--liveblog div {
  font-size: 16px;
  line-height: 24px
}

.C-fragment-embed--rembi {
  margin-bottom: 0
}

.C-fragment-embed--rembi iframe {
  display: block
}

.C-fragment-embed--youtube {
  max-width: 100%!important
}

.C-fragment-embed--youtube>iframe {
  width: 100%;
  height: 100%
}

.C-fragment-embed.C-fragment--align-fullWidth,.C-fragment-embed.C-fragment--align-fullwidth {
  width: calc(100vw - 9px);
  max-width: unset;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw!important;
  margin-right: -50vw!important
}

.C-fragment-embed.C-fragment--align-fullWidth iframe,.C-fragment-embed.C-fragment--align-fullwidth iframe {
  display: block;
  margin: auto
}

@media(max-width: 991.98px) {
  .C-fragment-embed.C-fragment--align-fullwidthmobile {
    margin-left:-12px;
    margin-right: -12px
  }
}

.C-fragment-iframe {
  text-align: center
}

.C-fragment--facebook {
  overflow-x: auto
}

.C-fragment-media--video-player {
  margin-bottom: 1rem
}

.C-fragment-media--video-player iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9
}

.C-fragment--facebook,.C-fragment-embed,.C-fragment-iframe,.C-fragment-media {
  clear: both
}

.C-article-social__fb-count-button>span {
  color: var(--color-white);
  background: var(--color-color-2)
}

.C-fragment-ingredients__ingredients-header {
  font-size: 17px!important;
  margin: 20px 0 4px
}

.C-fragment-ingredients__ingredients {
  background: var(--color-grey-3);
  padding: 25px;
  border-radius: 8px
}

@media(min-width: 768px) {
  .C-fragment-ingredients__ingredients>div>div:first-child:not(:only-child) {
    flex:0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .C-fragment-ingredients__ingredients>div>div:last-child:not(:only-child) {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }
}

.C-fragment-ingredients__ingredients ul li {
  display: flex;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 12px;
  align-items: baseline
}

.C-fragment-ingredients__ingredients ul li:last-child {
  margin-bottom: 0
}

.C-fragment-ingredients__ingredients ul li .C-fragment-ingredients__count-unit,.C-fragment-ingredients__ingredients ul li .C-recipe-icon {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-color-2);
  margin-right: 12px
}

.C-fragment-ingredients__ingredients ul li .C-fragment-ingredients__count-unit {
  width: 50px
}

.C-fragment-ingredients__ingredients ul li .C-recipe-icon {
  width: 30px
}

.C-fragment-ingredients__ingredients ul li.C-recipe-no-icon {
  padding-left: 42px
}

.C-fragment-ingredients__ingredients ul li svg {
  display: block;
  fill: var(--color-color-2);
  margin: auto
}

.C-fragment-ingredients__data {
  height: 100%
}

@media(min-width: 768px) {
  .C-fragment-ingredients__data {
    border-left:1px solid var(--color-color-1);
    padding-left: 15px
  }
}

@media(max-width: 767.98px) {
  .C-fragment-ingredients__data {
    border-top:1px solid var(--color-color-1);
    padding-top: 15px;
    margin-top: 15px
  }
}

.C-fragment-ingredients__data li {
  flex-flow: row wrap;
  justify-content: start
}

.C-fragment-cooking-process__preparation ol {
  list-style: none;
  padding-left: 50px
}

.C-fragment-cooking-process__preparation ol li {
  line-height: 29px;
  margin-bottom: 24px;
  counter-increment: step-counter
}

.C-fragment-cooking-process__preparation ol li:before {
  content: counter(step-counter);
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: var(--color-color-2);
  color: var(--color-white);
  border-radius: 50%;
  margin: -3px 13px 0 -50px
}

.C-author__articles-count {
  display: block;
  margin: 0 0 25px;
  color: var(--color-grey-1)
}

.C-author__picture {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 25px;
  margin-bottom: 20px;
  transition: box-shadow .3s cubic-bezier(.25,.8,.25,1)
}

.C-author__picture:link:hover {
  box-shadow: 4px 4px 20px 0 rgba(0,0,0,.2)
}

.C-author--round .C-author__picture {
  border-radius: 50%;
  overflow: hidden
}

.C-author__name {
  font-family: var(--font-family-primary);
  font-size: var(--h2-lg-font-size);
  font-weight: var(--h2-lg-font-weight);
  line-height: 1;
  margin-bottom: 10px
}

@media(max-width: 767.98px) {
  .C-author__name {
    font-size:var(--h2-sm-font-size);
    font-weight: var(--h2-sm-font-weight);
    line-height: 1
  }
}

.C-author__email {
  display: block;
  font-size: var(--text-type-2-font-size)
}

.C-author--regular.C-author {
  margin-bottom: 35px
}

.C-author--regular.C-author .C-author__email,.C-author--regular.C-author .C-author__name a {
  word-break: break-word
}

.C-author--regular.C-author--square {
  width: 220px
}

@media(max-width: 767.98px) {
  .C-author--regular.C-author--square {
    width:160px
  }
}

.C-author--regular.C-author--square .C-author__picture {
  position: relative;
  width: 220px;
  height: 220px
}

@media(max-width: 767.98px) {
  .C-author--regular.C-author--square .C-author__picture {
    width:160px;
    height: 160px
  }
}

.C-author--regular.C-author--square .C-author__picture:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 60px;
  height: 6px;
  background: var(--color-color-1)
}

.C-author--regular.C-author--square .C-author__picture img {
  width: 100%
}

.C-author--regular.C-author--round {
  width: 197px;
  text-align: center
}

@media(min-width: 1248px) {
  .C-author--regular.C-author--round {
    margin:0 10px 35px
  }
}

@media(max-width: 767.98px) {
  .C-author--regular.C-author--round {
    width:160px
  }
}

.C-author--regular.C-author--round .C-author__picture {
  width: 197px;
  height: 197px
}

@media(max-width: 767.98px) {
  .C-author--regular.C-author--round .C-author__picture {
    width:160px;
    height: 160px
  }
}

.C-author--regular.C-author--round .C-author__picture img {
  width: 100%
}

.C-author--big.C-author .C-author__row {
  align-items: center
}

@media(max-width: 767.98px) {
  .C-author--big.C-author .C-author__picture-col {
    width:100%
  }
}

@media(min-width: 768px) {
  .C-author--big.C-author .C-author__content-col {
    padding-left:40px
  }
}

@media(max-width: 767.98px) {
  .C-author--big.C-author .C-author__email,.C-author--big.C-author .C-author__name {
    text-align:center
  }
}

.C-author--big.C-author--square .C-author__picture {
  width: 276px;
  height: 276px
}

@media(max-width: 767.98px) {
  .C-author--big.C-author--square .C-author__picture {
    width:201px;
    height: 201px;
    margin: 28px auto
  }
}

.C-author--big.C-author--square .C-author__picture img {
  width: 100%
}

.C-author--big.C-author--round .C-author__picture {
  width: 276px;
  height: 276px
}

@media(max-width: 767.98px) {
  .C-author--big.C-author--round .C-author__picture {
    width:201px;
    height: 201px;
    margin: 28px auto
  }
}

.C-author--big.C-author--round .C-author__picture img {
  width: 100%
}
