@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto&display=swap";
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
  font-size: 20px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.mfp-close:before {
  content: "\e02b";
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  color: #c8c8c8;
}
.mfp-close:hover:before {
  color: #000;
}

.mfp-arrow {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-preloader {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.17);
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-ie7 .mfp-close:before {
  content: "\e02b";
}
.mfp-ie7 .mfp-close:hover {
  background: #d8232a;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}

select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto;
}

[type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=submit] {
  -webkit-appearance: button;
}
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=46.25em&large=63.9375em&xlarge=75em&xxlarge=90em";
}

/*
 *  Owl Carousel - Animate Plugin
 */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  overflow: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="argb(#fff)", endColorstr="argb(rgba(255,255,255,0))", GradientType=1);
  z-index: 100;
}
.owl-carousel .owl-stage-outer:before:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="argb(rgba(255,255,255,0))", endColorstr="argb(#fff)", GradientType=1);
  z-index: 100;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  overflow: hidden;
  position: relative;
  min-height: 1px;
  z-index: 50;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

:root, html[data-theme=light] {
  --color-default: #141414;
  --color-inverse: #ffffff;
  --color-light-gray: #444444;
  --color-dark-gray: #181818;
  --background-body: #ffffff;
  --background-body-mobile: #f8f8f8;
  --background-light-gray: #f4f4f4;
  --background-border: #cfcfcf;
}

:root, html[data-theme=dark] {
  --color-default: #ffffff;
  --color-inverse: #141414;
  --color-light-gray: #a6a6a6;
  --color-dark-gray: #888888;
  --background-body: #1a1a1a;
  --background-body-mobile: #1a1a1a;
  --background-light-gray: #262626;
  --background-border: #7f8c8c;
}

:root {
  --color-primary: #d8232a;
  --color-primary-dark: #8f1518;
  --color-gray: #6c6c6c;
  --color-green: #309200;
}

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  max-width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #444444;
  color: var(--color-light-gray);
}

.selectboxit .selectboxit-option-icon-container {
  margin-right: 0.25rem;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%; /* Minimum Width of the dropdown list box options */
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.selectboxit-option {
  position: relative;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  font-size: 14px;
  padding: 6px 10px;
  color: #141414;
  color: var(--color-default);
}

@media (min-width: 768px) {
  .selectboxit-option .selectboxit-option-anchor {
    font-size: 14px;
  }
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
  display: none !important;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 1rem;
  height: 1rem;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  color: #141414;
  color: var(--color-default);
  border: 1px solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  font-weight: 700;
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.001' height='17.192'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16.001v17.192H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='icons/l-arrow-down' clip-path='url(%23a)'%3E%3Cpath d='M14.22 7.206a.773.773 0 000-1.108.812.812 0 00-1.132 0l-5.089 4.988-5.091-4.99a.812.812 0 00-1.132 0 .773.773 0 000 1.108l5.655 5.548a.812.812 0 001.132 0z' fill='%23e20000'/%3E%3Cpath fill='none' d='M0 1.277h16.001v15.912H0z'/%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 1023px) {
  .selectboxit-btn {
    border-color: #9d9d9d;
  }
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  border-color: #d8232a;
  border-color: var(--color-primary);
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  text-decoration: none;
}

.selectboxit-list {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #141414;
  color: var(--color-default);
  background-color: #d8232a;
  background-color: var(--color-primary);
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.js-select--small .selectboxit-btn {
  font-size: 12px;
  line-height: 1.25rem;
  padding: 4px 30px 4px 14px;
}

@media (min-width: 1023px) {
  .js-select--folder {
    max-width: 140px;
  }
  .js-select--language {
    display: flex;
    align-items: center;
  }
}
.js-select--muted .selectboxit-btn {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  border-color: #cfcfcf;
  border-color: var(--background-border);
}

.js-select--lang .selectboxit-btn {
  border: none;
}

.js-select--lang .selectboxit-text {
  display: none;
}

.js-select--lang .selectboxit-option-anchor {
  text-indent: -99999px;
  text-align: center;
}

.js-select--lang .selectboxit-option-anchor .selectboxit-option-icon-container {
  position: relative;
  left: 0.875rem;
}

.color__list-item:not(.is-active) {
  opacity: 0.6;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-middle {
  align-items: center;
}

.align-center-small {
  justify-content: center;
}

.align-justify-small {
  justify-content: space-between;
}

.float-right {
  float: right;
}

.stretch {
  display: flex;
  align-items: stretch;
}

.word-break {
  word-break: break-word;
}

@media print, screen and (min-width: 63.9375em) {
  .align-center-small {
    justify-content: unset;
  }
  .align-justify-small {
    justify-content: unset;
  }
}
*, ::after, ::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  position: relative !important;
  margin: 0;
  padding: 0;
  background: #f8f8f8 !important;
  background: !important;
  background: var(--background-body-mobile) !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #141414;
  color: var(--color-default);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  max-width: 74rem;
  margin: auto !important;
}

.page-box {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.content {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  background: #f8f8f8 !important;
  background: !important;
  background: var(--background-body-mobile) !important;
}

@media print, screen and (min-width: 63.9375em) {
  body {
    background: #ffffff !important;
    background: !important;
    background: var(--background-body) !important;
  }
  .content {
    background: #ffffff !important;
    background: !important;
    background: var(--background-body) !important;
  }
}
.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.hide {
  display: none !important;
}

.hidden {
  display: none;
}

@media print, screen and (min-width: 46.25em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 46.24875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 63.9375em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.93625em) {
  .show-for-large {
    display: none !important;
  }
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}

.footer {
  margin-top: 0.9375rem !important;
  background: #313131 !important;
}

.footer__section--first {
  padding: 2.5rem 0;
}
.footer__section--first a {
  color: #a6a6a6;
}
.footer__section--first .title strong {
  font-weight: 600;
}

.footer__section--last {
  padding: 1.25rem 0;
  background-color: #181818;
}
.footer__section--last p {
  font-size: 0.875rem;
  color: #888;
}

@media print, screen and (min-width: 63.9375em) {
  .footer {
    background: #ffffff !important;
    background: !important;
    background: var(--background-body) !important;
  }
  .footer__section--first a {
    color: #444444;
    color: var(--color-light-gray);
  }
  .footer__section--last {
    padding: 2.5rem 0;
    background-color: #ffffff;
    background-color: var(--background-body);
  }
  .footer__section--last .logo img {
    width: 12.5rem;
    height: 2.625rem;
  }
}
.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}
.grid-x > .small-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}
.grid-x > .small-6 {
  flex: 0 0 auto;
  width: 50%;
}
.grid-x > .small-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.small-up-2 > .cell {
  width: 50%;
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

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

@media print {
  .grid-x > .medium-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-x > .medium-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .grid-x > .medium-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-x > .medium-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .grid-x > .large-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-x > .large-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-x > .large-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.25rem);
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.25rem);
  }
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
}
@media screen and (min-width: 46.25em) {
  .grid-x > .medium-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-x > .medium-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .grid-x > .medium-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-x > .medium-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.25rem);
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 63.9375em) {
  .grid-x > .large-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .grid-x > .large-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .grid-x > .large-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .grid-x > .large-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.25rem);
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.25rem);
  }
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
}
.header {
  padding-top: 1.875rem;
  background: #f8f8f8 !important;
  background: !important;
  background: var(--background-body-mobile) !important;
}

.header__links {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.625rem;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}
.header__links li {
  line-height: 1;
}
.header__links li + li {
  margin-left: 1rem;
}
.header__links a {
  color: #444444;
  color: var(--color-light-gray);
}
.header__links a:hover {
  color: #d8232a;
  color: var(--color-primary);
}
.header__links strong {
  color: #444444;
  color: var(--color-light-gray);
}

.header__section {
  position: relative;
}

.header__section--top {
  margin-top: -1.875rem;
  margin-bottom: 1.875rem;
  padding: 0.625rem 0;
  background-color: #313131;
}

.header__status {
  position: relative;
  top: 0.125rem;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 1;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.25rem;
  flex-wrap: wrap;
  background-color: transparent;
  max-width: 62.5rem;
  margin: 0 auto;
}
.top-bar input {
  max-width: 100%;
  margin-right: 1rem;
}
.top-bar .top-bar-left {
  flex: 0 0 100%;
  max-width: 100%;
}
.top-bar .top-bar-right {
  max-width: 100%;
  flex: 1 1 auto;
}

.top-bar-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 63.9375em) {
  .header {
    background: #ffffff !important;
    background: !important;
    background: var(--background-body) !important;
  }
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    margin-right: auto;
    flex: 0 0 auto;
  }
  .top-bar .top-bar-right {
    margin-left: auto;
  }
  .top-bar-left {
    margin-bottom: 0;
  }
}
iframe {
  max-width: 100% !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-1 {
  margin-top: 0.625rem !important;
}

.margin-top-2 {
  margin-top: 1.25rem !important;
}

.margin-top-3 {
  margin-top: 1.875rem !important;
}

.margin-top-4 {
  margin-top: 2.5rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-1 {
  margin-bottom: 0.625rem !important;
}

.margin-bottom-2 {
  margin-bottom: 1.25rem !important;
}

.margin-bottom-3 {
  margin-bottom: 1.875rem !important;
}

.margin-bottom-4 {
  margin-bottom: 2.5rem !important;
}

.margin-bottom-5 {
  margin-bottom: 3.125rem !important;
}

.margin-left-1 {
  margin-left: 0.625rem;
}

.margin-right-1 {
  margin-right: 0.625rem !important;
}

.margin-right-2 {
  margin-right: 1.25rem !important;
}

.margin-vertical-2 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.margin-vertical-3 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

@media print, screen and (min-width: 46.25em) {
  .medium-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .medium-margin-bottom-2 {
    margin-bottom: 1.25rem !important;
  }
}
@media print, screen and (min-width: 63.9375em) {
  .large-margin-top-3 {
    margin-top: 1.875rem !important;
  }
  .large-margin-top-4 {
    margin-top: 2.5rem !important;
  }
  .large-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .large-margin-bottom-1 {
    margin-bottom: 0.625rem !important;
  }
  .large-margin-bottom-2 {
    margin-bottom: 1.25rem !important;
  }
  .large-margin-bottom-3 {
    margin-bottom: 1.875rem !important;
  }
  .large-margin-bottom-4 {
    margin-bottom: 2.5rem !important;
  }
  .large-margin-left-2 {
    margin-left: 1.25rem !important;
  }
}
.padding-top-0 {
  padding-top: 0 !important;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.section {
  position: relative;
}

.section--small {
  padding: 0.9375rem 0;
}

.section--medium {
  padding: 1.875rem 0;
}

.section__icons .title {
  font-weight: 600;
  font-size: 0.875rem;
}

.section__icon {
  padding: 1.25rem 0;
}

.section__content {
  position: relative;
}

.section__content--border {
  padding: 1.25rem;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  border: 0.0625rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  border-radius: 0.25rem;
}
.section__content--border .menu--secondary a {
  font-weight: 400;
  font-size: 0.875rem;
}

.section__content--padding {
  padding: 1.25rem;
}

.section__content--xs {
  padding: 0.625rem;
}

.section__control {
  display: flex;
  align-items: center;
}

.section__picture {
  display: block;
}

.section__control--filter {
  padding: 0.625rem 1.25rem;
  background-color: #f4f4f4;
  border: 1px solid #cacaca;
}

@media print, screen and (min-width: 63.9375em) {
  .section--small {
    padding: 1.875rem 0;
  }
  .section--medium {
    padding: 2.5rem 0;
  }
  .section__icons {
    border-top: 0.0625rem solid #cfcfcf;
    border-bottom: 0.0625rem solid #cfcfcf;
  }
  .section__icons .title {
    font-weight: 700;
    font-size: 1.625rem;
    color: #6c6c6c;
    color: var(--color-gray);
  }
  .section__icon + .section__icon {
    border-left: 0.0625rem solid #cfcfcf;
  }
}
.size {
  display: inline-flex;
  align-items: center;
}
.size .icon {
  margin-right: 0.375rem;
}

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

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

.text-small {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.text-small--light {
  color: #a6a6a6;
}

.text-medium {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.text-large {
  font-size: 1.125rem;
}

.text-light {
  font-weight: 400;
}

.text-14 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

@media print, screen and (min-width: 46.25em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 63.9375em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .text-large {
    font-size: 1.25rem;
  }
}
div, form, h1, h2, h3, li, ol, p, td, th, ul {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

i {
  font-style: italic;
  line-height: inherit;
}

strong {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 0.75rem;
  line-height: inherit;
}

.h1, .h2, h1, h2, h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility;
}

.h1, h1 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.h2, h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

h3 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 63.9375em) {
  .h1, h1 {
    font-size: 2.25rem;
  }
  .h2, h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.125rem;
  }
}
a {
  line-height: inherit;
  color: #d8232a;
  color: var(--color-primary);
  text-decoration: none;
  cursor: pointer;
}

a:focus, a:hover {
  color: #d8232a;
  color: var(--color-primary);
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 0 auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid;
  border-bottom-color: #f4f4f4;
  border-bottom-color: var(--background-light-gray);
  border-left: 0;
}

a {
  transition: all 0.18s ease-in-out;
}

.account {
  position: relative;
  padding-left: 1.875rem;
}
.account .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.ad-leaderboard-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

.ad-square-wrapper {
  width: 300px;
  margin-left: -17px;
  margin-bottom: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.ad-rectangle-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -25px;
  margin-bottom: 10px;
}

/* alt leaderboard */
#adform_leaderboard-alt {
  width: 100%;
  height: 100%;
}

.ad-leaderboard-alt-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 63.9375em) {
  .ad-leaderboard-alt-wrapper + .content {
    margin-top: 255px;
  }
}
#ad-leaderboard-alt-sides {
  display: flex;
  width: 100%;
  height: 100%;
  top: 255px;
  left: 0;
  position: fixed;
  pointer-events: none;
}

