@charset "UTF-8";
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

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

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/*********************
    COLORS
*********************/
/*********************
    FONTS
*********************/
/*********************
    BREAKPOINTS
*********************/
/*********************
TRANSITIONS
*********************/
/*********************
FORM
*********************/
/*********************
Custom BREAKPOINTS
*********************/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* cyrillic-ext */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Lora/static/Lora-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Lora/static/Lora-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Lora/static/Lora-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
* {
  box-sizing: border-box;
  outline: 0 !important;
}

figure {
  margin: 0;
}

input,
textarea {
  font-family: inherit;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

button {
  font-family: inherit;
  cursor: pointer;
}

html.js-is-active, html.js-is-active body, html.responsive-menu-is-show, html.responsive-menu-is-show body, html.modal-is-active, html.modal-is-active body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-height: 895px) {
  html.html-page-404 {
    height: 100%;
  }
}

html,
body {
  margin: 0 !important;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0 auto !important;
  color: #074365;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-height: 895px) {
  body.error404 {
    height: 100%;
  }
}

h1, .h1, h2, .h2 {
  font-family: "Roboto", sans-serif;
}

.blog-id-6 h1,
.blog-id-6 .h1,
.blog-id-6 h2,
.blog-id-6 .h2 {
  font-family: "Bebas Neue", cursive;
}

h1,
.h1 {
  margin: 36px 0;
  color: #FFFFFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}

h2,
.h2 {
  margin: 0 0 28px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.29;
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.38px;
}
.content h3, .post-content h3,
.content .h3,
.post-content .h3 {
  margin: 32px 0 10px;
  font-size: 32px;
  line-height: 1.59;
}
.content h3 + p, .content h3 + ul, .post-content h3 + p, .post-content h3 + ul,
.content .h3 + p,
.content .h3 + ul,
.post-content .h3 + p,
.post-content .h3 + ul {
  margin-top: 0;
}
h3 .fs-big,
.h3 .fs-big {
  font-size: 24px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h4,
.h4 {
  margin: 0 0 10px;
  font-size: 18px;
}
.content h4, .post-content h4,
.content .h4,
.post-content .h4 {
  font-size: 24px;
}

p {
  margin: 21px 0;
  font-size: 18px;
  line-height: 1.7;
}
p:last-of-type {
  margin-bottom: 0;
}

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

a {
  text-decoration: none;
  color: #70CB00;
  transition: color ease 0.3s;
}
a svg {
  fill: #70CB00;
}
.no-touch a:hover, a:hover {
  color: #ED6B3B;
  text-decoration: none;
}
a:hover svg {
  fill: #ED6B3B;
}

.fs-12 {
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .fs-xs-12 {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .fs-xs-13 {
    font-size: 13px;
  }
}

.fs-14 {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .fs-xs-14 {
    font-size: 14px !important;
  }
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px !important;
}

@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 24px !important;
  }
}

@media (max-width: 767.98px) {
  .fs-xs-24 {
    font-size: 24px;
  }
}

.fs-32 {
  font-size: 32px;
}

.tw-light {
  font-weight: 300;
}

.tw-regular {
  font-weight: 400;
}

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

.text-extrabold {
  font-weight: 800;
}

.tw-heavy {
  font-weight: 900;
}

.text-primary {
  color: #ED6B3B !important;
}

a.text-primary {
  color: #ED6B3B !important;
}
a.text-primary:hover {
  color: #70CB00 !important;
}

.editor {
  font-weight: 400 !important;
}
.editor > *:first-child {
  margin-top: 0;
}
.editor > *:last-child {
  margin-bottom: 0;
}

.text-shadow {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
}

.text-white {
  color: #FFFFFF;
}

.text-darkblue {
  color: #074365;
}

.text-lightblue-v1 {
  color: rgba(7, 67, 101, 0.7490196078);
}

img {
  max-width: 100%;
}

p > .text-separator {
  display: none;
}
p > .text-separator + span {
  display: inline-block;
}
p a {
  color: #ED6B3B;
  text-decoration: underline;
}
.no-touch p a:hover {
  text-decoration: none;
}
p.text-white a {
  color: #FFFFFF;
}

.lh-1-4 {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .pl-md-10 {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .pr-md-10 {
    padding-right: 10px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1920px !important;
}

.iti {
  z-index: 99;
  width: 100%;
  height: 50px;
}

body:not(.iti-mobile) .iti__country-list {
  top: 100%;
  left: 0;
  min-width: 230px;
  min-height: 200px;
}

@media (max-width: 767.99px) {
  body:not(.iti-mobile) .iti__country-list {
    position: absolute !important;
    top: 100% !important;
    left: 1px !important;
    transform: translate(0, 0) !important;
    width: calc(100vw - 91px) !important;
    height: 200px !important;
    max-height: inherit !important;
    min-height: inherit !important;
  }
}
.iti-mobile .iti--container {
  position: fixed !important;
  top: calc(50% + 37px) !important;
  bottom: inherit !important;
  left: 50% !important;
  right: inherit !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - 90px);
  height: 70vh;
  max-height: inherit !important;
  min-height: inherit !important;
}

@media (max-width: 575px) {
  h1,
  h2,
  h3,
  h4,
  p,
  span {
    line-height: 1.3;
    text-align: center;
  }
  .wpcf7-list-item-label {
    text-align: left;
  }
}
.gp-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.gp-icon .icon {
  max-width: 70px;
  height: auto;
}

.fill-white {
  fill: #FFFFFF;
  color: #FFFFFF;
}

.fill-facebook {
  fill: #4669B2;
  color: #4669B2;
}

.fill-twitter {
  color: #36A3F3;
  fill: #36A3F3;
}

.overflow-visible {
  overflow: visible !important;
}

.w-100-flex {
  flex: 1 1 100% !important;
  width: 100% !important;
}

@media (max-width: 991.98px) {
  .w-100-flex-md-max {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .d-md-max-none {
    display: none !important;
  }
}

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

.u-text-underline {
  text-decoration: underline !important;
}

.wysiwyg p:after {
  content: "";
  clear: both;
  display: table;
}

img.aligncenter {
  margin: auto;
  display: block;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

body.blog-id-6 {
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}

.bs-block {
  padding: 55px 0;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .bs-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.bs-block.bottom-overlay {
  padding-bottom: 13%;
}
@media (min-width: 992px) {
  .bs-block.bottom-overlay {
    padding-bottom: 75px;
  }
}
.bs-block.bottom-overlay .container {
  position: relative;
  margin-bottom: -40%;
}
@media (min-width: 768px) {
  .bs-block.bottom-overlay .container {
    margin-bottom: -30%;
  }
}
@media (min-width: 992px) {
  .bs-block.bottom-overlay .container {
    margin-bottom: -300px;
  }
}
.bs-block.bottom-overlay + .bs-block {
  padding-top: 43%;
}
@media (min-width: 768px) {
  .bs-block.bottom-overlay + .bs-block {
    padding-top: 30%;
  }
}
@media (min-width: 992px) {
  .bs-block.bottom-overlay + .bs-block {
    padding-top: 300px;
  }
}
.bs-block.overlay-down-block {
  padding-bottom: 347px;
}
@media (min-width: 768px) {
  .bs-block.overlay-down-block {
    padding-bottom: 363px;
  }
}
@media (min-width: 992px) {
  .bs-block.overlay-down-block {
    padding-bottom: 400px;
  }
}
.bs-block.top-overlay .container {
  position: relative;
  margin-top: -320px;
  margin-bottom: -171px;
}
@media (min-width: 768px) {
  .bs-block.top-overlay .container {
    margin-bottom: -154px;
  }
}
@media (min-width: 992px) {
  .bs-block.top-overlay .container {
    margin-top: -320px;
    margin-bottom: -195px;
  }
}
.main-banner + .bs-block.top-overlay {
  padding-top: 55px !important;
}
@media (max-width: 767.98px) {
  .main-banner + .bs-block.top-overlay {
    padding-top: 35px !important;
  }
}
.main-banner + .bs-block.top-overlay .container {
  margin-top: 0 !important;
}
.bs-block.top-overlay + .bs-block {
  padding-top: 208px;
}
@media (min-width: 992px) {
  .bs-block.top-overlay + .bs-block {
    padding-top: 280px;
  }
}

@media (max-width: 767.98px) {
  .overflow-xs {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .overflow-xs-no {
    overflow: visible;
  }
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-primary {
  background-color: #ED6B3B;
}

.bg-secondary {
  background-color: #70CB00;
}

.bg-grey {
  background-color: #ECF1F3;
}

.bg-gradient-grey {
  background-color: #FFFFFF;
  background-image: url("../images/bg-gradient-grey.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gradient-top-grey {
  background-color: #FFFFFF;
  background-image: url("../images/bg-gradient-top-grey.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.mw-100 {
  max-width: 100%;
}

.box-shadow {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

.box-shadow-none {
  box-shadow: none !important;
}

.w-100 {
  width: 100%;
}

.line-height-1 {
  line-height: 1;
}

@media (max-width: 767.98px) {
  .d-xs-none {
    display: none;
  }
}

.no-pointer-event {
  pointer-events: none;
}

.video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  cursor: pointer;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
  border-radius: 4px;
}
.video-container .video-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  cursor: pointer;
}
.video-container .video-image-placeholder.hidden {
  display: none !important;
}
.video-container .video-image-placeholder svg {
  fill: rgba(0, 0, 0, 0.6);
}
.video-container .video-image-placeholder:hover svg {
  fill: #ff3d00;
}
.video-container .video-play-wrapper {
  background-size: 112%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.no-touch .video-container:hover .video-play-buttton {
  background-color: #70CB00;
}
.video-container.video-active:before {
  display: none;
}
.video-container.video-active .video-play-buttton {
  display: none;
}
.video-container.video-active .video {
  opacity: 1;
  z-index: 2;
}
.video-container.size-lg {
  padding-bottom: 70%;
}
.video-container.size-lg .video-play-buttton {
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .video-container.size-lg {
    padding-bottom: 50%;
  }
}
@media (min-width: 992px) {
  .video-container.size-lg {
    padding: 0;
    height: 480px;
  }
}

.video-play-buttton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ED6B3B;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: ease 0.3s;
}

.inner-content {
  padding: 25px 30px 25px;
}
@media (min-width: 768px) {
  .inner-content {
    padding: 45px 60px 65px;
  }
}
.inner-content.size-md {
  padding: 25px 0 0;
}
.inner-content.theme-v1 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 110px;
}
@media (max-width: 359.97px) {
  .inner-content.theme-v1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .inner-content.theme-v1 {
    padding-top: 175px;
  }
}
@media (min-width: 992px) {
  .inner-content.theme-v1 {
    padding: 175px 120px 40px;
  }
}
.inner-content.theme-v1:before {
  content: "";
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 409px) {
  .inner-content.theme-v1:before {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .inner-content.theme-v1:before {
    top: 120px;
  }
}
.inner-content.theme-v1.inner-content--donation {
  border-radius: 4px;
}
.inner-content.theme-v1.inner-content--donation:before {
  border-radius: 4px;
}

.inner-content--donation:before {
  background: white;
}

.blog-id-6 .inner-content--donation:before {
  background: #2EB3DF;
}

.blog-id-6 .donation-form,
.blue-form--task {
  background-color: #2EB3DF;
}
.blog-id-6 .donation-form:before,
.blue-form--task:before {
  background-color: #2EB3DF;
}
.blog-id-6 .donation-form .form-info:before,
.blue-form--task .form-info:before {
  background: linear-gradient(155deg, #2EB3DF, #2EB3DF 50%, #70CB00 0, #70CB00);
}
.blog-id-6 .donation-form .form-type-item,
.blue-form--task .form-type-item {
  background-color: rgba(7, 25, 68, 0.2);
  text-transform: uppercase;
  color: #FFFFFF;
}
.blog-id-6 .donation-form .form-type-item:after, .blog-id-6 .donation-form .form-type-item:hover,
.blue-form--task .form-type-item:after,
.blue-form--task .form-type-item:hover {
  background-color: #2EB3DF !important;
}
.blog-id-6 .donation-form .form-type-item.active,
.blue-form--task .form-type-item.active {
  background-color: #2EB3DF;
}
.blog-id-6 .donation-form .form-type-item label,
.blue-form--task .form-type-item label {
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .blog-id-6 .donation-form .form-type-item label,
  .blue-form--task .form-type-item label {
    font-size: 36px;
    line-height: 42px;
  }
}
.blog-id-6 .donation-form .form-amount-list-btn,
.blue-form--task .form-amount-list-btn {
  background-color: transparent;
}
.blog-id-6 .donation-form .form-amount-list-btn label,
.blue-form--task .form-amount-list-btn label {
  border-color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  line-height: 42px;
  color: #FFFFFF;
}
.blog-id-6 .donation-form .form-amount-list-btn input:checked ~ label, .blog-id-6 .donation-form .form-amount-list-btn:hover,
.blue-form--task .form-amount-list-btn input:checked ~ label,
.blue-form--task .form-amount-list-btn:hover {
  background-color: #071944;
}

.text-perex {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.separator {
  height: 1px;
  background-color: #CED4DA;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
.container.size-md {
  max-width: 900px;
}

.z-index-5 {
  z-index: 5;
}

.bs-block-content .title-arrow {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .bs-block-content .title-arrow {
    padding-bottom: 40px !important;
  }
}

.title-arrow {
  position: relative;
  padding-bottom: 40px !important;
  padding-bottom: 0 !important;
}
.title-arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .title-arrow {
    padding-bottom: 40px !important;
  }
}
.title-arrow--center:after {
  left: 50%;
  transform: translateX(-50%);
}

.blog-id-6 .title-arrow {
  position: relative;
  padding-bottom: 40px !important;
}
.blog-id-6 .title-arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-id-6 .title-arrow--dark:after {
  background-image: url("../img/arrow-dark.svg");
}

ol {
  counter-reset: section;
  padding: 0;
  list-style: none;
}
ol li {
  position: relative;
  padding-left: 50px;
  margin-top: 35px;
}
ol li:first-child {
  margin-top: 0;
}
ol li:before {
  counter-increment: section;
  content: counter(section);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #75DFDE;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .pt-md-85 {
    padding-top: 85px;
  }
}

@media (min-width: 768px) {
  .pb-md-70 {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .pb-md-85 {
    padding-bottom: 85px;
  }
}

@media (min-width: 768px) {
  .pb-md-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .pb-md-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .pl-lg-30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .pr-lg-30 {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-80 {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-80 {
    padding-right: 80px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: rgba(44, 77, 97, 0.75);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s linear;
  transition: ease 0.3s;
}
.header.hide {
  display: none !important;
}
.header--navbar-none {
  min-height: 66px;
  padding-bottom: 9px;
}
.header.is-fixed {
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.15);
}
.header.is-fixed div[class*=__container] {
  padding: 18px 15px;
}
@media (min-width: 768px) {
  .header {
    padding: 9px 4px !important;
    min-height: 74px !important;
  }
}
.error404 .header {
  display: none;
}
.header-brand img {
  max-width: 150px;
  height: auto;
}
.header .navbar-responsive-menu .btn {
  display: none;
}
.header .navbar-responsive-menu .js-btn-form {
  display: block;
  border-radius: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .header .navbar-responsive-menu .js-btn-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0 !important;
    opacity: 1;
    transition: all;
    transition-duration: 400ms;
    padding: 15px 15px 12.5px 15px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.header .navbar-responsive-menu .js-btn-form:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}
.header .navbar-responsive-menu .js-btn-form.opacity {
  opacity: 0;
  visibility: hidden;
}

.page-template-petition-page .inner-content {
  margin: 0 10px;
}
.page-template-petition-page .main-banner h1 {
  font-weight: 700;
  font-size: 45px;
  margin: 36px 0;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .page-template-petition-page .main-banner h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
  }
}
.page-template-petition-page .main-banner h1 > strong {
  font-size: 70px;
  line-height: 75px;
  display: block;
  clear: both;
}

@media (min-width: 992px) {
  .petition-left-box {
    padding-top: 37px;
  }
}

.main-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .main-banner {
    padding-top: 150px;
  }
}
@media (max-width: 400px) {
  .main-banner {
    background-position: center left;
  }
}
.main-banner-description p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  margin: 12px 0;
}
.main-banner-description [data-fancybox] {
  text-decoration: underline;
}
.main-banner h1 {
  text-align: center;
}
@media (min-width: 768px) {
  .main-banner h1 {
    text-align: left;
  }
}
body.page-template-socials-page .main-banner h1 {
  margin-bottom: 32px !important;
}
.main-banner h1 + p {
  text-align: center;
}
@media (min-width: 768px) {
  .main-banner h1 + p {
    text-align: left;
  }
}
.main-banner .container {
  position: relative;
  z-index: 5;
}
.main-banner .col-12 > img {
  display: block;
  margin: 0 auto;
  margin-top: 0 !important;
  margin-bottom: 42px !important;
  width: 80%;
}
@media (min-width: 768px) {
  .main-banner .col-12 > img {
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    width: 60%;
  }
}
.main-banner .col-12 > img + p {
  text-align: center;
}
@media (min-width: 768px) {
  .main-banner .col-12 > img + p {
    text-align: left;
  }
}
.main-banner-background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.main-banner-background-image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .main-banner-background-image--desktop {
    display: block;
  }
}
.main-banner-background-image--mobile {
  display: block;
}
@media (min-width: 768px) {
  .main-banner-background-image--mobile {
    display: none;
  }
}
.main-banner img {
  max-width: 100%;
  height: auto;
}
.main-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
  z-index: 2;
}
@media (min-width: 768px) {
  .main-banner.theme-v1 {
    padding-top: 165px;
    padding-bottom: 125px;
  }
}
.main-banner .main-banner-description {
  color: #FFFFFF;
}
.main-banner .main-banner-description a {
  color: #FFFFFF;
}
#fullpage .main-banner {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .blog-id-6 .header {
    background: transparent;
    padding: 25px 0 !important;
    box-shadow: none !important;
  }
}
.blog-id-6 .main-banner {
  z-index: -1;
}
.blog-id-6 .main-banner .row-content {
  max-width: 790px;
  margin: auto;
}
.blog-id-6 .main-banner h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 70px;
  margin-top: 30px !important;
}
.blog-id-6 .main-banner h1 > strong {
  font-size: 48px;
  line-height: 55px;
  color: #FFFFFF;
  display: inline;
  clear: unset;
}
.blog-id-6 .main-banner-content {
  max-width: 770px;
  margin: auto;
}
.blog-id-6 .main-banner-description {
  color: #72ADC1;
}
.blog-id-6 .main-banner-description p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  margin: 12px 0;
}
.blog-id-6 .main-banner-description p:first-of-type {
  color: #FFFFFF;
  font-size: 18px;
}
.blog-id-6 .main-banner-description a[data-fancybox] {
  color: #2EB3DF;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-weight: 700;
}
.blog-id-6 .main-banner a {
  color: #2EB3DF;
}
.blog-id-6.single-stage .main-banner-description p {
  margin: 12px auto !important;
}
.blog-id-6.page-template-petition-page .inner-content {
  margin: 0 10px;
}
.blog-id-6.page-template-petition-page .main-banner h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 90px;
}
.blog-id-6.page-template-petition-page .main-banner h1:after {
  bottom: 35px !important;
}
.blog-id-6.page-template-petition-page .main-banner h1 > strong {
  font-size: 90px;
}
.blog-id-6.page-template-donation-page .main-banner-content {
  margin-bottom: 90px;
}

@media (max-width: 992px) {
  .page-template-guidepost-page .main-banner {
    padding-top: 15px;
  }
}
.page-template-guidepost-page .main-banner h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
}
@media (min-width: 768px) {
  .page-template-guidepost-page .main-banner h1 {
    font-size: 72px;
    line-height: 90px;
  }
}
.page-template-guidepost-page .main-banner h1 strong {
  font-size: 60px;
}
@media (min-width: 768px) {
  .page-template-guidepost-page .main-banner h1 strong {
    font-size: 90px;
  }
}

.page-template-petition-page .header {
  position: absolute !important;
}

.donation-intro-text {
  text-align: center;
}
@media (min-width: 767px) {
  .donation-intro-text {
    text-align: left;
  }
}

.website-main {
  position: relative;
  z-index: 3;
  background-color: #FFFFFF;
  box-shadow: 0 26px 54px -31px rgba(0, 0, 0, 0.75);
}
body.error404 .website-main {
  height: 100%;
  box-shadow: none;
}

.page-template-guidepost-page .website-main {
  box-shadow: none;
  background-color: #000033;
}

.website-footer {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  backface-visibility: hidden;
}
.website-footer.hide {
  display: none !important;
}
.error404 .website-footer {
  display: none;
}
.website-footer .brand {
  max-width: 184px;
  height: auto;
}

@media (max-width: 767.98px) {
  .website-footer-inner.has-mobile-cta-btn.is-floating-button {
    padding-bottom: 115px;
  }
}

.website-footer-inner {
  position: fixed;
  left: 0;
  bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  display: block;
  align-items: center;
  justify-content: center;
}
.website-footer-inner.is-floating-button {
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .website-footer-inner.is-floating-button {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-template-socials-page .website-footer-inner {
  background-color: #074365;
}
.website-footer-inner .text-center .btn {
  margin: 0 auto;
}
.website-footer-inner .container,
.website-footer-inner .row {
  height: 100%;
}
.website-footer-inner .row {
  padding-top: 74px;
}
.page-template-socials-page .website-footer-inner .row {
  padding-top: 0;
}
.website-footer-inner .row .col-12 {
  margin-top: auto !important;
}
.page-template-guidepost-page .website-footer,
.page-template-guidepost-page .website-footer .website-footer-inner {
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .page-template-guidepost-page .website-footer,
  .page-template-guidepost-page .website-footer .website-footer-inner {
    height: 280px;
  }
}
@media only screen and (min-width: 1280px) and (min-height: 900px) {
  .page-template-guidepost-page .website-footer,
  .page-template-guidepost-page .website-footer .website-footer-inner {
    height: auto !important;
  }
}
.page-template-guidepost-page .website-footer .fp-tableCell {
  height: auto !important;
}
.page-template-guidepost-page .website-footer .website-footer-inner::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000033, rgba(0, 0, 51, 0));
}
.page-template-guidepost-page .website-footer .website-footer-inner .row {
  padding-top: 0;
}
.page-template-guidepost-page .website-footer .container {
  position: relative;
  z-index: 10;
}

body.svg-animated .website-footer-inner {
  position: static;
  height: 100%;
  padding: 100px 0;
}

.cta-title {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cta-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cta-title {
    padding-bottom: 100px !important;
  }
}
.cta-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 4;
  filter: blur(50px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
}
.ie .cta-title:before {
  background-image: url("../images/shadow-footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0.1;
}

.cta-title-text {
  position: relative;
  z-index: 5;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
}

.footer-list {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
}
.footer-list a {
  color: #FFFFFF;
}
.footer-list li {
  position: relative;
  padding: 0 9px;
}
.footer-list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #FFFFFF;
}
.footer-list li:first-child:before, .footer-list li.last-item:before {
  display: none;
}
.footer-list li.last-item {
  flex: 0 0 100%;
}

.blog-id-6 .website-footer .row {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .blog-id-6 .website-footer .row {
    padding-top: 74px;
  }
}
.blog-id-6 .website-footer .cta-title {
  padding-bottom: 40px !important;
}
@media (max-width: 767px) {
  .blog-id-6 .website-footer .cta-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog-id-6 .website-footer .cta-title {
    padding-bottom: 100px !important;
  }
}
.blog-id-6 .website-footer .cta-title:before {
  display: none;
}
.blog-id-6 .website-footer .cta-title:after {
  bottom: 15px !important;
}
@media (min-width: 768px) {
  .blog-id-6 .website-footer .cta-title:after {
    bottom: 60px !important;
  }
}
.blog-id-6 .website-footer .cta-title-text {
  color: #FDCA01;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  text-shadow: none;
  display: block;
}
@media (min-width: 768px) {
  .blog-id-6 .website-footer .cta-title-text {
    font-size: 36px;
    line-height: 52px;
  }
}
.blog-id-6 .website-footer .cta-title-text strong {
  color: #FFFFFF;
  display: block;
  font-size: 44px;
  line-height: 52px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .blog-id-6 .website-footer .cta-title-text strong {
    font-size: 72px;
    line-height: 80px;
  }
}
.blog-id-6 .website-footer .btn span.btn-text {
  font-family: "Bebas Neue", cursive;
  font-size: 21px;
  color: #071944;
}
.blog-id-6 .website-footer .btn span.btn-text svg {
  fill: #071944 !important;
}
.blog-id-6 .footer-list {
  color: #72ADC1;
  display: flex;
}
@media (min-width: 768px) {
  .blog-id-6 .footer-list li {
    flex: none;
  }
  .blog-id-6 .footer-list li:before {
    background-color: #233A73;
    height: 24px;
  }
  .blog-id-6 .footer-list li.last-item:before {
    display: block;
  }
  .blog-id-6 .footer-list a {
    color: #72ADC1;
  }
}

.single-stage .website-footer-inner .row,
.page-template-bully-page .website-footer-inner .row {
  padding-top: 0 !important;
}
.single-stage .website-footer-inner .row > .mt-5,
.page-template-bully-page .website-footer-inner .row > .mt-5 {
  margin-top: 0 !important;
}

.page-404 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  padding-top: 65px;
  padding-bottom: 156px;
}
@media (min-height: 895px) {
  .page-404 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.page-404-title {
  font-size: 170px;
  font-weight: 700;
  text-shadow: none;
}
@media (min-width: 768px) {
  .page-404-title {
    font-size: 240px;
  }
}

.page-404-content {
  color: #FFFFFF;
}
.page-404-content .highlight-text {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .page-404-content .highlight-text {
    word-break: break-all;
    line-height: 35px;
    margin: 3px 0 7px;
  }
}

.modal-new {
  width: 580px;
  max-width: calc(100vw - 30px);
  padding: 70px 20px 30px;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .modal-new {
    padding: 70px 40px 60px;
  }
}
.modal-new .fancybox-button {
  width: 56px;
  height: 56px;
  color: #fff;
  background-color: #2EB3DF;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.modal-new-icon {
  width: 79px;
  margin: 0 auto 25px;
}

.modal-new-content {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .modal-new-content {
    margin: 0 0 30px;
  }
}
.modal-new-content h2 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 28px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .modal-new-content h2 {
    font-size: 36px;
  }
}
.modal-new-content h2::after {
  content: "";
  display: block;
  width: 28px;
  height: 8px;
  margin: 20px auto 0;
  background-image: url("../images/wave.svg");
}