#ad-leaderboard-alt-sides a {
  flex-grow: 1;
  pointer-events: all;
}

#ad-leaderboard-alt-sides a:nth-of-type(1) {
  margin-right: 592px;
}

#ad-leaderboard-alt-sides a:nth-of-type(2) {
  margin-left: 592px;
}

.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #d8232a;
  border-radius: 4px;
  margin-top: 10px;
  background: #f4f4f4;
  background: var(--background-light-gray);
  padding: 15px;
  transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.autocomplete-list li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: normal !important;
  color: #444444;
  color: var(--color-light-gray);
  font-size: 14px;
}
.autocomplete-list li a strong {
  color: #d8232a;
  font-family: "opensans-bold", "opensans-regular", Arial, sans-serif;
  font-weight: bold;
}
.autocomplete-list li a:hover {
  background: #f4f4f4;
  background: var(--background-light-gray);
  color: #d8232a;
  color: var(--color-primary);
}
.autocomplete-list li a .b {
  font-weight: bold !important;
}
.autocomplete-list li.active a {
  background: #f4f4f4;
}

.autocomplete-active .autocomplete-list {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 100;
  visibility: visible;
}

.upper-banner-small {
  text-align: center;
  padding: 0.5em 0.3em;
  position: relative;
  font-size: 1em;
  background-color: #d8232a;
  background-color: var(--color-primary);
  color: white;
}
.upper-banner-small-green {
  background-color: #309200;
  background-color: var(--color-green);
}
.upper-banner-small a:not(.button) {
  color: white;
  text-decoration: underline;
}
.upper-banner-small a:not(.button):hover {
  color: #444444;
  color: var(--color-light-gray);
}

.upper-banner {
  text-align: center;
  padding: 1em 0.6em 0.6em;
  position: relative;
  font-size: 1.2em;
  background-image: linear-gradient(180deg, #e24d52, #c22026);
  font-weight: bold;
  color: white;
  font-family: "opensans-extrabold", "opensans-regular", Arial, sans-serif;
  flex-direction: row;
}
.upper-banner a {
  color: white;
  text-decoration: underline;
}
.upper-banner a:hover {
  color: #444444;
  color: var(--color-light-gray);
}

.page-banner {
  text-align: center;
  margin: 0.2em;
  padding: 0.6em;
  font-size: 1.2em;
  border-radius: 5px;
  position: relative;
  background-image: linear-gradient(180deg, #d0696c, rgb(214, 75, 79));
  font-weight: bold;
  color: white;
  font-family: "opensans-extrabold", "opensans-regular", Arial, sans-serif;
  flex-direction: row;
}
.page-banner button {
  margin-top: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
}
.page-banner button::before {
  color: #fbfbfb;
}
.page-banner button:hover::before {
  color: #5b5b5b;
}

.page-banner-button-background {
  margin-top: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #858585;
}

@media print, screen and (min-width: 63.9375em) {
  .upper-banner {
    font-size: 1.5em;
  }
}
.premium-promo-banner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  overflow: hidden;
  font-weight: 700;
}
.premium-promo-banner__header {
  background-color: #d8232a;
  background-color: var(--color-primary);
  color: white;
  padding: 20px;
}
.premium-promo-banner__header h1 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.premium-promo-banner__body {
  background-color: #181818;
  color: white;
  padding: 20px;
}
.premium-promo-banner__original-price {
  font-size: 24px;
  margin-bottom: 10px;
}
.premium-promo-banner__original-price .premium-promo-banner__strikethrough {
  text-decoration: line-through;
}
.premium-promo-banner__original-price .premium-promo-banner__small-text {
  font-size: 14px;
}
.premium-promo-banner__discounted-price h2 {
  font-size: 36px;
  margin: 0;
}
.premium-promo-banner__discounted-price .premium-promo-banner__small-text {
  font-size: 14px;
}
.premium-promo-banner__footer {
  background-color: #262626;
  color: white;
  padding: 15px;
  font-size: 16px;
}
.premium-promo-banner__footer .premium-promo-banner__buttons {
  margin-top: 15px;
}
.premium-promo-banner__footer .premium-promo-banner__buttons .premium-promo-banner__button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #d8232a;
  background-color: var(--color-primary);
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  margin: 5px;
}
.premium-promo-banner__footer .premium-promo-banner__buttons .premium-promo-banner__button:hover {
  background-color: #8f1518;
  background-color: var(--color-primary-dark);
}

.banner-468x60 {
  width: 468px;
  height: 60px;
  padding: 10px 10px 10px 200px;
}
.banner-468x60 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 7px 10px;
}
.banner-468x60 .input:hover {
  border: 2px solid #8cade4;
}
.banner-468x60 .input:focus {
  border: 2px solid #8cade4;
}
.banner-468x60 .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-728x90 {
  width: 728px;
  height: 90px;
  padding: 22px 10px 22px 300px;
}
.banner-728x90 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 10px 10px;
}
.banner-728x90 .input:hover {
  border: 2px solid #8cade4;
}
.banner-728x90 .input:focus {
  border: 2px solid #8cade4;
}
.banner-728x90 .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-874x100 {
  width: 874px;
  height: 100px;
  padding: 22px 30px 22px 350px;
}
.banner-874x100 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 13px 10px;
}
.banner-874x100 .input:hover {
  border: 2px solid #8cade4;
}
.banner-874x100 .input:focus {
  border: 2px solid #8cade4;
}
.banner-874x100 .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-874x100 .appended-btn {
  padding-left: 30px !important;
}

.banner-150x150 {
  text-align: center;
  padding: 10px 12px;
  width: 150px;
  height: 150px;
}
.banner-150x150 .appended-input {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-150x150 .appended-btn {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-150x150 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 5px 10px;
}
.banner-150x150 .input:hover {
  border: 2px solid #8cade4;
}
.banner-150x150 .input:focus {
  border: 2px solid #8cade4;
}
.banner-150x150 .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-150x150 .appended {
  padding-top: 55px;
}

.banner-200x200 {
  text-align: center;
  padding: 10px 12px;
  width: 200px;
  height: 200px;
}
.banner-200x200 .appended-input {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-200x200 .appended-btn {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-200x200 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 7px 10px;
}
.banner-200x200 .input:hover {
  border: 2px solid #8cade4;
}
.banner-200x200 .input:focus {
  border: 2px solid #8cade4;
}
.banner-200x200 .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-200x200 .appended {
  padding-top: 85px;
}

.banner-250x250 {
  text-align: center;
  width: 250px;
  height: 250px;
  padding: 10px 10px;
}
.banner-250x250 .appended-input {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-250x250 .appended-btn {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-250x250 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 10px 10px;
}
.banner-250x250 .input:hover {
  border: 2px solid #8cade4;
}
.banner-250x250 .input:focus {
  border: 2px solid #8cade4;
}
.banner-250x250 .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-250x250 .appended {
  padding-top: 115px;
}

.banner-300x250 {
  text-align: center;
  width: 300px;
  height: 250px;
  padding: 10px 20px;
}
.banner-300x250 .appended-input {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-300x250 .appended-btn {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-300x250 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 10px 10px;
}
.banner-300x250 .input:hover {
  border: 2px solid #8cade4;
}
.banner-300x250 .input:focus {
  border: 2px solid #8cade4;
}
.banner-300x250 .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-300x250 .appended {
  padding-top: 115px;
}

.banner-336x280 {
  text-align: center;
  width: 336px;
  height: 280px;
  padding: 10px 38px;
}
.banner-336x280 .appended-input {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-336x280 .appended-btn {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-336x280 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 10px 10px;
}
.banner-336x280 .input:hover {
  border: 2px solid #8cade4;
}
.banner-336x280 .input:focus {
  border: 2px solid #8cade4;
}
.banner-336x280 .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-336x280 .appended {
  padding-top: 135px;
}

.banner-160x600 {
  text-align: center;
  width: 160px;
  height: 600px;
  padding: 10px 10px;
}
.banner-160x600 .appended-input {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 30px !important;
}
.banner-160x600 .appended-btn {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  text-align: center;
  width: 100% !important;
}
.banner-160x600 .input {
  text-align: left;
  border: 2px solid #8cade4;
  padding: 10px 10px;
}
.banner-160x600 .input:hover {
  border: 2px solid #8cade4;
}
.banner-160x600 .input:focus {
  border: 2px solid #8cade4;
}
.banner-160x600 .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-160x600 .appended {
  padding-top: 435px;
}

.banner-red.banner-150x150 {
  background-image: url("../../img/banners/bg-red-150x150.png");
}

.banner-red.banner-200x200 {
  background-image: url("../../img/banners/bg-red-200x200.png");
}

.banner-red.banner-250x250 {
  background-image: url("../../img/banners/bg-red-250x250.png");
}

.banner-red.banner-300x250 {
  background-image: url("../../img/banners/bg-red-300x250.png");
}

.banner-red.banner-336x280 {
  background-image: url("../../img/banners/bg-red-336x280.png");
}

.banner-red.banner-160x600 {
  background-image: url("../../img/banners/bg-red-160x600.png");
}

.banner-red.banner-468x60 {
  background-image: url("../../img/banners/bg-red-468x60.png");
}

.banner-red.banner-728x90 {
  background-image: url("../../img/banners/bg-red-728x90.png");
}

.banner-red.banner-874x100 {
  background-image: url("../../img/banners/bg-red-874x100.png");
}

.banner-blue.banner-150x150 {
  background-image: url("../../img/banners/bg-blue-150x150.png");
}

.banner-blue.banner-200x200 {
  background-image: url("../../img/banners/bg-blue-200x200.png");
}

.banner-blue.banner-250x250 {
  background-image: url("../../img/banners/bg-blue-250x250.png");
}

.banner-blue.banner-300x250 {
  background-image: url("../../img/banners/bg-blue-300x250.png");
}

.banner-blue.banner-336x280 {
  background-image: url("../../img/banners/bg-blue-336x280.png");
}

.banner-blue.banner-160x600 {
  background-image: url("../../img/banners/bg-blue-160x600.png");
}

.banner-blue.banner-468x60 {
  background-image: url("../../img/banners/bg-blue-468x60.png");
}

.banner-blue.banner-728x90 {
  background-image: url("../../img/banners/bg-blue-728x90.png");
}

.banner-blue.banner-874x100 {
  background-image: url("../../img/banners/bg-blue-874x100.png");
}

.banner-gray.banner-150x150 {
  background-image: url("../../img/banners/bg-gray-150x150.png");
}

.banner-gray.banner-200x200 {
  background-image: url("../../img/banners/bg-gray-200x200.png");
}

.banner-gray.banner-250x250 {
  background-image: url("../../img/banners/bg-gray-250x250.png");
}

.banner-gray.banner-300x250 {
  background-image: url("../../img/banners/bg-gray-300x250.png");
}

.banner-gray.banner-336x280 {
  background-image: url("../../img/banners/bg-gray-336x280.png");
}

.banner-gray.banner-160x600 {
  background-image: url("../../img/banners/bg-gray-160x600.png");
}

.banner-gray.banner-468x60 {
  background-image: url("../../img/banners/bg-gray-468x60.png");
}

.banner-gray.banner-728x90 {
  background-image: url("../../img/banners/bg-gray-728x90.png");
}

.banner-gray.banner-874x100 {
  background-image: url("../../img/banners/bg-gray-874x100.png");
}

.bg {
  background-repeat: no-repeat;
}

.bg--shadow {
  background-position: center 3.75rem;
  padding-bottom: 0.625rem;
}

.bg--cover {
  background-size: cover;
}

.bg--bottom {
  background-position: center bottom;
  background-size: 100% auto;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  background-color: #ffffff;
  background-color: var(--background-body);
  color: #141414;
  color: var(--color-default);
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}

.callout.alert {
  border-color: #d8232a;
  border-color: var(--color-primary);
  color: #d8232a;
  color: var(--color-primary);
}

.callout.warning {
  border-color: #ffa500;
}

@media (min-width: 1023px) {
  .callout.alert {
    background-image: linear-gradient(180deg, #e24248, #c61e25);
    background-repeat: repeat-x;
    line-height: 2rem;
    color: #fff;
    border-radius: 0;
  }
  .callout.warning {
    background-image: linear-gradient(180deg, #ffae1a, #d98c00);
    background-repeat: repeat-x;
    line-height: 2rem;
    color: #ffffff;
    color: var(--color-inverse);
    border-radius: 0;
  }
}
.choices {
  position: relative;
}

.choices__button {
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.875rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  background-image: url("data: image/svg+xml,%3Csvg xmlns='http: //www.w3.org/2000/svg' width='16.001' height='17.192'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16.001v17.192H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='icons/l-arrow-down' clip-path='url(%23a)'%3E%3Cpath d='M14.22 7.206a.773.773 0 000-1.108.812.812 0 00-1.132 0l-5.089 4.988-5.091-4.99a.812.812 0 00-1.132 0 .773.773 0 000 1.108l5.655 5.548a.812.812 0 001.132 0z' fill='%23e20000'/%3E%3Cpath fill='none' d='M0 1.277h16.001v15.912H0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.125rem;
  background-position: top 50% right 0.875rem;
  background-color: #fff;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.25rem;
  transition: all 0.18s ease-in-out;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.15);
}
.choices__button:hover {
  border-color: #d8232a;
  border-color: var(--color-primary);
}

.choices__options {
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  border: 0.0625rem solid;
  border-color: #d8232a;
  border-color: var(--color-primary);
  border-radius: 0 0 0.25rem 0.25rem;
  transition: all 0.18s ease-in-out;
  z-index: 2;
}
.choices__options li + li {
  border-top: 0.0625rem solid #e5e5e5;
}
.choices__options button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  cursor: pointer;
}
.choices__options button:hover {
  background-color: #f8f8f8;
}

.choices.is-open .choices__button {
  border-color: #d8232a;
  border-color: var(--color-primary);
}
.choices.is-open .choices__options {
  display: block;
}

.choices--lang {
  width: 3.75rem;
}
.choices--lang .choices__button {
  border-color: transparent;
  background-size: 0.75rem;
}

.choices--border .choices__button {
  border: 0.0625rem solid #e0e0e0 !important;
}

@media print, screen and (min-width: 63.9375em) {
  .choices {
    max-width: 10rem;
  }
  .choices__button {
    height: 1.875rem;
    line-height: 0.875rem;
    border-color: #cfcfcf;
    box-shadow: none;
  }
}
.color__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin-left: 0;
}

.color__list-item {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.125rem 0.0625rem 0;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.color__list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 46.25em) {
  .color__list {
    max-width: 16.25rem;
    margin-left: 11.875rem;
  }
}
.color-primary {
  color: #d8232a;
  color: var(--color-primary);
}

.color-default {
  color: #141414;
  color: var(--color-default);
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-green {
  color: #27ae5f;
}

.color-g450 {
  color: #444444;
  color: var(--color-light-gray);
}

.color-g450-fixed {
  color: #a6a6a6;
}

.color-g600 {
  color: #9d9d9d;
}

.color-g650 {
  color: #7f8c8c;
}

.color-g700 {
  color: #6c6c6c;
  color: var(--color-gray);
}

.color-g900 {
  color: #181818;
}

.color-warning {
  color: #ffc300;
}

.c-primary {
  color: #e20000;
}

@media print, screen and (min-width: 63.9375em) {
  .color-warning {
    color: orange;
  }
}
.comments-item {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
}
.comments-item + .comments-item {
  margin-top: 15px;
}

.comments-item-header {
  display: flex;
  justify-content: space-between;
  background: #cfcfcf;
  border-radius: 4px 4px 0 0;
  padding: 5px 10px 5px 7px;
}

.comments-item-content {
  padding: 10px;
}

.contact-info li:first-child {
  margin-bottom: 1.25rem;
}
.contact-info li:last-child {
  margin-top: 1.25rem;
}

.context__share--icons-wrapper {
  display: flex;
  gap: 10px;
}

.context__share--icons {
  color: #4a6adf;
}

.context__share--list {
  color: #4a6adf;
  font-weight: 800;
}

@media print, screen and (min-width: 63.9375em) {
  .context__share--list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #4a6adf;
    border: 3px solid #4a6adf;
    border-radius: 50%;
    font-weight: 800;
  }
}
.cc {
  padding: 1.25rem !important;
}
.cc_title {
  width: 100%;
}
.cc p {
  margin-bottom: 0;
}
.cc_buttons {
  gap: 0.625rem;
  margin-top: 1.25rem;
  width: 100%;
}
.cc_button_secondary {
  background-color: #444444 !important;
  background-color: !important;
  background-color: var(--color-light-gray) !important;
}
.cc_options {
  margin-top: 2rem;
  width: 100%;
}
.cc_options_buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.625rem;
}
.cc_options_buttons_main {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cc_options .accordion .accordion-item {
  border: 1px solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100px;
}
.cc_options .accordion .accordion-item .accordion-title {
  color: #d8232a;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cc_options .accordion .accordion-item .accordion-content {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.cc_options .accordion .accordion-item .checkbox {
  margin-right: 0 !important;
}
.cc_options .accordion .accordion-item label {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 46.25em) {
  .cc_buttons {
    margin-top: 0;
    width: auto;
  }
  .cc_options_buttons {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .cc_options_buttons_main {
    flex-direction: row;
  }
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0.25rem;
  background: 0 0;
  line-height: 1;
  cursor: auto;
  font-family: inherit;
}

input {
  font-family: inherit;
}

select {
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

.button {
  vertical-align: middle;
  margin: 0;
  padding: 0.5rem 1.25rem;
  border: 0.125rem solid transparent;
  border-radius: 0.25rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.875rem;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  background-color: #d8232a;
  background-color: var(--color-primary);
  color: #ffffff;
  color: var(--color-inverse);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.375rem;
  font-weight: 600;
}
.button:focus {
  background-color: #c00000;
  color: #fff;
}
.button:hover {
  background-color: #c00000;
  color: #fff;
}

a.button:focus {
  text-decoration: none;
}
a.button:hover {
  text-decoration: none;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #a6a6a6;
  cursor: pointer;
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button:focus {
  color: #d8232a;
  color: var(--color-primary);
}
.close-button:hover {
  color: #d8232a;
  color: var(--color-primary);
}

.button--menu {
  background-color: transparent;
  border: none;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  color: #141414;
  color: var(--color-default);
  text-transform: uppercase;
}
.button--menu:hover {
  background-color: transparent;
  color: #d8232a;
  color: var(--color-primary);
}
.button--menu .button__bars {
  position: relative;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
}
.button--menu .button__bars > span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #141414;
  background: var(--color-default);
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
.button--menu .button__bars > span:nth-child(1) {
  top: 0;
}
.button--menu .button__bars > span:nth-child(2) {
  top: 0.375rem;
}
.button--menu .button__bars > span:nth-child(3) {
  top: 0.375rem;
}
.button--menu .button__bars > span:nth-child(4) {
  top: 0.75rem;
}

.button--search {
  background-color: transparent;
  border: none;
  line-height: 0;
}
.button--search:hover {
  background-color: transparent;
}
.button--search .icon {
  color: #a4a4a4;
}

.button--menu.is-active .button__bars > span {
  background: #d8232a;
  background: var(--color-primary);
}
.button--menu.is-active .button__bars > span:nth-child(1) {
  top: 0.375rem;
  width: 0;
  left: 50%;
}
.button--menu.is-active .button__bars > span:nth-child(4) {
  top: 0.375rem;
  width: 0;
  left: 50%;
}
.button--menu.is-active .button__bars > span:nth-child(2) {
  transform: rotate(45deg);
}
.button--menu.is-active .button__bars > span:nth-child(3) {
  transform: rotate(-45deg);
}

.button--img {
  background-color: transparent;
}
.button--img:hover {
  background-color: transparent;
}

.button--old {
  display: inline-block;
  vertical-align: middle;
  padding: 1.125rem 1.25rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 22px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #b4b4b4;
  background-image: linear-gradient(to top, #309200 0, #6dca00 74%, #b4ce02 100%);
  border-radius: 10px;
  box-shadow: 0 2px 0 #184701, inset 0 1px 0 rgba(255, 255, 255, 0.75);
  border: none;
}

.button--green {
  padding: 0.75rem 1.25rem;
  background-image: linear-gradient(180deg, #52e32d, #34a817);
  background-color: transparent;
  background-repeat: repeat-x;
  box-shadow: none;
  background-position: 0 90%;
  color: #fff;
  border: none transparent;
  font-weight: 800;
}
.button--green:hover {
  background-position: 0 50%;
  background-image: linear-gradient(180deg, #34a817, #34a817);
  color: #fff;
  border-color: transparent;
}

.button--share {
  border: none;
  font-weight: 700;
  padding: 12px 15px;
  font-size: 18px;
  background-color: #b4b4b4;
  background-image: linear-gradient(to top, #003abd 0%, #4a6adf 74%, #22a8f5 100%);
  border-radius: 5px;
  letter-spacing: -1px;
  box-shadow: 0 2px 0 #00007b, inset 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #fff;
}

.button--premium {
  border: none;
  font-weight: 700;
  color: #fff;
  padding: 12px 20px 12px;
  font-size: 20px;
  background-color: #b4b4b4;
  background-image: linear-gradient(to top, #309200 0%, #6dca00 74%, #b4ce02 100%);
  border-radius: 8px;
  letter-spacing: -1px;
  box-shadow: 0 2px 0 #184701, inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

@media print, screen and (min-width: 63.9375em) {
  .button--search .icon {
    width: 2.125rem;
    height: 2.125rem;
    color: #d8232a;
    color: var(--color-primary);
  }
}
@media print, screen and (max-width: 46.24875em) {
  .small-only-expanded {
    width: 100%;
  }
}
[type=checkbox] {
  margin: 0 0 0;
}

.checkbox {
  position: relative;
  margin-right: 0.5rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center center;
  border: 0.0625rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  border-radius: 0.25rem;
  appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  cursor: pointer;
}
.checkbox:checked:after {
  font-family: icons;
  content: "\e009";
  color: #d8232a;
  color: var(--color-primary);
  font-size: 20px;
}
.checkbox:hover {
  border-color: #d8232a;
  border-color: var(--color-primary);
}

.datepicker {
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  border: 1px solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  box-shadow: 0 0 10px;
  color: #cfcfcf;
  color: var(--background-border);
  direction: ltr;
  display: none;
}
.datepicker thead th.prev {
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.datepicker thead th.prev:before {
  content: "<";
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.datepicker thead th.next {
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.datepicker thead th.next:before {
  content: ">";
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #d8232a;
  color: #fff;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}
.datepicker table tr td {
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  border: none;
  font-weight: 400;
}
.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 {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td span.disabled {
  background: none;
  color: #888;
  cursor: default;
}
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #888;
  cursor: default;
}
.datepicker table tr td span.active {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td span.active:hover {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td span.active.disabled {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td span.active.disabled:hover {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td span.old {
  color: #888;
}
.datepicker table tr td span.new {
  color: #888;
}
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  border: none;
}
.datepicker table tr td.day:hover {
  background: #d8232a;
  color: #fff;
  cursor: pointer;
}
.datepicker table tr td.day.focused {
  background: #d8232a;
  color: #fff;
  cursor: pointer;
}
.datepicker table tr td.old {
  color: #888;
}
.datepicker table tr td.new {
  color: #888;
}
.datepicker table tr td.disabled {
  background: none;
  color: #888;
  cursor: default;
}
.datepicker table tr td.disabled:hover {
  background: none;
  color: #888;
  cursor: default;
}
.datepicker table tr td.today {
  background: #3abb19;
  color: #fff;
}
.datepicker table tr td.today:hover {
  background: #3abb19;
  color: #fff;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.disabled {
  background: #3abb19;
  color: #fff;
}
.datepicker table tr td.today.disabled:hover {
  background: #3abb19;
  color: #fff;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range {
  background: #d8232a;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.range:hover {
  background: #d8232a;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.range.disabled {
  background: #d8232a;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.range.disabled:hover {
  background: #d8232a;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.range.today {
  background: #3abb19;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover {
  background: #3abb19;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.range.today.disabled {
  background: #3abb19;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.range.today.disabled:hover {
  background: #3abb19;
  color: #fff;
  border-radius: 0;
}
.datepicker table tr td.selected {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td.selected:hover {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td.selected.disabled {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td.selected.disabled:hover {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td.active {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td.active:hover {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td.active.disabled {
  background: #d8232a;
  color: #fff;
}
.datepicker table tr td.active.disabled:hover {
  background: #d8232a;
  color: #fff;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker tfoot tr th:hover {
  background: #d8232a;
  color: #fff;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker.datepicker-orient-bottom {
  margin-top: -15px;
}

.datepicker-inline {
  width: 220px;
}

.ie7 .datepicker thead th.prev:before {
  margin-top: -10px;
  margin-left: -10px;
}
.ie7 .datepicker thead th.next:before {
  margin-top: -10px;
  margin-left: -10px;
}

.ie8 .datepicker thead th.prev:before {
  margin-top: -10px;
  margin-left: -10px;
}
.ie8 .datepicker thead th.next:before {
  margin-top: -10px;
  margin-left: -10px;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -10px;
  border-bottom: 0;
  border-top: 10px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -9px;
  border-bottom: 0;
  border-top: 9px solid #fff;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

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

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

.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;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #fff;
  border: solid #cacaca;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

[type=file] {
  margin: 0 0 0;
  width: 100%;
}

.file {
  position: relative;
  border-radius: 0.25rem;
  border: 0.0625rem solid #cfcfcf;
}

.file__main {
  padding: 0.625rem;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}

.file__thumb {
  width: 196px;
  height: 110px;
}

.file__control {
  display: flex;
  align-items: center;
  margin: 0;
}
.file__control > li {
  line-height: 0;
}
.file__control > li + li {
  margin-left: 0.625rem;
}

.file__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.file__info li {
  line-height: 0;
  margin-right: 0.625rem;
}
.file__info li:last-child {
  margin-right: 0;
}
.file__info a {
  position: relative;
}
.file__info a::after {
  position: absolute;
  bottom: -0.375rem;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid;
  border-top-color: #d8232a;
  border-top-color: var(--color-primary);
}
.file__info a.is-active {
  color: #d8232a;
  color: var(--color-primary);
  font-weight: 700;
}
.file__info a.is-active::after {
  content: "";
}

.file__adult {
  display: inline-block;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #6c6c6c;
  background-color: var(--color-gray);
}

.file__desc {
  display: none;
  padding: 1.25rem;
  border-top: 0.0625rem solid;
  border-top-color: #cfcfcf;
  border-top-color: var(--background-border);
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}
.file__desc .form__group--submit {
  align-items: flex-start;
}

@media print, screen and (min-width: 63.9375em) {
  .file__desc .form__group--submit {
    margin-left: 3.75rem;
  }
}
.form {
  position: relative;
}
.form .input-captcha {
  height: auto;
  border: none;
  background-color: unset;
}

.form__group {
  position: relative;
  display: flex;
  flex-direction: column;
}

.form__group--search .input {
  padding-left: 2.5rem;
  margin-right: 0;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.15);
}
.form__group--search .input:focus {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}
.form__group--search .input:hover {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}
.form__group--search .button {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  padding: 0;
  transform: translateY(-50%);
}

.form__confirm .input {
  height: 2.875rem;
}
.form__confirm .button {
  margin-left: 0;
}

.form__group--inline label.small {
  flex: 0 0 auto;
}
.form__group--inline .choices {
  flex: 1;
}

.form__group--checkbox {
  flex-direction: row;
  align-items: center;
}

.form__group--file-search {
  flex-direction: row;
  align-items: center;
}
.form__group--file-search .input {
  height: 2.375rem;
  margin: 0 0.625rem 0 0;
}

.form--search {
  margin-left: auto;
}

.form--reg {
  max-width: 30rem;
  margin: 0 auto;
}
.form--reg .text-small {
  color: #a6a6a6;
}
.form--reg .text-small a {
  color: inherit;
}

.form--login {
  margin: 0 auto;
}

.form--file-search {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid;
  border-bottom-color: #cfcfcf;
  border-bottom-color: var(--background-border);
}

.form--password-change .form__group--submit .cta {
  width: 10rem;
}

.form--newsletter .form__group--submit .cta {
  width: 10rem;
}

.form__generator--search .input {
  max-width: 9.25rem;
  max-height: 1.875rem;
  margin-left: 0;
}

.form__generator--settings {
  padding-right: 0;
}
.form__generator--settings span:last-child {
  margin-left: 0;
}

.form__generator--properties-iframe {
  border-left: none;
  padding-left: 0;
}
.form__generator--properties-iframe .label-control {
  white-space: nowrap;
  width: auto;
}

.form__group-text--right {
  margin-left: auto;
  padding-left: 0.5rem;
}

.form__group-control {
  display: flex;
  align-items: center;
}
.form__group-control input {
  padding: 0.3125rem 0.5625rem;
  max-width: 100%;
  max-height: 1.875rem;
  margin: 0 0.625rem;
}

.form__query .choices {
  max-width: 100%;
}
.form__query .choices__button {
  height: 2.375rem;
  font-weight: 400;
  padding: 0.375rem 1rem;
  font-size: 1.0625rem;
}

@media print, screen and (min-width: 63.9375em) {
  .form__group--search .input {
    height: 3.125rem;
    padding-left: 0.875rem;
    font-size: 1.125rem;
    background-color: #f4f4f4;
    background-color: var(--background-light-gray);
    border-color: #cfcfcf;
    border-color: var(--background-border);
    box-shadow: none;
    color: #444444;
    color: var(--color-light-gray);
  }
  .form__group--search .button {
    left: calc(100% - 3.375rem);
  }
  .form__group--line {
    flex-direction: row;
  }
  .form__group--line.offset-large label {
    margin-top: 0.875rem;
    width: 11.25rem;
    margin-right: 1.25rem;
  }
  .form__group--inline {
    flex-direction: row;
  }
  .form__group--inline label {
    flex: 0 0 11.25rem;
    margin-top: 0.5rem;
    margin-right: 1.25rem;
  }
  .form__group--file-search label {
    font-weight: 400;
  }
  .form__group--file-search .input {
    max-width: 12.5rem;
    margin: 0 1.25rem;
    background-color: #f4f4f4;
    background-color: var(--background-light-gray);
    border-color: #cfcfcf;
    border-color: var(--background-border);
    box-shadow: none;
  }
  .form__group--submit {
    align-items: flex-end;
  }
  .form--search {
    max-width: 40.625rem;
  }
  .form--reg .text-small {
    color: #444444;
    color: var(--color-light-gray);
  }
  .form--login .input {
    max-width: 18.75rem;
  }
  .form--country {
    max-width: 12.5rem;
    margin-top: 0.25rem;
  }
  .form--password-change label {
    margin-top: 0.625rem;
  }
  .form--password-change .form__group--submit {
    margin-right: 15%;
  }
  .form--newsletter .form__group--submit {
    margin-right: 15%;
  }
  .form__group--offset {
    margin-left: 7.25rem;
  }
}
@media print, screen and (min-width: 46.25em) {
  .form__confirm .button {
    margin-left: 1.25rem;
  }
  .form__group--checkbox label {
    font-weight: 400;
    font-size: 0.875rem;
  }
  .form__group--center {
    justify-content: center;
  }
  .form__generator--search .input {
    margin-left: auto;
  }
  .form__generator--settings {
    padding-right: 3.125rem;
  }
  .form__generator--settings span:last-child {
    margin-left: 2.375rem;
  }
  .form__generator--properties-iframe {
    border-left: 0.0625rem solid #cfcfcf;
    padding-left: 3.125rem;
  }
  .form__generator--properties-iframe .label-control {
    width: 11.25rem;
  }
  .form__group-control input {
    max-width: 9.25rem;
  }
}
input:disabled {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  cursor: not-allowed;
  opacity: 0.5;
}
input:disabled:hover {
  border-color: #cfcfcf;
  border-color: var(--background-border);
}

textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.3375rem;
  margin: 0 0 0;
  padding: 0;
  border: 0.0625rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  border-radius: 0.25rem;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #141414;
  color: var(--color-default);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
textarea:disabled {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  cursor: not-allowed;
}
textarea:focus {
  outline: 0;
  border: 0.0625rem solid;
  border-color: #d8232a;
  border-color: var(--color-primary);
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type=button] {
  appearance: none;
  border-radius: 0.25rem;
}

[type=submit] {
  appearance: none;
  border-radius: 0.25rem;
}

input[type=search] {
  box-sizing: border-box;
}

[type=checkbox] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

[type=checkbox] + label[for] {
  cursor: pointer;
}

[type=email] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.3375rem;
  margin: 0 0 0;
  padding: 0;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=email]:focus {
  outline: 0;
  border: 0.0625rem solid #e20000;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type=password] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.3375rem;
  margin: 0 0 0;
  padding: 0;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=password]:focus {
  outline: 0;
  border: 0.0625rem solid #e20000;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type=search] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.3375rem;
  margin: 0 0 0;
  padding: 0;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=search]:focus {
  outline: 0;
  border: 0.0625rem solid #e20000;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type=text] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.3375rem;
  margin: 0 0 0;
  padding: 0;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus {
  outline: 0;
  border: 0.0625rem solid #e20000;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.input {
  padding: 0.5rem 0.875rem;
  appearance: none;
  -webkit-appearance: none;
  height: 2.625rem;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  color: #444444;
  color: var(--color-light-gray);
}
.input:focus {
  border-color: #d8232a;
  border-color: var(--color-primary);
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}
.input:hover {
  border-color: #d8232a;
  border-color: var(--color-primary);
}

.select {
  padding: 0.5rem 0.875rem;
  appearance: none;
  -webkit-appearance: none;
  height: 2.625rem;
}
.select:focus {
  border-color: #d8232a;
  border-color: var(--color-primary);
}
.select:hover {
  border-color: #d8232a;
  border-color: var(--color-primary);
}

.textarea {
  padding: 0.5rem 0.875rem;
  appearance: none;
  -webkit-appearance: none;
}
.textarea:focus {
  border-color: #d8232a;
  border-color: var(--color-primary);
}
.textarea:hover {
  border-color: #d8232a;
  border-color: var(--color-primary);
}

.input--small {
  font-size: 0.875rem;
}

.submit {
  background-color: #4ad427;
}
.submit:hover {
  background-color: #fff;
  border-color: #4ad427;
  color: #4ad427;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.radius {
  border-radius: 0.1875rem;
}

@media print, screen and (max-width: 46.24875em) {
  .input {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 63.9375em) {
  .input {
    border-color: #cfcfcf;
    border-color: var(--background-border);
    height: 3rem;
  }
  .select {
    border-color: #cfcfcf;
    border-color: var(--background-border);
    height: 3rem;
  }
  .textarea {
    border-color: #cfcfcf;
    border-color: var(--background-border);
  }
  .input--small {
    height: 1.875rem;
  }
  .input--medium {
    height: 2.375rem;
  }
  .input--50 {
    max-width: 3.125rem !important;
  }
  .input--280 {
    max-width: 17.5rem;
  }
  .submit {
    padding: 1.25rem 2.5rem;
    font-weight: 700;
    font-size: 1.5rem;
    background-image: linear-gradient(180deg, #52e32d, #34a817);
    background-repeat: repeat-x;
    background-position: 0 10%;
    border: none;
  }
  .submit:hover {
    border-color: transparent;
    color: #fff;
    background-position: 0 50%;
    background-image: linear-gradient(180deg, #34a817, #34a817);
  }
}
@media (min-width: 1023px) {
  .submit--medium {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }
}
label {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #181818;
  color: var(--color-dark-gray);
  flex: 0 0 auto;
  cursor: pointer;
  margin: 0 0 0.375rem;
}
label a {
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}

label.small {
  font-size: 0.75rem;
  font-weight: 400;
}

label.slider-label {
  width: 55px;
  height: 25px;
  position: relative;
  display: inline-block;
  background: #ebebeb;
  border-radius: 50px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), inset 0px -1px 2px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.3s;
}
label.slider-label:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: linear-gradient(180deg, #ffcc89, #d8860b);
  border-radius: 22px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
label.slider-label svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  z-index: 100;
}
label.slider-label svg.sun {
  left: 4px;
  fill: #fff;
  transition: 0.3s;
}
label.slider-label svg.moon {
  left: 36px;
  fill: #7e7e7e;
  transition: 0.3s;
}
label.slider-label:active:after {
  width: 30px;
}

.is-required label {
  position: relative;
}
.is-required label::after {
  content: " *";
}

@media print, screen and (min-width: 63.9375em) {
  label.label-large {
    font-weight: 800;
    font-size: 1.0625rem;
  }
  label.width-120 {
    width: 7.5rem;
  }
  label.width-96 {
    width: 6rem;
  }
  label.width-40 {
    width: 2.5rem;
  }
}
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.25rem;
  height: 1.3375rem;
  margin: 0 0 0;
  padding: 0;
  appearance: none;
  border: 0.0625rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #444444;
  color: var(--color-light-gray);
  background-image: url('data: image/svg+xml;utf8,<svg xmlns="http: //www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill:  rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: 0;
  border: 0.0625rem solid;
  border-color: #d8232a;
  border-color: var(--color-primary);
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f8f8f8;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.select {
  padding-right: 2.125rem;
  background-image: url("data: image/svg+xml,%3Csvg xmlns='http: //www.w3.org/2000/svg' width='16.001' height='17.192'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16.001v17.192H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='icons/l-arrow-down' clip-path='url(%23a)'%3E%3Cpath d='M14.22 7.206a.773.773 0 000-1.108.812.812 0 00-1.132 0l-5.089 4.988-5.091-4.99a.812.812 0 00-1.132 0 .773.773 0 000 1.108l5.655 5.548a.812.812 0 001.132 0z' fill='%23e20000'/%3E%3Cpath fill='none' d='M0 1.277h16.001v15.912H0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  font-size: 0.875rem;
  background-size: 1.125rem;
  background-position: top 50% right -1.25rem;
}

.language-container .selectboxit-option-icon-container {
  display: none !important;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
@media print, screen and (min-width: 63.9375em) {
  .select {
    height: 1.875rem;
    border-color: #cfcfcf;
    border-color: var(--background-border);
  }
  .select--medium {
    height: 2.375rem;
  }
}
input.slider-input {
  width: 0;
  height: 0;
  visibility: hidden;
}
input.slider-input:checked + label.slider-label {
  background: #242424;
}
input.slider-input:checked + label.slider-label:after {
  left: 54px;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: linear-gradient(180deg, #777, #3a3a3a);
}
input.slider-input:checked + label.slider-label svg.sun {
  stroke: #7e7e7e;
}
input.slider-input:checked + label.slider-label svg.moon {
  fill: #fff;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.25rem;
  max-width: 100%;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}

textarea[rows] {
  height: auto;
}

.textarea {
  resize: vertical;
}

.textarea--small {
  padding: 0.25rem 0.5rem;
}

.cta {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  color: var(--color-inverse);
  background-color: #d8232a;
  background-color: var(--color-primary);
  background-image: linear-gradient(180deg, #e24d52, #c22026);
  background-size: 200% 200%;
  background-position: 0 10%;
}
.cta:hover {
  border-color: transparent;
  color: #fff;
  background-position: 0 50%;
}

.cta--flat {
  padding: 0.188rem 0.625rem;
  font-size: 0.875rem;
}

.cta--small {
  padding: 0.375rem 0.625rem;
  font-size: 1rem;
}

.cta--small-x {
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
}

.cta--small-xl {
  width: 100%;
  padding: 0.125rem 0.625rem;
}

.cta--muted {
  background-image: linear-gradient(180deg, #939393, #6c6c6c);
}

.cta-large {
  width: 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 63.9375em) {
  .cta--small-x {
    padding: 0.125rem 0.625rem;
  }
  .cta-large {
    max-width: 16.25rem;
  }
  .cta--large {
    padding: 1rem 1.875rem;
    font-size: 1.5rem;
  }
}
.embed-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  min-height: 100vh;
}

.embed-detail {
  height: 100%;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
}
.embed-detail #content_video {
  height: 100%;
  overflow: hidden;
}

.embed-callout {
  color: #d8232a;
  color: var(--color-primary);
  margin-bottom: 0.625rem;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons.svg") format("svg");
  }
}
.icon {
  position: relative;
  display: inline-block;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.info {
  display: flex;
  align-items: center;
}

.info__status {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.info__status--info {
  color: #006fff;
}

.info__status--attention {
  color: #d8232a;
}

.info__status--warning {
  color: #ffc300;
}

.info__status--success {
  color: #1ca403;
}

.info--large p {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 63.9375em) {
  .info.text-small {
    font-size: 0.875rem;
  }
}
.link {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.link--underline {
  text-decoration: underline;
}
.link--underline:hover {
  text-decoration: none;
}

.link--button {
  width: 100%;
  justify-content: center;
  padding: 0.5rem 0.625rem;
  font-weight: 600;
  border: 0.125rem solid #fff;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.15);
}
.link--button:hover {
  color: #4ad427;
  border-color: #4ad427;
}

ol {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.6;
  margin-left: 0;
}
ol ol {
  margin-left: 0;
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.6;
  margin-left: 0;
  list-style-type: none;
}
ul ul {
  margin-left: 0;
  margin-bottom: 0;
}

li {
  font-size: inherit;
}

.ul-checklist {
  margin-bottom: 70px;
}
.ul-checklist li {
  font-family: "opensans-extrabold", "opensans-regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 4px 0;
}
.ul-checklist li:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e010";
  font-size: 20px;
  margin-right: 8px;
  color: #138600;
}
.ul-checklist-red li {
  font-family: "opensans-extrabold", "opensans-regular", Arial, sans-serif;
  font-weight: normal;
  line-height: 22px;
}
.ul-checklist-red li:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e010";
  margin-right: 8px;
  color: #d8232a;
  color: var(--color-primary);
}

.ul-checklist-small li {
  font-size: 12px;
  line-height: 18px;
  padding: 2px 0;
}
.ul-checklist-small li:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e009";
  font-size: 18px;
  margin-right: 8px;
  color: #1ea505;
}

.list {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.list li {
  position: relative;
}

.list--footer li + li {
  margin-top: 0.25rem;
}
.list--footer a {
  display: flex;
  align-items: center;
  transition: all 0.18s ease-in-out;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.list--footer a:hover {
  color: #d8232a;
  color: var(--color-primary);
}

.list--banks {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.list--banks li {
  margin-right: 1rem;
}

.list--control {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
}
.list--control li {
  margin-left: 0.375rem;
}
.list--control li a {
  color: #444444;
  color: var(--color-light-gray);
}
.list--control li a:hover {
  color: #d8232a;
  color: var(--color-primary);
}
.list--control li.is-active a {
  color: #d8232a;
  color: var(--color-primary);
}

.list--num {
  counter-reset: list;
}
.list--num li {
  margin-bottom: 0.875rem;
  list-style: none;
}
.list--num li::before {
  counter-increment: list;
  content: counter(list) ". ";
}
.list--num li ol {
  counter-reset: list;
  margin-top: 0.875rem;
}
.list--num li ol li::before {
  counter-increment: list;
  content: counters(list, ".") ".";
}

.list--numeric {
  counter-reset: num;
}
.list--numeric li {
  padding-left: 2.5rem;
}
.list--numeric li::before {
  position: absolute;
  top: -0.125rem;
  left: 0;
  counter-increment: num;
  content: counter(num);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  font-weight: 600;
  color: #d8232a;
  color: var(--color-primary);
  border-radius: 50%;
  border: 0.0625rem solid;
  border-color: #d8232a;
  border-color: var(--color-primary);
}
.list--numeric li + li {
  margin-top: 1.25rem;
}

.list--numeric.list--default li + li {
  margin-top: 1.25rem;
}

.list--description li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
.list--description li span {
  flex: 0 0 50%;
}

.list--angle li {
  padding-left: 1.625rem;
}
.list--angle li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data: image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23138600' d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
.list--angle li + li {
  margin-top: 0.625rem;
}

.list--advantages {
  display: flex;
  flex-direction: column;
}
.list--advantages li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 1.25rem;
}
.list--advantages li .icon {
  color: #d8232a;
  color: var(--color-primary);
}
.list--advantages li small {
  display: block;
  line-height: 0.875rem;
}

.list--inline li + li {
  margin-top: 0.625rem;
}

.list--check li {
  padding-left: 1.875rem;
  font-size: 0.875rem;
}
.list--check li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data: image/svg+xml,%3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%234BC800' d='M438.6 105.4c12.5 12.5 12.5 32.7 0 45.2l-256 256c-12.5 12.5-32.7 12.5-45.2 0L9.372 278.6c-12.496-12.5-12.496-32.7 0-45.2 12.498-12.5 32.758-12.5 45.258 0L159.1 338.7l234.3-233.3c12.5-12.52 32.7-12.52 45.2 0z'/%3E%3C/svg%3E");
}

@media print, screen and (min-width: 63.9375em) {
  .list--footer a {
    font-size: 0.75rem;
  }
  .list--num li {
    margin-bottom: 1.25rem;
  }
  .list--num li ol {
    margin-top: 1.25rem;
  }
  .list--numeric li {
    padding-left: 4.375rem;
    font-size: 1.625rem;
  }
  .list--numeric li::before {
    top: -0.25rem;
    width: 3.125rem;
    height: 3.125rem;
    font-weight: 700;
    font-size: 1.625rem;
    color: #fff;
    background-color: #d8232a;
    background-color: var(--color-primary);
    background-image: linear-gradient(180deg, #e24d52, #d8232a);
    background-repeat: repeat-x;
  }
  .list--numeric li + li {
    margin-top: 2.5rem;
  }
  .list--numeric.list--default li {
    padding-left: 2.5rem;
    font-size: 1rem;
  }
  .list--numeric.list--default li::before {
    top: -0.125rem;
    font-size: 1rem;
    width: 1.875rem;
    height: 1.875rem;
  }
  .list--angle li {
    font-weight: 800;
  }
  .list--advantages {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .list--advantages li {
    width: 50%;
  }
  .list--advantages li .icon {
    width: 3.125rem;
    height: 3.125rem;
    color: #138600;
  }
  .list--advantages li strong {
    font-weight: 800;
  }
  .list--inline {
    flex-direction: row;
    justify-content: center;
  }
  .list--inline li + li {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}
.logo {
  display: inline-block;
  line-height: 0;
}
.logo svg {
  width: 10.625rem;
  height: 2.25rem;
  color: #444444;
  color: var(--color-light-gray);
}
.logo-lighted svg {
  color: #a6a6a6;
}
.logo-lighted img {
  filter: saturate(300%) contrast(50%) brightness(120%);
}

html[data-theme=dark] .logo img {
  filter: saturate(300%) contrast(50%) brightness(120%);
}

@media print, screen and (min-width: 63.9375em) {
  .logo svg {
    width: 15.625rem;
    height: 3.25rem;
  }
  .logo img {
    width: 15.625rem;
    height: 3.25rem;
  }
  .logo-lighted svg {
    color: #444444;
    color: var(--color-light-gray);
  }
  .logo-lighted img {
    filter: none;
  }
}
.aside {
  position: relative;
  height: 100%;
  border-radius: 0.25rem;
}
.aside hr {
  margin: 1.25rem auto;
  border-color: #cfcfcf;
  border-color: var(--background-border);
}

.aside__body {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  border-radius: 0.25rem;
}
.aside__body .button {
  justify-content: space-between;
  width: 100%;
  padding: 0.625rem 1.25rem;
  background-color: transparent;
  color: #141414;
  color: var(--color-default);
}
.aside__body .button:hover {
  color: #d8232a;
  color: var(--color-primary);
}

.aside__header {
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  border-radius: 0.25rem;
  padding: 0.625rem 1.25rem;
}

.aside__nav {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: all 0.18s ease-in-out;
}
.aside__nav .menu--secondary {
  padding: 0.625rem 1.25rem;
}

.aside__nav.is-active {
  max-height: 45rem;
}

@media print, screen and (min-width: 63.9375em) {
  .aside {
    padding: 1.25rem;
    background-color: #f4f4f4;
    background-color: var(--background-light-gray);
  }
  .aside__body {
    background-color: transparent;
  }
  .aside__header {
    background-color: transparent;
    padding: 0;
  }
  .aside__nav {
    max-height: 100%;
    border-top: none;
  }
  .aside__nav .menu--secondary {
    padding: 0;
  }
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.menu a {
  position: relative;
  align-items: center;
  font-size: 1rem;
  transition: all 0.18s ease-in-out;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  margin-bottom: 0;
}
.menu .is-active > a {
  background: 0 0;
  color: #d8232a;
  color: var(--color-primary);
}

@media print, screen and (min-width: 63.9375em) {
  .menu a {
    font-size: 0.875rem;
    padding: 0.625rem 0;
  }
}
.memu--primary a {
  color: #444444;
  color: var(--color-light-gray);
}
.memu--primary a::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #d8232a;
  background-color: var(--color-primary);
}
.memu--primary a:hover {
  color: #d8232a;
  color: var(--color-primary);
  text-decoration: none;
}
.memu--primary li.is-active a {
  font-weight: 700;
}

.menu--secondary a {
  position: relative;
  padding: 0.625rem 0;
  color: #444444;
  color: var(--color-light-gray);
}
.menu--secondary a::before {
  display: inline-block;
  vertical-align: middle;
  font-family: icons;
  content: "\e010";
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  font-size: 20px;
  color: #d8232a;
  color: var(--color-primary);
}
.menu--secondary a:hover {
  color: #d8232a;
  color: var(--color-primary);
}
.menu--secondary > li > a {
  font-weight: 800;
}
.menu--secondary li.is-active > a {
  color: #d8232a;
  color: var(--color-primary);
}

.submenu {
  margin-left: 1.25rem;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

@media print, screen and (min-width: 63.9375em) {
  .memu--primary a {
    color: #444444;
    color: var(--color-light-gray);
    text-decoration: none;
  }
  .memu--primary li {
    margin-right: 1rem;
  }
  .memu--primary li.is-active a::after {
    content: "";
  }
  .menu--secondary a {
    padding: 0.375rem 0;
  }
  .menu--secondary > li > a {
    font-size: 1rem;
  }
}
.nav {
  position: relative;
}

.nav--main .nav__menu {
  border-top: 0.0625rem solid;
  border-top-color: #f4f4f4;
  border-top-color: var(--background-light-gray);
  border-bottom: 0.0625rem solid;
  border-bottom-color: #f4f4f4;
  border-bottom-color: var(--background-light-gray);
}

.nav--mobile {
  position: absolute;
  top: 8.75rem;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  border-bottom: 0.0625rem solid;
  border-bottom-color: #181818;
  border-bottom-color: var(--color-dark-gray);
  box-shadow: 0 0.5rem 0.375rem -0.375rem rgba(0, 0, 0, 0.15);
  z-index: 20;
  visibility: hidden;
  transition: all 0.18s ease-in-out;
}
.nav--mobile .nav__menu {
  padding: 0.625rem 1.25rem;
}

.nav--mobile.is-open {
  max-height: 25rem;
  visibility: visible;
}

.pagination {
  margin-top: 0.875rem;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.175rem;
  align-items: center;
}
.pagination-item {
  text-decoration: none;
  margin: 0 3px 6px;
  text-align: center;
  background: #f4f4f4;
  background: var(--background-light-gray);
  color: #141414;
  color: var(--color-default);
  padding: 4px 10px 3px;
  border: 1px solid;
  border-color: #f4f4f4;
  border-color: var(--background-light-gray);
  font-size: 16px;
  border-radius: 4px;
}
.pagination-item:hover {
  border: 1px solid;
  border-color: #d8232a;
  border-color: var(--color-primary);
  color: #d8232a;
  color: var(--color-primary);
}
.pagination-active {
  border-color: #d8232a;
  border-color: var(--color-primary);
  background: #d8232a;
  background: var(--color-primary);
  color: #ffffff;
  color: var(--color-inverse);
}
.pagination-active:hover {
  color: #141414;
  color: var(--color-default);
}
.pagination-first, .pagination-last {
  padding-left: 15px;
  padding-right: 15px;
}

.player-stopped-content {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.player-stopped-content .h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
}
.player-stopped-content .h3 {
  font-weight: normal;
  color: #d8232a;
}

.player-stopped {
  text-align: center;
  position: relative;
  display: block;
}
.player-stopped .premium-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 25px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 22px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #b4b4b4;
  background-image: linear-gradient(to top, #309200 0%, #6dca00 74%, #b4ce02 100%);
  border-radius: 10px;
  box-shadow: 0 2px 0 #184701, inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: all 0.2s ease-in-out;
}
.player-stopped .premium-btn span {
  margin-right: 20px;
}
.player-stopped:hover .premium-btn {
  color: #fff;
  background-color: #ababab;
  background-image: linear-gradient(to top, #2e8b00 0%, #68c000 74%, #abc402 100%);
}
.player-stopped img {
  position: relative;
  z-index: 10;
}

.popup {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.popup-bottom {
  bottom: 0;
}
.popup .popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
}
.popup .popup-close:hover {
  color: #444444;
  color: var(--color-light-gray);
}

.slide-up > .popup-content,
.slide-down > .popup-content {
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}

.slide-down > .popup-content {
  transform: translateY(0);
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.premium-modal {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, 0.6) 0 0 no-repeat padding-box;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2000;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.premium-modal.hidden {
  display: none;
}

.premium-modal-window {
  position: relative;
  background: #fff 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3019607843);
  border-radius: 4px;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
}

.premium-modal-content {
  padding: 42px 64px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.premium-modal-footer {
  width: 100%;
  color: #888888;
  text-align: center;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #D2D2D2;
  background-color: #eee;
  font-size: 12px;
}

.premium-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 24px;
  width: 24px;
}
.premium-modal-close > svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: rgba(0, 0, 0, 0.3);
}
.premium-modal-close:hover > svg {
  fill: rgba(0, 0, 0, 0.5);
}

.pm-bank-companies {
  display: block;
  max-width: 264px;
  width: 100%;
  margin: 0 auto 12px;
}

.pm-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.pm-header-icon {
  width: 45px;
  height: 60px;
  display: inline-block;
}

.pm-header-caption {
  margin-left: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pm-header-title {
  color: #9EC407;
  font: normal normal bold 19px/1.425 "Open Sans", sans-serif;
  margin-bottom: 4px;
}

.pm-form {
  margin-top: 24px;
}

.pm-form-field {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pm-form-field > label {
  display: inline-block;
  font: normal normal 600 13px/1.25 "Open Sans", sans-serif;
  letter-spacing: 0.01px;
  margin-bottom: 8px;
}
.pm-form-field .pm-form-input .StripeElement::-webkit-input-placeholder {
  color: #CCC !important;
}
.pm-form-field .pm-form-input .StripeElement::-moz-placeholder {
  color: #CCC !important;
}
.pm-form-field .pm-form-input .StripeElement:-ms-input-placeholder {
  color: #CCC !important;
}
.pm-form-field .pm-form-input .StripeElement::-ms-input-placeholder {
  color: #CCC !important;
}
.pm-form-field .pm-form-input .StripeElement::placeholder {
  color: #CCC !important;
}

.pm-form-expiration {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}

.pm-form-input {
  display: block;
  width: 100%;
  position: relative;
}
.pm-form-input > input {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  padding: 12px 16px;
}
.pm-form-input .StripeElement {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pm-form-input .StripeElement input {
  font: normal normal normal 14px/1.5 "Open Sans", sans-serif;
  letter-spacing: 0.01px;
}

.pm-form-field.focused .pm-form-input .StripeElement {
  border: 1px solid #0D99E8;
}
.pm-form-field.focused label {
  color: #0D99E8;
}

.pm-form-field.valid label {
  color: #0D99E8;
}

.pm-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.pm-form-group .pm-form-field {
  margin: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pm-form-submit {
  margin-top: 20px;
  outline: 0;
  -webkit-appearance: none;
  background-color: #9EC407;
  border: 0;
  border-radius: 4px;
  width: 100%;
  display: block;
  padding: 12px 16px;
  color: #fff;
  font: normal normal 600 14px/1.425 "Open Sans", sans-serif;
  letter-spacing: 0.25px;
  text-align: center;
  text-decoration: none;
}
.pm-form-submit:disabled {
  opacity: 0.6;
}
.pm-form-submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #90b607;
}

.pm-form-retry {
  margin-top: 8px;
  display: block;
}
.pm-form-retry:hover {
  color: #1c1c1c;
}

.pm-form-brands {
  position: absolute;
  top: 0;
  height: 100%;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pm-form-brands > img {
  margin: 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.3;
}
.pm-form-brands > img.active {
  opacity: 1;
}
.pm-form-brands > img#visa {
  height: 45px;
  width: 45px;
}
.pm-form-brands > img#mastercard {
  height: 35px;
  width: 29px;
}

.pm-loading {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
.pm-loading > img {
  height: 120px;
  width: 120px;
  display: block;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.pm-header-failed .pm-header-title {
  color: #EE323C;
}

.pm-status {
  margin-top: 50px;
  display: flex;
  flex-flow: row nowrap;
}

.pm-status-icon {
  flex-basis: 42px;
  display: inline-block;
  position: relative;
}
.pm-status-icon > img {
  width: 42px;
  height: 42px;
  display: block;
}
.pm-status-icon:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 1px;
  height: 56px;
  background-color: #bebebe;
  left: 50%;
  transform: translateX(-50%);
}

.pm-status-succeed .pm-status-icon:before {
  background-color: #9EC407;
}

.pm-status-message {
  margin-left: 30px;
  flex: 1;
  text-align: left;
  font: normal normal normal 13px/21px "Roboto", sans-serif;
  color: #888;
}
.pm-status-message p {
  margin-bottom: 0;
}

.pm-status-title {
  display: block;
  font: normal normal normal 19px/26px "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 16px;
}

.pm-status-action {
  margin-top: 30px;
  text-align: center;
}

.payment-modal-step {
  display: none;
}

.payment-modal-step.visible {
  display: block;
}

.three-ds-instruction-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.three-ds-instruction {
  background: white;
  position: relative;
  border-radius: 10px;
  padding: 30px;
  max-width: 50%;
  margin: 0 auto;
}
.three-ds-instruction h3 {
  text-align: center;
}
.three-ds-instruction h2 {
  font-weight: bold;
  text-align: right;
  font-size: 35px;
}
.three-ds-instruction h2 img {
  max-width: 60px;
}
.three-ds-instruction p {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
}
.three-ds-instruction div {
  text-align: center;
  margin-top: 25px;
}
.three-ds-instruction div img {
  max-width: 500px;
  border: 2px solid darkgrey;
  border-radius: 5px;
}

@media screen and (max-width: 532px) {
  .premium-modal-content {
    padding: 32px 48px 24px;
  }
}
@media screen and (max-width: 400px) {
  .premium-modal-content {
    padding: 24px 32px 16px;
  }
  .pm-header-title {
    font-size: 17px;
  }
  .pm-status {
    margin-top: 30px;
  }
  .pm-status-icon:before {
    height: 36px;
  }
  .pm-status-message {
    margin-left: 30px;
  }
  .pm-status-title {
    font-size: 16px;
  }
  .pm-status-action {
    margin-top: 8px;
  }
}
@media screen and (max-width: 360px) {
  .premium-modal-content {
    padding: 18px 16px 12px;
  }
}
@media only screen and (max-width: 1600px) {
  .three-ds-instruction {
    max-width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .three-ds-instruction {
    max-width: 90%;
  }
}
.pricing {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0.375rem;
  margin-bottom: 1.25rem;
  border: 0.125rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.375rem;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}
.pricing hr {
  width: 100%;
  margin: 0.625rem 0;
  border-color: #cfcfcf;
  border-color: var(--background-border);
}
.pricing::before {
  content: attr(data-label);
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  padding: 0 0.625rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #cfcfcf;
  border-radius: 0.375rem 0.375rem 0 0;
  transform: translateX(-50%);
}

.diagonal-strike {
  position: relative;
}

.diagonal-strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.pricing__period {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 1.5rem;
  color: #6c6c6c;
  color: var(--color-gray);
}
.pricing__period strong {
  font-size: 2.125rem;
  font-weight: 800;
  margin-right: 0.375rem;
}

.pricing__price {
  font-size: 1.25rem;
  color: #6c6c6c;
  color: var(--color-gray);
}

.pricing__stretch {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.pricing__content .button {
  width: 7.5rem;
  border-width: 0.0625rem;
  border-color: #138600;
  box-shadow: inset 0 1px 0 #23f700;
  background-position: 0 50%;
  background-image: linear-gradient(180deg, #1ed100, #117900);
  background-repeat: repeat-x;
  font-weight: 800;
}
.pricing__content .button--muted {
  background: #c0ccbe;
  border: none;
  color: grey;
  box-shadow: none;
}
.pricing__content .button--muted:hover {
  color: #000;
}
.pricing__content .discount-tag {
  width: 100%;
  border-radius: 0.25rem;
  color: #ffffff;
  color: var(--color-inverse);
  background-image: linear-gradient(180deg, #e24d52, #c22026);
}

.pricing--gray .pricing__period {
  color: #6c6c6c;
  color: var(--color-gray);
}
.pricing--gray .pricing__price {
  color: #6c6c6c;
  color: var(--color-gray);
}

.pricing--blue .pricing__period {
  color: #158cfc;
}
.pricing--blue .pricing__price {
  color: #158cfc;
}

.pricing--red .pricing__period {
  color: #d8232a;
}
.pricing--red .pricing__price {
  color: #d8232a;
}

.pricing--top {
  border-color: #fd761f;
}
.pricing--top::before {
  background-color: #fd761f;
}
.pricing--top .pricing__period {
  color: #fd761f;
}
.pricing--top .pricing__price {
  color: #fd761f;
}

.pricing--green {
  border-color: #1ca403;
}
.pricing--green::before {
  background-color: #1ca403;
}
.pricing--green .pricing__period {
  color: #27a41b;
}
.pricing--green .pricing__price {
  color: #27a41b;
}

.price {
  display: inline-flex;
  align-items: flex-end;
}
.price--small {
  font-size: 1.5rem;
  line-height: 1;
}
.price--big {
  font-size: 2.125rem;
  line-height: 1;
}
.price strong {
  font-weight: 800;
  font-size: 2.125rem;
  line-height: 1;
}
.price span {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
}

.benefit--bank {
  height: 16px;
}

.benefit--banks-table {
  border-collapse: collapse;
}
.benefit--banks-table td {
  margin: 0;
  padding: 0.625rem 0;
}
.benefit--banks-table td:last-child {
  padding-left: 0.625rem;
  background-color: #fff;
}

.benefit--banks {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 10px;
}

.benefit {
  display: flex;
  flex-flow: row nowrap;
}
.benefit .icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}
html[data-theme=dark] .benefit .icon {
  filter: saturate(300%) contrast(50%) brightness(120%);
}
.benefit p {
  color: #444444;
  color: var(--color-light-gray);
  font-size: 1.25rem;
  line-height: 1.2;
}

@media print, screen and (min-width: 63.9375em) {
  .pricing {
    margin-bottom: 0;
  }
  .pricing hr {
    margin: 1.25rem 0;
  }
}
.rate {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.rate .default-cursor {
  cursor: default;
}
.rate span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
}
.rate span strong + .icon {
  margin-left: 0.25rem;
}
.rate span .icon + strong {
  margin-left: 0.25rem;
}
.rate .rate__up svg {
  stroke-width: 60;
  stroke: #d8232a;
  stroke: var(--color-primary);
  fill: #ffffff;
  fill: var(--background-body);
}
.rate .rate__up:hover svg {
  stroke: black;
  stroke-width: 2;
  fill: #d8232a;
  fill: var(--color-primary);
}
.rate .rate__up-active svg {
  stroke: black;
  stroke-width: 2;
  fill: #d8232a;
  fill: var(--color-primary);
}
.rate .rate__down svg {
  stroke-width: 60;
  stroke: #6c6c6c;
  stroke: var(--color-gray);
  fill: #ffffff;
  fill: var(--background-body);
}
.rate .rate__down:hover svg {
  stroke: black;
  stroke-width: 2;
  fill: #6c6c6c;
  fill: var(--color-gray);
}
.rate .rate__down-active svg {
  stroke: black;
  stroke-width: 2;
  fill: #6c6c6c;
  fill: var(--color-gray);
}

.rate--stats {
  justify-content: center;
}

.rating {
  display: flex;
  justify-content: center;
}

.rating--text {
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 1;
}

@media print, screen and (min-width: 46.25em) {
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
    min-height: 0;
    width: 45rem;
    max-width: 62.5rem;
  }
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
    width: 90%;
    max-width: 62.5rem;
  }
  .reveal.small {
    right: auto;
    left: auto;
    margin: 0 auto;
    width: 50%;
    max-width: 62.5rem;
  }
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
    width: 30%;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 63.9375em) {
  .reveal__body .title:not(.title--advantage) {
    font-size: 2rem;
  }
  .reveal {
    padding: 2.5rem 1.25rem;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 3.75rem 1.25rem 1.25rem 1.25rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #ffffff;
  background-color: var(--color-inverse);
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

.reveal.collapse {
  padding: 0;
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

.reveal.without-overlay {
  position: fixed;
}

@media print, screen and (max-width: 46.24875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.video-list-slideshow {
  position: relative;
}
.video-list-slideshow .video-item-thumb {
  max-width: 214px !important;
  width: 214px !important;
  overflow: hidden !important;
  display: inline-block;
}
.video-list-slideshow .item {
  max-width: 214px !important;
  width: 214px !important;
  overflow: hidden !important;
  display: none;
}
.video-list-slideshow .video-item {
  margin: 0;
}
.video-list-slideshow .owl-prev {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 48px;
  color: #cfcfcf;
  transition: color 0.2s ease-in-out;
  z-index: 200;
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -70px;
}
.video-list-slideshow .owl-prev:hover {
  color: #d8232a;
}
.video-list-slideshow .owl-prev:before {
  content: "\e00b";
}
.video-list-slideshow .owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 48px;
  color: #cfcfcf;
  transition: color 0.2s ease-in-out;
  z-index: 200;
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: -70px;
}
.video-list-slideshow .owl-next:hover {
  color: #d8232a;
}
.video-list-slideshow .owl-next:before {
  content: "\e00c";
}

.video-list-slideshow.owl-carousel .item {
  display: inline-block;
}

.ie7 .video-list-slideshow .owl-prev {
  margin-top: -24px;
}
.ie7 .video-list-slideshow .owl-next {
  margin-top: -24px;
}

.ie8 .video-list-slideshow .owl-prev {
  margin-top: -24px;
}
.ie8 .video-list-slideshow .owl-next {
  margin-top: -24px;
}

.status {
  font-size: 1.25rem;
  font-weight: 800;
}

.status--success {
  color: #10aa00;
}

@media print, screen and (min-width: 63.9375em) {
  .status {
    font-size: 1.625rem;
  }
}
.tabs-content {
  border: 1px solid;
  border-top: 0;
  border-color: #f4f4f4;
  border-color: var(--background-light-gray);
  background: #ffffff;
  background: var(--background-body);
  color: #141414;
  color: var(--color-default);
  position: relative;
  margin: 0 -1.25rem;
  border-top: 0.0625rem solid;
  border-top-color: #f4f4f4;
  border-top-color: var(--background-light-gray);
}

.tabs-content-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 10px;
}

.tabs-content-wrapper {
  display: flex;
  align-items: flex-end;
}

@media print, screen and (min-width: 63.9375em) {
  .tabs-content-container {
    flex-direction: row;
    width: 100%;
  }
  .tabs-content {
    margin: 0;
  }
  .tabs-content .tabs-panel {
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  }
}
.tabs__control {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.tabs__control-wrapper {
  display: flex;
  float: right;
  flex-direction: column;
}

.tabs__control-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tabs__control-players {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media print, screen and (min-width: 63.9375em) {
  .tabs__control-container {
    align-items: flex-end;
  }
  .tabs__control-players {
    align-items: flex-end;
  }
  .tabs__control-wrapper {
    flex-direction: row;
  }
}
.tabs-panel {
  display: none;
  padding: 2.5rem 0.75rem;
}

.tabs-panel.is-active {
  display: block;
}

.tabs-title {
  float: left;
  position: relative;
  margin-right: 0.375rem;
}
.tabs-title > a {
  display: block;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #444444;
  color: var(--color-light-gray);
}
.tabs-title > a:hover {
  background: #ffffff;
  background: var(--background-body);
  color: #000;
  border-bottom: 0;
}
.tabs-title > a:focus {
  background: #fff;
  color: #d8232a;
  color: var(--color-primary);
}
.tabs-title a {
  display: inline-flex;
  align-items: center;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  border-radius: 0.25rem 0.25rem 0 0;
  border: 0.0625rem solid;
  border-color: #f4f4f4;
  border-color: var(--background-light-gray);
  border-bottom: none;
}
.tabs-title a:hover {
  color: #d8232a;
  color: var(--color-primary);
  background-color: #ffffff;
  background-color: var(--background-body);
}

.tabs-title.is-active::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0.0625rem;
  width: calc(100% - 2px);
  height: 0.125rem;
  background-color: #ffffff;
  background-color: var(--background-body);
  z-index: 2;
}
.tabs-title.is-active a {
  border-color: #f4f4f4;
  border-color: var(--background-light-gray);
  background-color: #ffffff;
  background-color: var(--background-body);
}

@media print, screen and (min-width: 63.9375em) {
  .tabs-title a {
    font-weight: 700;
    background-color: #f4f4f4;
    background-color: var(--background-light-gray);
  }
  .tabs-title a .icon {
    color: #d8232a;
    color: var(--color-primary);
  }
  .tabs-title a:hover {
    background-color: #ffffff;
    background-color: var(--background-body);
  }
  .tabs-title::before {
    content: attr(data-label);
    position: absolute;
    top: -1.4375rem;
    left: 50%;
    padding: 0 0.625rem;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #1ca403;
    border-radius: 0.375rem 0.375rem 0 0;
    transform: translateX(-50%);
  }
  .tabs-title.is-active a:hover {
    background-color: #ffffff;
    background-color: var(--background-body);
  }
}
.tabs {
  margin: 0;
  background: 0 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
  clear: both;
}
.tabs::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

table {
  width: 100%;
  border-collapse: separate;
  border: 0.0625rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  border-radius: 0.25rem;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 0;
}
table tbody td {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
table tbody tr td {
  font-weight: 600;
  color: #444444;
  color: var(--color-light-gray);
  border-top: 0.0625rem solid;
  border-top-color: #cfcfcf;
  border-top-color: var(--background-border);
  border-left: 0.0625rem solid;
  border-left-color: #cfcfcf;
  border-left-color: var(--background-border);
}
table tbody tr td:first-child {
  border-left: 0;
}
table tbody tr:first-child td {
  border-top: 0;
}
table thead th {
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: 0.0625rem solid;
  border-bottom-color: #cfcfcf;
  border-bottom-color: var(--background-border);
}
table tfoot td {
  background: #f4f4f4;
  background: var(--background-light-gray);
}

tbody {
  border: 0.0625rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  background-color: #ffffff;
  background-color: var(--background-body);
}
tbody td {
  padding: 0.625rem 1.25rem;
}
tbody tr {
  border-bottom: 0.0625rem solid;
  border-bottom-color: #cfcfcf;
  border-bottom-color: var(--background-border);
  background-color: transparent;
}

tfoot {
  border: 0.0625rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  background: #f4f4f4;
  background: var(--background-light-gray);
  color: #141414;
  color: var(--color-default);
}
tfoot tr {
  background: 0 0;
}
tfoot td {
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  text-align: left;
}

thead {
  border: 0.0625rem solid;
  border-color: #cfcfcf;
  border-color: var(--background-border);
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
  color: #141414;
  color: var(--color-default);
}
thead tr {
  background: 0 0;
}
thead th {
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  text-align: left;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  min-width: 31.25rem;
}

.table-simple {
  border: 0;
}

.table-padding-right-0 td {
  font-size: 0.75rem;
  padding-right: 0;
}

.table-padding-left-1 td {
  padding-left: 0.625rem;
}

.table-horizontal-lines td {
  border-left: 0 !important;
}

table.statistics {
  border: 0;
}
table.statistics tr, table.statistics td {
  border: 0;
  color: #141414;
  color: var(--color-default);
  font-weight: normal;
}
table.statistics td {
  padding: 0 0 0.625rem;
}
table.statistics td:last-child {
  float: right;
}
table.statistics tbody {
  background: transparent;
}

table.campaigns thead th {
  border-left: 0.0625rem solid;
  border-left-color: #cfcfcf;
  border-left-color: var(--background-border);
}
table.campaigns thead th:first-child {
  border-left: none;
}

.title {
  position: relative;
}

.subtitle {
  font-size: 1.125rem;
  font-weight: 300;
}

.title--advantage {
  color: #10aa00;
}

@media print, screen and (min-width: 63.9375em) {
  .title {
    font-weight: 300;
  }
  .subtitle {
    font-size: 1.625rem;
  }
  .title--advantage {
    font-size: 2.25rem;
  }
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 10px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.upload {
  counter-reset: upload;
}

.upload__item {
  position: relative;
  padding-left: 2.5rem;
}
.upload__item::before {
  counter-increment: upload;
  content: counter(upload);
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
  font-weight: 700;
}

.upload__progress {
  position: relative;
  display: block;
  height: 2.625rem;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 6.25rem;
  overflow: hidden;
}

.upload__bar {
  background-color: #d8232a;
  background-color: var(--color-primary);
  height: 100%;
}

.upload__name {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
}

.uploading-progress {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 0.625rem;
}

.uploading-progress-file {
  display: block;
  line-height: 46px;
  padding-left: 20px;
  white-space: nowrap;
  color: #fff;
  text-align: left;
  text-shadow: 1px 0 0 #d8232a, -1px 0 0 #d8232a, 0 1px 0 #d8232a, 0 -1px 0 #d8232a;
}

.uploading-queue {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 0.625rem;
  justify-content: space-between;
}
.uploading-queue .uploading-progress-file {
  text-shadow: none;
  color: #141414;
}
.uploading-queue .uploading-progress-add-info {
  width: 360px;
}
.uploading-queue .uploading-progress-add-info a {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.uploading-queue-title {
  display: flex;
  align-items: center;
  height: 46px;
  width: 550px;
  float: left;
  position: relative;
  overflow: hidden;
}

.uploading-progress-file-name {
  white-space: nowrap;
  display: inline-block;
  font-size: 0.875rem;
  color: #141414;
  color: var(--color-default);
}
.uploading-progress-file-name:focus {
  outline: none;
}

.uploading-progress-bar {
  flex: calc(100% - 50px);
  height: 46px;
  box-shadow: inset 0 0 0 1px;
  color: #cfcfcf;
  color: var(--background-border);
  border-radius: 100px;
  width: 710px;
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  background-color: var(--background-light-gray);
}

.uploading-progress-bar-complete {
  height: 46px;
  background: #d8232a;
  border-radius: 100px 0 0 100px;
  position: relative;
  transition: width 0.2s ease-in-out;
}

.uploading-progress-bar-percents {
  color: #fff;
  line-height: 45px;
  font-size: 23px;
  margin: 0 20px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}

.uploading-progress-add-info {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
.uploading-progress-add-info a {
  display: block;
}

.uploading-order {
  color: #141414;
  color: var(--color-default);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-right: 1.25rem;
}

.language-container .selectboxit-container {
  min-width: 5.125rem;
}

@media print, screen and (min-width: 63.9375em) {
  .upload__progress {
    border-color: #9d9d9d;
  }
}
@media (min-width: 1023px) {
  .uploading-progress-add-info {
    margin-top: 0;
    margin-left: auto;
  }
  .uploading-order {
    margin-inline: 1.25rem;
  }
}
.video--detail {
  box-shadow: none;
}

.video-detail-thumb {
  position: relative;
  text-decoration: none;
  display: block;
  width: 658px;
  min-height: 391px;
  z-index: 1;
  background: #f7f7f7;
}
.video-detail-thumb img {
  position: relative;
  z-index: 5;
}

.video-detail .video-wrap {
  position: relative;
}

.video__header {
  position: relative;
}

.video--inline .video__title {
  width: 214px;
}
.video--inline .video__content {
  flex: 1;
}

@media print, screen and (min-width: 46.25em) {
  .video--inline {
    flex-direction: row !important;
  }
  .video--inline .video__picture--container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .video--inline .video__title {
    max-width: 100%;
    width: 100%;
  }
}
@media print, screen and (min-width: 63.9375em) {
  .video--inline .video__title {
    font-size: 1rem !important;
  }
}
.video__item--likes {
  padding: 0.25rem 0.75rem;
  color: #141414;
  color: var(--color-default);
  border-radius: 0.375rem;
  display: inline-block;
  background-color: #d8232a;
  background-color: var(--color-primary);
  font-weight: 800;
}

.video--link:hover .video__title {
  text-decoration: none;
}

.vjs-overlay {
  font-size: 0.875rem;
  padding: 0.375rem;
  max-width: 100% !important;
}
.vjs-overlay a {
  color: #fff;
}

.video__pause {
  position: relative;
}
.video__pause .video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video__picture {
  display: block;
}

.video__picture--container {
  margin: 5px;
  max-width: 214px !important;
  width: 214px !important;
  overflow: hidden !important;
  display: inline-block;
}

@media print, screen and (min-width: 63.9375em) {
  .video__picture {
    border-radius: 0.375rem;
  }
  .video__picture--container {
    margin: 12px;
  }
}
.video--plain {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #a4a4a4;
  border-radius: 0;
  box-shadow: none;
}
.video--plain .video__tag {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  font-size: 1rem;
  font-weight: 800;
  color: #9d9d9d;
}
.video--plain .video__tag:not(.video__tag--favourite) {
  padding: 0;
  background-color: transparent;
  color: #000;
}
.video--plain .video__tag--time {
  flex-direction: column;
  align-items: flex-start;
}
.video--plain .video__tag--time img {
  margin-top: 0.5rem;
}
.video--plain .video__title {
  margin: 0;
  font-size: 1rem;
  text-decoration: underline;
}
.video--plain .video__title:hover {
  text-decoration: none;
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  line-height: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  padding: 0.125rem;
}

@media print, screen and (min-width: 63.9375em) {
  .video__play {
    background-color: transparent;
  }
  .video__play .icon {
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
  }
}
.similar {
  padding: 1.25rem;
  border: 0.0625rem solid #cfcfcf;
  border-radius: 0.25rem;
}

@media print, screen and (min-width: 63.9375em) {
  .video--small .video__tag {
    font-size: 0.75rem;
  }
  .video--small .video__tag--format {
    padding: 0;
  }
  .video--small .video__tag--size {
    opacity: 0.8;
  }
  .video--small .video__tag--time {
    opacity: 0.8;
  }
  .video--small .video__title {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }
}
.video-stopped {
  position: relative;
}

.video-stopped-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-stopped-content-text {
  font-size: 2.5vmin;
  padding: 1.8vmin 2vmin;
}

.video__tag {
  position: absolute;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.125rem;
  font-size: 0.75rem;
  border-radius: 0.125rem;
  background-color: #fff;
  color: #000;
}

.video__tag--time {
  bottom: 0.25rem;
  left: 0.25rem;
}

.video__tag--size {
  bottom: 0.25rem;
  right: 0.25rem;
}

.video__tag--format {
  top: 0.25rem;
  left: 0.25rem;
  line-height: 0;
  color: #d8232a;
  color: var(--color-primary);
  padding: 0.125rem;
  background-color: #fff;
}

.video__tag--favourite {
  top: 0.25rem;
  right: 0.25rem;
  padding: 0.25rem 1.25rem !important;
  background-color: !important;
  background-color: #d8232a !important;
  background-color: var(--color-primary) !important;
  color: #fff !important;
}

@media print, screen and (min-width: 63.9375em) {
  .video__tag {
    padding: 0.25rem 0.5rem;
    background-color: #000;
    font-size: 1rem;
    font-weight: 800;
    color: #9d9d9d;
    border-radius: 0.375rem;
  }
  .video__tag--time {
    bottom: 0.2rem;
    left: 0.2rem;
  }
  .video__tag--size {
    bottom: 0.2rem;
    right: 0.2rem;
  }
}
.video__title {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: #141414;
  color: var(--color-default);
}

@media print, screen and (min-width: 63.9375em) {
  .video__title {
    font-size: 1rem;
    font-weight: 700;
    color: #d8232a;
    color: var(--color-primary);
    text-decoration: underline;
  }
}
.video {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.375rem 0.375rem 0.625rem 0.375rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

@media print, screen and (min-width: 63.9375em) {
  .video {
    box-shadow: none;
    padding: 0;
    border-radius: 0.375rem;
  }
}
.video-wrap {
  position: relative;
  max-width: 655px;
}