body.admin-bar .header {
  top: 32px;
}

#js-accordions {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  #js-accordions {
    margin-bottom: 50px;
  }
}

.accordion {
  margin: 0 0 20px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-family: Roboto, sans-serif;
}

.accordion__head {
  position: relative;
  display: flex;
  align-items: center;
  height: 68px;
  padding: 15px 60px 15px 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .accordion__head {
    padding: 30px 100px 30px 30px;
  }
}
@media (min-width: 992px) {
  .accordion__head {
    height: 90px;
  }
}

.accordion__title {
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 350px) {
  .accordion__title {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 576px) {
  .accordion__title {
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .accordion__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .accordion__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.accordion__body {
  padding: 0 15px 0;
  height: 0;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.1, 0.4, 0.8, 1);
  overflow: hidden;
}
@media (min-width: 768px) {
  .accordion__body {
    padding: 0 30px 0;
  }
}
.accordion__body img {
  border-radius: 4px;
}

.accordion.is-open .accordion__body {
  height: auto;
  padding: 5px 15px 50px;
  opacity: 1;
}
@media (min-width: 768px) {
  .accordion.is-open .accordion__body {
    padding: 5px 30px 50px;
  }
}

.accordion__button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
  background-color: transparent;
  transform: rotate(180deg);
  transition: 0.25s transform;
  will-change: transform;
}
@media (min-width: 992px) {
  .accordion__button {
    width: 75px;
  }
}
.accordion__button svg {
  width: 15px;
}
@media (max-width: 767.98px) {
  .accordion__button svg {
    width: 10px;
  }
}
@media (max-width: 991.98px) {
  .accordion__button svg {
    width: 15px;
  }
}
.accordion__button svg path {
  fill: #2EB3DF;
}

.accordion.is-open .accordion__button {
  transform: rotate(0deg);
}

.accordion__intro {
  line-height: 1.875;
  color: #717171;
  font-size: 12px;
}
@media (min-width: 576px) {
  .accordion__intro {
    font-size: 14px;
  }
}
.accordion__intro p {
  margin: 0 0 25px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .accordion__intro p {
    font-size: 14px;
  }
}

.accordion__icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .accordion__icon {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .accordion__icon {
    width: 60px;
    height: 60px;
  }
}

.accordions {
  padding: 55px 10px;
  margin: auto;
}
@media (min-width: 576px) {
  .accordions {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .accordions {
    max-width: 830px;
  }
}

.tabs-nav {
  margin: 0 0 1.25rem;
}
.tabs-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -5px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.tabs-nav ul li {
  margin: 0 0 5px;
  padding: 0;
  flex-grow: 1;
  flex-basis: 0;
  counter-increment: li;
  /**@include media-breakpoint-down(lg) {
      flex: 0 0 100%;
  }

  @include media-breakpoint-down(md) {
      flex: 1;
  }

  @include media-breakpoint-down(sm) {
      flex: 0 0 100%;
  }**/
}
.tabs-nav ul li:nth-child(1) {
  z-index: 3;
}
.tabs-nav ul li:nth-child(1) a {
  border-radius: 4px 0 0 4px;
}
.tabs-nav ul li:nth-child(2) {
  z-index: 2;
}
.tabs-nav ul li:nth-child(2) a {
  border-radius: 0;
}
.tabs-nav ul li:last-child a {
  border-radius: 0 4px 4px 0;
}
.tabs-nav ul li:not(:first-child) a {
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .tabs-nav ul li:not(:first-child) a {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .tabs-nav ul li:not(:first-child) a {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .tabs-nav ul li:not(:first-child) a {
    padding-left: 1.5rem;
  }
}
.tabs-nav ul li:not(:last-child) a::after {
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -21px;
  width: 22px;
  height: 63px;
  background-image: url(../images/tabs_nav_arrow.svg);
  background-size: cover;
  content: "";
  border-radius: 4px;
  /**@include media-breakpoint-down(lg) {
      content: none;
  }

  @include media-breakpoint-down(md) {
      content: '';
  }

  @include media-breakpoint-down(sm) {
      content: none;
  }**/
}
.tabs-nav ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0.75rem 0.625rem;
  width: 100%;
  background-color: #BDCDD6;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 1199.98px) {
  .tabs-nav ul li a {
    justify-content: center;
    padding-left: 1rem;
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .tabs-nav ul li a {
    justify-content: flex-start;
    padding-left: 0.625rem;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .tabs-nav ul li a {
    justify-content: center;
    padding-left: 1rem;
    height: 60px;
  }
}
.tabs-nav ul li a.active {
  background-color: #45728B;
}
.tabs-nav ul li a.active::after {
  background-image: url(../images/tabs_nav_arrow_active.svg) !important;
}
.tabs-nav ul li a.active span::before {
  color: #45728B;
}
.tabs-nav ul li a > span {
  display: flex;
  align-items: center;
}
.tabs-nav ul li a > span::before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.625rem 0 0;
  border-radius: 50%;
  width: 2.313rem;
  height: 2.313rem;
  flex: 0 0 auto;
  background-color: #FFFFFF;
  color: #BDCDD6;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  content: counter(li);
}
@media (max-width: 1199.98px) {
  .tabs-nav ul li a > span::before {
    content: none;
  }
}
@media (max-width: 991.98px) {
  .tabs-nav ul li a > span::before {
    content: counter(li);
  }
}
@media (max-width: 767.98px) {
  .tabs-nav ul li a > span::before {
    content: none;
  }
}
.tabs-nav ul li a > span > svg {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .tabs-nav ul li a > span > svg {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .tabs-nav ul li a > span > svg {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .tabs-nav ul li a > span > svg {
    display: block !important;
  }
}
.tabs-nav ul li a > span > span {
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .tabs-nav ul li a > span > span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .tabs-nav ul li a > span > span {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .tabs-nav ul li a > span > span {
    display: none;
  }
}
.tabs-nav ul li a:hover {
  color: #FFFFFF;
}
.tabs-item {
  display: none !important;
}
.tabs-item--active {
  display: block !important;
}

.btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  border: 1px solid transparent;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF !important;
  cursor: pointer;
  transition: ease 0.3s;
  white-space: nowrap;
  min-height: 56px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.btn svg {
  transition: ease 0.3s;
}
@media (min-width: 768px) {
  .btn.btn-lg {
    font-size: 24px;
    padding-top: 26px;
    padding-bottom: 26px;
    min-height: 79.66px;
  }
}
.btn.btn-xs {
  padding-left: 24px;
  padding-right: 24px;
}

.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-dark-yellow {
  box-shadow: 0 2px 0 #b18d00;
}

.btn-text {
  position: relative;
  top: 1px;
}

.btn-deny {
  background-color: #FF4040 !important;
  color: #FFFFFF !important;
}

.btn-accept {
  background-color: #70CB00 !important;
  color: #FFFFFF !important;
}

.btn-primary {
  background-color: #ED6B3B;
}
.btn-primary:hover {
  background-color: rgb(118.5, 53.5, 29.5);
  color: #FFFFFF !important;
}
.btn-primary:hover svg {
  fill: #FFFFFF;
}
@media (max-width: 767.98px) {
  .btn-primary.btn-m-no-hover:hover {
    background-color: #ED6B3B;
  }
}
.btn-primary svg {
  fill: #FFFFFF;
}

.btn-secondary {
  background-color: #70CB00;
}
.btn-secondary:hover {
  background-color: rgb(183.5, 229, 127.5);
  color: #FFFFFF !important;
}

.btn-secondary-v2 {
  background-color: #f1004c;
}
.btn-secondary-v2:hover {
  background-color: rgb(120.5, 0, 38);
  color: #FFFFFF !important;
}
.btn-secondary-v2:hover svg {
  fill: #FFFFFF;
}
.btn-secondary-v2 svg {
  fill: #FFFFFF;
}

.btn-thirdinary {
  background-color: #FD4C32;
  color: #FFFFFF;
}

.btn-thirdinary-outline {
  border-color: #FD4C32;
  color: #FD4C32 !important;
  background-color: transparent;
}

.btn-secondary-v2-outline {
  background-color: #FFFFFF;
  border-color: #f1004c;
  color: #f1004c !important;
}
.btn-secondary-v2-outline:hover {
  background-color: rgb(127.5, 127.5, 127.5);
}
.btn-secondary-v2-outline:hover svg {
  fill: #FFFFFF;
}
.btn-secondary-v2-outline svg {
  fill: #FFFFFF;
}

.btn-ghost {
  color: #ED6B3B !important;
  border-color: #ED6B3B;
  background-color: transparent;
}
.btn-ghost:hover {
  background-color: #ED6B3B;
  color: #FFFFFF !important;
}

.btn-wrap-for-submit {
  display: inline-flex;
  justify-content: center;
  justify-content: center;
}
.btn-wrap-for-submit p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .cta-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .cta-btn .gp-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 359.97px) {
  .form-submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn-bully {
  min-width: 270px;
}
.btn-bully[disabled] {
  opacity: 0.5;
}
.btn-bully[disabled]:hover {
  background-color: #ED6B3B !important;
}

.btn-bully-link {
  text-transform: none;
  font-size: 15px;
  width: 100%;
}
.btn-bully-link.is-active {
  position: relative;
}
.btn-bully-link.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ED6B3B;
  z-index: 100;
}
.btn-bully-link.is-active .btn-icon {
  display: block;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/mark.svg");
  background-repeat: no-repeat;
  z-index: 1000;
}

.btn-influencer {
  text-transform: none;
  border-radius: 4px;
}

.blog-id-6 .btn {
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  font-size: 21px;
}

.js-customer-agreement-submit[disabled],
.btn-wrap-for-submit.disabled {
  opacity: 0.35;
}

.cf-turnstile-wrapper {
  margin: 1rem 0;
}

.cf-turnstile {
  text-align: center;
  margin: 0 0 0 0;
  position: relative;
  z-index: 100000;
}
.cf-turnstile iframe {
  width: 260px !important;
  border-radius: 4px;
  border: 1px solid transparent !important;
}
.cf-turnstile.error iframe {
  border-color: #e11616 !important;
}

.cf-error {
  text-align: center;
  color: #e11616;
  padding: 0.5rem 0 0 0;
  margin: 0 0 1rem 0;
  display: none;
  position: relative;
  z-index: 5;
  font-size: 14px;
}
.cf-error.show {
  display: block;
}

.cf-error-ajax {
  display: none;
}
.cf-error-ajax.show {
  display: block;
}

.socials-form .refresh-icon {
  width: 16px;
  height: 16px;
}
.socials-form .refresh-btn {
  display: flex;
  align-items: center;
}
.socials-form .refresh-btn svg {
  margin-right: 0.25rem;
}
@media (max-width: 1199.98px) {
  .socials-form .form-group-actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199.98px) {
  .socials-form .form-group-actions {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1199.98px) {
  .socials-form .form-group-actions {
    flex-wrap: wrap;
  }
}
.socials-form .form-group-actions > * {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 1199.98px) {
  .socials-form .form-group-actions > * {
    flex: 0 0 100%;
  }
}
@media (max-width: 991.98px) {
  .socials-form .form-group-actions > * {
    flex: 1;
  }
}
@media (max-width: 767.98px) {
  .socials-form .form-group-actions > * {
    flex: 0 0 100%;
  }
}
.socials-form .form-group-actions > *.btn {
  height: 60px;
}
@media (max-width: 767.98px) {
  .socials-form .form-group-actions > *.btn {
    padding-top: 9px;
    padding-bottom: 9px;
    height: auto;
  }
}
.socials-form .form-group-actions > *.btn .btn-text {
  font-size: 1.5rem;
}
.socials-form .form-group-actions > *.btn-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 3.25rem;
  flex: 0 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .socials-form .form-group-actions > *.btn-next {
    margin: 1.2rem 0 0;
  }
}
@media (max-width: 991.98px) {
  .socials-form .form-group-actions > *.btn-next {
    margin: 0 1rem 0 3.25rem;
  }
}
@media (max-width: 767.98px) {
  .socials-form .form-group-actions > *.btn-next {
    margin: 1.2rem 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.socials-form .form-group-actions > *.btn-next:first-child {
  margin: 0;
  flex: 0 0 100%;
}
.socials-form .form-group-actions > *.btn-next svg {
  fill: #70CB00;
  transition: fill ease 0.3s;
}
.socials-form .form-group-actions > *.btn-next:hover {
  color: #ED6B3B;
}
.socials-form .form-group-actions > *.btn-next:hover svg {
  fill: #ED6B3B !important;
}

.btn-primary::before {
  opacity: 0;
  transition: ease 0.3s;
}

.js-loading {
  position: relative;
  color: transparent !important;
  background-color: rgb(118.5, 53.5, 29.5);
}
.js-loading .btn-text {
  color: transparent !important;
}
.js-loading svg {
  opacity: 0 !important;
}
.js-loading::before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url(../images/refresh_white.svg);
  animation: spin 2s linear infinite;
  opacity: 1;
  content: "";
}

.form-message {
  margin: 0 0 21px !important;
  padding: 15px;
  background-color: #70CB00;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}

.form-group .editor br {
  display: block;
}
.form-group br {
  display: none;
}
.form-group + .form-group {
  margin-top: 11px;
}
.form-group-delimeter {
  margin: 2rem 0;
}
.form-group-label {
  margin: 0.5rem 0 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.form-group-refresh {
  margin: 0.125rem 0 0;
}
.form-group-refresh a {
  display: flex;
  align-items: center;
  color: #ED6B3B;
}
.form-group-refresh a svg {
  margin-right: 0.25rem;
  fill: #ED6B3B;
}
.form-group-refresh a span {
  text-decoration: underline;
}
.form-group-refresh a:hover span {
  text-decoration: none;
}

body .form-input.wpcf7-not-valid, .not-valid body .form-input, body .form-input.invalid, body .form-input.error {
  color: #e11616 !important;
  border-color: #e11616 !important;
}
body .form-input.wpcf7-not-valid::-webkit-input-placeholder, .not-valid body .form-input::-webkit-input-placeholder, body .form-input.invalid::-webkit-input-placeholder, body .form-input.error::-webkit-input-placeholder {
  color: #e11616;
  opacity: 1;
}

body .form-input.wpcf7-not-valid:-moz-placeholder, .not-valid body .form-input:-moz-placeholder, body .form-input.invalid:-moz-placeholder, body .form-input.error:-moz-placeholder {
  color: #e11616;
  opacity: 1;
}

body .form-input.wpcf7-not-valid::-moz-placeholder, .not-valid body .form-input::-moz-placeholder, body .form-input.invalid::-moz-placeholder, body .form-input.error::-moz-placeholder {
  color: #e11616;
  opacity: 1;
}

body .form-input.wpcf7-not-valid:-ms-input-placeholder, .not-valid body .form-input:-ms-input-placeholder, body .form-input.invalid:-ms-input-placeholder, body .form-input.error:-ms-input-placeholder {
  color: #e11616;
  opacity: 1;
}

.form-input {
  background-color: #F5F5F5;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #074365;
  padding: 12px 28px;
  display: flex;
  width: 100%;
  height: 50px;
  transition: ease 0.3s;
}
.form-input::placeholder {
  line-height: normal !important;
  vertical-align: middle;
}
.form-input.border-none {
  border: none;
}
.no-touch .form-input:hover {
  background-color: #F5F5F5;
  border-color: #074365;
  color: #074365;
  font-weight: 700;
}
.no-touch .form-input:hover::-webkit-input-placeholder {
  opacity: 0.8;
}

.no-touch .form-input:hover:-moz-placeholder {
  opacity: 0.8;
}

.no-touch .form-input:hover::-moz-placeholder {
  opacity: 0.8;
}

.no-touch .form-input:hover:-ms-input-placeholder {
  opacity: 0.8;
}

.form-input::-webkit-input-placeholder {
  color: #074365;
  font-weight: 700;
  opacity: 0.3;
}

.form-input:-moz-placeholder {
  color: #074365;
  font-weight: 700;
  opacity: 0.3;
}

.form-input::-moz-placeholder {
  color: #074365;
  font-weight: 700;
  opacity: 0.3;
}

.form-input:-ms-input-placeholder {
  color: #074365;
  font-weight: 700;
  opacity: 0.3;
}

.form-input.size-md {
  padding-top: 17px;
  padding-bottom: 17px;
}
.form-input.size-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.has-error .form-input.moved-input {
  border-color: #FF0000 !important;
}

.form-input-custom-amount {
  display: none;
  margin-bottom: 0;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  border: 1px solid #ED6B3B;
  background-color: #ED6B3B;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 17px 5px;
  transition: ease 0.3s;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
}
.form-input-custom-amount input {
  max-width: 100%;
  background-color: transparent;
  border: unset;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  display: none;
  padding: 0;
}
.form-input-custom-amount input:after {
  content: "Kč";
}
@media (max-width: 495px) {
  .form-input-custom-amount {
    width: 100%;
    text-align: center;
  }
}

.form-amount-list-item--custom #amount_custom-error {
  position: absolute;
  display: none;
}
.form-amount-list-item--custom.is-focused input {
  display: block;
}
.form-amount-list-item--custom.is-focused .filled-amount {
  display: none;
}
.form-amount-list-item--custom.is-selected .form-amount-list-btn {
  display: none;
}
.form-amount-list-item--custom.is-selected #amount_custom-error {
  display: block;
}
.form-amount-list-item--custom.is-selected .form-input-custom-amount {
  display: flex;
}

label.invalid,
label.error {
  margin: 0.2rem 0 0;
  padding: 0 !important;
  color: #e11616;
  font-size: 14px;
  line-height: 16px;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-list-item-label {
  font-family: "Lora", serif;
  font-size: 16px;
}

.wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
}

.form-textarea {
  height: 180px;
  overflow: auto;
}

.js-textarea-editor {
  display: block !important;
  resize: vertical;
}
.js-textarea-editor div {
  min-height: 24px;
  display: block;
  clear: both;
}
.js-textarea-editor p {
  margin-top: 0;
}

.form-textarea--social {
  background-color: white;
  margin: auto;
}

.form-group-checkbox label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}
.form-group-checkbox label a {
  text-decoration: underline;
  color: #ED6B3B;
}
.form-group-checkbox label strong {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .form-group-checkbox label strong {
    line-height: 21px;
    margin-bottom: 8px;
  }
}
.form-group-checkbox.size-md label {
  padding-left: 37px;
}
.form-group-checkbox.size-md .label-subtext {
  position: relative;
  top: -1px;
}

.donation-form .form-checkbox:checked {
  background-color: transparent;
  border-color: #074365;
}

.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.15s ease-out 0s;
  background-color: transparent;
  border: 1px solid #074365;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  outline: none;
  z-index: 10;
  padding: 0;
}
.form-checkbox:checked {
  background-color: transparent;
  border-color: #074365;
}
.form-checkbox:checked:before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #074365;
  border-right: 2px solid #074365;
  position: absolute;
  top: 1px;
  left: 6px;
}
.form-checkbox:checked:after {
  content: "";
  height: 26px;
  width: 26px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.form-group-checkbox-white .form-checkbox:checked::before {
  position: relative;
  z-index: 10;
  top: 2px;
  border-bottom-color: #000033;
  border-right-color: #000033;
}
.form-group-checkbox-white .form-checkbox::after {
  content: "";
  height: 21px;
  width: 21px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.size-md .form-checkbox {
  height: 26px;
  width: 26px;
  top: 1px;
}
.size-md .form-checkbox:before {
  top: 3px;
  left: 8px;
  height: 14px;
  width: 8px;
}
.form-checkbox.invalid {
  border-color: #FD4C32;
}
.form-group-checkbox-white .form-checkbox {
  margin-top: 2px;
  background-color: #fff;
}

span.wpcf7-not-valid-tip {
  opacity: 0;
  display: none;
}

.contact-form-wrap {
  border: 6px solid #ED6B3B;
  padding: 15px 20px;
  position: relative;
}
.contact-form-wrap.form-not-valid {
  border-color: #FF4040;
}
.contact-form-wrap .wpcf7-response-output {
  margin-bottom: 0;
  padding: 12px 35px;
  font-weight: 700;
  border-width: 1px;
}
@media (min-width: 992px) {
  .contact-form-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 55px 80px;
  }
}

.input-file-wrap {
  position: relative;
}
.input-file-wrap .wpcf7-file,
.input-file-wrap .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.input-file-wrap .wpcf7-file {
  opacity: 0;
  z-index: 5;
}
.no-touch .input-file-wrap:hover .form-input-file {
  background-color: #FFFFFF;
  border-color: #ED6B3B;
  color: #ED6B3B;
}

.form-input-file {
  position: relative;
  height: 66px;
}
.form-input-file.size-xs {
  height: 50px;
}

.btn-wrap-for-submit {
  position: relative;
}
.btn-wrap-for-submit .ajax-loader {
  position: absolute;
  margin: 0;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.invalid .btn-wrap-for-submit {
  background-color: #F5F5F5;
  color: rgba(0, 0, 0, 0.3490196078);
}
.invalid .btn-wrap-for-submit svg {
  fill: rgba(0, 0, 0, 0.3490196078);
}

.wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

div.wpcf7-response-output {
  margin-left: auto;
  margin-right: auto;
  background-color: #ED6B3B;
  position: relative;
  border: 0;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 65px 15px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  div.wpcf7-response-output {
    padding: 30px 30px 30px 85px;
    text-align: left;
  }
}
div.wpcf7-response-output:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/exclemation-mark.svg");
}
@media (min-width: 768px) {
  div.wpcf7-response-output:before {
    top: 30px;
    left: 30px;
    transform: translateX(0);
  }
}
div.wpcf7-response-output:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 30px 20px;
  border-color: transparent transparent #ED6B3B transparent;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.form-input-file-text {
  max-width: 100%;
}

.form-input-file-text .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-input--datepicker::placeholder {
  opacity: 0 !important;
}
.form-input--datepicker:focus::placeholder {
  opacity: 1 !important;
}
.form-input--datepicker.is-hidden {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.form-amount-list {
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 495px) {
  .form-amount-list {
    margin: 0 -7px;
  }
}
@media (min-width: 576px) {
  .form-amount-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.form-amount-list-item {
  padding: 0 7px;
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 767.98px) {
  .form-amount-list-item {
    margin: 7px 0;
  }
}
@media (min-width: 576px) {
  .form-amount-list-item {
    padding: 0 10px;
    max-width: 25%;
    flex: 0 0 25%;
  }
}

.form-gift-btn-text {
  padding: 0 1rem;
  text-align: center;
}

.form-gift-btn-text__price {
  font-size: 2rem;
  line-height: 1.25rem;
  letter-spacing: -0.15rem;
  font-weight: 700;
  width: 100%;
}

.form-gift-btn-text__text {
  font-size: 0.7rem;
  width: 100%;
  line-height: 1.8rem;
  letter-spacing: -0.03rem;
  font-weight: 700;
  margin-bottom: -0.25rem;
  text-transform: uppercase;
}

.form-amount-gift {
  text-transform: uppercase;
  text-align: center;
  margin: 1rem auto 2rem auto;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
  font-weight: 700;
}
.form-amount-gift svg {
  height: 2rem;
  margin-top: -0.5rem;
}

.form-amount-list-btn {
  position: relative;
  cursor: pointer;
  color: #ED6B3B;
  border-radius: 4px;
}
.form-amount-list-btn input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form-amount-list-btn input:checked + label {
  background-color: #ED6B3B;
  color: #FFFFFF;
  border-radius: 4px;
}
.form-amount-list-btn label {
  margin-bottom: 0;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  border: 1px solid #ED6B3B;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 17px 5px;
  transition: ease 0.3s;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
@media (max-width: 495px) {
  .form-amount-list-btn label {
    width: 100%;
    text-align: center;
  }
}
.no-touch .form-amount-list-btn:hover {
  background-color: rgba(237, 107, 59, 0.2);
  color: #ED6B3B;
}

.form-amount-input {
  display: none;
  margin: 0 0 30px;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.form-amount-input input {
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form-type-list {
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.form-section {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .form-section {
    margin-bottom: 40px;
  }
}

.form-section--frequency {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .form-section--frequency {
    margin-top: 50px;
  }
}

.form-subtitle {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 18px;
  text-align: center;
}

.form-type-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: ease 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: inline-block;
  z-index: 2;
  width: 50%;
  height: 50px;
}
@media (min-width: 576px) {
  .form-type-item {
    width: auto;
  }
}
.form-type-item label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18.75px;
  cursor: pointer;
  padding: 15px 25px;
  border: 1px solid #ED6B3B;
  color: #ED6B3B;
  display: inline-block;
  width: 100%;
  height: 52px;
}
@media (max-width: 366px) {
  .form-type-item label {
    padding: 15px 5px;
  }
}
.form-type-item:first-of-type label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-right: 20px;
}
@media (max-width: 366px) {
  .form-type-item:first-of-type label {
    padding-right: 0px;
  }
}
.form-type-item:last-of-type label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-type-item.active label {
  background-color: #ED6B3B;
  color: #FFFFFF;
}
.form-type-item:hover label {
  background-color: rgba(237, 107, 59, 0.2);
}
.form-type-item .icon-monthly {
  margin-left: 8px;
}
@media (max-width: 366px) {
  .form-type-item .icon-monthly {
    margin-left: 2px;
  }
}
.form-type-item .icon-monthly path {
  fill: #ED6B3B;
}
.form-type-item.active .icon-monthly path {
  fill: #FFFFFF;
}
.form-type-item:hover .icon-monthly path {
  fill: #ED6B3B;
}
.form-type-item input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form-type-item.active {
  pointer-events: none;
  z-index: 2;
}

.form-group-radio .wpcf7-list-item-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.radio-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .radio-wrap {
    margin: 0 20px;
    width: auto;
  }
}

.radio-label {
  position: relative;
  padding-left: 40px;
  padding-top: 2px;
  cursor: pointer;
}
.no-touch .radio-label:hover .radio-input {
  border-color: #ED6B3B;
}

.radio-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.radio-input:checked + .radio-input-wrap + .wpcf7-list-item-label {
  color: #ED6B3B;
}

.radio-input:checked + .radio-input-wrap {
  background-color: #ED6B3B;
  border-color: #ED6B3B;
}
.radio-input:checked + .radio-input-wrap:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.radio-input-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #CED4DA;
  background-color: #F5F5F5;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: ease 0.3s;
}

.form-info {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "Roboto", sans-serif;
  background-color: #70CB00;
  padding: 30px;
  position: relative;
  margin-bottom: 25px;
  color: #FFFFFF;
}
body.page-template-matching-page .form-info {
  margin-top: 38px;
}
body.page-template-matching-page .form-info:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 0 33px 15px;
  border-color: #70CB00 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
}
.form-info:before {
  content: "";
  position: absolute;
  top: -1.785rem;
  right: 21%;
  width: 3.75rem;
  height: 1.875rem;
  background: linear-gradient(155deg, #fff, #fff 50%, #70CB00 0, #70CB00);
}
.form-info .info-message {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
}

.form-payment-methods .form-payment-methods-wrap {
  width: 100%;
  max-width: 490px;
  margin: auto;
}
.form-payment-methods .form-payment-methods-row {
  width: 100%;
  width: calc(100% + 10px);
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .form-payment-methods .form-payment-methods-row {
    justify-content: center;
  }
}
.form-payment-methods .payment-method-col {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 375px) {
  .form-payment-methods .payment-method-col {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .form-payment-methods .payment-method-col {
    width: 25%;
  }
}
.form-payment-methods .payment-method {
  display: block;
}
.form-payment-methods .payment-method .radio-input {
  position: static;
  display: none;
}
.form-payment-methods .payment-method-icon {
  margin-right: 5px;
}
@media (min-width: 576px) {
  .form-payment-methods .payment-method-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.form-payment-methods .payment-method-icon img,
.form-payment-methods .payment-method-icon svg {
  height: 22px;
  width: 26px;
}
.form-payment-methods .payment-method-wrap {
  text-align: center;
  padding: 15px 15px;
  border: 1px solid #ED6B3B;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .form-payment-methods .payment-method-wrap {
    flex-wrap: wrap;
    padding: 15px 5px;
  }
}
@media (min-width: 576px) {
  .form-payment-methods .payment-method-wrap > * {
    width: 100%;
  }
}
.form-payment-methods .payment-method-wrap:hover {
  background-color: rgba(237, 107, 59, 0.2);
  cursor: pointer;
}
.form-payment-methods .payment-method-label {
  color: #ED6B3B;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
}
.form-payment-methods .payment-method-wrap svg path {
  fill: #ED6B3B;
}
.form-payment-methods .payment-method > input:checked + .payment-method-wrap {
  background-color: #ED6B3B;
}
.form-payment-methods .payment-method > input:checked + .payment-method-wrap .payment-method-label {
  color: #FFFFFF;
}
.form-payment-methods .payment-method > input:checked + .payment-method-wrap svg path {
  fill: #FFFFFF;
}

.donation-form.inner-content {
  max-width: 840px !important;
  padding-top: 5px;
}
@media (max-width: 575px) {
  .donation-form.inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.donation-form.inner-content:before {
  top: 0 !important;
}
.donation-form .form-checkbox {
  background: transparent !important;
}
.donation-form .terms {
  margin: auto;
}
@media (min-width: 576px) {
  .donation-form .terms {
    width: 100%;
  }
}

.donation-form-title {
  font-size: 32px;
}

.wpcf7-acceptance > span > label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 0;
}
#support-form .wpcf7-acceptance > span > label {
  margin-top: 10px;
}
.wpcf7-acceptance > span > label input {
  margin-top: -2px;
}
.wpcf7-acceptance > span > label > label {
  order: 3;
  width: 100%;
}
.wpcf7-acceptance > span > label span {
  max-width: 100%;
}
html.ie .wpcf7-acceptance > span > label span {
  max-width: calc(100% - 60px);
}

.support-form .form-submit {
  width: 100%;
  max-width: 300px;
}
.support-form .btn-text {
  font-size: 20px;
}

.blue-form--task,
.blog-id-6 .donation-form {
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
.blue-form--task:before,
.blog-id-6 .donation-form:before {
  box-shadow: none !important;
}
.blue-form--task .form-input,
.blog-id-6 .donation-form .form-input {
  background-color: #FFFFFF !important;
  color: #071944;
  position: relative;
  box-shadow: 0 3px 0 #071944;
  border: 0;
}
.blue-form--task .form-input:hover, .blue-form--task .form-input:focus, .blue-form--task .form-input:active,
.blog-id-6 .donation-form .form-input:hover,
.blog-id-6 .donation-form .form-input:focus,
.blog-id-6 .donation-form .form-input:active {
  background-color: #FFFFFF !important;
}
.blue-form--task .form-input::placeholder,
.blog-id-6 .donation-form .form-input::placeholder {
  color: #071944;
}
.blue-form--task .form-input:-webkit-autofill,
.blog-id-6 .donation-form .form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-text-fill-color: #071944;
}
.blue-form--task .form-payment-methods .payment-method > input:not(:checked) + .payment-method-wrap:hover,
.blog-id-6 .donation-form .form-payment-methods .payment-method > input:not(:checked) + .payment-method-wrap:hover {
  background-color: rgba(7, 25, 68, 0.2);
  cursor: pointer;
}
.blue-form--task .form-amount-list-btn input:checked ~ label,
.blog-id-6 .donation-form .form-amount-list-btn input:checked ~ label {
  background-color: #071944 !important;
}
.blue-form--task .form-amount-list-btn:hover,
.blog-id-6 .donation-form .form-amount-list-btn:hover {
  background-color: rgba(7, 25, 68, 0.2) !important;
}
.blue-form--task .radio-input:checked + .radio-input-wrap,
.blog-id-6 .donation-form .radio-input:checked + .radio-input-wrap {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.blue-form--task .radio-input:checked + .radio-input-wrap:before,
.blog-id-6 .donation-form .radio-input:checked + .radio-input-wrap:before {
  background-color: #071944;
}
.blue-form--task .radio-input-wrap,
.blog-id-6 .donation-form .radio-input-wrap {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.blue-form--task .wpcf7-list-item-label,
.blog-id-6 .donation-form .wpcf7-list-item-label {
  color: #FFFFFF !important;
}
.blue-form--task .form-checkbox,
.blog-id-6 .donation-form .form-checkbox {
  background-color: #FFFFFF !important;
  border: 0;
  box-shadow: 0 3px 0 #071944;
}
.blue-form--task .form-checkbox:before, .blue-form--task .form-checkbox:after,
.blog-id-6 .donation-form .form-checkbox:before,
.blog-id-6 .donation-form .form-checkbox:after {
  border-color: #071944;
}
.blue-form--task .terms,
.blog-id-6 .donation-form .terms {
  color: #FFFFFF;
}
.blue-form--task .terms a,
.blog-id-6 .donation-form .terms a {
  color: #FFFFFF;
}

.moved-input-container {
  position: relative;
}
.moved-input-container input::placeholder,
.moved-input-container select::placeholder,
.moved-input-container textarea::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.moved-input-container .floating-label {
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  padding: 2px 5px;
  font-family: "Roboto", sans-serif;
  color: #074365;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.3;
  display: inline-block;
  transition: 0.3s ease all;
  z-index: 100000;
}
.moved-input-container .floating-label--phone {
  left: 42px;
}

.moved-input-container.is-floating .floating-label {
  top: 0;
  font-size: 14px;
  opacity: 1;
  background: #F5F5F5;
}

.moved-input-container .js-datepicker {
  color: transparent;
}
.moved-input-container.is-floating .js-datepicker {
  color: inherit;
}

.moved-input-container .form-input.js-datemask-html {
  color: transparent;
}
.moved-input-container .form-input.js-datemask-html:hover {
  color: transparent;
}

.moved-input-container div.js-datemask-html .datemask-placeholder-char {
  visibility: hidden;
}

.moved-input-container.is-floating div.js-datemask-html .datemask-placeholder-char {
  visibility: visible;
}

.moved-input-container.is-floating .form-input.js-datemask-html {
  color: inherit;
}

.form-input .datemask-placeholder-char {
  opacity: 0.55;
}

.wpcf7-list-item-label > span {
  display: flex;
  text-align: left;
}
.wpcf7-list-item-label a[data-fancybox] {
  margin-left: 5px;
}

.moved-input-container.filled {
  opacity: 0.5;
}

.blog-id-6 .moved-input-container .floating-label {
  color: #2EB3DF;
  opacity: 1;
}
.blog-id-6 .moved-input-container .js-datepicker {
  color: transparent;
}
.blog-id-6 .moved-input-container .js-datepicker:focus, .blog-id-6 .moved-input-container .js-datepicker:hover {
  color: transparent;
}
.blog-id-6 .moved-input-container.is-floating .floating-label {
  background-color: rgba(1, 22, 71, 0.8);
  border-color: #2EB3DF;
  color: #2EB3DF;
}
.blog-id-6 .moved-input-container.is-floating .js-datepicker {
  color: inherit;
}
.blog-id-6 .moved-input-container.is-floating .js-datepicker:focus, .blog-id-6 .moved-input-container.is-floating .js-datepicker:hover {
  color: inherit;
}
.blog-id-6 .form-group + .form-group {
  margin-top: 20px;
}
.blog-id-6 .form-group input[type=checkbox] {
  background: transparent;
}
.blog-id-6 .form-input {
  background: transparent;
  border: 1px solid #27B3FC;
  padding: 16px 20px;
  height: 56px;
  color: #2EB3DF;
}
.blog-id-6 .form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.blog-id-6 .form-input:focus, .blog-id-6 .form-input:hover {
  color: #2EB3DF;
}
.blog-id-6 .form-input:hover {
  background-color: unset !important;
}
.blog-id-6 .form-input[name=phone_number] {
  padding: 16px 16px 16px 48px;
}
.blog-id-6 .form-input[name=phone_number]::placeholder {
  left: 48px;
}
.blog-id-6 .form-input::placeholder {
  color: #2EB3DF;
  opacity: 1;
  font-size: 16px;
}
.blog-id-6 .iti {
  height: 56px;
}
.blog-id-6 .form-input-white {
  border: none;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.blog-id-6 .form-input-white, .blog-id-6 .form-input-white::placeholder {
  opacity: 1;
  color: #000023;
}
.blog-id-6 .form-input-white:hover {
  background-color: #fff !important;
}
.blog-id-6 .wpcf7-list-item-label {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.blog-id-6 .wpcf7-list-item-label a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
}
.blog-id-6 .petition-form .form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px rgb(1, 22, 71) inset !important;
  -webkit-text-fill-color: #2EB3DF;
}
.blog-id-6 .blue-form--task:before,
.blog-id-6 .donation-form:before {
  box-shadow: none;
}
.blog-id-6 .blue-form--task .form-input:hover, .blog-id-6 .blue-form--task .form-input:focus, .blog-id-6 .blue-form--task .form-input:active,
.blog-id-6 .donation-form .form-input:hover,
.blog-id-6 .donation-form .form-input:focus,
.blog-id-6 .donation-form .form-input:active {
  background-color: #FFFFFF !important;
}
.blog-id-6 .blue-form--task .form-input::placeholder,
.blog-id-6 .donation-form .form-input::placeholder {
  color: #071944;
}
.blog-id-6 .blue-form--task .form-input:-webkit-autofill,
.blog-id-6 .donation-form .form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
  -webkit-text-fill-color: #071944;
}
.blog-id-6 .blue-form--task .moved-input-container .floating-label,
.blog-id-6 .donation-form .moved-input-container .floating-label {
  color: #071944;
}
.blog-id-6 .blue-form--task .moved-input-container .js-datepicker,
.blog-id-6 .donation-form .moved-input-container .js-datepicker {
  color: transparent;
}
.blog-id-6 .blue-form--task .moved-input-container.is-floating .floating-label,
.blog-id-6 .donation-form .moved-input-container.is-floating .floating-label {
  background-color: #2EB3DF;
  border-color: #2EB3DF;
  color: #FFFFFF;
}
.blog-id-6 .blue-form--task .moved-input-container.is-floating .js-datepicker,
.blog-id-6 .donation-form .moved-input-container.is-floating .js-datepicker {
  color: inherit;
}

.form-field-tooltip {
  position: relative;
}

.form-tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  display: inline-block;
  width: 26px;
  height: 26px;
  z-index: 100;
}
.form-tooltip img {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .form-tooltip {
    right: 15px;
  }
}

.form-gift-tooltip {
  margin-left: 5px;
}
.form-gift-tooltip svg {
  width: 18px;
  height: 18px;
  margin-top: -20px;
}
.form-gift-tooltip svg circle {
  fill: #074365;
}

.form-group-checkbox-white .label-subtext {
  font-size: 16px;
  color: #fff;
}

.bully-form {
  max-width: 590px;
  margin: auto;
}
.bully-form .form-input {
  background-color: white;
}
.bully-form .form-textarea {
  height: 115px;
}
.bully-form .form-textarea--social {
  height: 170px;
}
.bully-form a {
  color: #064365;
  text-decoration: underline;
}

.form-receiver {
  background-color: #EEF5F9;
  border: 1px solid #AFC2CC;
  padding: 10px 15px;
  border-radius: 4px;
}
.form-receiver.is-open .form-receiver__list-item {
  width: 50%;
  display: flex;
  flex: unset;
}
.form-receiver.is-open .form-receiver__load-more {
  display: none;
}
.form-receiver__list {
  display: flex;
  flex-wrap: wrap;
}
.form-receiver__list-item {
  display: none;
  flex: 1;
  align-items: center;
  margin: 5px 0;
}
.form-receiver__list-item:nth-of-type(1), .form-receiver__list-item:nth-of-type(2) {
  display: flex;
}
.form-receiver__load-more {
  width: 120px;
  margin-top: 5px;
  color: #064365;
  text-decoration: underline;
}
.form-receiver__img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}

#odesli {
  border-radius: 4px;
}

.wp-editor-container {
  border-radius: 4px;
}

.blog-id-6 .donation-form .form-input-custom-amount {
  border-color: #071944;
  background-color: #071944;
  font-weight: 700;
  padding: 17px 5px;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  line-height: 42px;
}
.blog-id-6 .donation-form .form-input-custom-amount input {
  font-family: "Bebas Neue", cursive;
}
.blog-id-6 .donation-form .form-amount-list-btn:hover label {
  background-color: rgba(7, 25, 68, 0.2) !important;
}
.blog-id-6 .donation-form .form-input-custom-amount {
  border-color: white !important;
}
.blog-id-6 .donation-form .form-type-item {
  background-color: unset;
}
.blog-id-6 .donation-form .form-type-item:after {
  display: none;
}
.blog-id-6 .donation-form .form-type-item label {
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin-bottom: 0;
  height: 70px;
}
.blog-id-6 .donation-form .form-type-item:first-of-type label {
  border-right: 0;
}
.blog-id-6 .donation-form .form-type-item:last-of-type label {
  border-left: 0;
}
.blog-id-6 .donation-form .form-type-item svg path {
  fill: #FFFFFF;
}
.blog-id-6 .donation-form .form-type-item.active label {
  background-color: #071944 !important;
}
.blog-id-6 .donation-form .form-type-item:hover label {
  background-color: rgba(7, 25, 68, 0.2) !important;
}
.blog-id-6 .donation-form .wpcf7-acceptance svg circle {
  stroke: #071944;
}
.blog-id-6 .donation-form .wpcf7-acceptance svg path {
  fill: #071944;
}
.blog-id-6 .donation-form .form-payment-methods .payment-method-wrap {
  border-color: #FFFFFF;
}
.blog-id-6 .donation-form .form-payment-methods .payment-method-label {
  color: #FFFFFF;
}
.blog-id-6 .donation-form .form-payment-methods .payment-method-wrap svg path {
  fill: #FFFFFF;
}
.blog-id-6 .donation-form .form-payment-methods .payment-method > input:not(:checked) + .payment-method-wrap:hover {
  background-color: rgba(7, 25, 68, 0.2) !important;
}
.blog-id-6 .donation-form .form-payment-methods .payment-method > input:checked + .payment-method-wrap {
  background-color: #071944;
}

.petition-form .btn-wrap-for-submit {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .primary-nav {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
  }
}

.p-n-list {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (min-width: 768px) {
  .p-n-list {
    margin-right: 45px;
  }
}

@media (max-width: 767.98px) {
  .p-n-item {
    flex: 1;
    text-align: center;
  }
}

.p-n-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 20px;
}

.progress-content > p {
  margin: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.28;
  text-align: center;
}
.progress-content > h2 + p {
  margin-top: -0.25rem;
}

@media (max-width: 991.98px) {
  .progress-donation .progress-bar.theme-v1 {
    height: 0;
    background-color: transparent;
    padding: 0;
  }
}

.motivator-1 .progress-bar {
  margin-bottom: 10px;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.23);
  margin-bottom: 50px;
  border-radius: 4px;
}
.progress-bar .front-line {
  position: relative !important;
  min-width: 5% !important;
}
.progress-bar .front-line .text {
  margin-left: 0 !important;
  left: unset !important;
}
.progress-bar .front-line-text {
  position: absolute;
  right: 15px;
}
.progress-bar > div {
  height: 40px;
  background-color: #70CB00;
  border-radius: 4px;
}
body.page-template-donation-page .progress-bar > div, body.page-template-matching-page .progress-bar > div {
  display: flex;
  align-items: center;
}
.progress-bar > div > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
body.page-template-donation-page .progress-bar > div > span, body.page-template-matching-page .progress-bar > div > span {
  position: static;
  transform: translate(0);
  margin: 0 15px 0 auto;
  padding: 0 0 0 15px;
}
.progress-bar .progress-bar-footer {
  background: transparent;
}
.progress-bar-line {
  height: 40px;
  position: relative;
  background: none;
  border-radius: 4px;
}
.progress-bar-line .text {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-left: -80px !important;
}
body.page-template-donation-page .progress-bar-line, body.page-template-matching-page .progress-bar-line {
  display: flex;
  align-items: center;
}
.progress-bar-line > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
body.page-template-donation-page .progress-bar-line > span, body.page-template-matching-page .progress-bar-line > span {
  margin: 0 15px 0 auto;
  padding: 0 0 0 15px;
}
.progress-bar-line .back-line,
.progress-bar-line .front-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.progress-bar-line .back-line {
  background-color: rgba(0, 0, 0, 0.23);
  width: 100%;
  border-radius: 4px;
}
.progress-bar-line .front-line {
  transition: 2s all;
  max-width: 100%;
  width: 0;
  background-color: #70CB00;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .progress-bar.theme-v1 {
    height: 65px;
    background-color: transparent;
    padding: 0 20px 25px 20px;
  }
}
.progress-bar.theme-v1 .back-line {
  background-color: #0d3306;
}
.progress-bar.theme-v1 > div > span {
  font-size: 20px;
}

.progress-bar-container .progress-donation .progress-bar-line .back-line {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.progress-bar-container .progress-donation .progress-bar-line .front-line {
  border-top-left-radius: 0;
}

.progress-stats {
  overflow: hidden;
  position: relative;
}
.progress-stats.overflow-visible {
  overflow: visible;
}
.progress-stats.theme-basic {
  height: 18px;
}
.progress-stats.theme-basic:before, .progress-stats.theme-basic:after {
  content: "";
  position: absolute;
  top: -8px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  z-index: 5;
}
.progress-stats.theme-basic:before {
  background-image: url("../images/progress-carousel-left.svg");
  left: 0;
}
.progress-stats.theme-basic:after {
  right: 0;
  background-image: url("../images/progress-carousel-right.svg");
}

.progress-stats-list {
  display: flex;
  align-items: center;
}
.progress-stats-list.js-slick-carousel-auto li {
  width: auto !important;
}
.progress-stats-list li {
  padding: 0 7px;
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
}
.progress-stats-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: #CED4DA;
}
.progress-stats-list li:first-child:before {
  display: none;
}
.progress-stats-list.theme-v0 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 47%;
  transform: translateX(-50%);
}
.progress-stats-list.theme-v0 li {
  width: 200px;
}
.progress-stats-list.theme-v1 {
  flex-wrap: wrap;
  color: #313131;
}
@media (min-width: 992px) {
  .progress-stats-list.theme-v1 {
    padding-right: 25px;
  }
}
.progress-stats-list.theme-v1 li {
  white-space: normal;
  text-align: center;
  font-size: 14px;
  flex: 1;
}
@media (max-width: 991.98px) {
  .progress-stats-list.theme-v1 li {
    padding: 0 10px;
    width: 50%;
    flex: 1 1 50%;
    margin: 7px 0;
  }
}
.progress-stats-list.theme-v1 li:before {
  top: 0;
  width: 2px;
  height: 100%;
  height: calc(100% - 15px);
}
@media (max-width: 991.98px) {
  .progress-stats-list.theme-v1 li:nth-child(3)::before {
    content: none;
  }
}
.progress-stats-list.theme-v1 li:last-child {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .progress-stats-list.theme-v1 li:last-child {
    padding: 0;
    margin-top: 15px;
  }
}
.progress-stats-list.theme-v1 li:last-child:before {
  display: none;
}
.progress-stats-list.theme-v1 li strong {
  display: block;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.blog-id-6 .inner-content--progress {
  position: absolute;
  margin-top: -125px;
  width: 100%;
  width: calc(100% - 30px);
  z-index: 100;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .blog-id-6 .inner-content--progress {
    width: 100%;
    margin: 0 10px;
    margin-top: -50px;
  }
}
.blog-id-6 .progress-content {
  padding: 0 35px 40px 35px;
}
.blog-id-6 .progress-bar {
  background-color: #2EB3DF;
  background-color: rgba(46, 179, 223, 0.5019607843);
}
.blog-id-6 .progress-stats-list li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.blog-id-6 .progress-stats-list li > strong {
  margin-top: 10px;
  font-family: "Bebas Neue", cursive;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 576px) {
  .blog-id-6 .progress-stats-list li > strong {
    font-size: 48px;
    line-height: 55px;
  }
}

@media (max-width: 767.98px) {
  .petition-box, .sign-to-donate__wrapper {
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .petition-box .moved-input-container .floating-label, .sign-to-donate__wrapper .moved-input-container .floating-label {
    line-height: 1.3;
  }
}
.petition-box.inner-content, .inner-content.sign-to-donate__wrapper {
  border-radius: 4px;
  background-color: #FFFFFF;
}

.petition-box .front-line, .sign-to-donate__wrapper .front-line {
  min-width: 40px !important;
}

.petition-box .progress-bar, .sign-to-donate__wrapper .progress-bar {
  color: black !important;
  height: auto;
  background: transparent;
  margin-top: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.petition-box .progress-bar-line, .sign-to-donate__wrapper .progress-bar-line {
  height: 25px;
  border-radius: 4px;
}
.petition-box .progress-bar-line .text, .sign-to-donate__wrapper .progress-bar-line .text {
  transition: 2s all;
  bottom: -10px !important;
  color: black;
  left: 5px;
}
@media (min-width: 768px) {
  .petition-box .progress-bar-line .text, .sign-to-donate__wrapper .progress-bar-line .text {
    bottom: -50% !important;
  }
}
.petition-box .progress-bar-footer, .sign-to-donate__wrapper .progress-bar-footer {
  display: flex;
  margin: 10px 0 15px;
}
.petition-box .progress-bar-added > *, .sign-to-donate__wrapper .progress-bar-added > * {
  text-align: left;
}
.petition-box .progress-bar-goal > *, .sign-to-donate__wrapper .progress-bar-goal > * {
  text-align: right;
}
.petition-box .progress-bar-added, .sign-to-donate__wrapper .progress-bar-added, .petition-box .progress-bar-goal, .sign-to-donate__wrapper .progress-bar-goal {
  font-size: 14px;
  width: 50%;
}
.petition-box .progress-bar-added > span, .sign-to-donate__wrapper .progress-bar-added > span, .petition-box .progress-bar-goal > span, .sign-to-donate__wrapper .progress-bar-goal > span {
  display: block;
  width: 100%;
}
.petition-box .progress-bar-added .number, .sign-to-donate__wrapper .progress-bar-added .number, .petition-box .progress-bar-goal .number, .sign-to-donate__wrapper .progress-bar-goal .number {
  font-weight: 700;
  font-size: 25px;
}
.petition-box .progress-bar-goal, .sign-to-donate__wrapper .progress-bar-goal {
  text-align: right;
}

.petition-box-separate.inner-content {
  background-color: #FFFFFF;
}

.petition-box-separete .progress-bar {
  color: black !important;
  height: auto;
  background: transparent;
  margin-top: 50px;
}
.petition-box-separete .progress-bar-line {
  height: 20px;
}
.petition-box-separete .progress-bar-line .text {
  top: -15px !important;
  color: #70CB00;
  margin-left: 0 !important;
}
.petition-box-separete .progress-bar-footer {
  display: flex;
  margin: 10px 0 15px;
}
.petition-box-separete .progress-bar-added, .petition-box-separete .progress-bar-goal {
  font-size: 14px;
  width: 50%;
}
.petition-box-separete .progress-bar-added > span, .petition-box-separete .progress-bar-goal > span {
  display: block;
  width: 100%;
}
.petition-box-separete .progress-bar-added .number, .petition-box-separete .progress-bar-goal .number {
  font-weight: 700;
  font-size: 25px;
}
.petition-box-separete .progress-bar-goal {
  text-align: right;
}

.blog-id-6 .petition-box, .blog-id-6 .sign-to-donate__wrapper {
  color: #72ADC1;
  font-family: "Roboto", sans-serif;
}
.blog-id-6 .petition-box.inner-content, .blog-id-6 .inner-content.sign-to-donate__wrapper {
  padding: 25px 0;
  background-color: rgba(1, 22, 71, 0.8);
}
@media (min-width: 768px) {
  .blog-id-6 .petition-box.inner-content, .blog-id-6 .inner-content.sign-to-donate__wrapper {
    padding: 25px 30px;
  }
}
@media (min-width: 1200px) {
  .blog-id-6 .petition-box.inner-content, .blog-id-6 .inner-content.sign-to-donate__wrapper {
    padding: 45px 60px 45px;
  }
}
.blog-id-6 .petition-box h2, .blog-id-6 .sign-to-donate__wrapper h2 {
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
}
.blog-id-6 .petition-box .back-line, .blog-id-6 .sign-to-donate__wrapper .back-line {
  background-color: rgba(0, 0, 0, 0.23);
}
.blog-id-6 .petition-box .front-line, .blog-id-6 .sign-to-donate__wrapper .front-line {
  background-color: #2EB3DF;
}
.blog-id-6 .petition-box .text, .blog-id-6 .sign-to-donate__wrapper .text {
  color: #2EB3DF;
}
.blog-id-6 .petition-box .wpcf7-list-item-label, .blog-id-6 .sign-to-donate__wrapper .wpcf7-list-item-label,
.blog-id-6 .petition-box .progress-content > p,
.blog-id-6 .sign-to-donate__wrapper .progress-content > p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.blog-id-6 .petition-box .progress-bar, .blog-id-6 .sign-to-donate__wrapper .progress-bar {
  margin-bottom: 25px;
}
.blog-id-6 .petition-box .progress-stats, .blog-id-6 .sign-to-donate__wrapper .progress-stats {
  display: none !important;
}
.blog-id-6 .petition-box .progress-bar-footer, .blog-id-6 .sign-to-donate__wrapper .progress-bar-footer {
  color: #FFFFFF;
}

.progress-donation .progress-bar-line .front-line {
  min-width: 55px !important;
}
.progress-donation .progress-bar-line .text {
  margin-left: -50px !important;
}
@media (min-width: 768px) {
  .progress-donation .progress-bar-line .text {
    margin-left: -9% !important;
  }
}
@media (min-width: 992px) {
  .progress-donation .progress-bar-line .text {
    margin-left: -60px !important;
  }
}
@media (min-width: 1200px) {
  .progress-donation .progress-bar-line .text {
    margin-left: -80px !important;
  }
}

.bully-progress {
  max-width: 590px;
  margin: auto;
  padding: 5px 0 50px 0;
}
.bully-progress .progress-bar .progress-bar-footer,
.bully-progress .progress-bar .progress-bar-line .text {
  color: #064365;
}

.progress-bar-container {
  border-radius: 4px;
}
.progress-bar-container .progress-bar {
  border-radius: 4px;
}
.progress-bar-container .progress-bar > div {
  border-radius: 4px;
  background: transparent;
}
.progress-bar-container .progress-bar-line .back-line {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.progress-bar-container .progress-bar-line .front-line {
  border-bottom-left-radius: 4px;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #CED4DA;
}

.datepicker-inline {
  width: 280px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "Roboto", sans-serif;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #e05151;
  border-color: #e05151;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #e05151;
  border-color: #e05151;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #e05151;
  border-color: #e05151;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #e05151;
  border-color: #e05151;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #e05151;
  border-color: #e05151;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #e05151;
  border-color: #e05151;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #e05151;
  border-color: #e05151;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #e05151;
  border-color: #e05151;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}


.modal {
  padding: 35px 30px 34px;
  width: 800px;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .modal {
    padding: 30px 15px 25px;
  }
}
.modal--has-image .fancybox-close-small {
  width: 54px;
}
.modal--has-image .fancybox-button svg {
  width: 34px;
  height: 34px;
}
.modal--has-image .fancybox-button svg path {
  fill: white;
}
.modal-image {
  margin: -35px -30px 30px;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  height: auto;
}
@media (max-width: 767.98px) {
  .modal-image {
    margin: -30px -15px 25px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
.modal-image-icon {
  width: auto;
  height: 45px;
  display: block;
  margin: 0 auto 15px auto;
}
.modal .wysiwyg > *:first-child {
  margin-top: 0;
}
.modal .wysiwyg > *:last-child {
  margin-bottom: 0;
}
.modal-actions .btn-primary {
  background-color: #70cb02;
}
.modal-actions .btn-primary:hover {
  background-color: rgb(56, 101.5, 1);
}
.modal-actions .btn-secondary {
  background-color: #ff403f;
}
.modal-actions .btn-secondary:hover {
  background-color: rgb(127.5, 32, 31.5);
}

.modal-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -100;
  display: flex;
  justify-content: center;
  align-items: start;
  opacity: 0;
  overflow: auto;
}
.modal-window.show-modal {
  z-index: 100;
  opacity: 1;
}

.modal-title {
  color: #70CB00;
  display: block;
  margin-bottom: 27px;
  padding-bottom: 12px;
  position: relative;
  font-weight: 800;
  font-size: 40px;
}

.modal-content {
  padding: 90px;
  display: inline-block;
  background-color: #FFFFFF;
  position: relative;
  z-index: 101;
  max-width: 720px;
  margin: 50px 0;
}
@media (max-width: 767.98px) {
  .modal-content img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-content {
    max-width: 412px;
    padding: 25px 20px;
    margin: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-content {
    padding: 45px;
  }
}

.close-modal {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 14px;
  cursor: pointer;
  z-index: 20;
}
.close-modal:before, .close-modal:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: black;
  top: 7px;
  left: 0;
  transition: background-color ease 0.3s;
}
@media (max-width: 767.98px) {
  .close-modal:before, .close-modal:after {
    background-color: #ED6B3B;
  }
}
.close-modal:before {
  transform: rotate(-225deg);
}
.close-modal:after {
  transform: rotate(225deg);
}
.close-modal:hover:before, .close-modal:hover:after {
  background-color: rgb(142.2, 64.2, 35.4);
}
@media (max-width: 767.98px) {
  .close-modal {
    right: 15px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #70CB00;
  opacity: 0.8;
  z-index: 98;
  display: none;
  opacity: 0;
  transition: opacity ease 0.3s;
}
.overlay.is-active, .overlay.is-show-modal {
  display: block;
  opacity: 0.75;
}
@media (max-width: 767.98px) {
  .search-is-active .overlay {
    opacity: 0;
    display: none;
  }
}

.donation-modal {
  text-align: center;
}
.donation-modal .info-icon {
  margin: auto;
  max-width: 140px;
}

.testimonials-list {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
}
@media (min-width: 1200px) {
  .testimonials-list {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .testimonials-list.columns-3 {
    padding: 0 40px;
  }
}
.testimonials-list .slick-item {
  height: auto !important;
}

.testimonials-item {
  position: relative;
  padding: 35px 27px 0;
}
@media (max-width: 767.98px) {
  .testimonials-item {
    text-align: center;
  }
}
.testimonials-item .gp-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.theme-v1 .testimonials-item {
  align-items: center;
  justify-content: start;
}
@media (min-width: 992px) {
  .theme-v1 .testimonials-item {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .columns-3 .testimonials-item {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.testimonials-avatar {
  width: 150px;
  height: 150px;
  border: 1px solid #70CB00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.columns-1 .testimonials-avatar {
  width: 170px;
  height: 170px;
}
@media (max-width: 767.98px) {
  .columns-1 .testimonials-avatar {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-avatar {
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonials-image {
  width: 130px;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  background-color: #70CB00;
}
.columns-1 .testimonials-image {
  width: 150px;
  height: 150px;
}
@media (max-width: 767.98px) {
  .columns-1 .testimonials-image {
    width: 130px;
    height: 130px;
  }
}
.testimonials-image.no-image {
  background-size: auto;
  background-position: bottom center;
}

.theme-v1 .testimonials-content {
  flex: 1;
}
@media (min-width: 992px) {
  .theme-v1 .testimonials-content {
    padding-left: 20px;
  }
}

.testimonials-message {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
}
.theme-v1 .testimonials-message {
  line-height: 24px;
}
@media (min-width: 992px) {
  .theme-v1 .testimonials-message {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .columns-3 .testimonials-message {
    height: 140px;
    overflow: hidden;
  }
}

.testimonials-author {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  margin-top: 22px;
}
.theme-v1 .testimonials-author {
  margin-top: 17px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #CED4DA;
  transition: ease 0.3s;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: #ED6B3B !important;
}
.slick-arrow:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid #FFFFFF;
  position: absolute;
  top: 13px;
  left: 16px;
  transform: rotate(44deg);
}
.slick-arrow.slick-prev {
  left: 5px;
}
.slick-arrow.slick-prev:before {
  border-right: none;
  border-top: none;
}
.slick-arrow.slick-next {
  right: 5px;
}
.slick-arrow.slick-next:before {
  border-left: none;
  border-bottom: none;
  left: 11px;
}

.block-list {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .block-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.block-item {
  margin: 10px;
  position: relative;
  width: 100%;
  padding-bottom: 0 !important;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (min-width: 768px) {
  .block-item {
    width: calc(50% - 27px);
    padding-bottom: 51%;
  }
}
@media (min-width: 992px) {
  .block-item {
    width: calc(33.3333333333% - 18px);
    margin-left: 9px;
    margin-right: 9px;
    padding-bottom: 32%;
  }
}
@media (min-width: 1600px) {
  .block-item {
    padding-bottom: 27%;
    width: calc(20% - 27px);
  }
}
.block-item:not(.social-content):hover {
  z-index: 5;
}
.block-item.social-content:hover .block-content {
  transform: scale(1.1);
}
.block-item .nested-link {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg) translate3d(0, 0, 0);
  transform: rotateY(0deg) translate3d(0, 0, 0);
}
@media (min-width: 576px) {
  .block-item:hover .block-item-inner {
    transform: rotateY(-180deg) translate3d(0, 0, 0);
  }
}
.block-item-inner.m-hovered {
  animation-name: m-hovered;
  animation-duration: 0.5s;
}
.block-item-inner.m-clicked {
  transform: rotateY(-180deg) translate3d(0, 0, 0);
}

@keyframes m-hovered {
  0% {
    transform: rotateY(0deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateY(-20deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateY(0deg) translate3d(0, 0, 0);
  }
}
.block-content {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(7, 67, 101);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-transform: rotateY(0) translate3d(0, 0, 0);
  transform: rotateY(0) translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.block-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #074365;
  border-radius: 4px;
}
.blog-id-6 .block-content::before {
  background-color: #fff;
}

.block-item.social-content .block-item {
  transition: transform 0.3s ease;
}
.facebook .block-item {
  background-color: #4669B2;
}
.twitter .block-item {
  background-color: #36A3F3;
}
.block-item .icon-information {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  fill: white;
}

.block-content-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.block-title {
  position: relative;
  z-index: 2;
  padding: 30px;
  flex: 0 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
}

.block-hover {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg) translate3d(0, 0, 0);
  transform: rotateY(-180deg) translate3d(0, 0, 0);
}
.block-hover .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: auto;
}

.block-hover-content {
  padding: 35px 30px 35px;
  background-color: rgb(7, 67, 101);
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

.block-title-hover {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.block-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0;
  line-height: 21px;
}
@media (min-width: 768px) {
  .block-description:last-of-type {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .block-description {
    margin-top: 0;
  }
}

.social-list-item {
  margin: 0 6px;
}
@media (min-width: 768px) {
  .social-list-item {
    margin: 0 10px;
  }
}

.social-list-link {
  display: block;
  background-color: #FFFFFF;
  transition: ease 0.3s;
}
.no-touch .social-list-link:hover {
  transform: scale(1.1);
}

.timeline-wrap {
  overflow: hidden;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .timeline-wrap {
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .timeline-wrap {
    padding-bottom: 60px;
  }
}
.timeline-wrap.toggle-height-open {
  padding-bottom: 23px;
}

.timeline-list {
  position: relative;
  padding-bottom: 50px;
  transition: ease 0.3s;
}
@media (min-width: 576px) {
  .timeline-list {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .timeline-list {
    height: 542px;
  }
}
.timeline-list .slick-list {
  padding-bottom: 120px !important;
  margin-bottom: -100px !important;
}
@media (min-width: 768px) {
  .timeline-list .slick-list {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    height: 542px;
    padding-left: 9px;
  }
}
.timeline-list:before {
  position: absolute;
  bottom: -39px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CED4DA;
  content: "";
}
@media (min-width: 768px) {
  .timeline-list:before {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
  }
}
.timeline-list:after {
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -39px;
  left: 0;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url("../images/timeline-grid.svg");
  content: "";
}
@media (min-width: 768px) {
  .timeline-list:after {
    top: 49%;
    bottom: inherit;
    transform: translateY(-50%);
  }
}
.timeline-list .slick-arrow {
  z-index: 9;
  background-color: #ED6B3B;
}
.timeline-list .slick-arrow.slick-next {
  right: 0;
}
.timeline-list .slick-arrow.slick-prev {
  left: 0;
}
.timeline-list .slick-arrow:before {
  opacity: 1;
}
.no-touch .timeline-list .slick-arrow:hover {
  background-color: #70CB00;
}
.timeline-list .timeline-pagination {
  background-color: transparent !important;
  border-radius: 0;
}
.timeline-list .timeline-pagination:before, .timeline-list .timeline-pagination:after {
  display: none;
}
.timeline-list .timeline-pagination.prev {
  background-image: none;
}
@media (min-width: 768px) {
  .timeline-list .timeline-pagination.prev:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/timeline-later-overlay.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    transform: rotate(-180deg);
  }
}
.timeline-list .timeline-pagination.slick-disabled {
  opacity: 0;
}
.timeline-list .timeline-pagination.next {
  right: 0;
}
@media (min-width: 768px) {
  .timeline-list .timeline-pagination.next {
    right: -50px;
  }
}
.timeline-list .timeline-pagination.prev {
  left: 0;
}
@media (min-width: 768px) {
  .timeline-list .timeline-pagination.prev {
    left: -50px;
  }
}
.no-touch .timeline-list .timeline-pagination:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .toggle-height:not(.toggle-height-open) .timeline-list-inner {
    height: 690px;
  }
}

.timeline-post-slide {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline-post-slide {
    height: 540px;
    min-width: 481px;
    text-align: left;
  }
}

.timeline-post {
  position: relative;
  display: inline-flex !important;
  flex-wrap: wrap;
  margin: 0 10px 70px;
}
@media (min-width: 576px) {
  .timeline-post {
    flex-wrap: nowrap;
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .timeline-post {
    margin: 0;
    margin-right: 60px;
  }
}
.timeline-post:before, .timeline-post:after {
  content: "";
}
.timeline-post:before {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #CED4DA;
  bottom: -69px;
  left: -9px;
}
.timeline-post:after {
  bottom: -33px;
  width: 0;
  height: 0;
  position: absolute;
  margin-right: initial;
  border: 1.7rem solid transparent;
  border-top: 0;
  margin-left: -2.5rem;
  border-right: 2.5rem solid transparent;
  border-right-color: #FFFFFF;
  border-left: 0;
  border-left-color: transparent;
  transform: rotate(-90deg);
  left: 34px;
}
@media (min-width: 768px) {
  .timeline-post-slide .timeline-post:nth-of-type(even) {
    position: absolute;
    bottom: 0;
    left: 240px;
  }
}
.timeline-post-slide .timeline-post:nth-of-type(even):after {
  bottom: auto;
  top: -33px;
  transform: rotateZ(90deg) rotateX(-160deg);
  left: 33px;
}
.timeline-post-slide .timeline-post:nth-of-type(even):before {
  bottom: auto;
  top: -69px;
  left: -9px;
}

@media (max-width: 767.98px) {
  .timeline-list-top {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .timeline-list-top {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .timeline-list-down {
    padding-top: 230px;
  }
}
@media (min-width: 768px) {
  .timeline-list-down {
    padding-top: 60px;
  }
}

.timeline-post-content {
  padding: 40px;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .timeline-post-content {
    max-width: 410px;
    height: 210px;
  }
}
@media (min-width: 768px) {
  .timeline-post-content {
    width: 410px;
  }
}

.timeline-post-image {
  display: flex;
  width: 100%;
  height: 140px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .timeline-post-image {
    padding: 10px 0 10px 10px;
    width: 150px;
    height: 210px;
  }
}
@media (min-width: 768px) {
  .timeline-post-image {
    width: 210px;
  }
}
.timeline-post-image > div {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.timeline-post-title {
  font-size: 24px;
  margin-bottom: 3px;
}

.timeline-post-date {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.timeline-post-text {
  font-size: 14px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  max-height: 69px;
  overflow: hidden;
}

.timeline-pagination {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background-image: url("../images/timeline-later-overlay.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  bottom: auto;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 576px) {
  .timeline-pagination {
    width: 240px;
  }
}

.timeline-pagination-link {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ED6B3B;
  font-size: 0;
  transition: ease 0.3s;
}
.timeline-pagination:not(.slick-arrow) .timeline-pagination-link {
  display: none !important;
}
.toggle-height-open .timeline-pagination-link {
  display: none;
  transform: rotate(-90deg);
}
.timeline-pagination-link:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid #FFFFFF;
  position: absolute;
  top: 13px;
  left: 16px;
  transform: rotate(44deg);
}
.timeline-pagination-link.next:before {
  border-left: none;
  border-bottom: none;
  left: 11px;
}
@media (min-width: 768px) {
  .timeline-pagination-link {
    display: none;
  }
}

.wysiwyg ul, .wysiwyg ol {
  padding-top: 1reml !important;
  margin-top: 1.5rem !important;
}
.wysiwyg ol, .wysiwyg li {
  font-size: 16px;
}
.wysiwyg ol h1, .wysiwyg ol h2, .wysiwyg ol h3, .wysiwyg ol h4, .wysiwyg ol h5, .wysiwyg ol h6, .wysiwyg ol strong, .wysiwyg li h1, .wysiwyg li h2, .wysiwyg li h3, .wysiwyg li h4, .wysiwyg li h5, .wysiwyg li h6, .wysiwyg li strong {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.wysiwyg ol p, .wysiwyg li p {
  margin: 0;
  font-size: 16px;
}
.wysiwyg ul {
  list-style: disc;
  padding-left: 40px;
}

.alert {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px 30px;
  background-color: #074365;
}
body.page-template-matching-page .alert {
  padding: 20px 30px 20px;
}
@media (max-width: 767.98px) {
  .alert {
    align-items: flex-start;
    padding: 20px 15px 20px;
  }
}
.alert::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 15px 0;
  border-color: #074365 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.alert p {
  margin: 0;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.alert .icon {
  margin: 0 30px 0 0;
  flex: 0 0 auto;
}
body.page-template-matching-page .alert .icon {
  margin: 0 20px 0 0;
}
@media (max-width: 767.98px) {
  .alert .icon {
    margin: 0 15px 0 0;
  }
}

.bs-block-reasons .block-title {
  padding-bottom: 60px !important;
  min-height: 150px;
  width: 100%;
}
.bs-block-reasons .block-title p {
  font-size: inherit !important;
}
@media (min-width: 1920px) {
  .bs-block-reasons .block-item {
    width: calc(20% - 18px);
  }
}

.bs-block-content h2 {
  padding-bottom: 70px !important;
}
.bs-block-content img {
  margin-bottom: 30px !important;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .bs-block-content img {
    display: inline-block;
    margin: 15px 10px;
  }
}
.bs-block-content img:not(.original-size) {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .bs-block-content img:not(.original-size) {
    width: 50%;
    width: calc(50% - 30px);
  }
}

.bs-block__text-content {
  position: relative;
  z-index: 10;
}

.blog-id-6 .bs-block-reasons {
  background-image: url("../img/bs-block-1-bg.jpg");
}
.blog-id-6 .bs-block-reasons h2 {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 42px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.blog-id-6 .bs-block-reasons .block-list {
  padding: 0 10px;
}
.blog-id-6 .bs-block-reasons .block-content {
  background-color: #FFFFFF;
}
.blog-id-6 .bs-block-reasons .block-title {
  color: #000023;
  text-shadow: none !important;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
  padding-bottom: 50px !important;
}
.blog-id-6 .bs-block-content h2 {
  color: #071944;
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  line-height: 42px;
}
.blog-id-6 .bs-block-content .wysiwyg p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  color: #656D70;
}
.blog-id-6.page-template-donation-page .bs-block-reasons {
  padding: 75px 0 150px 0;
}
.blog-id-6.page-template-donation-page .bs-block-donation h2 {
  position: relative;
  padding-bottom: 70px !important;
}
.blog-id-6.page-template-donation-page .bs-block-donation h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 35px;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-id-6.page-template-donation-page .bs-block-donation h2:after {
  left: 50%;
  transform: translateX(-50%);
}

.single .wp-block-gallery {
  display: block !important;
  margin-top: 40px;
}
.single .wp-block-gallery .blocks-gallery-grid {
  display: block !important;
}
.single .blocks-gallery-grid {
  display: block !important;
}
.single .blocks-gallery-grid .blocks-gallery-item {
  display: none;
  width: 100%;
  margin: 0 !important;
}
.single .blocks-gallery-grid .blocks-gallery-item:first-of-type, .single .blocks-gallery-grid .blocks-gallery-item.slick-slide {
  display: block;
}
.single .blocks-gallery-grid .blocks-gallery-item figure {
  position: relative;
  height: 0;
  padding-bottom: 62%;
}
.single .blocks-gallery-grid .blocks-gallery-item figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 4px;
}
.single .blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption {
  display: none;
}
.single .content p.block-gallery-caption {
  margin: 0 0 30px;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  line-height: 1.4;
  color: #656D70;
}
.single .wp-block-gallery-nav {
  margin-top: -50px;
  padding: 0 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .single .wp-block-gallery-nav {
    margin-top: -95px;
  }
}
.single .wp-block-gallery-nav .slick-list {
  width: 100% !important;
}
.single .wp-block-gallery-nav .slick-current figure img {
  border: 4px solid #FDCA01;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.single .wp-block-gallery-nav .blocks-gallery-item {
  display: block;
  padding: 0 5px;
  margin: 0 !important;
}
.single .wp-block-gallery-nav .slick-arrow {
  display: none !important;
}
.single .wp-block-gallery-nav figure {
  padding-bottom: 79% !important;
}
.single .wp-block-gallery-nav figcaption {
  display: none;
}
.single .slick-list,
.single .slick-track {
  height: 100%;
}

.single-stage .stage-title {
  font-weight: 400;
  font-size: 48px !important;
  line-height: 55px !important;
}
.single-stage .stage-subtitle {
  display: block;
  line-height: 85px;
}
.single-stage .main-banner {
  padding-bottom: 210px;
}
.single-stage .content {
  background: #FFFFFF;
  width: 100%;
  max-width: 780px;
  margin: auto;
  padding: 90px 0;
}
.single-stage .content h2 {
  position: relative;
  padding-bottom: 70px !important;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
}
.single-stage .content h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 35px;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-stage .content h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.single-stage .content p {
  margin: 0 0 20px 0;
  font-size: 16px;
}
.single-stage .content .wp-block-embed__wrapper {
  padding-bottom: 52%;
  position: relative;
  margin: 40px auto;
}
.single-stage .content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wp-block-gallery-nav .slick-slide:not(.slick-current) figure {
  position: relative;
}
.wp-block-gallery-nav .slick-slide:not(.slick-current) figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", cursive;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 479px) {
  .wp-block-gallery-nav .slick-active + .slick-active + .slick-active + .slick-active + .slick-active figure::after {
    content: attr(data-count);
  }
}
@media only screen and (min-width: 480px) {
  .wp-block-gallery-nav .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active figure::after {
    content: attr(data-count);
  }
}

#fullpage {
  overflow: hidden;
  opacity: 0;
  transition: 0.25s opacity;
}
#fullpage.visible {
  opacity: 1;
}

.stage-box {
  position: relative;
  padding: 125px 15px;
  transition: 0.25s margin-top;
}
@media only screen and (min-width: 768px) {
  .stage-box {
    padding: 200px 100px;
  }
}
.stage-box.beforeScroll {
  margin-top: 500px;
}
.stage-box.afterScroll {
  margin-top: 0;
}
body.svg-animated .stage-box .fp-tableCell {
  display: block !important;
  height: auto !important;
}
.stage-box-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.stage-box-intro .main-banner:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .stage-box-intro img {
    position: relative;
    left: 135px;
  }
}
.stage-box-intro .stage-box-path svg {
  left: -90px;
}
.stage-box-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 51, 0), #000033);
}
@media (min-width: 1280px) {
  .stage-box .main-banner h1 {
    font-size: 8vh;
    line-height: 1.6;
  }
  .stage-box .main-banner .main-banner-description {
    font-size: 2.5vh;
    line-height: 4.4vh;
  }
}
@media (min-width: 1280px) {
  .stage-box .main-banner .main-banner-content {
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  .stage-box-col-content {
    padding: 0 0 0 50px;
  }
}
.stage-box-title {
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 1280px) {
  .stage-box-title {
    font-size: 6.8vh;
    line-height: 8vh;
  }
}
.stage-box-description {
  color: #72ADC1;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .stage-box-description {
    font-size: 2.3vh;
    line-height: 4.4vh;
  }
}
@media (min-width: 1280px) {
  .stage-box .btn {
    font-size: 3.4vh;
    padding: 2vh 4vh;
  }
}
.stage-box-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .stage-box.is-odd .stage-box-col-content {
    order: 2;
  }
  .stage-box.is-odd .stage-box-col-img {
    order: 1;
  }
}
.stage-box.is-odd-col-content {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .stage-box.is-odd-col-content {
    padding-right: 50px;
    flex: 0 0 56%;
    max-width: 56%;
  }
}
.stage-box-row.is-locked .stage-box-col-img {
  position: relative;
}
.stage-box-row.is-locked .stage-box-img,
.stage-box-row.is-locked .stage-box-col-content {
  opacity: 0.3;
}
.stage-box-row.is-locked .btn:hover,
.stage-box-row.is-locked .btn:focus {
  cursor: inherit;
}
.stage-box-lock {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stage-box-links {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .stage-box-links {
    display: flex;
  }
}
@media (max-width: 576px) {
  .stage-box-links .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .stage-box-col-img {
    order: 1;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .stage-box-col-img {
    flex: 0 0 44%;
    max-width: 44%;
    height: 44%;
  }
}

@media (max-width: 991px) {
  .stage-box-col-content {
    order: 2;
  }
}

@keyframes drawPath {
  from {
    stroke-dashoffset: -500;
    stroke-dasharray: 0, 500;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 500, 0;
  }
}
@keyframes drawLongPathReverse {
  from {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 1000;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 1000, 0;
  }
}
@keyframes drawPathReverse {
  from {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 500;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 500, 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.stage-box-path {
  position: absolute;
  z-index: 5;
  left: 0;
  text-align: center;
  display: none;
}
.stage-box-path svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.stage-box-path img {
  height: 100%;
  width: auto;
}
body.svg-static .stage-box-path.static {
  bottom: -100px;
  display: block;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  body.svg-static .stage-box-path.static {
    bottom: -150px;
    height: 270px;
  }
}
body.svg-animated .stage-box-path.animated {
  display: block;
  width: 400px;
  height: 200px;
  left: 50%;
}
body.svg-animated .stage-box-path.stage-box-path-bottom-sm.animated {
  width: 150px;
  height: 150px;
}
body.svg-animated .stage-box-path.stage-box-path-bottom-sm.animated svg {
  left: 80px;
  bottom: -23px;
}
.fp-section:not(.already-animated) .stage-box-path .mask-path {
  stroke-dashoffset: -500;
  stroke-dasharray: 0, 500;
}
.fp-section:not(.already-animated) .stage-box-path .svg-icon {
  opacity: 0;
}
.fp-section.active:not(.already-animated) .stage-box-path .mask-path {
  animation: 4s drawPath forwards;
}
.fp-section.active:not(.already-animated) .stage-box-path .mask-path-short {
  animation-duration: 1s;
}
.fp-section.active:not(.already-animated) .stage-box-path .mask-path-delay {
  animation-delay: 1s;
}
.fp-section.active:not(.already-animated) .stage-box-path .mask-path-reverse {
  animation-name: drawPathReverse;
}
.fp-section.active:not(.already-animated) .stage-box-path .mask-path-reverse-long {
  animation-name: drawLongPathReverse;
}
.fp-section.active:not(.already-animated) .stage-box-path .svg-icon {
  animation: 0.25s fadeIn forwards;
  animation-delay: 1s;
}
.stage-box-path .svg-path {
  fill: transparent;
  stroke: #31CC89;
  stroke-dasharray: 940; /* this is the entire length of the line */
  stroke-dashoffset: 940; /* this is the entire length of the line */
  stroke-width: 10;
}

.stage-box-path-bottom,
.stage-box-path-bottom svg {
  bottom: 0;
}

.stage-box-path-top,
.stage-box-path-top svg {
  top: 0;
}

.stage-box-path-top-left {
  margin-left: 110px;
}

.stage-box-path-top-right {
  margin-left: -240px;
}

.stage-box-path-centered {
  margin-left: -300px;
}

.stage-box-path-top-centered {
  margin-left: -78px;
}

.stage-box-parallax {
  position: absolute;
  opacity: 0.5;
}
@media only screen and (min-width: 1280px) and (min-height: 900px) {
  .stage-box-parallax {
    transition: 0.5s transform;
    transition-delay: 0.25s;
  }
  .stage-box:not(.active) .stage-box-parallax {
    transform: translateY(100px);
  }
}

.stage-box-parallax--01,
.stage-box-parallax--03,
.stage-box-parallax--05 {
  left: 50px;
  bottom: -240px;
}
@media only screen and (min-width: 768px) {
  .stage-box-parallax--01,
  .stage-box-parallax--03,
  .stage-box-parallax--05 {
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .stage-box-parallax--01,
  .stage-box-parallax--03,
  .stage-box-parallax--05 {
    left: 50px;
    bottom: -180px;
  }
}
@media only screen and (min-width: 1280px) and (min-height: 900px) {
  .stage-box-parallax--01,
  .stage-box-parallax--03,
  .stage-box-parallax--05 {
    left: -50px;
    bottom: -50px;
  }
}
.stage-box-parallax--01 img,
.stage-box-parallax--03 img,
.stage-box-parallax--05 img {
  width: 180px;
}
@media only screen and (min-width: 768px) {
  .stage-box-parallax--01 img,
  .stage-box-parallax--03 img,
  .stage-box-parallax--05 img {
    width: 245px;
  }
}

.stage-box-parallax--05 img {
  width: 260px;
}
@media only screen and (min-width: 768px) {
  .stage-box-parallax--05 img {
    width: 551px;
  }
}

.stage-box-parallax--02,
.stage-box-parallax--04 {
  right: -200px;
  bottom: -290px;
}
@media only screen and (min-width: 768px) {
  .stage-box-parallax--02,
  .stage-box-parallax--04 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .stage-box-parallax--02,
  .stage-box-parallax--04 {
    bottom: -180px;
  }
}
@media only screen and (min-width: 1280px) {
  .stage-box-parallax--02,
  .stage-box-parallax--04 {
    bottom: -240px;
  }
}
@media only screen and (min-width: 1280px) and (min-height: 900px) {
  .stage-box-parallax--02,
  .stage-box-parallax--04 {
    right: -200px;
    bottom: -50px;
  }
}
.stage-box-parallax--02 img,
.stage-box-parallax--04 img {
  width: 562px;
}

.task .inner-content {
  max-width: 700px;
  margin: auto;
  z-index: 100;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .task .inner-content {
    padding: 65px 60px !important;
  }
}
.task-title {
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}
.task-title p {
  font-size: 36px;
  line-height: 42px;
}
.task-sentence {
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 18px;
}
.task-sentence p {
  font-size: 24px;
  line-height: 30px;
}
.task-tip {
  padding: 20px;
  background-color: #071944;
  color: #2EB3DF;
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  line-height: 42px;
  max-width: 390px;
  margin: auto;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .task-tip {
    text-align: center !important;
  }
  .task-tip input {
    text-align: center !important;
  }
}
.task-tip-num {
  background: transparent;
  border: transparent;
  width: 100%;
  -moz-appearance: textfield;
}
.task-tip-num::-webkit-outer-spin-button, .task-tip-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.task-num-generate {
  display: inline-block;
  margin: auto;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 7px;
}
.task .terms a {
  text-decoration: underline;
}

.main-banner + .task-inner-content {
  margin-top: -120px;
}

.wp-block-image:not(.is-style-rounded) img,
.wp-block-image img {
  border-radius: 4px;
}

.sub-header {
  padding: 80px 20px 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .sub-header {
    padding: 170px 20px 140px;
  }
}
.sub-header h1 {
  max-width: 620px;
  margin: 0 auto 20px;
  text-shadow: none;
  font-size: 36px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .sub-header h1 {
    font-size: 72px;
  }
}
.sub-header h1 strong {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .sub-header h1 strong {
    font-size: 48px;
  }
}
.sub-header h1::after {
  content: "";
  display: block;
  width: 28px;
  height: 8px;
  margin: 20px auto 0;
  background-image: url("../images/wave.svg");
}
.sub-header p {
  max-width: 770px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.67;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .sub-header p {
    font-size: 18px;
  }
}

.sub-header--lg-bottom {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) {
  .sub-header--lg-bottom {
    padding-bottom: 180px;
  }
}

.sub-header--bully {
  padding-top: 130px;
  padding-bottom: 90px;
}
.sub-header--bully h1 {
  max-width: 750px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sub-header--bully h1 {
    font-size: 56px;
  }
}
.sub-header--bully h1 .subtitle {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .sub-header--bully h1 .subtitle {
    font-size: 24px;
  }
}
.sub-header--bully .main-banner-description p {
  font-size: 17px;
}

.quiz-section {
  padding: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .quiz-section {
    padding: 0 0 100px;
  }
}

.quiz-body-wrapper {
  width: calc(100vw - 30px);
  max-width: 820px;
  margin: 0 auto;
}

.quiz-body {
  margin: -30px 0 0;
  padding: 25px 15px;
  background-color: #2EB3DF;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .quiz-body {
    margin: -60px 0 0;
    padding: 55px 60px;
  }
}

.quiz-question {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}
@media only screen and (min-width: 768px) {
  .quiz-question {
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
}

.quiz-question.is-visible {
  display: block;
}

.quiz-question-img {
  margin: 0 0 15px;
}
.quiz-question-img img {
  border-radius: 3px;
}

.quiz-question-body {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .quiz-question-body {
    padding: 0 30px;
  }
}

.quiz-question-title {
  margin: 0 0 15px;
  font-family: "Roboto", cursive;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  display: flex;
}
.quiz-question-title strong {
  color: #000033;
}
@media only screen and (min-width: 768px) {
  .quiz-question-title {
    margin: 0 0 30px;
  }
}

.quiz-option {
  position: relative;
  display: block;
  margin: 0 0 13px;
  cursor: pointer;
  border-radius: 5px;
}
.quiz-option input {
  display: none;
}

.quiz-error {
  color: red;
  text-align: center;
  display: block;
  margin: 10px;
}

.quiz-option-body {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 10px 50px 10px 10px;
  background-color: #fff;
  border: 2px solid #2EB3DF;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .quiz-option-body {
    padding: 15px 50px 15px 15px;
  }
}
.quiz-option-body::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
input:checked + .quiz-option-body {
  border-color: #071944;
}
input:checked + .quiz-option-body::after {
  top: calc(100% + 2px);
  left: -2px;
  right: -2px;
}

.quiz-option-title,
.quiz-card-head strong {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  max-width: 34px;
  width: 34px;
  height: 34px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #2EB3DF;
}
@media only screen and (min-width: 768px) {
  .quiz-option-title,
  .quiz-card-head strong {
    font-size: 21px;
  }
}
input:checked + .quiz-option-body .quiz-option-title, input:checked + .quiz-card-body .quiz-option-title,
input:checked + .quiz-option-body .quiz-card-head strong,
input:checked + .quiz-card-body .quiz-card-head strong {
  background-color: #071944;
}

.quiz-option-content {
  position: relative;
  top: 2px;
}

.quiz-option-state {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .quiz-option-state {
    top: 18px;
    right: 18px;
  }
}
.quiz-option-state img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .quiz-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -5px;
  }
}

.quiz-card {
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .quiz-card {
    flex: 0 0 calc(33.3333% - 10px);
    margin: 5px;
  }
}
.quiz-card input {
  display: none;
}

.quiz-card-body {
  position: relative;
  display: block;
  background-color: #fff;
  border: 2px solid #2EB3DF;
  border-radius: 4px;
}
.quiz-card-body::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
input:checked + .quiz-card-body {
  border-color: #071944;
}
input:checked + .quiz-card-body::after {
  top: calc(100% + 2px);
  left: -2px;
  right: -2px;
}

.quiz-card-head {
  position: relative;
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .quiz-card-head {
    padding: 15px;
  }
}

.quiz-card-state {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 26px;
}
@media only screen and (min-width: 768px) {
  .quiz-card-state {
    top: 15px;
    right: 15px;
  }
}
.quiz-card-state img {
  width: 100%;
}

.quiz-card-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.quiz-card-img::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.quiz-card-content {
  display: block;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #656D70;
}
@media only screen and (min-width: 768px) {
  .quiz-card-content {
    font-size: 16px;
  }
}

.quiz-submit {
  display: inline-block;
  width: 100%;
  padding: 12px 12px 9px;
  border: none;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  color: #071944;
  background-color: #FDCA01;
  box-shadow: 0 2px 0 0 #b18d00;
  transition: 0.25s background-color;
  border-radius: 4px;
}
.quiz-submit:hover {
  background-color: #b18d00;
}
@media only screen and (min-width: 768px) {
  .quiz-submit {
    font-size: 21px;
    width: auto;
    padding: 12px 62px 9px;
  }
}

.quiz-retry {
  color: white;
  text-decoration: underline;
  margin-left: 15px;
}
.quiz-retry:hover, .quiz-retry:focus {
  color: white !important;
}

.collection-section {
  padding: 0 0 60px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .collection-section {
    padding: 0 0 120px;
  }
}

.collection-negative {
  margin: -50px 0 0;
}
@media only screen and (min-width: 768px) {
  .collection-negative {
    margin: -100px 0 0;
  }
}

.collection-form {
  width: 820px;
  max-width: calc(100vw - 20px);
  margin: 0 auto;
  padding: 20px;
  background-color: #2EB3DF;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .collection-form {
    max-width: calc(100vw - 80px);
    padding: 60px 54px;
  }
}

.collection-form-content {
  margin: 0 0 25px;
  text-align: center;
  color: #fff;
}
.collection-form-content h2 {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .collection-form-content h2 {
    font-size: 38px;
  }
}

.collection-form-title h3 {
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .collection-form-title h3 {
    font-size: 28px;
  }
}

.collection-form-slider {
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .collection-form-slider {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection-form-slider {
    flex: 1;
    margin: 0 30px 0 0;
  }
}
.collection-form-slider .noUi-target {
  width: calc(100% - 50px);
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .collection-form-slider .noUi-target {
    width: calc(100% - 100px);
  }
}
.collection-form-slider .noUi-handle {
  right: -18px;
  top: -13px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background-image: url("../images/handle.svg");
  background-size: contain;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
.collection-form-slider .noUi-handle::before, .collection-form-slider .noUi-handle::after {
  display: none;
}
.collection-form-slider .noUi-horizontal {
  height: 10px;
}
.collection-form-slider .noUi-target {
  border-radius: 4px;
  border: none;
  box-shadow: none;
  background-color: #d5f0f9;
}
.collection-form-slider .noUi-connects {
  border-radius: 4px;
}
.collection-form-slider .noUi-connect {
  background-color: #000033;
}

.collection-form-goal {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .collection-form-goal {
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection-form-goal {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.collection-goal-limit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .collection-goal-limit {
    font-size: 24px;
  }
}
.collection-goal-limit:first-of-type {
  left: 0;
}
.collection-goal-limit:last-of-type {
  right: 0;
}

.collection-form-output {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
  margin: 0 auto;
  padding: 14px;
  background-color: #071944;
  border-radius: 4px;
}
.collection-form-output label,
.collection-form-output input {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .collection-form-output label,
  .collection-form-output input {
    font-size: 22px;
  }
}
.collection-form-output label {
  margin: 0;
  color: #2EB3DF;
}
.collection-form-output label.invalid {
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.collection-form-output input {
  width: 100px;
  max-width: 100px;
  flex: 0 0 100px;
  text-align: right;
  border: none;
  color: #fff;
  background-color: transparent;
}

.collection-form-body {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .collection-form-body {
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
}

.collection-head {
  max-width: calc(100vw - 20px);
  width: 940px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .collection-head {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 411px) {
  .collection-nums {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .collection-nums {
    margin: 0 0 30px;
  }
}

.collection-num {
  position: relative;
  text-align: center;
  text-shadow: none;
  font-size: 16px;
  line-height: 1.2;
  color: #88AAB5;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
@media only screen and (min-width: 411px) {
  .collection-num {
    padding: 0 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .collection-num {
    padding: 0 40px 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .collection-num {
    padding: 0 50px 10px;
  }
}
.collection-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 1px;
  background-color: #DBE5E8;
}
@media only screen and (min-width: 411px) {
  .collection-num::after {
    left: 100%;
    transform: none;
    width: 1px;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .collection-num:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (min-width: 411px) and (max-width: 1023px) {
  .collection-num:last-of-type::after {
    display: none;
  }
}
.collection-num strong {
  display: block;
  font-size: 24px;
  color: #000033;
}
@media only screen and (min-width: 768px) {
  .collection-num strong {
    margin: 10px 0 0;
    font-size: 32px;
  }
}

.collection-progress {
  position: relative;
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: rgba(46, 179, 223, 0.3);
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .collection-progress {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.collection-progress-filled {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 55px;
  padding: 0 10px 0 0;
  background-color: #2EB3DF;
  border-radius: 4px;
}

.collection-btn {
  margin: 0 0 15px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .collection-btn {
    margin: 0 0 20px;
    flex: 1;
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .collection-btn {
    margin: 0 0 30px;
  }
}

.collection-wrapper {
  padding: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .collection-wrapper {
    padding: 70px 0 0;
  }
}
.collection-wrapper .collection-form {
  max-width: 100%;
  width: 100%;
}

.collection-detail-content h2 {
  margin: 0 0 20px;
  text-shadow: none;
  font-size: 28px;
  font-weight: 400;
  color: #071944;
}
@media only screen and (min-width: 768px) {
  .collection-detail-content h2 {
    margin: 0 0 30px;
    font-size: 36px;
  }
}
.collection-detail-content h2::after {
  content: "";
  display: block;
  width: 28px;
  height: 8px;
  margin: 20px 0 0;
  background-image: url("../images/wave.svg");
}
@media only screen and (min-width: 768px) {
  .collection-detail-content h2::after {
    margin: 30px 0 0;
  }
}
.collection-detail-content p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.67;
  color: #656D70;
}
@media only screen and (min-width: 768px) {
  .collection-detail-content p {
    font-size: 18px;
  }
}

.collection-show-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #2EB3DF;
}
.collection-show-more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 1px;
  width: 100%;
  background-color: #2EB3DF;
}
.collection-show-more:hover {
  color: #071944 !important;
}
.collection-show-more:hover::after {
  background-color: #071944;
}

.collection-form-info p {
  font-size: 14px;
}

.blog-id-6 .collection-form-title h3 {
  font-family: "Bebas Neue", cursive;
}
.blog-id-6 .collection-form-content h2 {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .blog-id-6 .collection-form-content h2 {
    font-size: 48px;
  }
}
.blog-id-6 .collection-goal-limit {
  font-family: "Bebas Neue", cursive;
}
.blog-id-6 .collection-form-output label,
.blog-id-6 .collection-form-output input {
  font-family: "Bebas Neue", cursive;
}
.blog-id-6 .collection-num strong {
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .blog-id-6 .collection-num strong {
    font-size: 48px;
  }
}
.blog-id-6 .collection-form-title h3 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .blog-id-6 .collection-form-title h3 {
    font-size: 36px;
  }
}
.blog-id-6 .collection-form-output label,
.blog-id-6 .collection-form-output input {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .blog-id-6 .collection-form-output label,
  .blog-id-6 .collection-form-output input {
    font-size: 36px;
  }
}
.blog-id-6 .collection-form .moved-input-container .floating-label {
  color: #071944;
}
.blog-id-6 .collection-form .moved-input:focus ~ .floating-label, .blog-id-6 .collection-form .moved-input:not(:placeholder-shown) ~ .floating-label {
  background-color: #2EB3DF;
  color: #FFFFFF;
}
.no-touch .blog-id-6 .collection-form .moved-input:hover {
  background-color: #2EB3DF;
  border-color: #2EB3DF;
  color: #FFFFFF;
}

.bully-box-list {
  justify-content: center;
  margin-bottom: 15px;
}

.bully-box {
  margin: 0 0 1.5rem 0;
  text-align: center;
  width: 100%;
}

.bully-box.is-disabled .bully-box__title,
.bully-box.is-disabled .bully-box__filter-wrapper {
  opacity: 0.5;
}

.bully-box__title {
  font-size: 16px;
  line-height: 28px;
}

.bully-box__text {
  font-size: 14px;
  line-height: 22px;
  color: #626568;
}

.bully-box__filter-wrapper {
  padding: 0 15px;
}

.bully-box__filter-list {
  list-style: none;
}

.bully-box__filter {
  font-size: 12px;
  border: 2px solid #8CA4B0;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 4px;
}

.bully-box__input {
  display: none;
}
.bully-box__input:checked + .bully-box__wrapper .bully-box__img-wrapper {
  border-color: #78BB42;
}
.bully-box__input:checked + .bully-box__wrapper .bully-box__checked {
  display: block;
}
.bully-box__input[disabled] + .bully-box__wrapper {
  opacity: 0.5;
}

.bully-box__img-wrapper {
  background-color: #E7EDF0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 3px solid transparent;
  position: relative;
  margin-bottom: 15px;
  box-sizing: content-box;
  border-radius: 4px;
}

.bully-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.bully-box__checked {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%) translateX(50%);
  display: none;
}

.bully-box__unavailable {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #064365;
  opacity: 0.7;
}
.bully-box__unavailable > span {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 50%;
  color: white;
  text-align: center;
  transform: translateY(-50%);
  padding: 0 20px;
  font-size: 13px;
  width: 100%;
}

.bully-section-title {
  font-size: 30px;
  line-height: 52px;
  text-align: center;
}

.bully-section-subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.bully-text {
  max-width: 810px;
  margin: auto;
  margin-bottom: 50px !important;
}

.bully-section-arrow {
  position: relative;
  background-color: #E7EDF0;
  padding: 75px 0;
}
.bully-section-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid white;
}
.bully-section-arrow--filter {
  background-color: transparent;
  background: linear-gradient(180deg, #E7EDF0 0%, #FFFFFF 78.38%);
}

.bully-load-more {
  margin-bottom: 30px;
  text-decoration: underline;
  display: inline-block;
  color: #064365;
}

.bully-link {
  color: #064365;
  text-decoration: underline;
}

.bully-link-icon svg {
  fill: #70CB00;
}

.bully-loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5294117647);
  width: 100%;
  height: 100%;
}

.bully-loading__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bully-thankyou-content {
  margin: auto;
  max-width: 810px;
}
.bully-thankyou-content img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.bully-step-separator {
  width: 2px;
  height: 17px;
  background-color: #074365;
  display: inline-block;
  margin-bottom: -3px;
}

textarea#bully-email {
  display: none;
}

.bully-navigation {
  max-width: 1070px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bully-navigation__list {
  display: flex;
  align-items: center;
  width: 100%;
}

.bully-navigation__list-item {
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .bully-navigation__list-item {
    width: 25%;
    padding: 10px 5px;
  }
}
@media (min-width: 1200px) {
  .bully-navigation__list-item {
    width: auto;
    padding: 10px 15px;
  }
}
.bully-navigation__list-item.is-past .bully-navigation__number {
  background-color: #064365;
}
.bully-navigation__list-item.is-current .bully-navigation__number {
  background-color: #78BB42;
}
.bully-navigation__list-item:last-of-type > .bully-navigation__link:after {
  display: none;
}

.bully-navigation__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #516A79;
}
.bully-navigation__link:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .bully-navigation__link:after {
    content: "";
    background: url("../img/nav-arrow.svg");
    width: 23px;
    height: 13px;
    background-repeat: no-repeat;
  }
}

.bully-navigation__number {
  display: block;
  background-color: #AEC2CC;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  position: relative;
  margin-right: 10px;
  color: white;
}
@media (min-width: 992px) {
  .bully-navigation__number {
    margin-right: 15px;
  }
}
.bully-navigation__number > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.bully-navigation__text {
  line-height: 28px;
  width: 48px;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .bully-navigation__text {
    font-size: 11px;
    display: block;
    width: auto;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .bully-navigation__text {
    font-size: 17px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .bully-navigation__text {
    margin-right: 25px;
  }
}

.bully-navigation__current-step {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .bully-navigation__current-step {
    display: none;
  }
}

.char-counter {
  margin-bottom: 5px;
}

.char-counter.has-more-chars .char-counter__current {
  color: #EC1500;
}

@media (min-width: 992px) {
  .influencer-box {
    padding: 2rem;
  }
}

.influencer-box__inner {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
  border-radius: 4px;
}

.influencer-box__image-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .influencer-box__image-wrapper {
    position: relative;
    padding-bottom: 75%;
    height: 0;
  }
}

.influencer-box__image {
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767px) {
  .influencer-box__image {
    position: absolute;
  }
}

.influencer-box__body {
  padding: 2rem;
}
@media (min-width: 768px) {
  .influencer-box__body {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .influencer-box__body {
    padding: 2rem;
  }
}

.influencer-box__content {
  text-align: center;
}
@media (min-width: 768px) {
  .influencer-box__content {
    text-align: left;
  }
}
.influencer-box__content p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.influencer-box__content img {
  border-radius: 4px;
}

.influencer-box__title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .influencer-box__title {
    text-align: left;
  }
}

.influencer-box__signature-img {
  max-height: 4rem;
  margin: 1rem auto;
  display: block;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .influencer-box__signature-img {
    margin: 1rem 0;
  }
}

.intro-page-image img {
  width: 100% !important;
}

.intro-vterina .intro__text {
  max-width: 570px;
}
.intro-vterina .btn {
  margin-top: 40px;
  border-radius: 0;
  padding: 8px 20px;
  min-height: unset;
}
.intro-vterina .btn-icon {
  margin-right: 10px;
}

.story-animation-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.story-animation-container .animation-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: zoom-in-slow;
  animation-fill-mode: forwards;
  animation-duration: 12s;
  z-index: 2;
}
.story-animation-container .animation-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-animation.svg") top center no-repeat;
  background-size: cover;
  display: block;
}
@media (max-width: 576px) {
  .story-animation-container .animation-bg:before {
    transform: rotate(180deg);
  }
}
.story-animation-container .animation-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 170px;
  width: 100%;
  background: url("../images/pices-bg-top.svg") top left repeat-x, linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 738px) {
  .story-animation-container .animation-top-bg {
    height: 70px;
    background: url("../images/pices-bg-top.svg") top left repeat-x, linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.story-animation-container .animation-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 170px;
  background: url("../images/pices-bg-left.svg") 170px 0 repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 738px) {
  .story-animation-container .animation-left-bg {
    width: 70px;
    background: url("../images/pices-bg-left.svg") 0 70px repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.story-animation-container .animation-right-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 170px;
  background: url("../images/pices-bg-right.svg") 170px 0 repeat-y, linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 738px) {
  .story-animation-container .animation-right-bg {
    width: 70px;
    background: url("../images/pices-bg-right.svg") 0 70px repeat-y, linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.story-animation-container .animation-bottom-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 170px;
  width: 100%;
  background: url("../images/pices-bg-bottom.svg") bottom left repeat-x, linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 738px) {
  .story-animation-container .animation-bottom-bg {
    height: 70px;
    background: url("../images/pices-bg-bottom.svg") bottom left repeat-x, linear-gradient(360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.story-animation-container .simple-line-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #E8568A;
  display: block;
  z-index: 9;
}
.story-animation-container .simple-line-loader.animation {
  animation: simple-line forwards;
  animation-timing-function: linear;
}
.story-animation-container .story-smoke-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 1;
  display: none;
}
.story-animation-container .story-smoke-container.smoke-show {
  display: block;
}
.story-animation-container .story-smoke-container video {
  width: 100%;
}
.story-animation-container .story-smoke-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: opacity;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  z-index: 3;
}
.story-animation-container .stories-wrapper {
  width: 100%;
  height: 100%;
}
.story-animation-container .story-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 94px;
  text-align: center;
  color: #69416A;
}
@media (max-width: 738px) {
  .story-animation-container .story-title {
    font-size: 54px;
    line-height: 63px;
  }
}
.story-animation-container .story-text {
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  color: #69416A;
}
@media (max-width: 738px) {
  .story-animation-container .story-text {
    font-size: 24px;
    line-height: 31px;
  }
}
.story-animation-container .story-btn {
  position: absolute;
  left: 50%;
  bottom: 10%;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #E8568A;
  padding: 14px 31px;
  background: transparent;
  border: 2px solid #E8568A;
  box-shadow: 0 4px 4px rgba(232, 86, 138, 0.2);
  border-radius: 4px;
  display: inline-block;
  transform: translate(-50%, 0);
  z-index: 5;
  white-space: nowrap;
}
.story-animation-container .story-btn:hover {
  color: #fff;
  background: #E72E6A;
}
.story-animation-container .story-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-animation-container .story-content .story-bg {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.story-animation-container .story-info {
  position: relative;
  z-index: 2;
  height: 80%;
  padding: 5% 10px 0 10px;
}

#story-smoke-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@keyframes simple-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-in {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes zoom-in-slow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.vterina-counter__counter {
  text-align: center;
}

.vterina-counter__counter h2 {
  margin-bottom: 0 !important;
}

.vterina-counter__counter .flipdown {
  margin: auto;
  display: inline-block;
  width: auto;
}

.vterina-counter__counter-title {
  font-size: 24px;
  text-transform: none !important;
  margin-bottom: -25px !important;
}

#vterina-counter {
  margin-bottom: 15px;
}

.vterina-counter__boxes {
  margin: auto;
  max-width: 1000px;
  margin-bottom: 30px;
  padding: 0 10px;
}

.vterina-counter__row {
  justify-content: center;
  position: relative;
}

.vterina-counter__col {
  padding: 15px;
}
@media (max-width: 767px) {
  .vterina-counter__col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.row-count--1 .vterina-counter__col,
.row-count--4 .vterina-counter__col,
.row-count--7 .vterina-counter__col,
.row-count--8 .vterina-counter__col {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-count--2 .vterina-counter__col,
.row-count--3 .vterina-counter__col,
.row-count--5 .vterina-counter__col,
.row-count--6 .vterina-counter__col,
.row-count--9 .vterina-counter__col {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.vterina-counter__box {
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  text-align: center;
  padding: 16px;
  position: relative;
}
@media (min-width: 576px) {
  .vterina-counter__box {
    padding: 35px 25px;
  }
}
.vterina-counter__box:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  height: 100%;
  height: calc(100% + 10px);
  left: -7.5px;
  top: -10px;
  width: 100%;
  width: calc(100% + 15px);
}
@media (min-width: 576px) {
  .vterina-counter__box:before {
    top: -5px;
    width: calc(100% + 20px);
    left: -10px;
  }
}
@media (min-width: 992px) {
  .vterina-counter__box:before {
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
  }
}
.vterina-counter__box.bg-grey:before {
  background: linear-gradient(180deg, #ECF1F3 0%, rgba(255, 255, 255, 0) 100%);
}
.vterina-counter__box.bg-gradient-top-grey:before, .vterina-counter__box.bg-gradient-grey:before {
  background: none;
}
.vterina-counter__box.bg-gradient-grey:before {
  background: linear-gradient(180deg, #F4F7F8 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-grey .vterina-counter__box:before {
  background: linear-gradient(180deg, #ecf1f3 0%, rgba(255, 255, 255, 0) 100%);
}

.vterina-counter__box-inner {
  position: relative;
  z-index: 5;
}
.vterina-counter__box-inner img {
  max-height: 140px;
}

@media (max-width: 576px) {
  .vterina-counter__col {
    padding: 15px 7.5px;
  }
}

.vterina-counter__box-icon {
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.vterina-counter__box p {
  margin: 0 0 7px 0;
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 576px) {
  .vterina-counter__box p {
    font-size: 16px;
  }
}

p.vterina-counter__box-text {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 576px) {
  p.vterina-counter__box-text {
    font-size: 32px;
  }
}

.vterina-counter__box-text p,
.vterina-counter__box-text em {
  font-size: 16px;
}
@media (min-width: 576px) {
  .vterina-counter__box-text p,
  .vterina-counter__box-text em {
    font-size: 17px;
  }
}
.vterina-counter__box-text em {
  font-style: normal;
}
.vterina-counter__box-text strong {
  font-size: 22px;
}
@media (min-width: 576px) {
  .vterina-counter__box-text strong {
    font-size: 32px;
  }
}
.vterina-counter__box-text h2,
.vterina-counter__box-text p {
  margin-bottom: 7px;
  line-height: 1;
}

.flipdown {
  transform: scale(0.8);
}
.flipdown .rotor-group:first-of-type {
  display: none;
}
.flipdown .rotor-group {
  padding-right: 15px !important;
}
.flipdown .rotor-group:before,
.flipdown .rotor-group:after {
  display: none !important;
}

.flipdown.flipdown__theme-dark .rotor:after {
  display: none !important;
}

@media (max-width: 767px) {
  .js-donate-form-fields.is-hidden-fields {
    height: 125px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    margin-top: 14px !important;
  }
  .js-donate-form-fields.is-hidden-fields:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 125px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 10000;
  }
}

.page-template-sign-to-donate-page {
  visibility: hidden;
}
.page-template-sign-to-donate-page [data-sign-to-donate-step] {
  display: none;
}
.page-template-sign-to-donate-page .show[data-sign-to-donate-step] {
  display: block;
}

.sign-to-donate {
  position: relative;
  display: none;
}
.sign-to-donate--sharing, .sign-to-donate--signature {
  min-height: 100vh;
}
.sign-to-donate .main-banner:after {
  display: none;
}
.sign-to-donate.show {
  display: block;
}
.sign-to-donate .progress-bar-line .text {
  margin-left: 10px !important;
}
.sign-to-donate .js-form-content {
  position: relative;
}
.sign-to-donate .js-sign-to-donate-loader {
  background-color: white;
}
.sign-to-donate .sign-to-donate__step-nav-item {
  cursor: pointer;
  transition: 0.5s all;
}
.sign-to-donate .sign-to-donate__step-nav-item:hover, .sign-to-donate .sign-to-donate__step-nav-item:focus {
  opacity: 0.5;
}
.sign-to-donate .main-banner {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .sign-to-donate .main-banner {
    padding-top: 120px;
  }
}
.sign-to-donate .title-arrow {
  padding-bottom: 24px !important;
}
.sign-to-donate .title-arrow h1, .sign-to-donate .title-arrow h2, .sign-to-donate .title-arrow h3, .sign-to-donate .title-arrow h4, .sign-to-donate .title-arrow h5, .sign-to-donate .title-arrow h6 {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .sign-to-donate .title-arrow {
    padding-bottom: 16px !important;
  }
}
.sign-to-donate .main-banner-description p {
  margin-bottom: 16px;
}
.sign-to-donate *[data-fancybox] {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .sign-to-donate *[data-fancybox] {
    margin-top: 0;
  }
}
.sign-to-donate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sign-to-donate .inner-content {
  border-radius: 8px;
}
.sign-to-donate .error {
  color: #FF0000;
  margin: 15px 0;
  text-align: center;
}
.sign-to-donate__wrapper {
  padding: 20px 16px;
  display: flex;
}
@media (min-width: 768px) {
  .sign-to-donate__wrapper {
    padding: 40px 40px;
  }
}
.sign-to-donate__wrapper p {
  color: #373737;
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.sign-to-donate__wrapper-sharing {
  min-height: 340px;
}
.sign-to-donate__inner {
  margin: auto;
  width: 100%;
}
.sign-to-donate__icon-box {
  text-align: center;
  margin: 45px 0;
}
.sign-to-donate__icon-box--loader {
  animation: rotation 2s linear infinite;
}
.sign-to-donate__pagination {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
}
@media (min-width: 400px) {
  .sign-to-donate__pagination {
    flex-wrap: nowrap;
  }
}
.sign-to-donate__pagination .btn {
  padding: 15px 35px;
  margin: 0 8px;
  width: 100%;
}
@media (min-width: 400px) {
  .sign-to-donate__pagination .btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .sign-to-donate__pagination .btn {
    padding: 15px 40px;
  }
}
.sign-to-donate__progress-title {
  font-size: 36px;
  color: #373737;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sign-to-donate__progress-title {
    margin-bottom: 16px;
  }
}
.sign-to-donate .progress-bar span {
  font-size: 16px;
}
.sign-to-donate .progress-bar .number {
  font-size: 24px !important;
}
.sign-to-donate .progress-bar-footer {
  margin: 5px 0 20px 0 !important;
}
.sign-to-donate .progress-bar-added span {
  text-align: left;
}
.sign-to-donate .progress-bar-goal span {
  text-align: right;
}

.sign-to-donate__step-nav {
  margin-bottom: 24px;
  display: flex;
}
.sign-to-donate__step-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
@media (min-width: 320px) {
  .sign-to-donate__step-nav ul {
    justify-content: center;
  }
}
.sign-to-donate__step-nav li {
  display: flex;
  flex-wrap: wrap;
}
.sign-to-donate__step-nav li.completed .step-item {
  background-color: #66cc00 !important;
}
.sign-to-donate__step-nav li.current .step-item {
  background-color: #ed821c;
}
.sign-to-donate__step-nav li.ignored .step-item {
  background-color: #cc3130;
}
.sign-to-donate__step-nav li .step-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: auto;
  background-color: #A3A3A3;
  color: #FFFFFF;
  font-weight: 800;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 7px;
}
.sign-to-donate__step-nav li .step-item__text {
  display: block;
  width: 55px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  text-wrap: nowrap;
}
.sign-to-donate__step-nav-item {
  flex-direction: column;
}
.sign-to-donate__step-nav-path {
  width: 60px;
  position: relative;
  display: none !important;
  margin: 0 12px;
}
@media (min-width: 320px) {
  .sign-to-donate__step-nav-path {
    display: flex !important;
  }
}
@media (min-width: 380px) {
  .sign-to-donate__step-nav-path {
    width: 90px;
  }
}
@media (min-width: 576px) {
  .sign-to-donate__step-nav-path {
    width: 120px;
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .sign-to-donate__step-nav-path {
    margin: 0 10px;
    width: 150px;
  }
}
.sign-to-donate__step-nav-path svg {
  margin: 0 3px;
}
.sign-to-donate__step-nav .step-nav-path-wrapper {
  position: absolute;
  margin: 0 -12px 0 -15px;
  height: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sign-to-donate__step-nav .step-nav-path-wrapper {
    margin: 0 -10px 0 -14px;
  }
}
.sign-to-donate__step-nav.has-sharing .step-nav-path-wrapper {
  margin: 0 -10px 0 -10px;
}
@media (min-width: 768px) {
  .sign-to-donate__step-nav.has-sharing .step-nav-path-wrapper {
    margin: 0 -10px 0 -5px;
  }
}
@media (min-width: 992px) {
  .sign-to-donate__step-nav.has-sharing .step-nav-path-wrapper {
    margin: 0 -10px 0 -7px;
  }
}
.sign-to-donate__step-nav.has-sharing .sign-to-donate__step-nav-path {
  margin: 0 !important;
}
@media (min-width: 991px) {
  .sign-to-donate__step-nav.has-sharing .sign-to-donate__step-nav-path {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .sign-to-donate__step-nav.has-sharing .sign-to-donate__step-nav-path {
    margin: 0 10px;
    width: 165px;
  }
}

.sign-to-donate--bottom-loader {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 0.5rem;
  width: 100%;
  background-color: #66cc00;
  z-index: 100000000;
}
.sign-to-donate--bottom-loader.show {
  display: block;
}

@media (max-width: 991px) {
  .sign-to-donate-step-nav--desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .sign-to-donate-step-nav--mobile {
    display: none !important;
  }
}

.sign-to-donate__socials {
  padding: 0 8px;
  margin: 24px 0;
}
.sign-to-donate__socials .js-donate-sharing .icon,
.sign-to-donate__socials .js-donate-sharing .text {
  pointer-events: none;
}
.sign-to-donate__socials .col {
  width: 50%;
  padding: 8px;
}
.sign-to-donate__socials a {
  color: #FFFFFF;
  font-weight: 800;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.sign-to-donate__socials a:hover {
  opacity: 0.7;
  color: #FFFFFF !important;
}
.sign-to-donate__socials svg {
  height: 30px;
}
.sign-to-donate__socials .icon {
  margin-right: 10px;
}
.sign-to-donate__socials .facebook {
  background-color: #176BFB;
}
.sign-to-donate__socials .twitter {
  background-color: #299DED;
}
.sign-to-donate__socials .whatsapp {
  background-color: #32C66C;
}
.sign-to-donate__socials .email {
  background-color: #EB3636;
}

.sign-to-donate__petition-image {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  display: none;
}
.sign-to-donate__petition-image > img {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .sign-to-donate__petition-image {
    display: block;
  }
}

.sign-to-donate__petition-image--mobile {
  display: block;
}
@media (min-width: 992px) {
  .sign-to-donate__petition-image--mobile {
    display: none;
  }
}

.sign-to-donate-animation {
  position: relative;
  visibility: visible;
}
.sign-to-donate-animation:before {
  opacity: 0;
  content: "";
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.6s all;
}
.sign-to-donate-animation.sign-to-donate-animation--z-index:before {
  content: "";
  z-index: 100000;
}
.sign-to-donate-animation.sign-to-donate-animation--show:before {
  opacity: 1;
}
.sign-to-donate-animation.sign-to-donate-animation--show .sign-to-donate-dots {
  display: block;
}

.sign-to-donate-dots {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.425rem;
  background-color: var(--sign-to-donate-svg-loader);
  color: var(--sign-to-donate-svg-loader);
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  z-index: 1000000000;
  display: none;
}
.sign-to-donate-dots::before, .sign-to-donate-dots::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.sign-to-donate-dots::before {
  left: -1rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.425rem;
  background-color: var(--sign-to-donate-svg-loader);
  color: var(--sign-to-donate-svg-loader);
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.sign-to-donate-dots::after {
  left: 1rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.425rem;
  background-color: var(--sign-to-donate-svg-loader);
  color: var(--sign-to-donate-svg-loader);
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: var(--sign-to-donate-svg-loader);
  }
  50%, 100% {
    background-color: var(--sign-to-donate-svg-loader-opacity);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* GW-17: Prohození obrázku a textu v Sign-to-donate na mobilu */
@media (max-width: 991.98px) {
  .sign-to-donate__intro {
    display: flex;
    flex-direction: column;
  }
  /* 1. Nadpis nebo logo */
  .sign-to-donate__intro .title-arrow,
  .sign-to-donate__intro > img[src*="intro.logo"] { /* Cílení na logo, pokud je použito */
    order: 1;
  }
  /* 2. Obrázek (nová pozice) */
  .sign-to-donate__intro .sign-to-donate__petition-image.sign-to-donate__petition-image--mobile {
    order: 2;
  }
  /* 3. Text (nová pozice) */
  .sign-to-donate__intro .main-banner-description {
    order: 3;
  }
  /* 4. Ostatní (desktopový obrázek, pokud by byl vidět) */
  .sign-to-donate__intro .sign-to-donate__petition-image {
    order: 4;
  }
}
/*# sourceMappingURL=style.min.css.map */
