@charset "UTF-8";
/*!
 * Copyright (c)  bofrost * 2020.
 * All rights reserved.
 * https://www.bofrost.de/
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .btn-prev,
  .slick-slider .btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0%, -50%); }
  .slick-slider .btn-prev {
    left: 0px; }
  .slick-slider .btn-next {
    right: 0px; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/** FLEX BOX SIMPLIFICATIONS **/
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center; }

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center; }

.flex-item {
  order: 0;
  flex: 0 1 auto;
  align-self: auto; }

.flex-item-stretch {
  order: 0;
  flex: 1 1 auto;
  align-self: auto; }

.flex-item-first {
  order: 0; }

.flex-item-second {
  order: 1; }

@media (min-width: 500px) {
  .flex-item-sm-first {
    order: 0 !important; }
  .flex-item-sm-second {
    order: 1 !important; } }

@media (min-width: 768px) {
  .flex-item-md-first {
    order: 0 !important; }
  .flex-item-md-second {
    order: 1 !important; } }

@media (min-width: 1024px) {
  .flex-item-lg-first {
    order: 0;
    flex: 0 1 auto;
    align-self: auto; }
  .flex-item-lg-second {
    order: 1;
    flex: 0 1 auto;
    align-self: auto; } }

.flex-item-overlap {
  order: 0;
  flex: 1 0 0;
  align-self: auto; }

/* IE 11 fix to prevent that big images make the element to big */
.flex-column .flex-item,
.flex-column .flex-item-stretch,
.flex-column .flex-item-overlap {
  max-width: 100%;
  min-height: 1px;
  /* looks useless but yes, IE11 needs it, otherwise the column is to large... why ever */ }

/** BREAKPOINT SIMPLIFICATIONS **/
/** SIDEBAR SIMPLIFICATIONS **/
/*!
 * Copyright (c)  bofrost * 2020.
 * All rights reserved.
 * https://www.bofrost.de/
 */
/* ### Do not replace whole content of file with icon moon ### */
@font-face {
  font-family: 'bofrost-icon';
  src: url("fonts/bofrost-icon.eot?fsa59x");
  src: url("fonts/bofrost-icon.eot?fsa59x#iefix") format("embedded-opentype"), url("fonts/bofrost-icon.ttf?fsa59x") format("truetype"), url("fonts/bofrost-icon.woff?fsa59x") format("woff"), url("fonts/bofrost-icon.svg?fsa59x#bofrost-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon_bo-"]:before, [class*=" icon_bo-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bofrost-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon_bo-cross_heart:before {
  content: "\e933"; }

/* ### Do not replace whole content of file with icon moon ### */
.icon_bo-kitchen-pot:before,
.icon_bo-kitchen-boil:before {
  content: "\e900"; }

.icon_bo-kitchen-fryolator:before,
.icon_bo-kitchen-frying-machine:before {
  content: "\e901"; }

.icon_bo-add:before,
.icon_bo-add-2:before {
  content: "\e902";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-audio-control-play:before {
  content: "\e903"; }

.icon_bo-banking-office-hour-4:before {
  content: "\e904"; }

.icon_bo-bofrost_eiskristall:before {
  content: "\e905"; }

.icon_bo-calendar:before,
.icon_bo-calendar-2:before {
  content: "\e906";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-chat-bubbles-square:before {
  content: "\e907"; }

.icon_bo-close:before {
  content: "\e908"; }

.icon_bo-coin-stack-1:before {
  content: "\e909"; }

.icon_bo-email-envelope:before {
  content: "\e90a";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-euro-price:before {
  content: "\e90b"; }

.icon_bo-interface-question-mark:before {
  content: "\e90c"; }

.icon_bo-navigation-drawer-1:before {
  content: "\e90d"; }

.icon_bo-pencil-1:before {
  content: "\e90e"; }

.icon_bo-shipping-truck:before {
  content: "\e90f"; }

.icon_bo-cart:before,
.icon_bo-shopping-cart-2:before {
  content: "\e910";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-shopping-cart-close:before {
  content: "\e911"; }

.icon_bo-sign-euro:before {
  content: "\e912"; }

.icon_bo-synchronize-1:before {
  content: "\e913"; }

.icon_bo-account:before,
.icon_bo-user:before {
  content: "\e914";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-wishlist:before,
.icon_bo-vote-heart:before {
  content: "\e915";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-vote-star2:before {
  content: "\e916"; }

.icon_bo-vote-star-half2:before {
  content: "\e917"; }

.icon_bo-at-sign:before {
  content: "\e918"; }

.icon_bo-interface-information:before {
  content: "\e919"; }

.icon_bo-speach:before {
  content: "\e91a";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-printer:before {
  content: "\e91b"; }

.icon_bo-and-symbol:before {
  content: "\e91c"; }

.icon_bo-bonus-points:before {
  content: "\e91d"; }

.icon_bo-availability:before {
  content: "\e91e";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-water-droplet:before,
.icon_bo-kitchen-waterdroplet:before {
  content: "\e91f"; }

.icon_bo-kitchen-brew:before,
.icon_bo-organic-tea:before {
  content: "\e920"; }

.icon_bo-kitchen-pan:before,
.icon_bo-kitchen-pan-fry:before {
  content: "\e921"; }

.icon_bo-kitchen-oven:before {
  content: "\e922"; }

.icon_bo-kitchen-microwave:before {
  content: "\e923"; }

.icon_bo-kitchen-grill:before,
.icon_bo-kitchen-barbecue-stove:before {
  content: "\e924"; }

.icon_bo-food-fried-egg-pan:before {
  content: "\e925"; }

.icon_bo-vote-star-half:before {
  content: "\e926"; }

.icon_bo-vote-star:before {
  content: "\e927"; }

.icon_bo-chevron-down:before {
  content: "\e928";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-rewards-gift:before {
  content: "\e929"; }

.icon_bo-subtract:before {
  content: "\e92a";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-search:before {
  content: "\e92b"; }

.icon_bo-mobile-subcategories:before,
.icon_bo-chevron-right:before {
  content: "\e92c";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-mobile-link-back:before,
.icon_bo-chevron-left:before {
  content: "\e92d";
  /* ATTENTION: adjust icon variable */ }

.icon_bo-instagram:before {
  content: "\e92e"; }

.icon_bo-facebook:before {
  content: "\e92f"; }

.icon_bo-pinterest:before {
  content: "\e930"; }

.icon_bo-chef-hat:before {
  content: "\e931"; }

.icon_bo-camera-1:before {
  content: "\e932"; }

.icon_bo-kitchen-steam:before {
  content: "\e934"; }

.icon_bo-kitchen-waterbath:before {
  content: "\e935"; }

.icon_bo-kitchen-airfryer:before {
  content: "\e936"; }

/* ### New custom icons ### */
@font-face {
  font-family: 'bofrost_custom_icons';
  src: url("fonts/fontello/bofrost_custom_icons.eot?67601507");
  src: url("fonts/fontello/bofrost_custom_icons.eot?67601507#iefix") format("embedded-opentype"), url("fonts/fontello/bofrost_custom_icons.woff2?67601507") format("woff2"), url("fonts/fontello/bofrost_custom_icons.woff?67601507") format("woff"), url("fonts/fontello/bofrost_custom_icons.ttf?67601507") format("truetype"), url("fonts/fontello/bofrost_custom_icons.svg?67601507#bofrost_custom_icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bofrost_custom_icons';
    src: url('../font/bofrost_custom_icons.svg?67601507#bofrost_custom_icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "bofrost_custom_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-kategorie_beilagen:before {
  content: '\e800'; }

/* 'î €' */
.icon-kategorie_bofrost-free:before {
  content: '\e801'; }

/* 'î ' */
.icon-kategorie_bonusprogrammm:before {
  content: '\e802'; }

/* 'î ‚' */
.icon-kategorie_brot-broetchen:before {
  content: '\e803'; }

/* 'î ƒ' */
.icon-kategorie_eiskrem:before {
  content: '\e804'; }

/* 'î „' */
.icon-kategorie_feinkost:before {
  content: '\e805'; }

/* 'î …' */
.icon-kategorie_fertiggerichte:before {
  content: '\e806'; }

/* 'î †' */
.icon-kategorie_fisch:before {
  content: '\e807'; }

/* 'î ‡' */
.icon-kategorie_fleisch:before {
  content: '\e808'; }

/* 'î ˆ' */
.icon-kategorie_gemuese:before {
  content: '\e809'; }

/* 'î ‰' */
.icon-kategorie_kartoffelprodukte:before {
  content: '\e80a'; }

/* 'î Š' */
.icon-kategorie_non-food:before {
  content: '\e80b'; }

/* 'î ‹' */
.icon-kategorie_neuheiten:before {
  content: '\e80c'; }

/* 'î Œ' */
.icon-kategorie_obst:before {
  content: '\e80d'; }

/* 'î ' */
.icon-kategorie_ostern:before {
  content: '\e80e'; }

/* 'î Ž' */
.icon-kategorie_pizza-snacks:before {
  content: '\e80f'; }

/* 'î ' */
.icon-kategorie_schokolade-pralinen:before {
  content: '\e810'; }

/* 'î ' */
.icon-kategorie_sommer-grillen:before {
  content: '\e811'; }

/* 'î ‘' */
.icon-kategorie_suessspeisen-dessert:before {
  content: '\e812'; }

/* 'î ’' */
.icon-kategorie_suppeneinlagen:before {
  content: '\e813'; }

/* 'î “' */
.icon-kategorie_themenwelten:before {
  content: '\e814'; }

/* 'î ”' */
.icon-kategorie_torten-kuchen:before {
  content: '\e815'; }

/* 'î •' */
.icon-kategorie_weihnachten:before {
  content: '\e816'; }

/* 'î –' */
.icon-preparation_microwave:before {
  content: '\e817'; }

/* 'î —' */
.icon-preparation_pan:before {
  content: '\e818'; }

/* 'î ˜' */
.icon-preparation_pot:before {
  content: '\e819'; }

/* 'î ™' */
.icon-social-media_facebook:before {
  content: '\e81a'; }

/* 'î š' */
.icon-social-media_instagram:before {
  content: '\e81b'; }

/* 'î ›' */
.icon-social-media_pinterest:before {
  content: '\e81c'; }

/* 'î œ' */
.icon-special-ingredients_gluten-free:before {
  content: '\e81d'; }

/* 'î ' */
.icon-special-ingredients_milk-free:before {
  content: '\e81e'; }

/* 'î ž' */
.icon-special-ingredients_vegetarian:before {
  content: '\e81f'; }

/* 'î Ÿ' */
.icon-special-ingredients_wheat-free:before {
  content: '\e820'; }

/* 'î  ' */
.icon-ui_add:before {
  content: '\e821'; }

/* 'î ¡' */
.icon-ui_arrow-down:before {
  content: '\e822'; }

/* 'î ¢' */
.icon-ui_arrow-left:before {
  content: '\e823'; }

/* 'î £' */
.icon-ui_arrow-right:before {
  content: '\e824'; }

/* 'î ¤' */
.icon-ui_arrow-up:before {
  content: '\e825'; }

/* 'î ¥' */
.icon-ui_bill:before {
  content: '\e826'; }

/* 'î ¦' */
.icon-ui_burger:before {
  content: '\e827'; }

/* 'î §' */
.icon-ui_cash:before {
  content: '\e828'; }

/* 'î ¨' */
.icon-ui_close:before {
  content: '\e829'; }

/* 'î ©' */
.icon-ui_check:before {
  content: '\e82a'; }

/* 'î ª' */
.icon-ui_delete:before {
  content: '\e82b'; }

/* 'î «' */
.icon-ui_delivery:before {
  content: '\e82c'; }

/* 'î ¬' */
.icon-ui_home:before {
  content: '\e82d'; }

/* 'î ­' */
.icon-ui_information:before {
  content: '\e82e'; }

/* 'î ®' */
.icon-ui_line:before {
  content: '\e82f'; }

/* 'î ¯' */
.icon-ui_mail:before {
  content: '\e830'; }

/* 'î °' */
.icon-ui_phone:before {
  content: '\e831'; }

/* 'î ±' */
.icon-ui_preparation:before {
  content: '\e832'; }

/* 'î ²' */
.icon-ui_print:before {
  content: '\e833'; }

/* 'î ³' */
.icon-ui_search:before {
  content: '\e834'; }

/* 'î ´' */
.icon-ui_sepa-mandate:before {
  content: '\e835'; }

/* 'î µ' */
.icon-ui_sepa-payment:before {
  content: '\e836'; }

/* 'î ¶' */
.icon-ui_shopping-cart-blue:before {
  content: '\e837'; }

/* 'î ·' */
.icon-ui_shopping-cart-outline:before {
  content: '\e838'; }

/* 'î ¸' */
.icon-ui_shopping-cart:before {
  content: '\e839'; }

/* 'î ¹' */
.icon-ui_time-reading:before {
  content: '\e83a'; }

/* 'î º' */
.icon-ui_time:before {
  content: '\e83b'; }

/* 'î »' */
.icon-ui_user:before {
  content: '\e83c'; }

/* 'î ¼' */
.icon-ui_wishlist_empty:before {
  content: '\e83d'; }

/* 'î ½' */
.icon-ui_wishlist-blue:before {
  content: '\e83e'; }

/* 'î ¾' */
.icon-ui_wishlist-outline:before {
  content: '\e83f'; }

/* 'î ¿' */
.icon-ui_wishlist:before {
  content: '\e840'; }

/* 'î¡€' */
.icon-usp_bofrost-quality:before {
  content: '\e841'; }

/* 'î¡' */
.icon-usp_free-delivery:before {
  content: '\e842'; }

/* 'î¡‚' */
.icon-usp_free-return:before {
  content: '\e843'; }

/* 'î¡ƒ' */
.icon-usp_pay-at-delivery:before {
  content: '\e844'; }

/* 'î¡„' */
.icon-wein-spirituosen:before {
  content: '\e845'; }

/* 'î¡…' */
.icon--kristal:before {
  content: '\e846'; }

/* '' */
.icon-chevron-right:before {
  content: '\e824'; }

/* 'î ¤' */
.shariff-button .fa.fa-facebook:before {
  content: '\e81a'; }

/* 'î š' */
.shariff-button .fa.fa-instagram:before {
  content: '\e81b'; }

/* 'î ›' */
.shariff-button .fa.fa-pinterest-p:before {
  content: '\e81c'; }

/* 'î œ' */
.shariff-button .fab.fa-facebook-f:before {
  font-family: "bofrost_custom_icons";
  font-size: 40px;
  line-height: 40px;
  content: '\e81a'; }

/* 'î š' */
.shariff-button .fa.fa-instagram:before {
  font-family: "bofrost_custom_icons";
  font-size: 40px;
  line-height: 40px;
  content: '\e81b'; }

/* 'î ›' */
.shariff-button .fab.fa-pinterest-p:before {
  font-family: "bofrost_custom_icons";
  font-size: 40px;
  line-height: 40px;
  content: '\e81c'; }

/* 'î œ' */
.icon-usp_delivery-cost:before {
  content: '\e847'; }

/* '' */
.icon-ui_purity_de:before {
  content: '\e848'; }

/* '' */
.icon-ui_phone_full:before {
  content: '\e849'; }

/* '' */
.icon-ui_www:before {
  content: '\e84a'; }

/* '' */
.icon-ui_email:before {
  content: '\e84b'; }

/* '' */
.icon-ui_purity_fr:before {
  content: '\e84c'; }

/* '' */
.icon-ui_purity_nl:before {
  content: '\e84d'; }

/* '' */
.icon-ui_taste-guarantee:before {
  content: '\e84e'; }

/* 'î¡Ž' */
.panel-bof-eis {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background-color: #0D194D; }
  .panel-bof-eis.white {
    background-color: #FFFFFF; }
    .panel-bof-eis.white i {
      color: #0D194D; }
  .panel-bof-eis i {
    font-size: 28px;
    position: relative;
    top: 7px;
    color: #FFFFFF; }

.w100 {
  width: 100% !important; }
  @media (max-width: 767px) {
    .w100-sm-down {
      width: 100% !important; } }
  @media (max-width: 499px) {
    .w100-xs-down {
      width: 100% !important; } }

@media (max-width: 767px) {
  .text-left.text-center-sm-down,
  .text-right.text-center-sm-down {
    text-align: center !important; } }

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important; }

.wauto {
  width: auto !important; }

.hauto {
  height: auto !important; }

.h100 {
  height: 100% !important; }

.h100p {
  height: 100px !important; }

.h200p {
  height: 200px !important; }

.h300p {
  height: 300px !important; }

.no-border-right {
  border-right-width: 0 !important; }

.no-border-left {
  border-left-width: 0 !important; }

.no-border-bottom {
  border-bottom-width: 0 !important; }

.no-border-radius-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.no-border-radius-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.ds-p-relative {
  position: relative; }

.ds-p-absolute {
  position: absolute; }

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

.hr-blue-thin {
  border-top: 1px solid #0D194D; }

.hr-blue {
  border-top: 3px solid #0D194D;
  margin: 0; }

.blue-line-small {
  text-align: left;
  border-top: 3px solid #0D194D;
  margin: 20px 0;
  width: 50px; }

.gray-line-divider {
  text-align: left;
  border-top: 1px solid #D3D3D3;
  margin: 24px 0;
  width: 100%; }

div.center,
ul.center,
label.center,
hr.center {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .p-sm-0-down {
    padding: 0 !important; } }

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

.double-border {
  position: relative;
  height: 21px; }
  .double-border:before {
    content: "";
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 0;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 8px;
    left: 0; }
  .double-border.blue02:before {
    border-color: #20285A; }

.inline-block {
  display: inline-block; }

@media (max-width: 1023px) {
  .visible-md-down {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-sm-down,
  .hidden-sm-down.visible-sm-down {
    display: block !important; } }

.float-left {
  float: left; }

.float-right {
  float: right; }

.valign-top {
  vertical-align: top; }

.valign-bottom {
  vertical-align: bottom; }

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

.pointer {
  cursor: pointer; }

.opacity-disabled {
  opacity: 0.5; }

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus {
  outline: none !important; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

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

ol,
ul,
dl {
  margin: 0; }

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

dt {
  font-weight: 500; }

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

blockquote {
  margin: 0 0 1rem; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

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

th {
  text-align: left; }

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

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: context-menu; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #636c72; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 500px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1280px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 500px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 1600px; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 500px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1280px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 500px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1024px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1280px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xlplus-1, .col-xlplus-2, .col-xlplus-3, .col-xlplus-4, .col-xlplus-5, .col-xlplus-6, .col-xlplus-7, .col-xlplus-8, .col-xlplus-9, .col-xlplus-10, .col-xlplus-11, .col-xlplus-12, .col-xlplus, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 500px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xlplus-1, .col-xlplus-2, .col-xlplus-3, .col-xlplus-4, .col-xlplus-5, .col-xlplus-6, .col-xlplus-7, .col-xlplus-8, .col-xlplus-9, .col-xlplus-10, .col-xlplus-11, .col-xlplus-12, .col-xlplus, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xlplus-1, .col-xlplus-2, .col-xlplus-3, .col-xlplus-4, .col-xlplus-5, .col-xlplus-6, .col-xlplus-7, .col-xlplus-8, .col-xlplus-9, .col-xlplus-10, .col-xlplus-11, .col-xlplus-12, .col-xlplus, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xlplus-1, .col-xlplus-2, .col-xlplus-3, .col-xlplus-4, .col-xlplus-5, .col-xlplus-6, .col-xlplus-7, .col-xlplus-8, .col-xlplus-9, .col-xlplus-10, .col-xlplus-11, .col-xlplus-12, .col-xlplus, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1280px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xlplus-1, .col-xlplus-2, .col-xlplus-3, .col-xlplus-4, .col-xlplus-5, .col-xlplus-6, .col-xlplus-7, .col-xlplus-8, .col-xlplus-9, .col-xlplus-10, .col-xlplus-11, .col-xlplus-12, .col-xlplus, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 10px;
      padding-left: 10px; } }

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

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.3333333333%; }

.pull-2 {
  right: 16.6666666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.3333333333%; }

.pull-5 {
  right: 41.6666666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.3333333333%; }

.pull-8 {
  right: 66.6666666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.3333333333%; }

.pull-11 {
  right: 91.6666666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.3333333333%; }

.push-2 {
  left: 16.6666666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.3333333333%; }

.push-5 {
  left: 41.6666666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.3333333333%; }

.push-8 {
  left: 66.6666666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.3333333333%; }

.push-11 {
  left: 91.6666666667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.3333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.3333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.3333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.3333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.3333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.3333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.3333333333%; }
  .pull-xl-2 {
    right: 16.6666666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.3333333333%; }
  .pull-xl-5 {
    right: 41.6666666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.3333333333%; }
  .pull-xl-8 {
    right: 66.6666666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.3333333333%; }
  .pull-xl-11 {
    right: 91.6666666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.3333333333%; }
  .push-xl-2 {
    left: 16.6666666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.3333333333%; }
  .push-xl-5 {
    left: 41.6666666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.3333333333%; }
  .push-xl-8 {
    left: 66.6666666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.3333333333%; }
  .push-xl-11 {
    left: 91.6666666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1281px) {
  .col-xlplus {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xlplus-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xlplus-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xlplus-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xlplus-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xlplus-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xlplus-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xlplus-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xlplus-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xlplus-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xlplus-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xlplus-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xlplus-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xlplus-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xlplus-0 {
    right: auto; }
  .pull-xlplus-1 {
    right: 8.3333333333%; }
  .pull-xlplus-2 {
    right: 16.6666666667%; }
  .pull-xlplus-3 {
    right: 25%; }
  .pull-xlplus-4 {
    right: 33.3333333333%; }
  .pull-xlplus-5 {
    right: 41.6666666667%; }
  .pull-xlplus-6 {
    right: 50%; }
  .pull-xlplus-7 {
    right: 58.3333333333%; }
  .pull-xlplus-8 {
    right: 66.6666666667%; }
  .pull-xlplus-9 {
    right: 75%; }
  .pull-xlplus-10 {
    right: 83.3333333333%; }
  .pull-xlplus-11 {
    right: 91.6666666667%; }
  .pull-xlplus-12 {
    right: 100%; }
  .push-xlplus-0 {
    left: auto; }
  .push-xlplus-1 {
    left: 8.3333333333%; }
  .push-xlplus-2 {
    left: 16.6666666667%; }
  .push-xlplus-3 {
    left: 25%; }
  .push-xlplus-4 {
    left: 33.3333333333%; }
  .push-xlplus-5 {
    left: 41.6666666667%; }
  .push-xlplus-6 {
    left: 50%; }
  .push-xlplus-7 {
    left: 58.3333333333%; }
  .push-xlplus-8 {
    left: 66.6666666667%; }
  .push-xlplus-9 {
    left: 75%; }
  .push-xlplus-10 {
    left: 83.3333333333%; }
  .push-xlplus-11 {
    left: 91.6666666667%; }
  .push-xlplus-12 {
    left: 100%; }
  .offset-xlplus-0 {
    margin-left: 0%; }
  .offset-xlplus-1 {
    margin-left: 8.3333333333%; }
  .offset-xlplus-2 {
    margin-left: 16.6666666667%; }
  .offset-xlplus-3 {
    margin-left: 25%; }
  .offset-xlplus-4 {
    margin-left: 33.3333333333%; }
  .offset-xlplus-5 {
    margin-left: 41.6666666667%; }
  .offset-xlplus-6 {
    margin-left: 50%; }
  .offset-xlplus-7 {
    margin-left: 58.3333333333%; }
  .offset-xlplus-8 {
    margin-left: 66.6666666667%; }
  .offset-xlplus-9 {
    margin-left: 75%; }
  .offset-xlplus-10 {
    margin-left: 83.3333333333%; }
  .offset-xlplus-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xxl-0 {
    right: auto; }
  .pull-xxl-1 {
    right: 8.3333333333%; }
  .pull-xxl-2 {
    right: 16.6666666667%; }
  .pull-xxl-3 {
    right: 25%; }
  .pull-xxl-4 {
    right: 33.3333333333%; }
  .pull-xxl-5 {
    right: 41.6666666667%; }
  .pull-xxl-6 {
    right: 50%; }
  .pull-xxl-7 {
    right: 58.3333333333%; }
  .pull-xxl-8 {
    right: 66.6666666667%; }
  .pull-xxl-9 {
    right: 75%; }
  .pull-xxl-10 {
    right: 83.3333333333%; }
  .pull-xxl-11 {
    right: 91.6666666667%; }
  .pull-xxl-12 {
    right: 100%; }
  .push-xxl-0 {
    left: auto; }
  .push-xxl-1 {
    left: 8.3333333333%; }
  .push-xxl-2 {
    left: 16.6666666667%; }
  .push-xxl-3 {
    left: 25%; }
  .push-xxl-4 {
    left: 33.3333333333%; }
  .push-xxl-5 {
    left: 41.6666666667%; }
  .push-xxl-6 {
    left: 50%; }
  .push-xxl-7 {
    left: 58.3333333333%; }
  .push-xxl-8 {
    left: 66.6666666667%; }
  .push-xxl-9 {
    left: 75%; }
  .push-xxl-10 {
    left: 83.3333333333%; }
  .push-xxl-11 {
    left: 91.6666666667%; }
  .push-xxl-12 {
    left: 100%; }
  .offset-xxl-0 {
    margin-left: 0%; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

select.form-control:not([size]):not([multiple]) {
  height: calc(50px + 2px); }

select.form-control:focus::-ms-value {
  color: #0D194D;
  background-color: #FFFFFF; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 14px; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.3;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #636c72;
    cursor: context-menu; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 3rem;
  background-repeat: no-repeat;
  background-position: center right 12.5px;
  background-size: 25px 25px; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 20px; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 500px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-outline-primary {
  color: #1F39AB;
  background-image: none;
  background-color: transparent;
  border-color: #1F39AB; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1F39AB;
    border-color: #1F39AB; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(31, 57, 171, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1F39AB;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1F39AB;
    border-color: #1F39AB; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-link {
  font-weight: 400;
  color: #1F39AB;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #13236a;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #636c72; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

@media (max-width: 767px) {
  .btn-block-down-sm {
    display: block;
    width: 100%; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.214rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #0D194D;
    text-decoration: none;
    background-color: #EEEEF5; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1F39AB; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: context-menu;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

@media (min-width: 500px) {
  .header-middle .show > .dropdown-menu {
    display: none !important; } }

.header-middle .language-switcher .show > .dropdown-menu,
.header-middle .header-search .js-search-form .show > .dropdown-menu,
.header-middle .navigation-bar .components-list .show > .dropdown-menu {
  display: block !important; }

.dropdown-menu-right {
  right: auto;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #0D194D;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

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

#checkoutProgress.nav {
  justify-content: center; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: context-menu; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #636c72;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #1F39AB; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navigationTabs.tab-container {
  text-align: center; }
  .navigationTabs.tab-container nav.tabs {
    margin: 2.571rem 0 0.714rem 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 499px) {
      .navigationTabs.tab-container nav.tabs {
        overflow-y: auto;
        margin: 1.143rem 0 0 0; } }
    .navigationTabs.tab-container nav.tabs .tab-item {
      display: inline-flex;
      align-items: flex-start; }
      @media (max-width: 499px) {
        .navigationTabs.tab-container nav.tabs .tab-item {
          flex: 0 0 auto;
          margin-right: 32px; } }
      .navigationTabs.tab-container nav.tabs .tab-item:empty {
        display: none; }
      .navigationTabs.tab-container nav.tabs .tab-item.current a {
        border-bottom: 4px solid #0D194D;
        font-weight: 700; }
      .navigationTabs.tab-container nav.tabs .tab-item a {
        font-size: 1.143rem;
        font-weight: 500;
        line-height: 1.375;
        color: #0D194D; }
        .navigationTabs.tab-container nav.tabs .tab-item a:hover {
          text-decoration: none;
          border-bottom: 4px solid #0D194D;
          font-weight: 700; }
          @media (max-width: 499px) {
            .navigationTabs.tab-container nav.tabs .tab-item a:hover {
              border-bottom: none; } }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #1F39AB;
  border-color: #1F39AB; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #1F39AB; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0.25rem - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 500px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 10px; }
      .card-deck .card:not(:last-child) {
        margin-right: 10px; } }

@media (min-width: 500px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 500px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }

.alert {
  padding: 12px 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .alert {
      padding: 12px 20px 12px 50px; } }
  .alert .container {
    position: relative;
    padding-left: 30px;
    padding-right: 22px; }
  .alert .close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    outline: none; }
  .alert .icon {
    margin-right: 15px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #E6F5E4; }
  .alert-success .alert-link {
    color: #101112; }
  .alert-success .icon,
  .alert-success .icon-close {
    color: #37A933; }

.alert-info {
  background-color: #EEEEF5; }
  .alert-info .alert-link {
    color: #101112; }
  .alert-info .icon,
  .alert-info .icon-close {
    color: #20285A; }

.alert-danger {
  background-color: #F4E2E1; }
  .alert-danger .alert-link {
    color: #101112; }
  .alert-danger .icon,
  .alert-danger .icon-close {
    color: #AB2218; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #292b2c; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef; }

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #636c72;
    cursor: context-menu;
    background-color: #fff; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
      color: #636c72; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1F39AB;
    border-color: #1F39AB; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text {
      color: #d2d9f7; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.icon-close {
  float: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #666666; }
  .icon-close:focus, .icon-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 16;
  display: block;
  font-family: "MuseoSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip.tooltip-blue .tooltip-inner {
    background-color: #EEEEF5;
    border-radius: 5px; }
  .tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top, .tooltip.bs-tooltip-top {
    padding: 10px 0;
    margin-top: -3px; }
    .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tooltip-top .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -10px;
      content: "";
      border-width: 10px 10px 0;
      border-top-color: #0D194D; }
  .tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right, .tooltip.bs-tooltip-right {
    padding: 0 10px;
    margin-left: 3px; }
    .tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tooltip-right .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -10px;
      content: "";
      border-width: 10px 10px 10px 0;
      border-right-color: #0D194D; }
  .tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom, .tooltip.bs-tooltip-bottom {
    padding: 10px 0;
    margin-top: 3px; }
    .tooltip.bs-tether-element-attached-top .tooltip-inner::before,
    .tooltip.bs-tether-element-attached-top .arrow, .tooltip.tooltip-bottom .tooltip-inner::before,
    .tooltip.tooltip-bottom .arrow, .tooltip.bs-tooltip-bottom .tooltip-inner::before,
    .tooltip.bs-tooltip-bottom .arrow {
      top: 0;
      left: 50%;
      margin-left: -10px;
      content: "";
      border-width: 0 10px 10px;
      border-bottom-color: #0D194D; }
  .tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left, .tooltip.bs-tooltip-left {
    padding: 0 10px;
    margin-left: -3px; }
    .tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tooltip-left .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -10px;
      content: "";
      border-width: 10px 0 10px 10px;
      border-left-color: #0D194D; }
  .tooltip.tooltip-white .tooltip-inner {
    color: #0D194D;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    text-align: left;
    font-size: 0.857rem;
    font-weight: 500;
    line-height: 1.666; }
    .tooltip.tooltip-white .tooltip-inner:before {
      border-top-color: #FFFFFF; }
  .tooltip.tooltip-white.centered .tooltip-inner {
    text-align: center; }

.tooltip-inner {
  max-width: 200px;
  padding: 10px 10px;
  color: #0D194D;
  text-align: center;
  background-color: #FFFFFF;
  border: 2px solid #0D194D; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "MuseoSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #1F39AB !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #172b80 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

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

.border-right-0 {
  border-right: 0 !important; }

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

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1281px) {
  .d-xlplus-none {
    display: none !important; }
  .d-xlplus-inline {
    display: inline !important; }
  .d-xlplus-inline-block {
    display: inline-block !important; }
  .d-xlplus-block {
    display: block !important; }
  .d-xlplus-table {
    display: table !important; }
  .d-xlplus-table-cell {
    display: table-cell !important; }
  .d-xlplus-flex {
    display: flex !important; }
  .d-xlplus-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1281px) {
  .flex-xlplus-first {
    order: -1; }
  .flex-xlplus-last {
    order: 1; }
  .flex-xlplus-unordered {
    order: 0; }
  .flex-xlplus-row {
    flex-direction: row !important; }
  .flex-xlplus-column {
    flex-direction: column !important; }
  .flex-xlplus-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xlplus-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xlplus-wrap {
    flex-wrap: wrap !important; }
  .flex-xlplus-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xlplus-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xlplus-start {
    justify-content: flex-start !important; }
  .justify-content-xlplus-end {
    justify-content: flex-end !important; }
  .justify-content-xlplus-center {
    justify-content: center !important; }
  .justify-content-xlplus-between {
    justify-content: space-between !important; }
  .justify-content-xlplus-around {
    justify-content: space-around !important; }
  .align-items-xlplus-start {
    align-items: flex-start !important; }
  .align-items-xlplus-end {
    align-items: flex-end !important; }
  .align-items-xlplus-center {
    align-items: center !important; }
  .align-items-xlplus-baseline {
    align-items: baseline !important; }
  .align-items-xlplus-stretch {
    align-items: stretch !important; }
  .align-content-xlplus-start {
    align-content: flex-start !important; }
  .align-content-xlplus-end {
    align-content: flex-end !important; }
  .align-content-xlplus-center {
    align-content: center !important; }
  .align-content-xlplus-between {
    align-content: space-between !important; }
  .align-content-xlplus-around {
    align-content: space-around !important; }
  .align-content-xlplus-stretch {
    align-content: stretch !important; }
  .align-self-xlplus-auto {
    align-self: auto !important; }
  .align-self-xlplus-start {
    align-self: flex-start !important; }
  .align-self-xlplus-end {
    align-self: flex-end !important; }
  .align-self-xlplus-center {
    align-self: center !important; }
  .align-self-xlplus-baseline {
    align-self: baseline !important; }
  .align-self-xlplus-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-first {
    order: -1; }
  .flex-xxl-last {
    order: 1; }
  .flex-xxl-unordered {
    order: 0; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 500px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

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

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1281px) {
  .float-xlplus-left {
    float: left !important; }
  .float-xlplus-right {
    float: right !important; }
  .float-xlplus-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

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

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

.m-1 {
  margin: 10px 10px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.ml-1 {
  margin-left: 10px !important; }

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-2 {
  margin: 20px 20px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.ml-2 {
  margin-left: 20px !important; }

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-3 {
  margin: 30px 30px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.ml-3 {
  margin-left: 30px !important; }

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-4 {
  margin: 40px 40px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.ml-4 {
  margin-left: 40px !important; }

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.m-5 {
  margin: 50px 50px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.ml-5 {
  margin-left: 50px !important; }

.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

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

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

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

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

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

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

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

.p-1 {
  padding: 10px 10px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pl-1 {
  padding-left: 10px !important; }

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-2 {
  padding: 20px 20px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pl-2 {
  padding-left: 20px !important; }

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-3 {
  padding: 30px 30px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pl-3 {
  padding-left: 30px !important; }

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-4 {
  padding: 40px 40px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pl-4 {
  padding-left: 40px !important; }

.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-5 {
  padding: 50px 50px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pl-5 {
  padding-left: 50px !important; }

.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 10px 10px !important; }
  .mt-sm-1 {
    margin-top: 10px !important; }
  .mr-sm-1 {
    margin-right: 10px !important; }
  .mb-sm-1 {
    margin-bottom: 10px !important; }
  .ml-sm-1 {
    margin-left: 10px !important; }
  .mx-sm-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-sm-2 {
    margin: 20px 20px !important; }
  .mt-sm-2 {
    margin-top: 20px !important; }
  .mr-sm-2 {
    margin-right: 20px !important; }
  .mb-sm-2 {
    margin-bottom: 20px !important; }
  .ml-sm-2 {
    margin-left: 20px !important; }
  .mx-sm-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-sm-3 {
    margin: 30px 30px !important; }
  .mt-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3 {
    margin-left: 30px !important; }
  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-sm-4 {
    margin: 40px 40px !important; }
  .mt-sm-4 {
    margin-top: 40px !important; }
  .mr-sm-4 {
    margin-right: 40px !important; }
  .mb-sm-4 {
    margin-bottom: 40px !important; }
  .ml-sm-4 {
    margin-left: 40px !important; }
  .mx-sm-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-sm-5 {
    margin: 50px 50px !important; }
  .mt-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5 {
    margin-left: 50px !important; }
  .mx-sm-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 10px 10px !important; }
  .pt-sm-1 {
    padding-top: 10px !important; }
  .pr-sm-1 {
    padding-right: 10px !important; }
  .pb-sm-1 {
    padding-bottom: 10px !important; }
  .pl-sm-1 {
    padding-left: 10px !important; }
  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-sm-2 {
    padding: 20px 20px !important; }
  .pt-sm-2 {
    padding-top: 20px !important; }
  .pr-sm-2 {
    padding-right: 20px !important; }
  .pb-sm-2 {
    padding-bottom: 20px !important; }
  .pl-sm-2 {
    padding-left: 20px !important; }
  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-sm-3 {
    padding: 30px 30px !important; }
  .pt-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3 {
    padding-left: 30px !important; }
  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-sm-4 {
    padding: 40px 40px !important; }
  .pt-sm-4 {
    padding-top: 40px !important; }
  .pr-sm-4 {
    padding-right: 40px !important; }
  .pb-sm-4 {
    padding-bottom: 40px !important; }
  .pl-sm-4 {
    padding-left: 40px !important; }
  .px-sm-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-sm-5 {
    padding: 50px 50px !important; }
  .pt-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5 {
    padding-left: 50px !important; }
  .px-sm-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-sm-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 10px 10px !important; }
  .mt-md-1 {
    margin-top: 10px !important; }
  .mr-md-1 {
    margin-right: 10px !important; }
  .mb-md-1 {
    margin-bottom: 10px !important; }
  .ml-md-1 {
    margin-left: 10px !important; }
  .mx-md-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-md-2 {
    margin: 20px 20px !important; }
  .mt-md-2 {
    margin-top: 20px !important; }
  .mr-md-2 {
    margin-right: 20px !important; }
  .mb-md-2 {
    margin-bottom: 20px !important; }
  .ml-md-2 {
    margin-left: 20px !important; }
  .mx-md-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-md-3 {
    margin: 30px 30px !important; }
  .mt-md-3 {
    margin-top: 30px !important; }
  .mr-md-3 {
    margin-right: 30px !important; }
  .mb-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3 {
    margin-left: 30px !important; }
  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-md-4 {
    margin: 40px 40px !important; }
  .mt-md-4 {
    margin-top: 40px !important; }
  .mr-md-4 {
    margin-right: 40px !important; }
  .mb-md-4 {
    margin-bottom: 40px !important; }
  .ml-md-4 {
    margin-left: 40px !important; }
  .mx-md-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-md-5 {
    margin: 50px 50px !important; }
  .mt-md-5 {
    margin-top: 50px !important; }
  .mr-md-5 {
    margin-right: 50px !important; }
  .mb-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5 {
    margin-left: 50px !important; }
  .mx-md-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 10px 10px !important; }
  .pt-md-1 {
    padding-top: 10px !important; }
  .pr-md-1 {
    padding-right: 10px !important; }
  .pb-md-1 {
    padding-bottom: 10px !important; }
  .pl-md-1 {
    padding-left: 10px !important; }
  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-md-2 {
    padding: 20px 20px !important; }
  .pt-md-2 {
    padding-top: 20px !important; }
  .pr-md-2 {
    padding-right: 20px !important; }
  .pb-md-2 {
    padding-bottom: 20px !important; }
  .pl-md-2 {
    padding-left: 20px !important; }
  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-md-3 {
    padding: 30px 30px !important; }
  .pt-md-3 {
    padding-top: 30px !important; }
  .pr-md-3 {
    padding-right: 30px !important; }
  .pb-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3 {
    padding-left: 30px !important; }
  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-md-4 {
    padding: 40px 40px !important; }
  .pt-md-4 {
    padding-top: 40px !important; }
  .pr-md-4 {
    padding-right: 40px !important; }
  .pb-md-4 {
    padding-bottom: 40px !important; }
  .pl-md-4 {
    padding-left: 40px !important; }
  .px-md-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-md-5 {
    padding: 50px 50px !important; }
  .pt-md-5 {
    padding-top: 50px !important; }
  .pr-md-5 {
    padding-right: 50px !important; }
  .pb-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5 {
    padding-left: 50px !important; }
  .px-md-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 10px 10px !important; }
  .mt-lg-1 {
    margin-top: 10px !important; }
  .mr-lg-1 {
    margin-right: 10px !important; }
  .mb-lg-1 {
    margin-bottom: 10px !important; }
  .ml-lg-1 {
    margin-left: 10px !important; }
  .mx-lg-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-lg-2 {
    margin: 20px 20px !important; }
  .mt-lg-2 {
    margin-top: 20px !important; }
  .mr-lg-2 {
    margin-right: 20px !important; }
  .mb-lg-2 {
    margin-bottom: 20px !important; }
  .ml-lg-2 {
    margin-left: 20px !important; }
  .mx-lg-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-lg-3 {
    margin: 30px 30px !important; }
  .mt-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3 {
    margin-left: 30px !important; }
  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-lg-4 {
    margin: 40px 40px !important; }
  .mt-lg-4 {
    margin-top: 40px !important; }
  .mr-lg-4 {
    margin-right: 40px !important; }
  .mb-lg-4 {
    margin-bottom: 40px !important; }
  .ml-lg-4 {
    margin-left: 40px !important; }
  .mx-lg-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-lg-5 {
    margin: 50px 50px !important; }
  .mt-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5 {
    margin-left: 50px !important; }
  .mx-lg-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 10px 10px !important; }
  .pt-lg-1 {
    padding-top: 10px !important; }
  .pr-lg-1 {
    padding-right: 10px !important; }
  .pb-lg-1 {
    padding-bottom: 10px !important; }
  .pl-lg-1 {
    padding-left: 10px !important; }
  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-lg-2 {
    padding: 20px 20px !important; }
  .pt-lg-2 {
    padding-top: 20px !important; }
  .pr-lg-2 {
    padding-right: 20px !important; }
  .pb-lg-2 {
    padding-bottom: 20px !important; }
  .pl-lg-2 {
    padding-left: 20px !important; }
  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-lg-3 {
    padding: 30px 30px !important; }
  .pt-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3 {
    padding-left: 30px !important; }
  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-lg-4 {
    padding: 40px 40px !important; }
  .pt-lg-4 {
    padding-top: 40px !important; }
  .pr-lg-4 {
    padding-right: 40px !important; }
  .pb-lg-4 {
    padding-bottom: 40px !important; }
  .pl-lg-4 {
    padding-left: 40px !important; }
  .px-lg-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-lg-5 {
    padding: 50px 50px !important; }
  .pt-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5 {
    padding-left: 50px !important; }
  .px-lg-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 10px 10px !important; }
  .mt-xl-1 {
    margin-top: 10px !important; }
  .mr-xl-1 {
    margin-right: 10px !important; }
  .mb-xl-1 {
    margin-bottom: 10px !important; }
  .ml-xl-1 {
    margin-left: 10px !important; }
  .mx-xl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-xl-2 {
    margin: 20px 20px !important; }
  .mt-xl-2 {
    margin-top: 20px !important; }
  .mr-xl-2 {
    margin-right: 20px !important; }
  .mb-xl-2 {
    margin-bottom: 20px !important; }
  .ml-xl-2 {
    margin-left: 20px !important; }
  .mx-xl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-xl-3 {
    margin: 30px 30px !important; }
  .mt-xl-3 {
    margin-top: 30px !important; }
  .mr-xl-3 {
    margin-right: 30px !important; }
  .mb-xl-3 {
    margin-bottom: 30px !important; }
  .ml-xl-3 {
    margin-left: 30px !important; }
  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-xl-4 {
    margin: 40px 40px !important; }
  .mt-xl-4 {
    margin-top: 40px !important; }
  .mr-xl-4 {
    margin-right: 40px !important; }
  .mb-xl-4 {
    margin-bottom: 40px !important; }
  .ml-xl-4 {
    margin-left: 40px !important; }
  .mx-xl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-xl-5 {
    margin: 50px 50px !important; }
  .mt-xl-5 {
    margin-top: 50px !important; }
  .mr-xl-5 {
    margin-right: 50px !important; }
  .mb-xl-5 {
    margin-bottom: 50px !important; }
  .ml-xl-5 {
    margin-left: 50px !important; }
  .mx-xl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 10px 10px !important; }
  .pt-xl-1 {
    padding-top: 10px !important; }
  .pr-xl-1 {
    padding-right: 10px !important; }
  .pb-xl-1 {
    padding-bottom: 10px !important; }
  .pl-xl-1 {
    padding-left: 10px !important; }
  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-xl-2 {
    padding: 20px 20px !important; }
  .pt-xl-2 {
    padding-top: 20px !important; }
  .pr-xl-2 {
    padding-right: 20px !important; }
  .pb-xl-2 {
    padding-bottom: 20px !important; }
  .pl-xl-2 {
    padding-left: 20px !important; }
  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-xl-3 {
    padding: 30px 30px !important; }
  .pt-xl-3 {
    padding-top: 30px !important; }
  .pr-xl-3 {
    padding-right: 30px !important; }
  .pb-xl-3 {
    padding-bottom: 30px !important; }
  .pl-xl-3 {
    padding-left: 30px !important; }
  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-xl-4 {
    padding: 40px 40px !important; }
  .pt-xl-4 {
    padding-top: 40px !important; }
  .pr-xl-4 {
    padding-right: 40px !important; }
  .pb-xl-4 {
    padding-bottom: 40px !important; }
  .pl-xl-4 {
    padding-left: 40px !important; }
  .px-xl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-xl-5 {
    padding: 50px 50px !important; }
  .pt-xl-5 {
    padding-top: 50px !important; }
  .pr-xl-5 {
    padding-right: 50px !important; }
  .pb-xl-5 {
    padding-bottom: 50px !important; }
  .pl-xl-5 {
    padding-left: 50px !important; }
  .px-xl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1281px) {
  .m-xlplus-0 {
    margin: 0 0 !important; }
  .mt-xlplus-0 {
    margin-top: 0 !important; }
  .mr-xlplus-0 {
    margin-right: 0 !important; }
  .mb-xlplus-0 {
    margin-bottom: 0 !important; }
  .ml-xlplus-0 {
    margin-left: 0 !important; }
  .mx-xlplus-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xlplus-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xlplus-1 {
    margin: 10px 10px !important; }
  .mt-xlplus-1 {
    margin-top: 10px !important; }
  .mr-xlplus-1 {
    margin-right: 10px !important; }
  .mb-xlplus-1 {
    margin-bottom: 10px !important; }
  .ml-xlplus-1 {
    margin-left: 10px !important; }
  .mx-xlplus-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-xlplus-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-xlplus-2 {
    margin: 20px 20px !important; }
  .mt-xlplus-2 {
    margin-top: 20px !important; }
  .mr-xlplus-2 {
    margin-right: 20px !important; }
  .mb-xlplus-2 {
    margin-bottom: 20px !important; }
  .ml-xlplus-2 {
    margin-left: 20px !important; }
  .mx-xlplus-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-xlplus-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-xlplus-3 {
    margin: 30px 30px !important; }
  .mt-xlplus-3 {
    margin-top: 30px !important; }
  .mr-xlplus-3 {
    margin-right: 30px !important; }
  .mb-xlplus-3 {
    margin-bottom: 30px !important; }
  .ml-xlplus-3 {
    margin-left: 30px !important; }
  .mx-xlplus-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-xlplus-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-xlplus-4 {
    margin: 40px 40px !important; }
  .mt-xlplus-4 {
    margin-top: 40px !important; }
  .mr-xlplus-4 {
    margin-right: 40px !important; }
  .mb-xlplus-4 {
    margin-bottom: 40px !important; }
  .ml-xlplus-4 {
    margin-left: 40px !important; }
  .mx-xlplus-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-xlplus-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-xlplus-5 {
    margin: 50px 50px !important; }
  .mt-xlplus-5 {
    margin-top: 50px !important; }
  .mr-xlplus-5 {
    margin-right: 50px !important; }
  .mb-xlplus-5 {
    margin-bottom: 50px !important; }
  .ml-xlplus-5 {
    margin-left: 50px !important; }
  .mx-xlplus-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-xlplus-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-xlplus-0 {
    padding: 0 0 !important; }
  .pt-xlplus-0 {
    padding-top: 0 !important; }
  .pr-xlplus-0 {
    padding-right: 0 !important; }
  .pb-xlplus-0 {
    padding-bottom: 0 !important; }
  .pl-xlplus-0 {
    padding-left: 0 !important; }
  .px-xlplus-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xlplus-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xlplus-1 {
    padding: 10px 10px !important; }
  .pt-xlplus-1 {
    padding-top: 10px !important; }
  .pr-xlplus-1 {
    padding-right: 10px !important; }
  .pb-xlplus-1 {
    padding-bottom: 10px !important; }
  .pl-xlplus-1 {
    padding-left: 10px !important; }
  .px-xlplus-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-xlplus-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-xlplus-2 {
    padding: 20px 20px !important; }
  .pt-xlplus-2 {
    padding-top: 20px !important; }
  .pr-xlplus-2 {
    padding-right: 20px !important; }
  .pb-xlplus-2 {
    padding-bottom: 20px !important; }
  .pl-xlplus-2 {
    padding-left: 20px !important; }
  .px-xlplus-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-xlplus-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-xlplus-3 {
    padding: 30px 30px !important; }
  .pt-xlplus-3 {
    padding-top: 30px !important; }
  .pr-xlplus-3 {
    padding-right: 30px !important; }
  .pb-xlplus-3 {
    padding-bottom: 30px !important; }
  .pl-xlplus-3 {
    padding-left: 30px !important; }
  .px-xlplus-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-xlplus-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-xlplus-4 {
    padding: 40px 40px !important; }
  .pt-xlplus-4 {
    padding-top: 40px !important; }
  .pr-xlplus-4 {
    padding-right: 40px !important; }
  .pb-xlplus-4 {
    padding-bottom: 40px !important; }
  .pl-xlplus-4 {
    padding-left: 40px !important; }
  .px-xlplus-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-xlplus-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-xlplus-5 {
    padding: 50px 50px !important; }
  .pt-xlplus-5 {
    padding-top: 50px !important; }
  .pr-xlplus-5 {
    padding-right: 50px !important; }
  .pb-xlplus-5 {
    padding-bottom: 50px !important; }
  .pl-xlplus-5 {
    padding-left: 50px !important; }
  .px-xlplus-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-xlplus-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-xlplus-auto {
    margin: auto !important; }
  .mt-xlplus-auto {
    margin-top: auto !important; }
  .mr-xlplus-auto {
    margin-right: auto !important; }
  .mb-xlplus-auto {
    margin-bottom: auto !important; }
  .ml-xlplus-auto {
    margin-left: auto !important; }
  .mx-xlplus-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xlplus-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 0 !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xxl-1 {
    margin: 10px 10px !important; }
  .mt-xxl-1 {
    margin-top: 10px !important; }
  .mr-xxl-1 {
    margin-right: 10px !important; }
  .mb-xxl-1 {
    margin-bottom: 10px !important; }
  .ml-xxl-1 {
    margin-left: 10px !important; }
  .mx-xxl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-xxl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-xxl-2 {
    margin: 20px 20px !important; }
  .mt-xxl-2 {
    margin-top: 20px !important; }
  .mr-xxl-2 {
    margin-right: 20px !important; }
  .mb-xxl-2 {
    margin-bottom: 20px !important; }
  .ml-xxl-2 {
    margin-left: 20px !important; }
  .mx-xxl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-xxl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-xxl-3 {
    margin: 30px 30px !important; }
  .mt-xxl-3 {
    margin-top: 30px !important; }
  .mr-xxl-3 {
    margin-right: 30px !important; }
  .mb-xxl-3 {
    margin-bottom: 30px !important; }
  .ml-xxl-3 {
    margin-left: 30px !important; }
  .mx-xxl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-xxl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-xxl-4 {
    margin: 40px 40px !important; }
  .mt-xxl-4 {
    margin-top: 40px !important; }
  .mr-xxl-4 {
    margin-right: 40px !important; }
  .mb-xxl-4 {
    margin-bottom: 40px !important; }
  .ml-xxl-4 {
    margin-left: 40px !important; }
  .mx-xxl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-xxl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-xxl-5 {
    margin: 50px 50px !important; }
  .mt-xxl-5 {
    margin-top: 50px !important; }
  .mr-xxl-5 {
    margin-right: 50px !important; }
  .mb-xxl-5 {
    margin-bottom: 50px !important; }
  .ml-xxl-5 {
    margin-left: 50px !important; }
  .mx-xxl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-xxl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-xxl-0 {
    padding: 0 0 !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xxl-1 {
    padding: 10px 10px !important; }
  .pt-xxl-1 {
    padding-top: 10px !important; }
  .pr-xxl-1 {
    padding-right: 10px !important; }
  .pb-xxl-1 {
    padding-bottom: 10px !important; }
  .pl-xxl-1 {
    padding-left: 10px !important; }
  .px-xxl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-xxl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-xxl-2 {
    padding: 20px 20px !important; }
  .pt-xxl-2 {
    padding-top: 20px !important; }
  .pr-xxl-2 {
    padding-right: 20px !important; }
  .pb-xxl-2 {
    padding-bottom: 20px !important; }
  .pl-xxl-2 {
    padding-left: 20px !important; }
  .px-xxl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-xxl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-xxl-3 {
    padding: 30px 30px !important; }
  .pt-xxl-3 {
    padding-top: 30px !important; }
  .pr-xxl-3 {
    padding-right: 30px !important; }
  .pb-xxl-3 {
    padding-bottom: 30px !important; }
  .pl-xxl-3 {
    padding-left: 30px !important; }
  .px-xxl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-xxl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-xxl-4 {
    padding: 40px 40px !important; }
  .pt-xxl-4 {
    padding-top: 40px !important; }
  .pr-xxl-4 {
    padding-right: 40px !important; }
  .pb-xxl-4 {
    padding-bottom: 40px !important; }
  .pl-xxl-4 {
    padding-left: 40px !important; }
  .px-xxl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-xxl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-xxl-5 {
    padding: 50px 50px !important; }
  .pt-xxl-5 {
    padding-top: 50px !important; }
  .pr-xxl-5 {
    padding-right: 50px !important; }
  .pb-xxl-5 {
    padding-bottom: 50px !important; }
  .pl-xxl-5 {
    padding-left: 50px !important; }
  .px-xxl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-xxl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

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

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

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

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

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

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

@media (min-width: 500px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1281px) {
  .text-xlplus-left {
    text-align: left !important; }
  .text-xlplus-right {
    text-align: right !important; }
  .text-xlplus-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

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

a.text-primary:focus, a.text-primary:hover {
  color: #060b21 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

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

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

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

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 499px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 500px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

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

@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1280px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1281px) {
  .hidden-xlplus-up {
    display: none !important; } }

@media (max-width: 1399px) {
  .hidden-xlplus-down {
    display: none !important; } }

@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

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

@font-face {
  font-family: "bromello";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/bromello.otf") format("opentype"); }

@font-face {
  font-family: "Cuisine";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Cuisine.ttf") format("truetype"); }

@font-face {
  font-family: "Manus";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Manus.ttf") format("opentype"); }

@font-face {
  font-family: "Lobster";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Lobster.otf") format("opentype"); }

@font-face {
  font-family: "PT Sans Pro Black";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/PTSansPro-Black.eot"), url("fonts/PTSansPro-Black.otf") format("opentype"); }

/* pt-sans-regular - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#PTSans") format("svg");
  /* Legacy iOS */ }

/* pt-sans-italic - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2") format("woff2"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff") format("woff"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-italic.ttf") format("truetype"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-italic.svg#PTSans") format("svg");
  /* Legacy iOS */ }

/* pt-sans-700 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700.svg#PTSans") format("svg");
  /* Legacy iOS */ }

/* pt-sans-700italic - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff2") format("woff2"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff") format("woff"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700italic.ttf") format("truetype"), url("fonts/pt-sans-v12-latin-ext_latin_cyrillic-ext_cyrillic-700italic.svg#PTSans") format("svg");
  /* Legacy iOS */ }

/* Museo 100 */
@font-face {
  font-family: 'Museo';
  font-style: italic;
  font-weight: 100;
  src: local(""), url("fonts/museo/Museo100-Italic.otf"); }

/* Museo 500 */
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("fonts/museo/Museo500-Regular.otf"); }

/* Museo Sans 300 */
@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/museo/MuseoSans_300.otf"); }

/* Museo Sans 500 */
@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("fonts/museo/MuseoSans_500.otf"); }

/* Museo Sans 700 */
@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/museo/MuseoSans_700.otf"); }

/* Museo Sans 900 */
@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 900;
  src: local(""), url("fonts/museo/MuseoSans_900.otf"); }

body,
html {
  font-family: "MuseoSans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #0D194D;
  background-color: #fff; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #0D194D;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 1.25; }
  h1.black, .h1.black,
  h2.black, .h2.black,
  h3.black, .h3.black,
  h4.black, .h4.black,
  h5.black, .h5.black,
  h6.black, .h6.black {
    color: #262626; }
  h1.white, .h1.white,
  h2.white, .h2.white,
  h3.white, .h3.white,
  h4.white, .h4.white,
  h5.white, .h5.white,
  h6.white, .h6.white {
    color: #FFFFFF; }

h1, .h1 {
  font-size: 2.571rem;
  font-weight: 700;
  line-height: 1.25; }

h2, .h2 {
  font-size: 2.286rem;
  font-weight: 700;
  line-height: 1.187; }

h3, .h3 {
  font-size: 1.714rem;
  font-weight: 700;
  line-height: 1.25; }
  h3.thin, .h3.thin {
    font-weight: 500; }

h4, .h4 {
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.375; }

.headline-glow {
  text-shadow: 5px 5px 50px #0D194D, -5px -5px 50px #0D194D, 5px 5px 50px #0D194D; }
  .headline-glow.headline-product-quantity-number, .headline-glow.headline-product-quantity-text {
    text-shadow: 5px 5px 50px #FFFFFF, -5px -5px 50px #FFFFFF, 5px 5px 50px #FFFFFF;
    font-size: 1rem;
    font-weight: 300;
    color: #666666;
    padding-left: 3px; }
  .headline-glow.white {
    text-shadow: 5px 5px 50px #FFFFFF, -5px -5px 50px #FFFFFF, 5px 5px 50px #FFFFFF;
    color: #20216B;
    font-size: 2.286rem; }

.bromello {
  font-style: normal;
  font-weight: 400;
  font-family: "bromello"; }

.Cuisine {
  font-style: normal;
  font-weight: 400;
  font-family: "Cuisine"; }

.Manus {
  font-style: normal;
  font-weight: 400;
  font-family: "Manus"; }

.Lobster {
  font-style: normal;
  font-weight: 400;
  font-family: "Lobster"; }

.pro-bold {
  font-style: normal;
  font-weight: 700;
  font-family: "PT Sans Pro Black";
  text-transform: uppercase; }

.museo {
  font-style: normal;
  font-weight: 700;
  font-family: "Museo"; }

p {
  font-size: 1rem;
  margin: 0; }

.seo-text {
  font-size: 1rem; }

.info-text {
  font-size: 0.929rem; }

.small, small {
  font-size: 0.929rem; }

.text-reset {
  text-transform: none !important;
  font-weight: 400 !important; }

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

.bold {
  font-weight: 700; }

.text-gray1 {
  color: #262626; }

.text-gray2 {
  color: #666666; }

.icon-big {
  font-size: 1.429rem; }

.fontsize-12 {
  font-size: 12px !important; }

.fontsize-13 {
  font-size: 13px !important; }

.fontsize-14 {
  font-size: 14px !important; }

.fontsize-16 {
  font-size: 16px !important; }

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

.fontsize-20 {
  font-size: 20px !important; }

.fontsize-22 {
  font-size: 22px !important; }

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

.fontsize-26 {
  font-size: 26px !important; }

.fontsize-28 {
  font-size: 28px !important; }

.fontsize-30 {
  font-size: 30px !important; }

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

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 3px solid #4F4F4F; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

a {
  color: #1F39AB;
  text-decoration: none;
  text-decoration-thickness: 0.7 px; }
  a:focus, a:hover {
    color: #0D194D;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  cursor: pointer; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

.link {
  font-size: 1.143rem;
  color: #0D194D;
  transition: color, text-shadow .2s; }
  .link i {
    color: #0D194D;
    text-shadow: none;
    font-size: 1.357rem; }
    .link i:before {
      display: inline-block; }
  .link:focus, .link:hover {
    color: #0D194D;
    cursor: pointer; }
    .link:focus i, .link:hover i {
      text-shadow: none; }
  .link.back-arrow i {
    position: relative;
    top: 4px;
    font-size: 1.286rem;
    font-weight: 400;
    margin-right: 5px; }

.icon_bo-interface-question-mark {
  color: #0D194D; }

.headline-format {
  margin-bottom: 1.714rem;
  font-family: "Museo";
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .headline-format {
      font-size: 2.286rem;
      line-height: 1.187; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .headline-format {
      font-size: 2.286rem;
      line-height: 1.125; } }
  @media screen and (min-width: 992px) and (max-width: 1279px) {
    .headline-format {
      font-size: 2.857rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1280px) and (max-width: 1599px) {
    .headline-format {
      font-size: 3.429rem;
      line-height: 1.208; } }
  @media screen and (min-width: 1600px) {
    .headline-format {
      font-size: 4.357rem;
      line-height: 1.213; } }

.subline-format {
  font-size: 2.571rem;
  line-height: 1.3;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .subline-format {
      font-size: 1.286rem;
      line-height: 1.222; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .subline-format {
      font-size: 1.286rem;
      line-height: 1.222; } }
  @media screen and (min-width: 992px) and (max-width: 1279px) {
    .subline-format {
      font-size: 1.571rem;
      line-height: 1.272; } }
  @media screen and (min-width: 1280px) and (max-width: 1599px) {
    .subline-format {
      font-size: 1.714rem;
      line-height: 1.25; } }
  @media screen and (min-width: 1600px) {
    .subline-format {
      font-size: 2.143rem;
      line-height: 1.2; } }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.input-group .form-control {
  display: block;
  flex-direction: row; }

.custom-select {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-width: 50px;
  height: 50px;
  padding: 0;
  color: #0D194D;
  font-weight: 400;
  background: #FFFFFF;
  border: 2px solid #0D194D;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .custom-select.success:not(:hover), .custom-select.success select:not(:hover) {
    color: #0D194D; }
  .custom-select.white {
    border-color: #FFFFFF; }
    .custom-select.white:focus:not(.disabled), .custom-select.white:hover:not(.disabled) {
      background-color: #FFFFFF; }
  .custom-select.select-primary {
    border-color: #FFFFFF;
    background-color: #0D194D;
    color: #FFFFFF; }
    .custom-select.select-primary:hover, .custom-select.select-primary:focus {
      background-color: #FFFFFF;
      color: #0D194D; }
      .custom-select.select-primary:hover select,
      .custom-select.select-primary:hover .icon, .custom-select.select-primary:focus select,
      .custom-select.select-primary:focus .icon {
        color: #0D194D !important; }
  .custom-select.width-auto {
    width: auto; }
  .custom-select:focus:not(.disabled), .custom-select:hover:not(.disabled) {
    color: #FFFFFF;
    background-color: #0D194D;
    outline: none; }
    .custom-select:focus:not(.disabled) .icon, .custom-select:hover:not(.disabled) .icon {
      color: #FFFFFF; }
    .custom-select:focus:not(.disabled)::-ms-value, .custom-select:hover:not(.disabled)::-ms-value {
      color: #FFFFFF;
      background-color: #FFFFFF; }
    .custom-select:focus:not(.disabled) select, .custom-select:hover:not(.disabled) select {
      color: #FFFFFF;
      cursor: pointer; }
    .custom-select:focus:not(.disabled) .text, .custom-select:hover:not(.disabled) .text {
      color: #FFFFFF; }
  .custom-select:disabled, .custom-select.disabled {
    opacity: 0.5;
    cursor: context-menu; }
    .custom-select:disabled:hover, .custom-select:disabled:focus, .custom-select.disabled:hover, .custom-select.disabled:focus {
      background: inherit;
      color: #0D194D; }
      .custom-select:disabled:hover select,
      .custom-select:disabled:hover .icon.icon-right, .custom-select:disabled:focus select,
      .custom-select:disabled:focus .icon.icon-right, .custom-select.disabled:hover select,
      .custom-select.disabled:hover .icon.icon-right, .custom-select.disabled:focus select,
      .custom-select.disabled:focus .icon.icon-right {
        color: #0D194D; }
  .custom-select select:disabled:hover,
  .custom-select select:disabled:focus {
    cursor: auto; }
  .custom-select.small select {
    width: 70px;
    text-indent: 32px; }
    .custom-select.small select option {
      color: #0D194D; }
      .custom-select.small select option:first-child {
        display: none; }
  .custom-select select.form-control, .custom-select.has-error select.form-control {
    color: #0D194D;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 14px; }
    .custom-select select.form-control:invalid, .custom-select select.form-control:empty, .custom-select select.form-control.empty, .custom-select.has-error select.form-control:invalid, .custom-select.has-error select.form-control:empty, .custom-select.has-error select.form-control.empty {
      color: #0D194D; }
    .custom-select select.form-control:hover:not(:disabled):not(.disabled), .custom-select.has-error select.form-control:hover:not(:disabled):not(.disabled) {
      color: #FFFFFF; }
  .custom-select::-ms-expand {
    opacity: 0; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select .icon {
    color: #0D194D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
    .custom-select .icon i {
      font-size: 1.429rem;
      font-weight: 400; }
    .custom-select .icon.icon-right {
      right: 0.8rem; }
    .custom-select .icon.icon-left {
      left: 0.8rem; }
  .custom-select:not(.small) select {
    width: 100%; }
  .custom-select select {
    padding: 0.5rem 2.8rem 0.5rem 0.8rem;
    height: 48px;
    border: none;
    box-shadow: none;
    outline: 0;
    color: #0D194D;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .custom-select select option {
      color: #0D194D;
      background-color: #FFFFFF;
      text-transform: none; }
    .custom-select select.changed {
      text-transform: none;
      font-weight: 400; }
    .custom-select select::-ms-expand {
      display: none; }
  .custom-select.has-error {
    border-color: #AB2218; }
    .custom-select.has-error:hover, .custom-select.has-error:focus {
      border-color: #0D194D; }
  .custom-select.no-hover {
    cursor: default; }
  .custom-select label {
    font-weight: 400; }

.upload-form .form-group.has-error {
  border: 1px solid #AB2218; }

.btn-round .icon-success.icon-left {
  left: 12px; }
  .btn-round .icon-success.icon-left i {
    font-weight: 400; }

.btn-refresh {
  right: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: 0; }

.space-between {
  display: inline-block;
  border: #666666 solid 1px;
  border-left-width: 0;
  border-right-width: 0;
  height: 50px;
  width: 1px;
  vertical-align: middle; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

input[type='file'] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  input[type='file'] + label * {
    pointer-events: none; }

input[type="tel"],
input[type="fax"],
input[type="number"] {
  speak: spell-out; }

input[type="text"]:focus,
textarea:focus {
  -webkit-text-size-adjust: 100%; }

.form-control,
.form-control-textarea {
  display: block;
  width: 100%;
  padding: 1rem 16px 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #0D194D;
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #94A1AD;
  border-radius: 4px;
  outline: 0; }
  .form-control::-ms-expand,
  .form-control-textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control.is-focused,
  .form-control-textarea.is-focused {
    border-color: #000000; }
  .form-control.quantity,
  .form-control-textarea.quantity {
    display: none;
    padding-right: 20px; }
    .form-control.quantity.show,
    .form-control-textarea.quantity.show {
      display: block; }
  .form-control::placeholder,
  .form-control-textarea::placeholder {
    color: #636c72;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.571;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly],
  .form-control-textarea:disabled,
  .form-control-textarea[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled,
  .form-control-textarea:disabled {
    cursor: context-menu; }

.has-float-label label.birthday-icon {
  position: absolute;
  top: 0.286rem;
  right: 14px;
  left: unset;
  z-index: 1;
  cursor: pointer;
  font-size: 2rem;
  line-height: unset;
  margin-bottom: unset;
  color: unset;
  background-color: unset;
  opacity: 1;
  transition: unset;
  pointer-events: unset; }

.has-float-label.focused label.birthday-icon {
  top: 0.286rem;
  background-color: unset;
  border-radius: unset;
  padding: unset;
  color: unset;
  font-size: 2rem;
  left: unset;
  opacity: 1;
  pointer-events: unset; }

.form-group select.form-control:not([size]):not([multiple]) {
  height: 31px; }

.form-control-textarea textarea {
  border: 0;
  padding: 0;
  border-radius: 0; }

.form-group {
  position: relative;
  margin-bottom: 1.286rem; }
  .form-group .text-note {
    font-size: 0.929rem; }
    .form-group .text-note:last-child {
      padding-bottom: 0; }
  .form-group .focused .form-control {
    border-color: #556674;
    color: #0D194D;
    font-weight: 500;
    font-size: 1rem; }
  .form-group .focused .bootstrap-select .dropdown-toggle.btn {
    border-color: #556674; }
  .form-group.has-error .form-control,
  .form-group.has-error .form-control-textarea,
  .form-group.has-error .custom-control-indicator {
    border-color: #FF1100;
    border-radius: 4px;
    color: #FF1100; }
  .form-group.has-error.custom-select-nls .bootstrap-select.btn-group .dropdown-toggle {
    border-color: #FF1100;
    border-radius: 4px; }
    .form-group.has-error.custom-select-nls .bootstrap-select.btn-group .dropdown-toggle .filter-option {
      color: #FF1100; }
  .form-group.has-error .has-float-label > span,
  .form-group.has-error .has-float-label label {
    background-color: #FFFFFF; }
  .form-group.has-error .text-error {
    color: #FF1100;
    display: block !important; }
  .form-group.has-error .text-success {
    color: #37A933; }
  .form-group.date {
    position: relative;
    padding-left: 7px 14px; }
    .form-group.date .date-icon {
      position: absolute;
      top: 52px;
      right: 15px;
      z-index: 3;
      color: #0D194D;
      font-size: 1.286rem;
      font-weight: 400;
      display: none; }
    .form-group.date.show .icon {
      color: #FFFFFF; }
    .form-group.date.show .custom-select {
      border-radius: 5px 5px 0 0;
      background-color: #0D194D;
      color: #FFFFFF; }
    .form-group.date.show .js-date,
    .form-group.date.show .date-icon {
      display: block; }
    .form-group.date.show .text-date-show {
      display: block; }
    .form-group.date.show .text-date-hide {
      display: none; }
    .form-group.date .text {
      display: block;
      padding: 0.5rem 2.8rem 0.5rem 0.8rem;
      font-weight: 700; }
    .form-group.date .text-date-show {
      display: none; }
    .form-group.date .text-date-hide {
      display: block; }
    .form-group.date .js-date {
      display: none;
      border-radius: 0;
      border-top: 0;
      position: absolute;
      z-index: 2;
      width: 100%;
      top: 50px;
      left: 0; }
      .form-group.date .js-date::-ms-clear {
        display: none; }

.form-checkout-checkbox {
  margin-bottom: 1.071rem; }

.password-hint {
  margin-top: -16px; }
  .password-hint #description-password {
    font-size: 0.857rem;
    font-weight: 500;
    line-height: 1.666;
    color: #000000; }

.input-counter-wrap,
.textarea-counter-wrap {
  font-size: 0.857rem;
  text-align: left; }

textarea {
  min-height: 55px; }

.tooltip-checkout:before {
  font-size: 1.571rem;
  color: #1F39AB;
  position: relative;
  top: 5px; }

.mandatory option::after {
  content: ' *'; }

.image-upload-form legend {
  font-size: 1rem; }

.image-upload-form .img-preview,
.image-upload-form .no-preview {
  display: inline-block;
  margin: 0 auto;
  text-align: center; }
  .image-upload-form .img-preview.background,
  .image-upload-form .no-preview.background {
    position: absolute;
    z-index: -1; }

.image-upload-form .img-preview {
  height: 165px;
  width: 165px;
  overflow: hidden; }

.address-validation-success {
  margin-top: 0;
  display: none; }
  .address-validation-success-container {
    display: flex;
    align-items: center;
    justify-content: end; }
    .address-validation-success-container .text {
      font-size: 0.857rem; }
    .address-validation-success-container .icon-big {
      padding-right: 10px; }

.update-profile-address-validation-success {
  margin-top: 1.429rem;
  margin-right: 10px; }
  .update-profile-address-validation-success .text {
    position: relative;
    top: -6px;
    font-size: 0.857rem;
    float: right;
    margin-right: 0px; }
  .update-profile-address-validation-success .icon-big {
    float: right;
    margin-right: 5px;
    margin-top: -10px; }

.checkout-address-validation-success {
  margin-top: 1.429rem;
  margin-right: 10px; }
  .checkout-address-validation-success .text {
    position: relative;
    top: -9px;
    font-size: 0.857rem;
    float: right;
    margin-right: 0px; }
  .checkout-address-validation-success .icon-big {
    float: right;
    margin-right: 5px;
    margin-top: -10px; }

.disable-address-validation-box {
  display: none;
  padding-bottom: 1.143rem; }
  .disable-address-validation-box .custom-control-indicator {
    width: 20px;
    height: 20px; }

.agreement-text-container {
  padding: 0 26px 1.286rem 0;
  position: relative;
  color: #0D194D;
  font-weight: 500;
  font-size: 0.786rem;
  line-height: 1.571; }
  .agreement-text-container a {
    color: #1F39AB;
    font-size: 0.786rem; }
    .agreement-text-container a:hover, .agreement-text-container a:focus {
      text-shadow: none;
      color: #1F39AB; }
  .agreement-text-container input#agreement {
    height: 0;
    opacity: 0;
    position: absolute; }
    .agreement-text-container input#agreement:focus ~ label {
      outline: 1px solid;
      outline-width: 1px;
      outline-style: auto; }
    .agreement-text-container input#agreement:checked ~ .agreement-text {
      height: 100%; }
    .agreement-text-container input#agreement:checked ~ label {
      transform: rotate(180deg) translateY(50%);
      margin-bottom: 0.5rem; }
    .agreement-text-container input#agreement:checked ~ .fade-border {
      display: none; }
  .agreement-text-container label {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
    transition: .2s ease-in-out;
    margin: 0; }
    .agreement-text-container label i {
      font-size: 1.571rem;
      color: #1F39AB;
      font-weight: 700; }
  .agreement-text-container .agreement-text {
    height: 59px;
    overflow: hidden; }
  .agreement-text-container .fade-border {
    position: absolute;
    bottom: 18px;
    left: 0;
    height: 31px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), white); }

.valid-address-field-border {
  border-color: #37A933; }

.popup-login-form .form-group {
  margin-bottom: 1.143rem; }

.popup-login-form .row {
  padding-top: 0.571rem; }

#bofrostRegisterForm .register-left-section .personal-details-heading {
  display: block; }
  @media (max-width: 499px) {
    #bofrostRegisterForm .register-left-section .personal-details-heading {
      display: inline-flex;
      justify-content: space-between; } }

#bofrostRegisterForm .register-left-section .personal-data {
  margin-bottom: 0.714rem; }

@media (max-width: 499px) {
  #bofrostRegisterForm .register-right-section {
    padding-top: 2.429rem; } }

#bofrostRegisterForm .register-right-section .delivery-contact-details-heading {
  display: block; }
  @media (max-width: 499px) {
    #bofrostRegisterForm .register-right-section .delivery-contact-details-heading {
      display: inline-flex;
      justify-content: space-between; } }

#bofrostRegisterForm .register-right-section .delivery-contact-details {
  margin-bottom: 0.714rem; }

#bofrostRegisterForm .register-right-section .optin {
  padding: 0; }
  #bofrostRegisterForm .register-right-section .optin .form-group {
    margin-bottom: 0.929rem; }

#bofrostRegisterForm .checkout-registration-container {
  padding-top: 2.286rem; }
  @media (max-width: 499px) {
    #bofrostRegisterForm .checkout-registration-container .checkout-registration-button {
      width: 100%; } }

#bofrostRegisterForm .form-group {
  margin-bottom: 1.143rem; }
  #bofrostRegisterForm .form-group .text-error {
    display: none; }

#bofrostRegisterForm .empty-register-text .custom-checkbox .custom-control-indicator.blue-checkbox {
  margin-top: 0.714rem; }

.bofrost-user-protection {
  display: none; }

.regionalized-coupon-wrapper {
  margin-top: 2.286rem;
  margin-bottom: 4rem; }
  .regionalized-coupon-wrapper h3 {
    margin-bottom: 1.143rem; }
  .regionalized-coupon-wrapper p {
    margin-bottom: 1.357rem; }
    .regionalized-coupon-wrapper p.error {
      color: #FF1100;
      font-weight: 500; }
  .regionalized-coupon-wrapper .button-container {
    margin-bottom: 1.714rem; }
    .regionalized-coupon-wrapper .button-container a {
      width: 100%; }
  .regionalized-coupon-wrapper .coupon-refresh-component button {
    width: 100%; }
  .regionalized-coupon-wrapper .regionalized-coupon-check {
    margin-bottom: 1.286rem; }
    .regionalized-coupon-wrapper .regionalized-coupon-check .show-additional-fields {
      margin-top: 2.286rem; }
      .regionalized-coupon-wrapper .regionalized-coupon-check .show-additional-fields .coupon-check-container {
        margin-top: 2.286rem; }
    @media (max-width: 767px) {
      .regionalized-coupon-wrapper .regionalized-coupon-check .input-container {
        margin-bottom: 1.143rem; } }
    @media (max-width: 767px) {
      .regionalized-coupon-wrapper .regionalized-coupon-check .coupon-check-container {
        margin-top: 1.143rem; } }
    .regionalized-coupon-wrapper .regionalized-coupon-check .form-group {
      margin-bottom: 0; }
      .regionalized-coupon-wrapper .regionalized-coupon-check .form-group .text-note {
        display: none;
        font-size: 0.857rem; }
      .regionalized-coupon-wrapper .regionalized-coupon-check .form-group.has-error .text-note {
        display: block; }
      .regionalized-coupon-wrapper .regionalized-coupon-check .form-group.has-error .regionalized-coupon-input {
        border-color: #FF1100;
        border-radius: 4px;
        color: #FF1100;
        border-width: 1px; }
    .regionalized-coupon-wrapper .regionalized-coupon-check .regionalized-coupon-input {
      border: 2px solid #0D194D; }
    .regionalized-coupon-wrapper .regionalized-coupon-check .hide-form-input {
      display: none; }
    .regionalized-coupon-wrapper .regionalized-coupon-check .btn-coupon-check {
      width: 100%; }
    .regionalized-coupon-wrapper .regionalized-coupon-check .zipcode-hint {
      display: none; }
  .regionalized-coupon-wrapper .no-service h3 {
    margin-bottom: 1.571rem; }
  .regionalized-coupon-wrapper .no-service p {
    margin-bottom: 0; }

#bofrostRegisterForm .form-control:disabled {
  background-color: #FFFFFF;
  border-color: #94A1AD;
  opacity: .5; }
  #bofrostRegisterForm .form-control:disabled::placeholder {
    opacity: 1; }

.newsletter-subscription-form p {
  color: #0D194D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.571;
  margin-bottom: 1.571rem; }
  .newsletter-subscription-form p.required-description {
    font-size: 0.857rem;
    font-weight: 500;
    line-height: 1.333;
    margin-bottom: 0.286rem;
    display: flex;
    justify-content: flex-end;
    color: #0D194D; }
  .newsletter-subscription-form p.error-input {
    margin: 0; }

.newsletter-subscription-form .custom-checkbox.has-error .custom-control-indicator.blue-checkbox.blue-primary-border {
  border: 2px solid #FF1100; }

#offlineRegistrationForm .has-float-label .input-valid-check {
  display: block; }

#offlineRegistrationForm .has-float-label #registerContactSMSInput ~ .input-valid-check,
#offlineRegistrationForm .has-float-label #password ~ .input-valid-check,
#offlineRegistrationForm .has-float-label #passwordRepeat ~ .input-valid-check {
  display: none; }

#offlineRegistrationForm .has-error-checkout .has-float-label .input-valid-check,
#offlineRegistrationForm .has-error-checkout .has-float-label .address-input-valid, #offlineRegistrationForm .has-error .has-float-label .input-valid-check,
#offlineRegistrationForm .has-error .has-float-label .address-input-valid {
  display: none; }

#offlineRegistrationForm .has-error-checkout input, #offlineRegistrationForm .has-error input {
  border-color: #FF1100;
  color: #FF1100; }

#offlineRegistrationForm .text-error {
  display: none !important; }

.mandatory-text {
  font-size: 0.857rem;
  font-weight: 300;
  line-height: 1.333;
  margin-bottom: 0.286rem;
  display: flex;
  justify-content: flex-end;
  color: #0D194D; }

.custom-control-wrap {
  background-color: #EEEEF5;
  padding: 0;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 5px;
  display: flex;
  min-height: 36px; }
  .custom-control-wrap.inline {
    display: inline-flex; }
  .custom-control-wrap.white {
    background-color: #FFFFFF; }
  .custom-control-wrap .custom-info-box {
    font-size: 1.429rem;
    margin-left: 20px;
    color: #0D194D; }
  .custom-control-wrap .custom-control-description {
    color: #0D194D;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.571;
    margin-top: 0.5rem; }
  .custom-control-wrap.has-error .custom-radio .custom-control-indicator,
  .custom-control-wrap.has-error .custom-control-input ~ .custom-control-indicator,
  .has-error .custom-control-wrap .custom-radio .custom-control-indicator,
  .has-error .custom-control-wrap .custom-control-input ~ .custom-control-indicator {
    border-color: #AB2218; }
  .custom-control-wrap.has-error .custom-control-description,
  .has-error .custom-control-wrap .custom-control-description {
    color: #AB2218; }
  .custom-control-wrap .form-group {
    margin-bottom: 0; }
  .custom-control-wrap:focus-within {
    border: none; }
  .custom-control-wrap.disabled {
    opacity: .5;
    pointer-events: none; }

.custom-control {
  position: relative;
  display: inline-flex;
  padding-left: 30px;
  margin: 0;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.3;
  min-height: 30px; }
  .custom-control.disabled {
    cursor: not-allowed; }
  .custom-control .custom-control-description {
    color: #0D194D;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.571;
    margin-top: 0.5rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #0D194D;
    background-color: #FFFFFF; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: unset;
    outline: solid 1px #FFFFFF;
    outline-offset: 2px; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #0D194D; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    border-color: #636c72;
    color: #636c72; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #0D194D;
  pointer-events: none;
  user-select: none; }
  .custom-control-indicator.sepa-terms-conditions, .custom-control-indicator.sepa-mandate-check {
    margin: unset; }
  .custom-control-indicator.red-primary-border {
    border: 2px solid red; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:before {
  content: "";
  font-family: 'bofrost-icon' !important;
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 1.286rem;
  font-weight: bold; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.blue-checkbox:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.571rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D194D;
  color: #FFFFFF;
  outline: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.blue-small-checkbox:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.286rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D194D;
  color: #FFFFFF;
  outline: none; }

.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 2px #0D194D; }
  .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator.blue-small-checkbox {
    box-shadow: none; }

.custom-checkbox .custom-control-indicator.blue-checkbox {
  background-color: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  outline: none; }
  .custom-checkbox .custom-control-indicator.blue-checkbox.blue-primary-border {
    border: 1px solid #1F39AB; }

.custom-checkbox .custom-control-indicator.blue-small-checkbox {
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  outline: none; }

.custom-checkbox .custom-control-description {
  color: #0D194D;
  padding-left: 16px; }
  .custom-checkbox .custom-control-description a {
    color: #1F39AB;
    font-size: 1rem; }
    .custom-checkbox .custom-control-description a:hover, .custom-checkbox .custom-control-description a:focus {
      color: #1F39AB; }

.custom-radio {
  width: 100%; }
  .custom-radio .custom-control-indicator {
    border-radius: 50%;
    background-color: transparent;
    width: 24px;
    height: 24px; }
  .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-color: transparent; }
    .custom-radio .custom-control-input:checked ~ .custom-control-indicator:before {
      content: "";
      width: 14px;
      height: 14px;
      position: absolute;
      top: 4px;
      left: 4px;
      background-color: #0D194D;
      border-radius: 50%; }
  .custom-radio:disabled ~ .custom-control-indicator:before {
    background-color: #636c72; }

#newsletterSubscriptionForm .custom-checkbox .custom-control-indicator {
  bottom: initial;
  margin-top: 0.714rem; }

.collapsible-group .card {
  background: none;
  border: 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 10px; }
  .collapsible-group .card.show {
    background-color: #EEEEF5; }

.headline-collapse {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 0.5rem 25px;
  width: 100%;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s ease-in-out; }
  .headline-collapse.collapse-big {
    font-size: 1.143rem;
    line-height: 1.3; }
    .headline-collapse.collapse-big:after {
      top: 9px; }
  .headline-collapse.white-space-normal {
    white-space: normal; }
  .headline-collapse.headline {
    position: relative !important;
    text-transform: none; }
  .headline-collapse:hover {
    text-decoration: none; }
  .headline-collapse.disabled, .headline-collapse:disabled {
    cursor: context-menu;
    opacity: .65; }
  .headline-collapse:after {
    position: absolute;
    display: block;
    top: 7px;
    right: 13px;
    width: 13px;
    content: "";
    font-size: 1.357rem;
    font-family: 'bofrost-icon' !important;
    font-weight: 400;
    speak: none;
    text-transform: none;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .2s; }
  .headline-collapse.collapsed:after {
    transform: rotate(-90deg);
    transform-origin: 50% 50%; }

.collapse, .collapsing {
  padding: 0; }

.has-float-label {
  display: block;
  position: relative;
  width: 100%; }
  .has-float-label .input-valid-check {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    font-size: 1.429rem;
    color: #37A933;
    display: none; }
  .has-float-label .error-input {
    display: none;
    color: #FF1100;
    font-size: 0.857rem; }
  .has-float-label > span,
  .has-float-label label {
    position: absolute;
    left: 15px;
    top: 8px;
    cursor: text;
    font-size: 0.857rem;
    line-height: 1.7;
    margin-bottom: 0;
    z-index: 10;
    color: #0D194D;
    background-color: transparent;
    opacity: 0;
    transition: top 0.2s;
    pointer-events: none; }
  .has-float-label.focused > span,
  .has-float-label.focused label,
  .has-float-label > select:focus + label {
    top: -10px;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    color: #0D194D;
    font-size: 0.786rem;
    left: 13px;
    opacity: 1;
    pointer-events: normal; }
  .has-float-label.focused .form-control::placeholder,
  .has-float-label > select:focus .form-control::placeholder {
    opacity: 0; }
  .has-float-label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .has-float-label textarea {
    width: 100%; }
  .has-float-label .form-control,
  .has-float-label input,
  .has-float-label select,
  .has-float-label textarea {
    display: table-cell;
    width: 100%; }
    .has-float-label .form-control select:invalid, .has-float-label .form-control::placeholder,
    .has-float-label input select:invalid,
    .has-float-label input::placeholder,
    .has-float-label select select:invalid,
    .has-float-label select::placeholder,
    .has-float-label textarea select:invalid,
    .has-float-label textarea::placeholder {
      opacity: 1;
      background-color: transparent;
      transition: all 0.2s;
      color: #0D194D; }
    .has-float-label .form-control:-ms-input-placeholder,
    .has-float-label input:-ms-input-placeholder,
    .has-float-label select:-ms-input-placeholder,
    .has-float-label textarea:-ms-input-placeholder {
      background-color: #FFFFFF;
      color: #0D194D; }
    .has-float-label .form-control:focus,
    .has-float-label input:focus,
    .has-float-label select:focus,
    .has-float-label textarea:focus {
      outline: none; }
  .has-float-label input.form-control,
  .has-float-label select {
    height: 50px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  color: #1F39AB;
  background: #FFFFFF;
  border: 1px solid #1F39AB;
  border-radius: 4px;
  padding: 0.5rem 25px;
  font-size: 1.143rem;
  font-weight: 700;
  height: 50px;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 767px) {
    .btn.mobile-zoom {
      height: auto;
      white-space: unset; } }
  .btn .icon-ui_arrow-right {
    margin-left: 24px; }
  .btn.btn-big-br {
    border-radius: 50px; }
  .btn.white-space-normal {
    white-space: normal;
    height: auto; }
  .btn.btn-pic {
    border: 0;
    line-height: 1.6; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:disabled, .btn.disabled {
    cursor: context-menu;
    color: #FFFFFF;
    background: #D5DADD;
    border-color: #D5DADD; }
  .btn:active, .btn.active {
    background-image: none; }
  .btn:hover:not(:disabled), .btn:focus, .btn.focus {
    color: #FFFFFF;
    background: #1F39AB;
    border-color: #1F39AB; }
  .btn.btn-primary {
    color: #FFFFFF;
    background: #1F39AB;
    border-color: #1F39AB; }
    .btn.btn-primary:disabled {
      cursor: context-menu;
      color: #FFFFFF;
      background: #D5DADD;
      border-color: #D5DADD; }
    .btn.btn-primary:not(:disabled):hover, .btn.btn-primary:focus, .btn.btn-primary.focus {
      color: #1F39AB;
      background: #FFFFFF;
      border-color: #1F39AB; }
    .btn.btn-primary.btn-white:hover, .btn.btn-primary.btn-white:focus {
      border-color: #FFFFFF; }
  .btn.btn-white {
    border-color: #FFFFFF; }
    .btn.btn-white:hover, .btn.btn-white:focus {
      border-color: #FFFFFF; }
  .btn.btn-round {
    border-radius: 5px;
    width: 36px;
    height: 50px;
    line-height: 2.571rem;
    padding: 0 5px; }
  .btn.no-border {
    border-radius: 0;
    border: 0; }
  .btn.btn-round {
    border-radius: 14px; }
  .btn.btn-minus, .btn.btn-plus, .btn.btn-prev, .btn.btn-next, .btn.btn-round {
    height: 36px;
    width: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1; }
  .btn.btn-select {
    color: #0D194D;
    background: #FFFFFF;
    border-color: #666666; }
  .btn.btn-transparent {
    color: #0D194D;
    background: transparent;
    border: none;
    padding: 0.5rem; }
    .btn.btn-transparent:hover, .btn.btn-transparent:focus, .btn.btn-transparent:active {
      color: #3051dc;
      background: transparent; }
  .btn.btn-layer-close {
    margin: 0;
    font-size: 1.429rem; }
  .btn.btn-multi-line {
    width: 100%;
    white-space: normal;
    line-height: 1.5; }
  .btn.btn-wishlist i {
    line-height: 1.4; }
  .btn.btn-cart i {
    line-height: 1.6; }
  .btn.fix-cart-icon-posi i {
    font-size: 1.429rem;
    position: relative;
    top: -2px; }
    .btn.fix-cart-icon-posi i + span {
      position: relative;
      top: -5px; }
  .btn.btn-wishlist {
    position: absolute;
    top: 11px;
    right: 11px;
    height: 21px;
    width: 21px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 499px) {
      .btn.btn-wishlist {
        top: 8px;
        right: 8px; } }
    .btn.btn-wishlist:disabled {
      background-color: #FFFFFF; }
      .btn.btn-wishlist:disabled i.icon-ui_wishlist-blue {
        color: #D5DADD; }
      .btn.btn-wishlist:disabled:hover, .btn.btn-wishlist:disabled:focus {
        background-color: #FFFFFF; }
        .btn.btn-wishlist:disabled:hover i.icon-ui_wishlist-blue, .btn.btn-wishlist:disabled:focus i.icon-ui_wishlist-blue {
          color: #D5DADD; }
    .btn.btn-wishlist:hover, .btn.btn-wishlist:focus {
      background-color: #FFFFFF; }
      .btn.btn-wishlist:hover i.icon-ui_wishlist-blue, .btn.btn-wishlist:focus i.icon-ui_wishlist-blue {
        color: #FF0037; }
      .btn.btn-wishlist:hover .icon-heart-svg, .btn.btn-wishlist:focus .icon-heart-svg {
        stroke: #FFFFFF;
        fill: #AB2218;
        transition: all .5s ease-in-out;
        margin-top: 0.214rem; }
    .btn.btn-wishlist .icon-heart-svg {
      stroke: #000000;
      fill: #FFFFFF;
      transition: all .5s ease-in-out; }
      @media (max-width: 499px) {
        .btn.btn-wishlist .icon-heart-svg {
          height: 19px;
          width: 19px; } }
  .btn.btn-checkout-register {
    width: 170px; }
    .btn.btn-checkout-register:disabled {
      color: #FFFFFF; }
    .btn.btn-checkout-register.disabled-color {
      background-color: #D5DADD;
      border-color: #D5DADD; }
    .btn.btn-checkout-register.disabled-white {
      color: #FFFFFF; }

.bootstrap-select .dropdown-toggle.disabled {
  opacity: 50%;
  background: none; }

.bootstrap-select .filter-option {
  color: #556674; }

.btn-custom-wishlist i.icon-ui_wishlist-blue {
  font-size: 1.929rem;
  color: #1F39AB; }
  @media (max-width: 499px) {
    .btn-custom-wishlist i.icon-ui_wishlist-blue {
      font-size: 1.714rem; } }

.btn-custom-wishlist:disabled {
  cursor: context-menu;
  color: #FFFFFF;
  background: #D5DADD;
  border-color: #D5DADD; }
  .btn-custom-wishlist:disabled i.icon-ui_wishlist-blue {
    color: #1F39AB; }

.btn-custom-wishlist.active i.icon-ui_wishlist-blue {
  color: #FF0037; }

.btn-custom-wishlist.btn-wishlist-recipe.active {
  pointer-events: unset; }
  .btn-custom-wishlist.btn-wishlist-recipe.active i {
    cursor: not-allowed; }

.active-dropdown .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle {
  color: #FF0037; }

.select-add-to-wishlist-heart {
  position: absolute;
  top: 8px;
  right: 8px; }
  .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto; }
    .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):after {
      content: '';
      background: #FFFFFF;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      top: 4px;
      left: 4px;
      z-index: 1; }
    .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle.disabled {
      border: none;
      padding: 0;
      border-radius: 50%;
      height: 27px;
      z-index: 2;
      position: relative;
      color: #D5DADD;
      background: #FFFFFF;
      opacity: 1; }
      .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle.disabled:hover, .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle.disabled:focus {
        color: #D5DADD;
        background: #FFFFFF; }
    .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle {
      border: none;
      color: #1F39AB;
      padding: 0;
      background: none;
      border-radius: 50%;
      height: 27px;
      z-index: 2;
      position: relative; }
      .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle:hover, .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle:focus {
        color: #FF0037; }
      .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle:before {
        content: '\e83e';
        font-family: "bofrost_custom_icons";
        font-size: 1.929rem;
        display: block;
        line-height: 1; }
      .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle .bs-caret, .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle .filter-option {
        display: none; }
    .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right {
      padding-top: 0.857rem;
      background: none;
      border: none; }
      .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner {
        overflow: unset !important;
        position: relative;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
        .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 100%;
          right: 6px;
          margin: auto;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7.5px 7px 7.5px;
          border-color: transparent transparent #FFFFFF transparent; }
        .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner li a {
          padding-left: 23px; }
          .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner li a.wishlist-present {
            background: #FFFFFF !important;
            position: relative; }
            .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner li a.wishlist-present:after {
              font-family: "bofrost_custom_icons";
              content: '\e82a';
              display: block;
              position: absolute;
              left: 7px;
              top: 5px;
              color: #37A933;
              font-size: 0.857rem; }
            .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner li a.wishlist-present:hover {
              color: #0D194D; }
        .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner li a {
          color: #0D194D; }
          .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner li a:hover, .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner li a:focus {
            background: none; }
          .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu-right .dropdown-menu.inner li a:hover {
            color: #1F39AB; }

.order-history-wishlist .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-toggle:before {
  font-size: 2.571rem; }

.order-history-wishlist .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu {
  top: 2px !important;
  left: -4px !important; }

.order-history-wishlist .btn-wishlist i {
  font-size: 2.571rem; }

.checkout-confirmation .select-add-to-wishlist-heart {
  position: relative;
  padding-bottom: 1rem; }

.btn-link {
  color: #1F39AB; }
  .btn-link:hover, .btn-link:focus {
    color: #0D194D;
    cursor: pointer; }

.btn i,
.btn-link i,
.btn-icon i,
.btn-icon-and-text i {
  font-weight: 400; }

.btn-icon i {
  font-size: 1.357rem;
  vertical-align: bottom; }

.btn-wishlist-active {
  color: white;
  background: #0d194d;
  border-color: #0d194d;
  outline: 0; }

.btn-icon-and-text {
  height: 36px;
  padding: 0.5rem 10px; }
  .btn-icon-and-text i {
    font-size: 1.357rem;
    vertical-align: bottom; }
  .btn-icon-and-text span {
    padding-left: 5px; }

[data-toggle="collapse"] .icon i {
  transition: transform .3s ease-out;
  transform-origin: center center;
  font-size: 1.429rem;
  font-weight: 400;
  vertical-align: middle; }
  [data-toggle="collapse"] .icon i[class*="chevron"] {
    transform: rotateX(0deg); }

[data-toggle="collapse"][aria-expanded="true"] i[class*="chevron"] {
  transform: rotateX(180deg); }

.btn-arrows {
  font-size: 1.429rem;
  cursor: pointer; }

.bootstrap-select.btn-group:not(.selector-language) .dropdown-toggle.btn i {
  color: #0D194D;
  font-size: 1.786rem; }

button.reset-button {
  background: none;
  border: none;
  padding: 0; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.fast {
    animation-duration: .5s; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

.datepicker {
  padding: 1rem 14px;
  border-radius: 6px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl.dropdown-menu {
      left: auto; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0; }
    .datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #999999;
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #FFFFFF;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #999999; }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #FFFFFF; }
  .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; }
  .datepicker td, .datepicker th {
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: none; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #D3D3D3;
    cursor: pointer; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #A2A7BB; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #A2A7BB;
    cursor: default; }
  .datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0; }
  .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    color: #000; }
  .datepicker table tr td.today:hover:hover {
    color: #000; }
  .datepicker table tr td.today.active:hover {
    color: #fff; }
  .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #D3D3D3;
    border-radius: 0; }
  .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    background-color: #fde19a;
    color: #000000; }
  .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #A2A7BB;
    color: #FFFFFF; }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #1F39AB;
    color: #FFFFFF; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 24px;
    line-height: 24px;
    float: left;
    margin: 1.454rem 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
      background: #1F39AB;
      color: #FFFFFF; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #A2A7BB;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      background-color: #1F39AB;
      color: #fff; }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #999; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #eee; }
  .datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden; }
  .datepicker .cw {
    font-size: 0.714rem;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }
  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    margin-top: 0.214rem; }

.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 .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 0.286rem 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.price {
  color: #0D194D;
  font-weight: 700; }

.badge {
  position: absolute;
  padding: 0.357rem 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px; }
  .badge.badge-top-left {
    top: 0;
    left: 10px; }
  .badge.badge-top-right {
    top: 0;
    right: 10px; }
  .badge.badge-red {
    background-color: #AB2218;
    color: #FFFFFF; }

.product-tile-wrapper {
  display: block;
  position: relative;
  height: 100%; }
  .product-tile-wrapper:hover {
    text-decoration: none; }
  .product-tile-wrapper .product-tile {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    text-align: center;
    height: 100%;
    justify-content: space-between; }
    .product-tile-wrapper .product-tile > * {
      max-width: 100%; }
    .product-tile-wrapper .product-tile.panel-primary .product-tile-content,
    .product-tile-wrapper .product-tile.panel-primary .product-tile-top-content-inner,
    .product-tile-wrapper .product-tile.panel-primary .product-tile-add-content,
    .product-tile-wrapper .product-tile.panel-primary .product-action {
      background-color: #0D194D; }
    .product-tile-wrapper .product-tile.panel-primary .product-tile-name,
    .product-tile-wrapper .product-tile.panel-primary .product-tile-add-content {
      color: #FFFFFF; }
    .product-tile-wrapper .product-tile.panel-primary .btn-secondary,
    .product-tile-wrapper .product-tile.panel-primary .btn-secondary:hover,
    .product-tile-wrapper .product-tile.panel-primary .btn-seconday:focus {
      border-color: #FFFFFF; }
    .product-tile-wrapper .product-tile.panel-primary .btn-wishlist {
      border-color: #FFFFFF;
      background-color: #0D194D;
      color: #FFFFFF; }
      .product-tile-wrapper .product-tile.panel-primary .btn-wishlist:hover, .product-tile-wrapper .product-tile.panel-primary .btn-wishlist:focus {
        background-color: #FFFFFF;
        color: #0D194D; }
    .product-tile-wrapper .product-tile.panel-primary .custom-select {
      border-color: #FFFFFF;
      background-color: #0D194D;
      color: #FFFFFF; }
      .product-tile-wrapper .product-tile.panel-primary .custom-select:hover, .product-tile-wrapper .product-tile.panel-primary .custom-select:focus {
        background-color: #FFFFFF; }
        .product-tile-wrapper .product-tile.panel-primary .custom-select:hover .icon:not(.icon-success),
        .product-tile-wrapper .product-tile.panel-primary .custom-select:hover .icon:not(.icon-success), .product-tile-wrapper .product-tile.panel-primary .custom-select:focus .icon:not(.icon-success),
        .product-tile-wrapper .product-tile.panel-primary .custom-select:focus .icon:not(.icon-success) {
          color: #0D194D; }
    .product-tile-wrapper .product-tile .product-image {
      flex-shrink: 0;
      text-align: center;
      position: relative;
      display: flex;
      flex-direction: column;
      margin-top: 0; }
      .product-tile-wrapper .product-tile .product-image picture img {
        width: 100%; }
      @media (max-width: 499px) {
        .product-tile-wrapper .product-tile .product-image {
          display: flex;
          flex-direction: column; } }
    .product-tile-wrapper .product-tile .price {
      font-size: 1.714rem;
      font-weight: 500;
      line-height: 1.25;
      color: inherit;
      text-align: right; }
      @media (max-width: 499px) {
        .product-tile-wrapper .product-tile .price {
          font-size: 1.071rem;
          line-height: 1.2; } }
    .product-tile-wrapper .product-tile .product-action {
      text-align: center; }
    .product-tile-wrapper .product-tile .product-tile-name,
    .product-tile-wrapper .product-tile .product-tile-add-content {
      color: #0D194D; }
    .product-tile-wrapper .product-tile .product-tile-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-icon {
        margin: 0 auto; }
      .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner {
        width: 100%;
        padding: 0.857rem 0; }
        .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name {
          text-align: left; }
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name .product-tile-description {
            font-style: normal;
            font-size: 1.714rem;
            font-weight: 500; }

@media (min-width: 500px) and (max-width: 1023px) {
  .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name .product-tile-description {
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.286rem; } }
            @media (max-width: 499px) {
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name .product-tile-description {
                height: 45px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-size: 1.071rem; } }
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name .product-unit-price {
            font-size: 1rem;
            font-weight: 300;
            color: #0D194D; }
            @media (max-width: 767px) {
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name .product-unit-price {
                font-size: 0.857rem; } }
      .product-tile-wrapper .product-tile .product-tile-content .item-product-info-wrap {
        text-align: left; }
        .product-tile-wrapper .product-tile .product-tile-content .item-product-info-wrap .product-price-wrap {
          font-size: 1.714rem;
          color: #20216B; }
      .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content {
        margin-bottom: 4.143rem; }
        @media (max-width: 1023px) {
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content {
            margin-bottom: 1.714rem; } }
        .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info {
          font-size: 0.786rem;
          font-weight: 300;
          color: #0D194D;
          text-align: right;
          position: relative;
          top: -6px;
          padding: 0 58px 0 0; }
          @media (max-width: 767px) {
            .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info {
              padding: 0 35px 0 0;
              line-height: 1.181;
              top: -2px; } }

@media (min-width: 500px) and (max-width: 1023px) {
  .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info {
    padding: 0 49px 0 0; } }
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info .delivery-cost-link {
            color: #1F39AB;
            cursor: pointer; }
            .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info .delivery-cost-link:hover, .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info .delivery-cost-link:focus {
              text-decoration: underline; }
            @media (max-width: 1023px) {
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info .delivery-cost-link {
                display: block; } }
        .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-price-tile-wrapper {
          display: flex;
          justify-content: flex-end;
          margin-left: auto; }
          @media (max-width: 1023px) {
            .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-price-tile-wrapper {
              flex: 1; } }
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-price-tile-wrapper .product-price-wrap {
            display: flex;
            align-items: center; }
        .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-quantity,
        .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-unit-price {
          font-size: 0.857rem;
          color: #0D194D;
          font-weight: 300; }
        .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-blue-content .product-availability__text {
          color: #FFFFFF; }
        .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media (max-width: 1023px) {
            .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner {
              flex-flow: wrap; } }
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .ftrace-icon-wrapper .ftrace-img {
            width: 25px; }
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .stock-level {
            margin-right: 20px;
            flex: 1;
            text-align: right; }
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action {
            margin-right: 5px;
            margin-left: 14px; }
            @media (max-width: 767px) {
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action {
                margin-left: 6px; } }
            .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action .btn-cart {
              width: 39px;
              height: 39px;
              border-radius: 50%; }

@media (min-width: 500px) and (max-width: 1023px) {
  .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action .btn-cart {
    width: 30px;
    height: 30px; } }
              @media (max-width: 499px) {
                .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action .btn-cart {
                  width: 24px;
                  height: 24px; }
                  .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action .btn-cart .shopping-custom {
                    line-height: 1.714;
                    top: 0; } }
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action .btn-cart .shopping-custom {
                line-height: 2.714; }

@media (min-width: 500px) and (max-width: 1023px) {
  .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action .btn-cart .shopping-custom {
    font-size: 1.286rem;
    line-height: 1.611; } }
          .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers {
            position: relative;
            left: auto;
            bottom: auto;
            display: flex;
            margin-right: 8px; }
            @media (max-width: 767px) {
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers {
                width: 100%;
                flex: 1 auto;
                margin-bottom: 1.143rem; } }
            @media (max-width: 767px) {
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers {
                width: auto;
                margin-bottom: 0;
                flex: 100%; } }
            .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper {
              position: relative; }
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper:hover .product-ingredient-tooltip {
                display: block; }
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper .legend-interferer-trigger {
                display: block;
                padding: 0;
                background: none;
                border: none;
                cursor: pointer; }
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper:first-child .product-ingredient-tooltip {
                bottom: 100%;
                left: 0;
                transform: translateX(0); }
                .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper:first-child .product-ingredient-tooltip:after {
                  content: '';
                  left: 5px;
                  right: auto; }
                .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper:first-child .product-ingredient-tooltip span {
                  white-space: nowrap; }
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper .product-interferer-image {
                width: 24px; }
                @media (max-width: 767px) {
                  .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper .product-interferer-image {
                    width: 20px; } }
              .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper .product-ingredient-tooltip {
                display: none;
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%);
                text-align: center;
                padding: 0.214rem 12px;
                background: #fff;
                margin-bottom: 0.714rem;
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
                .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper .product-ingredient-tooltip:after {
                  content: '';
                  display: block;
                  position: absolute;
                  top: 100%;
                  left: 0;
                  right: 0;
                  margin: auto;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 7px 7.5px 0 7.5px;
                  border-color: #FFFFFF transparent transparent transparent; }
                .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers .product-ingredient-icon-wrapper .product-ingredient-tooltip span {
                  white-space: nowrap;
                  margin-top: 0; }
    @media (max-width: 499px) {
      .product-tile-wrapper .product-tile .small select {
        width: 60px; }
        .product-tile-wrapper .product-tile .small select + .icon-right {
          right: 6px; } }
    .product-tile-wrapper .product-tile .product-tile-action {
      font-size: 0;
      margin-left: 12px; }
      .product-tile-wrapper .product-tile .product-tile-action > * {
        font-size: 1rem; }
        .product-tile-wrapper .product-tile .product-tile-action > *:not(:first-child) {
          margin-left: 10px; }
      .product-tile-wrapper .product-tile .product-tile-action .dropdown-toggle + .dropdown-menu::-webkit-scrollbar {
        width: 0;
        background: transparent; }
      .product-tile-wrapper .product-tile .product-tile-action .dropdown-position-1 .dropdown-toggle + .dropdown-menu {
        transform: translate3d(0, -75px, 0) !important;
        height: 70px !important;
        max-height: 70px !important; }
      .product-tile-wrapper .product-tile .product-tile-action .dropdown-position-2 .dropdown-toggle + .dropdown-menu {
        transform: translate3d(0, -105px, 0) !important;
        height: 100px !important;
        max-height: 100px !important; }
      .product-tile-wrapper .product-tile .product-tile-action .dropdown-position-3 .dropdown-toggle + .dropdown-menu {
        transform: translate3d(0, -135px, 0) !important;
        height: 130px !important;
        max-height: 130px !important;
        overflow-y: scroll !important; }

@media (max-width: 1023px) {
  .hero-tile .product-tile-wrapper .product-tile {
    margin-bottom: 1.429rem; } }

@media (max-width: 767px) {
  .hero-tile .product-tile-wrapper .product-tile {
    height: auto; } }

.hero-tile .product-tile .product-tile-content {
  position: relative; }
  @media (min-width: 500px) {
    .hero-tile .product-tile .product-tile-content {
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      bottom: 56px;
      left: 0;
      width: 75%;
      margin-bottom: 1.143rem; } }

@media (min-width: 500px) and (max-width: 1023px) {
  .hero-tile .product-tile .product-tile-content {
    width: 40%; } }
  @media (min-width: 1024px) {
    .hero-tile .product-tile .product-tile-content {
      width: 44.5%; } }
  .hero-tile .product-tile .product-tile-content .product-text-interferers {
    position: absolute;
    bottom: 100%;
    margin-bottom: 1.714rem; }
    .hero-tile .product-tile .product-tile-content .product-text-interferers.image-interferers {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .hero-tile .product-tile .product-tile-content .product-text-interferers {
        margin-bottom: 0.571rem; } }
  .hero-tile .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner {
    min-height: auto; }
    @media (max-width: 499px) {
      .hero-tile .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner {
        padding-bottom: 0.571rem; } }
    .hero-tile .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name {
      font-size: 1.071rem; }
      @media (min-width: 1024px) {
        .hero-tile .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name {
          font-size: 1.714rem; } }
    @media (min-width: 500px) {
      .hero-tile .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner {
        padding: 1.143rem 16px 0.571rem 16px; } }
  .hero-tile .product-tile .product-tile-content .product-tile-add-content {
    padding: 0 16px 1.143rem 16px;
    margin-bottom: 0; }
    @media (max-width: 499px) {
      .hero-tile .product-tile .product-tile-content .product-tile-add-content {
        padding-left: 0;
        padding-bottom: 2.571rem; } }
    .hero-tile .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info {
      top: 0; }
      @media (max-width: 499px) {
        .hero-tile .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info .delivery-cost-link {
          display: initial; } }
    .hero-tile .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner {
      padding-bottom: 0; }
      @media (max-width: 499px) {
        .hero-tile .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-text-interferers {
          width: auto;
          margin-bottom: 0;
          margin-right: 0; }
        .hero-tile .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .stock-level {
          align-items: center;
          flex: 2;
          max-width: unset; }
          .hero-tile .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .stock-level .product-availability__text {
            display: block; }
        .hero-tile .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-price-tile-wrapper {
          flex: 1 auto; } }
  .hero-tile .product-tile .product-tile-content .product-price-wrap {
    text-align: right; }
  .hero-tile .product-tile .product-tile-content .product-tile-action {
    text-align: left; }
  .hero-tile .product-tile .product-tile-content .ftrace-icon-wrapper .ftrace-img {
    width: 25px; }

.hero-tile .product-tile .product-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100% - 56px); }
  @media (max-width: 1023px) {
    .hero-tile .product-tile .product-image {
      padding-bottom: 60%; } }
  .hero-tile .product-tile .product-image .add-to-wishlist-form {
    position: relative;
    z-index: 2; }
  .hero-tile .product-tile .product-image picture {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto; }
    @media (min-width: 1024px) {
      .hero-tile .product-tile .product-image picture {
        transform: translate(-50%, -50%);
        left: 50%;
        width: 112%; } }

.teaser-tile-container {
  position: relative;
  height: calc(100% - 58px); }
  @media (max-width: 499px) {
    .teaser-tile-container {
      height: calc(100% - 41px); } }
  .teaser-tile-container .teaser-tile-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover; }
    @media (max-width: 499px) {
      .teaser-tile-container .teaser-tile-background {
        bottom: 63px; } }
  .teaser-tile-container .tile-sub-container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.714rem 20px; }
    @media (max-width: 499px) {
      .teaser-tile-container .tile-sub-container {
        padding: 0; } }
  .teaser-tile-container img {
    max-width: 100%;
    width: 100%; }
  .teaser-tile-container .teaser-title {
    font-family: 'Museo';
    margin-bottom: 2.786rem;
    font-style: normal;
    font-size: 2.286rem;
    font-weight: 700;
    line-height: 1.187;
    color: #0D194D; }
    @media (max-width: 499px) {
      .teaser-tile-container .teaser-title {
        font-size: 1.714rem;
        line-height: 0.916;
        margin-bottom: 1.714rem;
        padding: 0 6px; } }
  .teaser-tile-container .teaser-subtitle {
    font-style: normal;
    margin-bottom: 1.5rem;
    font-size: 1.714rem;
    font-weight: 500;
    color: #0D194D; }
    @media (max-width: 499px) {
      .teaser-tile-container .teaser-subtitle {
        font-size: 1.286rem;
        line-height: 1.222;
        margin-bottom: 1.143rem;
        padding: 0 6px; } }
  .teaser-tile-container .teaser-link-wrapper {
    display: flex;
    justify-content: flex-end; }
    .teaser-tile-container .teaser-link-wrapper .teaser-link {
      padding: 0.929rem 13px;
      background-color: #1F39AB;
      border-radius: 4px;
      color: #FFFFFF;
      font-size: 1.143rem;
      font-weight: 500;
      display: inline-block; }
      @media (max-width: 499px) {
        .teaser-tile-container .teaser-link-wrapper .teaser-link {
          width: 100%;
          text-align: center; } }

#checkoutDataBoxRight .bof-product-slider-container {
  margin-bottom: 0; }
  @media (max-width: 499px) {
    #checkoutDataBoxRight .bof-product-slider-container .product-image {
      min-height: 0; } }

.navigation-bar .components-list .dropdown-toggle + .dropdown-menu {
  left: -10px !important; }

.panel-item:hover {
  text-decoration: none; }

.panel-item .panel-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.714rem; }

.panel-item .panel-item-content {
  width: 100%;
  flex: 1; }
  .panel-item .panel-item-content .panel-item-top-content {
    position: relative; }
    .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner {
      padding: 0.857rem 0; }
      .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name {
        color: #0D194D;
        font-size: 1.714rem;
        font-style: normal;
        font-weight: 500; }
        @media (max-width: 499px) {
          .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name {
            font-size: 1.071rem; } }
        .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name h1,
        .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name h2,
        .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name h3,
        .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name h4,
        .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name h5,
        .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name h6 {
          margin: 0;
          line-height: 30px; }
      .panel-item .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-desc {
        color: #0D194D;
        font-size: 1rem; }

.panel-item.panel-primary .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-name *,
.panel-item.panel-primary .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-desc * {
  color: #0D194D; }

.panel-item.panel-content {
  margin-bottom: 1.429rem; }
  .panel-item.panel-content:hover, .panel-item.panel-content:focus {
    text-decoration: none; }
  .panel-item.panel-content .panel-item-content {
    position: static;
    transform: none; }
    .panel-item.panel-content .panel-item-content .panel-item-top-content .panel-item-desc,
    .panel-item.panel-content .panel-item-content .panel-item-top-content .panel-item-date {
      font-size: 0.929rem;
      color: #0D194D; }
    .panel-item.panel-content .panel-item-content .panel-item-top-content .panel-item-desc {
      margin-bottom: 9px; }
    .panel-item.panel-content .panel-item-content .panel-item-top-content .panel-item-top-content-inner {
      position: static; }
      .panel-item.panel-content .panel-item-content .panel-item-top-content .panel-item-top-content-inner .panel-item-top-content-overlay {
        position: static; }

.cms-grid .panel-content {
  padding-bottom: 1.429rem;
  margin-bottom: 0; }
  .cms-grid .panel-content .panel-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%; }
    .cms-grid .panel-content .panel-img picture {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .cms-grid .panel-content .panel-img picture .img-fluid {
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover; }

.product-grid .panel-item,
.cms-grid .panel-item {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .product-grid .panel-item > *,
  .cms-grid .panel-item > * {
    max-width: 100%; }
  .product-grid .panel-item .product-image,
  .cms-grid .panel-item .product-image {
    flex-shrink: 0;
    margin-top: auto;
    text-align: center; }
    @media (max-width: 499px) {
      .product-grid .panel-item .product-image,
      .cms-grid .panel-item .product-image {
        min-height: 34vw; } }

@media (max-width: 499px) {
  .product-grid .panel-promotion .panel-item-content .panel-item-top-content .panel-item-top-content-inner,
  .cms-grid .panel-promotion .panel-item-content .panel-item-top-content .panel-item-top-content-inner {
    height: auto; } }

.product-grid .btn:not(.add-promo),
.cms-grid .btn:not(.add-promo) {
  max-width: 100%;
  border-radius: 50%; }
  @media (max-width: 499px) {
    .product-grid .btn:not(.add-promo) i,
    .cms-grid .btn:not(.add-promo) i {
      line-height: 1;
      position: relative;
      top: -5px; } }

.product-grid .panel-promotion .product-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 83.2%; }
  .product-grid .panel-promotion .product-image picture {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .product-grid .panel-promotion .product-image picture img {
      min-width: 100%;
      height: 100%;
      object-fit: cover; }

.product-grid .panel-promotion .panel-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .product-grid .panel-promotion .panel-item-content .panel-item-add-content-inner {
    padding-bottom: 4.143rem; }
    @media (max-width: 1023px) {
      .product-grid .panel-promotion .panel-item-content .panel-item-add-content-inner {
        flex-flow: wrap;
        padding-bottom: 2.929rem; } }

.product-tile-action .btn-cart {
  width: 46px;
  height: 46px; }
  .product-tile-action .btn-cart .shopping-custom {
    font-size: 1.929rem;
    line-height: 0.5; }

@media (max-width: 499px) {
  .product-image .btn-custom-wishlist {
    width: 20px;
    height: 20px; }
    .product-image .btn-custom-wishlist i.icon-ui_wishlist-blue {
      top: 0; }
  .product-text-interferers {
    font-size: 0.714rem; }
  .product-grid .btn-cart {
    width: 30px;
    height: 30px; }
    .product-grid .btn-cart i.icon-ui_shopping-cart {
      font-size: 1.143rem; } }

.product-grid .content-100 .bof-recipe-teaser-component .panel-img,
.product-grid .content-100 .bof-complex-teaser-component .panel-img,
.product-grid .content-100 .bof-donation-ticker-component .panel-img,
.recipe-grid .content-100 .bof-recipe-teaser-component .panel-img,
.recipe-grid .content-100 .bof-complex-teaser-component .panel-img,
.recipe-grid .content-100 .bof-donation-ticker-component .panel-img,
.cms-grid .content-100 .bof-recipe-teaser-component .panel-img,
.cms-grid .content-100 .bof-complex-teaser-component .panel-img,
.cms-grid .content-100 .bof-donation-ticker-component .panel-img {
  height: auto !important; }
  .product-grid .content-100 .bof-recipe-teaser-component .panel-img img,
  .product-grid .content-100 .bof-complex-teaser-component .panel-img img,
  .product-grid .content-100 .bof-donation-ticker-component .panel-img img,
  .recipe-grid .content-100 .bof-recipe-teaser-component .panel-img img,
  .recipe-grid .content-100 .bof-complex-teaser-component .panel-img img,
  .recipe-grid .content-100 .bof-donation-ticker-component .panel-img img,
  .cms-grid .content-100 .bof-recipe-teaser-component .panel-img img,
  .cms-grid .content-100 .bof-complex-teaser-component .panel-img img,
  .cms-grid .content-100 .bof-donation-ticker-component .panel-img img {
    display: block; }

.product-grid .first-teaser {
  display: none; }

.product-grid .second-teaser {
  display: block; }

.product-grid .hero-tile ~ .first-teaser {
  display: block; }

.product-grid .hero-tile ~ .second-teaser {
  display: none; }

@media (max-width: 1279px) {
  .product-grid .hero-tile ~ .first-teaser {
    display: none; }
  .product-grid .hero-tile ~ .second-teaser {
    display: block; } }

@media (max-width: 767px) {
  .product-grid .first-teaser {
    display: block; }
  .product-grid .second-teaser {
    display: none; } }

@media (max-width: 767px) and (max-width: 1279px) {
  .product-grid .hero-tile ~ .first-teaser {
    display: block; }
  .product-grid .hero-tile ~ .second-teaser {
    display: none; } }

.global-alerts {
  width: 100%;
  position: fixed;
  top: 50px;
  z-index: 20; }
  .global-alerts.coupon-layer {
    top: 181px; }
    @media (max-width: 767px) {
      .global-alerts.coupon-layer {
        top: 60px; } }
    @media (max-width: 1279px) {
      .global-alerts.coupon-layer {
        top: 153px; } }
    @media (max-width: 1023px) {
      .global-alerts.coupon-layer {
        top: 200px; } }
  .global-alerts.open {
    z-index: 1000; }
  .global-alerts.isCheckout {
    top: 100px; }
    @media (min-width: 768px) {
      .global-alerts.isCheckout {
        top: 165px; }
        .global-alerts.isCheckout.usp-hidden {
          top: 149px; } }
  @media (max-width: 767px) {
    .global-alerts {
      transition: top 0.8s; } }
  @media (min-width: 768px) {
    .global-alerts {
      position: absolute;
      top: 182px; }
      .global-alerts.usp-hidden {
        top: 143px; } }

.menu-is-complete-sticky .global-alerts.isCheckout {
  top: 113px; }
  @media (min-width: 768px) {
    .menu-is-complete-sticky .global-alerts.isCheckout {
      top: 125px; } }
  @media (min-width: 768px) {
    .menu-is-complete-sticky .global-alerts.isCheckout:not(.isCheckoutStep2) {
      top: 60px; } }

.menu-is-complete-sticky .global-alerts {
  position: fixed;
  top: 60px; }

.template-pages-layout-darkSiteLayout1Page:not(.menu-is-complete-sticky) .global-alerts {
  top: 90px; }

@media (max-width: 767px) {
  .xs-animation ~ .global-alerts {
    top: 60px; }
    .xs-animation ~ .global-alerts.isCheckout {
      z-index: 60;
      top: 60px; }
      .menu-is-sticky .xs-animation ~ .global-alerts.isCheckout {
        top: 60px; } }

.global-alerts-modal {
  width: 100%;
  width: calc(100% + 40px);
  margin: 0 -20px; }
  .global-alerts-modal .alert {
    margin-top: 0; }

/* BOF- 3404 workaround for cart */
.page-cartPage .global-alerts {
  top: 0; }
  @media (max-width: 767px) {
    .page-cartPage .global-alerts {
      top: 60px; } }

@media (min-width: 768px) {
  .page-cartPage.menu-is-complete-sticky .global-alerts {
    top: 62px; } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }

.modal-dialog {
  position: relative;
  width: auto; }
  @media (min-width: 768px) {
    .modal-dialog {
      margin: 10px; } }
  @media (max-width: 767px) {
    .modal-dialog {
      height: 100%; } }
  @media (min-width: 768px) {
    .modal-dialog.register-invalid-country.modal-sm .modal-content-wrapper, .modal-dialog.register-no-branch-scenario.modal-sm .modal-content-wrapper, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-content-wrapper {
      padding: 0 30px; } }
  .modal-dialog.register-invalid-country.modal-sm .modal-header, .modal-dialog.register-no-branch-scenario.modal-sm .modal-header, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-header {
    height: 44px; }
    .modal-dialog.register-invalid-country.modal-sm .modal-header .close, .modal-dialog.register-no-branch-scenario.modal-sm .modal-header .close, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-header .close {
      position: absolute;
      right: 15px;
      top: 0.714rem; }
      @media (min-width: 768px) {
        .modal-dialog.register-invalid-country.modal-sm .modal-header .close, .modal-dialog.register-no-branch-scenario.modal-sm .modal-header .close, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-header .close {
          padding: 0.571rem 12px 0 12px;
          right: -24px;
          top: 0; } }
  @media (min-width: 768px) {
    .modal-dialog.register-invalid-country.modal-sm .modal-section .modal-title, .modal-dialog.register-no-branch-scenario.modal-sm .modal-section .modal-title, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-section .modal-title {
      color: #0D194D;
      margin-bottom: 1.143rem;
      padding: 0; } }
  .modal-dialog.register-invalid-country.modal-sm .modal-section .btn,
  .modal-dialog.register-invalid-country.modal-sm .modal-footer .btn, .modal-dialog.register-no-branch-scenario.modal-sm .modal-section .btn,
  .modal-dialog.register-no-branch-scenario.modal-sm .modal-footer .btn, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-section .btn,
  .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-footer .btn {
    margin-bottom: 1rem;
    margin-right: 4px;
    margin-left: 4px;
    flex: 1;
    padding: 0.5rem 10px; }
  @media (min-width: 768px) {
    .modal-dialog.register-invalid-country.modal-sm .modal-section,
    .modal-dialog.register-invalid-country.modal-sm .modal-footer, .modal-dialog.register-no-branch-scenario.modal-sm .modal-section,
    .modal-dialog.register-no-branch-scenario.modal-sm .modal-footer, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-section,
    .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-footer {
      padding-left: 0;
      padding-right: 0; } }
  .modal-dialog.register-invalid-country.modal-sm .modal-footer, .modal-dialog.register-no-branch-scenario.modal-sm .modal-footer, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-footer {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 768px) {
      .modal-dialog.register-invalid-country.modal-sm .modal-footer, .modal-dialog.register-no-branch-scenario.modal-sm .modal-footer, .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-footer {
        margin-right: -4px;
        margin-left: -4px;
        padding-top: 1.429rem; } }
  @media (min-width: 768px) {
    .modal-dialog.nls-before-doi-confirmation-popup.modal-sm .modal-header .close {
      right: 2px; } }
  .modal-dialog.register-invalid-country .modal-footer {
    display: inline-flex;
    justify-content: space-between; }
  @media (min-width: 768px) {
    .modal-dialog.register-no-branch-scenario .modal-footer .btn-primary {
      width: 100%; } }
  .modal-dialog.nls-before-doi-confirmation-popup.modal-sm.modal-dialog .modal-header {
    height: 32px;
    position: unset; }
  .modal-dialog.nls-before-doi-confirmation-popup .modal-content-wrapper {
    position: relative; }
  .modal-dialog.nls-before-doi-confirmation-popup .modal-section {
    margin-top: 0; }
  .modal-dialog.nls-before-doi-confirmation-popup .btn-primary {
    width: 100%; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 1; }

.modal-section {
  padding: 0 40px;
  flex: 0 1 auto; }
  .modal-section p.invalid-country-text, .modal-section p#addEditDeliveryAddressHint {
    font-size: 1rem;
    margin-top: 1.143rem; }
  .modal-section > *:last-child {
    margin-bottom: 1.429rem; }
  @media (max-width: 767px) {
    .modal-section {
      margin: auto 0;
      padding-top: 0;
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 768px) {
    .modal-section {
      padding-left: 73px;
      padding-right: 95px; } }
  .modal-section .forgot-password-content {
    align-self: flex-end; }
    .modal-section .forgot-password-content .forgotten-password a {
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.571;
      color: #1F39AB; }
      .modal-section .forgot-password-content .forgotten-password a:hover, .modal-section .forgot-password-content .forgotten-password a:focus {
        text-shadow: none; }
  .modal-section #forgottenPwdForm .forgottenPwd-section {
    padding-top: 1.714rem; }
    .modal-section #forgottenPwdForm .forgottenPwd-section .text-error {
      display: none;
      padding-left: 0; }
  .modal-section.modal-forgot-pwd-message {
    padding: 0;
    position: relative;
    margin: unset; }
    .modal-section.modal-forgot-pwd-message .modal-title {
      margin-bottom: 1.429rem;
      display: flex;
      padding: 0 35px 0 70px; }
      @media (max-width: 767px) {
        .modal-section.modal-forgot-pwd-message .modal-title {
          padding: 0 54px 0 45px;
          margin-bottom: 0.714rem; } }
      .modal-section.modal-forgot-pwd-message .modal-title .checkmark {
        position: absolute;
        left: 35px;
        margin-top: 0.143rem; }
        @media (max-width: 767px) {
          .modal-section.modal-forgot-pwd-message .modal-title .checkmark {
            left: 10px; } }
        .modal-section.modal-forgot-pwd-message .modal-title .checkmark i {
          color: #37A933;
          font-size: 1.929rem; }
    .modal-section.modal-forgot-pwd-message .modal-inner {
      padding: 0 35px 0 70px; }
      @media (max-width: 767px) {
        .modal-section.modal-forgot-pwd-message .modal-inner {
          padding: 0 54px 0 45px; } }
  @media (max-width: 767px) {
    .modal-section.wishlist-layer {
      margin: 0; } }
  @media (min-width: 768px) {
    .modal-section.wishlist-layer {
      padding-right: 68px; } }
  .modal-section.wishlist-layer .modal-title i {
    color: #37A933;
    margin-right: 22px;
    position: absolute;
    left: 35px;
    margin-top: 0.143rem; }
    @media (max-width: 767px) {
      .modal-section.wishlist-layer .modal-title i {
        position: initial; } }
  .modal-section.wishlist-layer > *:last-child {
    margin-bottom: 2.143rem; }

.modal-footer {
  position: relative;
  padding: 40px; }
  .modal-footer .modal-buttons-split {
    display: flex; }
    .modal-footer .modal-buttons-split a, .modal-footer .modal-buttons-split button {
      flex: 50%; }
  .modal-footer .modal-buttons-split-footer {
    display: flex;
    flex: 1;
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
    justify-content: center; }
    .modal-footer .modal-buttons-split-footer .items-splits {
      flex: 50%;
      padding-left: 10px;
      padding-right: 10px; }
      .modal-footer .modal-buttons-split-footer .items-splits a, .modal-footer .modal-buttons-split-footer .items-splits button {
        width: 100%; }
  .modal-footer a.underline {
    color: #000000;
    text-decoration: underline;
    font-size: 1.143rem;
    margin-right: 10px; }
  .modal-footer .btn.js-btn-myaccount {
    width: 100%; }
  .modal-footer #createNewWishlistButton, .modal-footer #cancelNewWishlistButton {
    margin-bottom: 1.429rem; }
  .modal-footer #createNewWishlistButton:disabled {
    cursor: pointer;
    background: #1F39AB;
    background-color: #1F39AB; }
  @media (min-width: 768px) {
    .modal-footer {
      border-radius: 0 0 5px 5px;
      padding-left: 73px;
      padding-right: 95px;
      padding-bottom: 1.143rem; }
      .modal-footer .text-center .btn {
        margin-bottom: 1.714rem; } }
  @media (max-width: 767px) {
    .modal-footer {
      margin-top: auto;
      padding-left: 17px;
      padding-right: 16px;
      flex-grow: 1; } }
  .modal-footer .login-advantages-headline {
    padding-top: 1.714rem;
    padding-bottom: 1.143rem;
    font-size: 1.143rem;
    font-weight: 700;
    color: #0D194D;
    line-height: 1.625;
    margin: 0; }
  .modal-footer .login-advantages-list-modal li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.571;
    margin-bottom: 0.714rem;
    color: #0D194D; }
    .modal-footer .login-advantages-list-modal li .icon-ui_check {
      padding-right: 8px;
      font-size: 1.429rem;
      color: #1F39AB; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 700px;
    margin: 2.143rem auto; }
  .modal-sm {
    max-width: 388px; } }

@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px; } }

.modal-content .alert:not(.cookie-warning) {
  margin: 0;
  padding: 0.714rem 10px 0.714rem 20px;
  width: 100%;
  z-index: 16;
  /* We only want to show the alert or the header */ }
  @media (min-width: 768px) {
    .modal-content .alert:not(.cookie-warning) {
      border-radius: 5px 5px 0 0; } }
  .modal-content .alert:not(.cookie-warning) + .modal-header {
    display: none; }

.page-cartPage .insufficient-bonus-modal .modal-footer .loyalty-overview {
  display: none; }

body:not(.page-cartPage) .insufficient-bonus-modal .modal-footer .return-cart {
  display: none; }

@media (max-width: 767px) {
  html.fix-mobile-scrolling,
  body.fix-mobile-scrolling {
    position: relative;
    height: 100%;
    overflow: hidden; } }

.modal .modal-header {
  text-align: center;
  height: 44px;
  position: relative; }
  .modal .modal-header .close {
    right: 12px;
    top: 8px;
    color: #0D194D;
    position: absolute;
    z-index: 1; }
    .modal .modal-header .close .icon-ui_close {
      font-size: 1.429rem;
      color: #1F39AB; }

.modal .modal-title {
  margin-bottom: 24px;
  color: #20216B; }
  .modal .modal-title.small {
    font-size: 27px; }
  .modal .modal-title.smaller {
    font-size: 22px; }
  @media (max-width: 767px) {
    .modal .modal-title {
      font-size: 1.714rem;
      margin-bottom: 1.286rem; } }

.modal .modal-login-title {
  margin-bottom: 2.143rem; }

.modal .modal-body {
  position: relative;
  padding: 2.857rem 40px;
  border-radius: 5px 5px 0 0;
  order: 0;
  flex: 1 1 auto;
  align-self: stretch; }

.modal .modal-content {
  display: flex;
  position: relative;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
  outline: 0; }
  .modal .modal-content > * {
    width: 100%; }
  @media (max-width: 767px) {
    .modal .modal-content {
      justify-content: space-between;
      height: 100vh; } }
  .modal .modal-content .insufficient-bonus-modal {
    height: 100%; }
    .modal .modal-content .insufficient-bonus-modal .modal-section {
      padding: 0 44px 0 32px;
      color: #0D194D; }
      @media (max-width: 767px) {
        .modal .modal-content .insufficient-bonus-modal .modal-section {
          padding: 0 8px; } }
      .modal .modal-content .insufficient-bonus-modal .modal-section h3 {
        margin-bottom: 1.714rem; }
      .modal .modal-content .insufficient-bonus-modal .modal-section span {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.571; }
      .modal .modal-content .insufficient-bonus-modal .modal-section .insufficient-bonus-product-image {
        margin-top: 0.714rem;
        margin-bottom: 0.286rem; }
    .modal .modal-content .insufficient-bonus-modal .modal-footer {
      padding: 0.286rem 44px 2.286rem 32px; }
      @media (max-width: 767px) {
        .modal .modal-content .insufficient-bonus-modal .modal-footer {
          padding: 0 8px 2.286rem;
          width: 100%; } }

.modal .modal-content-wrapper {
  display: flex;
  flex-direction: column;
  overflow: auto; }
  @media (max-width: 499px) {
    .modal .modal-content-wrapper {
      max-height: 100%; } }

.modal .modal-forgot-pwd-message-wrapper .modal-header {
  height: 32px; }

.modal .delivery-cost-info-modal {
  margin-top: 14.286rem;
  max-width: 550px; }
  @media (max-width: 767px) {
    .modal .delivery-cost-info-modal {
      margin-top: 0; } }
  .modal .delivery-cost-info-modal .modal-section .modal-title {
    color: #0D194D;
    margin-bottom: 1rem; }
  .modal .delivery-cost-info-modal .modal-section p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.571;
    color: #0D194D;
    margin-bottom: 2.857rem; }

.modal .invalid-address-branch-modal {
  margin-top: 8.571rem; }
  @media (max-width: 767px) {
    .modal .invalid-address-branch-modal {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .modal .invalid-address-branch-modal .modal-content {
      height: auto; } }
  .modal .invalid-address-branch-modal .modal-content .modal-section {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0; }
    .modal .invalid-address-branch-modal .modal-content .modal-section .modal-title {
      margin: 0 0 16px 0;
      padding: 0; }
    .modal .invalid-address-branch-modal .modal-content .modal-section .warning-message {
      color: #FF1100;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.571;
      margin-bottom: 1.143rem; }
  .modal .invalid-address-branch-modal .modal-content .modal-footer {
    padding: 1.143rem 16px 2.286rem; }
    .modal .invalid-address-branch-modal .modal-content .modal-footer .btn-secondary {
      color: #1F39AB;
      text-decoration: none;
      font-size: 1.143rem;
      font-weight: 700;
      line-height: 1.375; }
      .modal .invalid-address-branch-modal .modal-content .modal-footer .btn-secondary:hover {
        color: #1F39AB;
        background: #FFFFFF;
        border-color: #1F39AB;
        outline: 0; }

@media (max-width: 767px) {
  .modal .change-user-address-modal {
    margin-top: 0; } }

.modal .change-user-address-modal .modal-section {
  overflow-x: hidden;
  width: 100%;
  padding: 0 16px; }
  .modal .change-user-address-modal .modal-section > div {
    width: 100%; }

.modal .change-user-address-modal .modal-title {
  margin: 0; }

.modal .change-user-address-modal #bofrostAddressForm {
  margin-bottom: 0; }

.modal .change-user-address-modal #addEditDeliveryAddressHint {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.571;
  margin-bottom: 1.143rem; }

.modal .change-user-address-modal .checkout-address-delivery-error-message {
  margin-bottom: 16px; }

.modal .change-user-address-modal .modal-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.143rem 16px 1rem; }
  .modal .change-user-address-modal .modal-footer .modal-buttons-split-footer {
    flex-wrap: wrap; }
    .modal .change-user-address-modal .modal-footer .modal-buttons-split-footer .items-splits {
      margin-bottom: 1.286rem; }
  .modal .change-user-address-modal .modal-footer > .btn {
    flex-grow: 1;
    min-width: 140px;
    max-width: 40%;
    min-height: 50px;
    display: inline-flex;
    place-items: center;
    padding: 1rem 16px;
    height: 50px; }
    @media (max-width: 499px) {
      .modal .change-user-address-modal .modal-footer > .btn.mt-1 {
        margin-top: 0 !important; } }
  .modal .change-user-address-modal .modal-footer .edit-address-invalid-country-normal-footer {
    width: 100%;
    justify-content: space-between;
    display: none; }
    .modal .change-user-address-modal .modal-footer .edit-address-invalid-country-normal-footer.show-modal-footer {
      display: flex; }
      .modal .change-user-address-modal .modal-footer .edit-address-invalid-country-normal-footer.show-modal-footer > .btn {
        flex-grow: 1;
        min-width: 140px;
        max-width: 40%;
        min-height: 50px;
        display: inline-flex;
        place-items: center;
        padding: 1rem 16px;
        height: 50px; }
        @media (max-width: 767px) {
          .modal .change-user-address-modal .modal-footer .edit-address-invalid-country-normal-footer.show-modal-footer > .btn.mt-1 {
            margin-top: 0 !important; } }

.modal .modal-added-to-wishlist .modal-title,
.modal .modal-add-to-cart .modal-title {
  color: #0D194D;
  margin-bottom: 1.143rem; }

.modal .modal-added-to-wishlist .modal-section,
.modal .modal-add-to-cart .modal-section {
  padding: 0 20px 0 10px; }
  @media (min-width: 768px) {
    .modal .modal-added-to-wishlist .modal-section,
    .modal .modal-add-to-cart .modal-section {
      padding: 0 32px 0 33px; } }
  @media (min-width: 768px) {
    .modal .modal-added-to-wishlist .modal-section .item-description,
    .modal .modal-add-to-cart .modal-section .item-description {
      padding: 0; } }
  .modal .modal-added-to-wishlist .modal-section img,
  .modal .modal-add-to-cart .modal-section img {
    width: 120px;
    height: 100px; }
  .modal .modal-added-to-wishlist .modal-section .item-product-info-name,
  .modal .modal-add-to-cart .modal-section .item-product-info-name {
    font-size: 1.143rem;
    font-weight: 500;
    margin-bottom: 0.571rem; }
  @media (max-width: 767px) {
    .modal .modal-added-to-wishlist .modal-section .item-price,
    .modal .modal-add-to-cart .modal-section .item-price {
      padding: 0; } }
  .modal .modal-added-to-wishlist .modal-section .price,
  .modal .modal-add-to-cart .modal-section .price {
    font-size: 1.571rem;
    font-weight: 500;
    line-height: 1; }

.modal .modal-added-to-wishlist .modal-footer,
.modal .modal-add-to-cart .modal-footer {
  padding: 0.5rem 34px 0 32px;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .modal .modal-added-to-wishlist .modal-footer,
    .modal .modal-add-to-cart .modal-footer {
      padding: 0.286rem 10px;
      display: block; } }
  .modal .modal-added-to-wishlist .modal-footer a,
  .modal .modal-add-to-cart .modal-footer a {
    text-decoration: none; }
    @media (max-width: 767px) {
      .modal .modal-added-to-wishlist .modal-footer a.mt-2,
      .modal .modal-add-to-cart .modal-footer a.mt-2 {
        margin-top: 0 !important; } }
  @media (max-width: 767px) {
    .modal .modal-added-to-wishlist .modal-footer > .btn.mt-2, .modal .modal-added-to-wishlist .modal-footer > .btn.mt-1,
    .modal .modal-add-to-cart .modal-footer > .btn.mt-2,
    .modal .modal-add-to-cart .modal-footer > .btn.mt-1 {
      margin-top: 0 !important; } }
  .modal .modal-added-to-wishlist .modal-footer .btn-secondary,
  .modal .modal-add-to-cart .modal-footer .btn-secondary {
    min-width: 168px;
    max-width: 43%; }
    @media (max-width: 767px) {
      .modal .modal-added-to-wishlist .modal-footer .btn-secondary,
      .modal .modal-add-to-cart .modal-footer .btn-secondary {
        min-width: 100%; } }
  .modal .modal-added-to-wishlist .modal-footer .btn-primary,
  .modal .modal-add-to-cart .modal-footer .btn-primary {
    min-width: 220px;
    max-width: 56%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.714rem; }
    @media (max-width: 767px) {
      .modal .modal-added-to-wishlist .modal-footer .btn-primary,
      .modal .modal-add-to-cart .modal-footer .btn-primary {
        min-width: 100%;
        margin-bottom: 1.143rem; } }

.modal .modal-ad-all-to-wishlist .modal-header {
  height: 32px; }
  @media (max-width: 767px) {
    .modal .modal-ad-all-to-wishlist .modal-header {
      text-align: right;
      height: auto; } }
  .modal .modal-ad-all-to-wishlist .modal-header .close {
    top: 4px; }
    @media (max-width: 767px) {
      .modal .modal-ad-all-to-wishlist .modal-header .close {
        position: relative;
        top: unset;
        margin-top: 0.857rem; } }

.modal .modal-ad-all-to-wishlist .modal-title {
  margin-bottom: 1.429rem; }

.modal .modal-ad-all-to-wishlist .modal-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.571;
  margin-bottom: 2.286rem;
  color: #0D194D; }
  @media (max-width: 767px) {
    .modal .modal-ad-all-to-wishlist .modal-description {
      margin-bottom: 1.143rem; } }

.modal .modal-ad-all-to-wishlist .modal-section img {
  height: auto; }

.modal .modal-ad-all-to-wishlist .modal-section .item-thumbnail {
  padding-right: 8px; }
  @media (max-width: 767px) {
    .modal .modal-ad-all-to-wishlist .modal-section .item-thumbnail {
      padding-right: 0; } }

.modal .modal-ad-all-to-wishlist .modal-section #addedToWishlistHint {
  color: #0D194D;
  font-weight: 500;
  margin-bottom: 1.143rem; }

.modal .modal-ad-all-to-wishlist .modal-section .item-product-number {
  color: #0D194D;
  font-size: 0.857rem;
  font-weight: 300;
  line-height: 1.416; }

@media (max-width: 767px) {
  .modal .modal-ad-all-to-wishlist .modal-section .item-price {
    padding: 0; } }

.modal .modal-ad-all-to-wishlist .modal-section .price {
  font-size: 1.571rem;
  font-weight: 500;
  line-height: 1; }

.modal .modal-ad-all-to-wishlist .modal-section .item-product-grammage {
  color: #0D194D;
  font-weight: 300; }

.modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split-success {
  margin-top: 1.714rem;
  margin-bottom: 2.286rem;
  display: flex; }
  .modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split-success .btn {
    margin-right: 1.143rem; }
  @media (max-width: 767px) {
    .modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split-success {
      margin-top: 0;
      flex-direction: column; }
      .modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split-success .btn {
        display: block;
        margin-bottom: 1.143rem;
        margin-right: 0; } }

.modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split {
  margin-top: 1.714rem;
  margin-bottom: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px; }
  .modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split a, .modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split button {
    margin-bottom: 1.429rem; }
  @media (max-width: 767px) {
    .modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split {
      margin-top: 0; }
      .modal .modal-ad-all-to-wishlist .modal-section .modal-buttons-split .btn {
        display: block;
        margin-bottom: 1.143rem; } }

.modal .modal-ad-all-to-wishlist .modal-footer {
  padding: 0.5rem 34px 2.286rem 32px; }
  @media (max-width: 767px) {
    .modal .modal-ad-all-to-wishlist .modal-footer {
      padding: 0.286rem 10px; } }

.modal .modal-ad-all-to-wishlist .wishlist-unavailable-products.bonus-unavailable-products .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner {
  padding: 0.714rem 0 1.143rem; }

.modal .modal-ad-all-to-wishlist .wishlist-unavailable-products .product-tile-wrapper .product-tile {
  text-align: unset; }
  .modal .modal-ad-all-to-wishlist .wishlist-unavailable-products .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner {
    padding: 0.714rem 0 0.571rem; }
    .modal .modal-ad-all-to-wishlist .wishlist-unavailable-products .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-nutritions-interferer-area-wrapper .product-nutritions .image-wrapper img {
      max-height: 30px; }
    .modal .modal-ad-all-to-wishlist .wishlist-unavailable-products .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name .product-tile-description {
      font-size: 1.143rem;
      line-height: 1.312; }
  .modal .modal-ad-all-to-wishlist .wishlist-unavailable-products .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content {
    font-size: 0.857rem;
    font-weight: 300;
    line-height: 1.416;
    margin-bottom: 2.286rem; }
    @media (max-width: 767px) {
      .modal .modal-ad-all-to-wishlist .wishlist-unavailable-products .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content {
        margin-bottom: 1.143rem; } }

@media (min-width: 768px) {
  .modal .modal-added-to-wishlist.modal-dialog {
    max-width: 490px;
    max-height: 330px; } }

.modal .modal-added-to-wishlist .modal-section .item-thumbnail {
  padding-right: 8px; }
  @media (max-width: 767px) {
    .modal .modal-added-to-wishlist .modal-section .item-thumbnail {
      padding-right: 0; } }

.modal .modal-added-to-wishlist .modal-section #addedToWishlistHint {
  color: #0D194D;
  font-weight: 500;
  margin-bottom: 1.143rem; }

.modal .modal-added-to-wishlist .modal-section .item-product-number {
  color: #0D194D;
  font-size: 0.857rem;
  font-weight: 300;
  line-height: 1.416; }

@media (max-width: 767px) {
  .modal .modal-added-to-wishlist .modal-section .item-price {
    padding: 0; } }

.modal .modal-added-to-wishlist .modal-section .price {
  font-size: 1.571rem;
  font-weight: 500;
  line-height: 1; }

.modal .modal-added-to-wishlist .modal-section .item-product-grammage {
  color: #0D194D;
  font-weight: 300; }

.modal .modal-added-to-wishlist .modal-footer {
  padding: 0.5rem 34px 2.286rem 32px; }
  @media (max-width: 767px) {
    .modal .modal-added-to-wishlist .modal-footer {
      padding: 0.286rem 10px; } }

@media (max-width: 767px) {
  .modal .modal-add-to-cart.modal-direct-order .modal-section {
    margin: 0; } }

@media (min-width: 768px) {
  .modal .modal-add-to-cart {
    max-width: 653px; } }

.modal .modal-add-to-cart .modal-header {
  height: 32px; }

.modal .modal-add-to-cart .modal-section {
  padding-right: 45px; }
  @media (max-width: 767px) {
    .modal .modal-add-to-cart .modal-section {
      padding-left: 8px;
      padding-right: 10px; } }
  .modal .modal-add-to-cart .modal-section .row {
    margin-bottom: 0; }
  .modal .modal-add-to-cart .modal-section img {
    max-width: 120px; }
  .modal .modal-add-to-cart .modal-section .add-to-cart-hint {
    font-weight: 500;
    line-height: 1.571;
    margin-bottom: 1.571rem;
    display: flex; }
    .modal .modal-add-to-cart .modal-section .add-to-cart-hint i {
      font-size: 1.429rem;
      color: #37A933;
      margin-right: 11px; }
  @media (max-width: 1023px) {
    .modal .modal-add-to-cart .modal-section .item-description {
      padding-left: 16px; } }
  .modal .modal-add-to-cart .modal-section .item-product-info-wrap .item-product-info-name {
    text-decoration: none;
    font-size: 1.143rem;
    font-weight: 500;
    line-height: 1.375;
    margin-bottom: 0.571rem; }
  .modal .modal-add-to-cart .modal-section .item-product-info-wrap .info-box-promotion {
    margin-bottom: 3.143rem; }
  .modal .modal-add-to-cart .modal-section .item-product-info-wrap .product-number {
    font-size: 0.857rem;
    font-weight: 300;
    line-height: 1.416; }
  .modal .modal-add-to-cart .modal-section .item-product-info-wrap .item-product-info-grammage {
    font-size: 0.857rem;
    font-weight: 300;
    line-height: 1.416;
    color: #0D194D; }

@media (max-width: 1023px) {
  .modal .modal-add-to-cart .item-price {
    margin-left: -10px; } }

@media (max-width: 1023px) {
  .modal .modal-add-to-cart .item-price .price {
    margin-left: -30px; } }

.modal .modal-add-to-cart .footer-container {
  width: 100%;
  margin-bottom: 8px; }

.modal .modal-add-to-cart .modal-footer {
  margin: 1.143rem 0 1.714rem 10px;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .modal .modal-add-to-cart .modal-footer {
      padding: 0 75px 0 32px; } }
  .modal .modal-add-to-cart .modal-footer .btn-secondary {
    min-width: 100%; }
    @media (min-width: 768px) {
      .modal .modal-add-to-cart .modal-footer .btn-secondary {
        margin-right: 16px;
        min-width: 220px; } }
  .modal .modal-add-to-cart .modal-footer .text-center {
    display: flex;
    justify-content: center; }
    @media (max-width: 499px) {
      .modal .modal-add-to-cart .modal-footer .text-center {
        flex-flow: wrap; } }
    .modal .modal-add-to-cart .modal-footer .text-center .btn {
      margin: 0 15px 1.143rem 15px; }

.modal .modal-add-to-cart .bof-product-slider-container {
  margin-top: -8px;
  margin-bottom: 1.357rem;
  padding-left: 29px;
  padding-right: 45px; }
  @media (max-width: 767px) {
    .modal .modal-add-to-cart .bof-product-slider-container {
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 0.714rem; } }
  .modal .modal-add-to-cart .bof-product-slider-container .headline-separator {
    padding-top: 0; }
    @media (max-width: 767px) {
      .modal .modal-add-to-cart .bof-product-slider-container .headline-separator {
        margin-bottom: 1.429rem; } }
  .modal .modal-add-to-cart .bof-product-slider-container .product-slider {
    margin: 0 -8px; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-slider.fadeInDown {
      animation-name: none !important; }
    @media (max-width: 767px) {
      .modal .modal-add-to-cart .bof-product-slider-container .product-slider {
        margin: 0 -8px; } }
    .modal .modal-add-to-cart .bof-product-slider-container .product-slider .product-tile-wrapper .product-tile .price {
      font-size: 1.143rem;
      font-weight: 500;
      line-height: 1.312; }
  .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper {
    padding: 0 8px; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-image {
      width: 172px;
      height: 133px; }

@media (min-width: 500px) and (max-width: 1023px) {
  .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-image {
    height: auto;
    width: auto; } }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-image img {
        height: 100%; }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-image .product-text-interferers {
        display: none; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .delivery-cost-info {
      padding: 0 34px 0.714rem 0; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .stock-level {
      margin-right: 7px;
      display: none;
      pointer-events: none; }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .stock-level .product-availability__status {
        width: 8px;
        height: 8px; }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .stock-level .product-availability__text {
        display: none; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action {
      margin-left: 6px; }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action .btn-cart {
        width: 24px;
        height: 24px; }
        .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-add-content .product-tile-add-content-inner .product-tile-action .btn-cart .shopping-custom {
          font-size: 1rem; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .select-add-to-wishlist-heart {
      top: 4px;
      right: 4px; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).dropdown-toggle {
      height: 19px; }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).dropdown-toggle:before {
        font-size: 1.357rem; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .select-add-to-wishlist-heart.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):after {
      width: 13px;
      height: 13px; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner {
      padding: 1.286rem 0 0.857rem 0; }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-nutritions-interferer-area-wrapper .product-nutritions .image-wrapper img {
        max-height: 30px; }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name .product-tile-description {
        font-size: 1.143rem;
        font-weight: 500;
        line-height: 1.312;
        margin-bottom: 0.571rem; }
      .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-content .product-tile-top-content .product-tile-top-content-inner .product-tile-name .product-unit-price {
        font-size: 0.857rem;
        font-weight: 300;
        line-height: 1.416;
        color: #0D194D; }
    .modal .modal-add-to-cart .bof-product-slider-container .product-tile-wrapper .product-tile .product-tile-add-content {
      margin-bottom: 0; }

@media (min-width: 500px) {
  .modal .modal-remove-recipe-wishlist .modal-section.wishlist-layer,
  .modal .modal-wishlist-created .modal-section.wishlist-layer {
    padding-left: 70px; } }

.modal .modal-remove-recipe-wishlist .modal-section .modal-title,
.modal .modal-wishlist-created .modal-section .modal-title {
  margin-bottom: 1.143rem;
  color: #0D194D; }
  @media (min-width: 500px) {
    .modal .modal-remove-recipe-wishlist .modal-section .modal-title,
    .modal .modal-wishlist-created .modal-section .modal-title {
      line-height: 1; } }
  .modal .modal-remove-recipe-wishlist .modal-section .modal-title .icon-ui_check,
  .modal .modal-wishlist-created .modal-section .modal-title .icon-ui_check {
    font-size: 1.714rem;
    margin-top: 0; }

.modal .modal-remove-recipe-wishlist .modal-section #wishlistMessageHint,
.modal .modal-wishlist-created .modal-section #wishlistMessageHint {
  margin-bottom: 2.429rem;
  font-weight: 500;
  line-height: 1.571;
  color: #0D194D; }

.modal .modal-whislist-error {
  margin-top: 10%; }
  @media (max-width: 767px) {
    .modal .modal-whislist-error {
      margin-top: 0; } }
  .modal .modal-whislist-error .modal-header {
    height: 32px; }
  .modal .modal-whislist-error .modal-section.whislist-error {
    padding-left: 32px;
    padding-right: 55px;
    margin: 0; }
    .modal .modal-whislist-error .modal-section.whislist-error .modal-title {
      margin-bottom: 10px; }
    .modal .modal-whislist-error .modal-section.whislist-error .modal-description {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.571;
      margin-bottom: 2.143rem; }

.modal .modal-wishlist .modal-header {
  height: 32px; }

.modal .modal-wishlist .modal-section {
  padding: 0 42px 0 32px; }
  .modal .modal-wishlist .modal-section .modal-title {
    margin-bottom: 1.143rem; }
    .modal .modal-wishlist .modal-section .modal-title i {
      margin-right: 11px; }
  .modal .modal-wishlist .modal-section p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.571;
    color: #0D194D;
    margin-bottom: 1.143rem; }
  .modal .modal-wishlist .modal-section #newWishlistForm {
    margin-bottom: 2.286rem; }
    .modal .modal-wishlist .modal-section #newWishlistForm .form-group {
      margin-bottom: 1.143rem; }
  .modal .modal-wishlist .modal-section .textarea-counter-wrap {
    font-size: 0.786rem;
    font-weight: 500;
    line-height: 1.363;
    color: #0D194D; }
  .modal .modal-wishlist .modal-section.wishlist-layer p {
    margin-left: 42px; }

.modal .modal-wishlist .modal-footer {
  padding: 0 42px 0 32px;
  display: flex;
  justify-content: space-between; }
  .modal .modal-wishlist .modal-footer .btn {
    flex: 1;
    margin-right: 8px;
    margin-bottom: 2.286rem; }
    .modal .modal-wishlist .modal-footer .btn:last-child {
      margin-right: 0;
      margin-left: 8px; }

@media (min-width: 768px) {
  .modal .modal-wishlist-created .modal-content {
    height: 157px; } }

@media (min-width: 768px) {
  .modal .modal-wishlist-created .modal-content .modal-header {
    height: 32px; } }

.modal .newsletter-doi-subscribe-pop-up-wrapper {
  margin-top: 5%;
  max-width: 866px; }
  @media (max-width: 767px) {
    .modal .newsletter-doi-subscribe-pop-up-wrapper {
      margin-top: unset; } }
  .modal .newsletter-doi-subscribe-pop-up-wrapper .custom-checkbox .custom-control-indicator.blue-checkbox.blue-primary-border {
    margin: unset;
    margin-top: 0.929rem; }
  .modal .newsletter-doi-subscribe-pop-up-wrapper .modal-description {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.571;
    color: #0D194D;
    margin-bottom: 1.714rem; }
  .modal .newsletter-doi-subscribe-pop-up-wrapper.newsletter-pop-up-confirmation-wrapper {
    max-width: 653px; }
    .modal .newsletter-doi-subscribe-pop-up-wrapper.newsletter-pop-up-confirmation-wrapper .modal-section {
      padding: 0 47px 0 32px; }
      @media (max-width: 767px) {
        .modal .newsletter-doi-subscribe-pop-up-wrapper.newsletter-pop-up-confirmation-wrapper .modal-section {
          padding: 0 45px 0 16px; } }
      .modal .newsletter-doi-subscribe-pop-up-wrapper.newsletter-pop-up-confirmation-wrapper .modal-section .modal-title {
        margin-bottom: 1.429rem; }
      .modal .newsletter-doi-subscribe-pop-up-wrapper.newsletter-pop-up-confirmation-wrapper .modal-section .btn.btn-primary.close {
        margin-bottom: 2.286rem; }
      .modal .newsletter-doi-subscribe-pop-up-wrapper.newsletter-pop-up-confirmation-wrapper .modal-section .text-right {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .modal .newsletter-doi-subscribe-pop-up-wrapper.newsletter-pop-up-confirmation-wrapper .modal-section .text-right .btn {
            width: 100%; } }
  .modal .newsletter-doi-subscribe-pop-up-wrapper .modal-header {
    height: auto; }
    .modal .newsletter-doi-subscribe-pop-up-wrapper .modal-header.confirmation-header {
      height: 32px; }
  .modal .newsletter-doi-subscribe-pop-up-wrapper .modal-section {
    padding: 0; }
    @media (max-width: 767px) {
      .modal .newsletter-doi-subscribe-pop-up-wrapper .modal-section {
        margin: 0; } }
  .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content {
    display: flex;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content {
        flex-direction: column; } }
    .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left {
      flex: 43%;
      flex-shrink: 0;
      flex-grow: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left {
          display: none; } }
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left .newsletter-img img {
        width: 100%; }
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left .advantages {
        flex: 1;
        background: #0D194D;
        padding: 2.286rem 24px; }
        .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left .advantages h3 {
          margin-bottom: 1.143rem;
          color: #FFFFFF; }
        .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left .advantages .advantage {
          display: flex;
          margin-bottom: 16px;
          color: #FFFFFF; }
          .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left .advantages .advantage i {
            font-size: 2.143rem;
            line-height: 1;
            margin-right: 16px; }
          .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left .advantages .advantage .advantage-description {
            font-size: 1.143rem;
            font-weight: 500;
            line-height: 1.875; }
          .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .left .advantages .advantage:last-child {
            margin-bottom: 0; }
    .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right {
      flex: 57%;
      padding: 2.286rem 76px 3.357rem 30px; }
      @media (max-width: 767px) {
        .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right {
          padding: 2.286rem 45px 0 16px; } }
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .modal-title {
        margin-bottom: 0.571rem; }
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .modal-description {
        margin-bottom: 1.143rem; }
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .form-inner-content .form-group {
        margin-bottom: 1.143rem; }
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .form-inner-content .form-checkbox .form-group {
        margin-bottom: 1.714rem; }
        .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .form-inner-content .form-checkbox .form-group .custom-checkbox .custom-control-description {
          font-size: 0.786rem;
          line-height: 1.363; }
          .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .form-inner-content .form-checkbox .form-group .custom-checkbox .custom-control-description a, .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .form-inner-content .form-checkbox .form-group .custom-checkbox .custom-control-description p {
            font-size: 0.786rem;
            line-height: 1.363; }
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .form-inner-content .btn.btn-primary {
        width: 100%; }
      .modal .newsletter-doi-subscribe-pop-up-wrapper .newsletter-pop-up-content .right .has-error .custom-checkbox .custom-control-indicator {
        border: 2px solid #FF1100; }

.modal .modal-login-wrapper, .modal .modal-logout-wrapper {
  color: #0D194D; }
  @media (max-width: 767px) {
    .modal .modal-login-wrapper, .modal .modal-logout-wrapper {
      margin-top: 0; } }
  .modal .modal-login-wrapper .modal-section, .modal .modal-logout-wrapper .modal-section {
    padding: 0; }
    @media (max-width: 767px) {
      .modal .modal-login-wrapper .modal-section, .modal .modal-logout-wrapper .modal-section {
        margin: 0; } }
  .modal .modal-login-wrapper .modal-header, .modal .modal-logout-wrapper .modal-header {
    height: 32px; }
  .modal .modal-login-wrapper .modal-title, .modal .modal-logout-wrapper .modal-title {
    margin: 0;
    padding: 0 74px 0 70px;
    text-align: left;
    position: relative; }
    @media (max-width: 767px) {
      .modal .modal-login-wrapper .modal-title, .modal .modal-logout-wrapper .modal-title {
        padding: 0 54px 0 45px; } }
    .modal .modal-login-wrapper .modal-title i, .modal .modal-logout-wrapper .modal-title i {
      color: #37A933;
      margin-right: 22px;
      position: absolute;
      left: 35px;
      font-size: 1.929rem;
      margin-top: 0.143rem; }
      @media (max-width: 767px) {
        .modal .modal-login-wrapper .modal-title i, .modal .modal-logout-wrapper .modal-title i {
          left: 10px; } }
  .modal .modal-login-wrapper .modal-body, .modal .modal-logout-wrapper .modal-body {
    padding: 1.143rem 35px 2.286rem 70px;
    margin: 0; }
    @media (max-width: 767px) {
      .modal .modal-login-wrapper .modal-body, .modal .modal-logout-wrapper .modal-body {
        padding: 0.714rem 54px 2.214rem 45px;
        margin: 0; } }
    .modal .modal-login-wrapper .modal-body p, .modal .modal-logout-wrapper .modal-body p {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.571;
      color: #0D194D; }

.modal.show.modal-ad-all-to-wishlist-wrapper {
  margin-top: 0; }
  @media (min-width: 768px) {
    .modal.show.modal-ad-all-to-wishlist-wrapper .modal-ad-all-to-wishlist.modal-dialog {
      max-width: 653px;
      max-height: 632px;
      height: calc(100vh - 20px);
      overflow: unset; }
      .modal.show.modal-ad-all-to-wishlist-wrapper .modal-ad-all-to-wishlist.modal-dialog .modal-section {
        overflow: auto;
        max-height: 600px;
        padding-left: 32px;
        padding-right: 44px; } }

.modal.show .modal-dialog {
  transform: translate(0, 0);
  max-height: calc(100vh - 250px);
  overflow: auto; }
  @media (max-width: 767px) {
    .modal.show .modal-dialog {
      max-height: 100vh; } }

.modal#copy-code-button-success-modal {
  margin-top: 10.714rem;
  color: #0D194D; }
  @media (max-width: 767px) {
    .modal#copy-code-button-success-modal {
      margin-top: 0; } }
  .modal#copy-code-button-success-modal .modal-header {
    height: 32px; }
  .modal#copy-code-button-success-modal .modal-title {
    margin: 0;
    padding: 0 74px 0 70px;
    text-align: left;
    position: relative; }
    @media (max-width: 767px) {
      .modal#copy-code-button-success-modal .modal-title {
        padding: 0 54px 0 45px; } }
    .modal#copy-code-button-success-modal .modal-title i {
      color: #37A933;
      margin-right: 22px;
      position: absolute;
      left: 35px;
      font-size: 1.929rem;
      margin-top: 0.143rem; }
      @media (max-width: 767px) {
        .modal#copy-code-button-success-modal .modal-title i {
          left: 10px; } }
  .modal#copy-code-button-success-modal .modal-body {
    padding: 1.143rem 35px 2.214rem 70px; }
    @media (max-width: 767px) {
      .modal#copy-code-button-success-modal .modal-body {
        padding: 0.714rem 54px 2.214rem 45px; } }
    .modal#copy-code-button-success-modal .modal-body p {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.571;
      color: #0D194D; }

@media (max-width: 767px) {
  .modal.modal-actions-wrapper .modal-content-wrapper .modal-section {
    margin-top: 0; } }

.modal.action-details-wrapper {
  margin: 0; }
  .modal.action-details-wrapper .modal-content-wrapper {
    overflow: unset; }
    @media (max-width: 499px) {
      .modal.action-details-wrapper .modal-content-wrapper {
        display: block; } }
  .modal.action-details-wrapper .modal-dialog {
    max-width: 793px;
    max-height: 484px;
    overflow: unset; }
    @media (max-width: 499px) {
      .modal.action-details-wrapper .modal-dialog {
        max-height: 100vh;
        margin-top: 0; } }
  .modal.action-details-wrapper .modal-header {
    height: 41px;
    position: relative; }
    .modal.action-details-wrapper .modal-header .close {
      position: absolute;
      top: 11px;
      right: 11px; }
  .modal.action-details-wrapper .modal-body {
    overflow: auto;
    max-height: 484px;
    padding: 1.357rem 50px 2rem 43px; }
    @media (max-width: 499px) {
      .modal.action-details-wrapper .modal-body {
        max-height: calc(100vh - 41px);
        padding: 0.571rem 10px 0.571rem 10px; } }
  .modal.action-details-wrapper .accordion-card .accordion-header {
    border-top: 1px solid #D3D3D3;
    padding: 0.857rem 0; }
    .modal.action-details-wrapper .accordion-card .accordion-header .accordion-title {
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .modal.action-details-wrapper .accordion-card .accordion-header .accordion-title h4 {
        margin: 0; }
      .modal.action-details-wrapper .accordion-card .accordion-header .accordion-title i {
        font-size: 1.429rem;
        color: #1F39AB;
        transition: .2s; }
      .modal.action-details-wrapper .accordion-card .accordion-header .accordion-title:not(.collapsed) i {
        transform: rotate(180deg); }
  .modal.action-details-wrapper .accordion-card .product-informations .product-information-description {
    margin-bottom: 1.714rem; }
    .modal.action-details-wrapper .accordion-card .product-informations .product-information-description p {
      font-size: 1rem; }
  .modal.action-details-wrapper .accordion-card .product-informations .product-information-sales-info,
  .modal.action-details-wrapper .accordion-card .product-informations .product-information-product-origin-info,
  .modal.action-details-wrapper .accordion-card .product-informations .product-information-ingredient-origin-info,
  .modal.action-details-wrapper .accordion-card .product-informations .product-information-storage-info,
  .modal.action-details-wrapper .accordion-card .product-informations .product-information-sales-company,
  .modal.action-details-wrapper .accordion-card .product-informations .product-ingredients {
    margin-bottom: 1.571rem; }
  .modal.action-details-wrapper .accordion-card .product-information-hint {
    font-size: 0.857rem;
    margin-top: 0.714rem;
    margin-bottom: 1.714rem; }

.modal-open {
  overflow: hidden; }
  @media (min-width: 768px) {
    .modal-open {
      margin-right: 17px; } }
  .modal-open .modal {
    overflow: hidden;
    margin-top: 10.714rem; }
    @media (max-width: 767px) {
      .modal-open .modal {
        margin-top: 0; } }

.modal-ftrace-wrapper .modal-title {
  padding-left: 32px;
  padding-right: 55px;
  margin-bottom: 0.571rem; }

.modal-ftrace-wrapper .modal-ftrace .modal-header {
  height: 32px; }

.modal-ftrace-wrapper .modal-ftrace .modal-section {
  padding-left: 32px;
  padding-right: 55px; }
  .modal-ftrace-wrapper .modal-ftrace .modal-section p {
    margin-bottom: 4.857rem; }
  @media (max-width: 767px) {
    .modal-ftrace-wrapper .modal-ftrace .modal-section {
      margin: unset; } }

.profile-page .modal .link {
  color: #1F39AB;
  font-size: 1rem;
  text-decoration: none; }
  .profile-page .modal .link:hover, .profile-page .modal .link:focus {
    text-decoration: none;
    text-shadow: none;
    color: #1F39AB; }

#copy-code-success-modal {
  margin-top: 20rem;
  color: #0D194D; }
  @media (max-width: 767px) {
    #copy-code-success-modal {
      margin-top: 0; } }
  #copy-code-success-modal .modal-header {
    height: 32px; }
  #copy-code-success-modal .modal-title {
    margin: 0;
    padding: 0 74px 1.429rem 70px;
    text-align: left;
    position: relative; }
    @media (max-width: 767px) {
      #copy-code-success-modal .modal-title {
        padding: 0 54px 0 45px; } }
    #copy-code-success-modal .modal-title i {
      color: #37A933;
      margin-right: 22px;
      position: absolute;
      left: 35px;
      font-size: 1.929rem;
      margin-top: 0.143rem; }
      @media (max-width: 767px) {
        #copy-code-success-modal .modal-title i {
          left: 10px; } }
  #copy-code-success-modal .modal-body {
    padding: 0 35px 2.214rem 70px; }
    @media (max-width: 767px) {
      #copy-code-success-modal .modal-body {
        padding: 0.714rem 54px 2.214rem 45px; } }
    #copy-code-success-modal .modal-body p {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.571;
      color: #0D194D;
      margin: 0; }

.modal-raffle-form-component .modal-header {
  height: 32px; }

.modal-raffle-form-component .modal-section {
  padding-left: 70px;
  padding-right: 49px; }
  @media (max-width: 767px) {
    .modal-raffle-form-component .modal-section {
      padding-left: 46px;
      padding-right: 46px;
      margin: unset; } }
  .modal-raffle-form-component .modal-section .modal-title {
    margin-bottom: 1.429rem;
    display: flex; }
    @media (max-width: 767px) {
      .modal-raffle-form-component .modal-section .modal-title {
        margin-bottom: 0.714rem; } }
    .modal-raffle-form-component .modal-section .modal-title .checkmark {
      position: absolute;
      left: 35px;
      margin-top: 0.071rem; }
      @media (max-width: 767px) {
        .modal-raffle-form-component .modal-section .modal-title .checkmark {
          left: 10px; } }
      .modal-raffle-form-component .modal-section .modal-title .checkmark i {
        color: #37A933;
        font-size: 1.714rem; }
  .modal-raffle-form-component .modal-section p {
    margin-bottom: 1.429rem; }
  .modal-raffle-form-component .modal-section .btn.btn-primary {
    margin-bottom: 2.429rem; }

.promotion-pop-up-component .promotion-pop-up-link {
  position: relative; }
  .promotion-pop-up-component .promotion-pop-up-link.hover-state {
    cursor: pointer; }
  .promotion-pop-up-component .promotion-pop-up-link .modal-header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%; }
  .promotion-pop-up-component .promotion-pop-up-link .modal-content {
    display: flex; }
    .promotion-pop-up-component .promotion-pop-up-link .modal-content.left-text .left-ppc {
      padding: 2.643rem 37px 1.643rem 29px;
      order: 1; }
    .promotion-pop-up-component .promotion-pop-up-link .modal-content.left-text .right-ppc {
      order: 2; }
    .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc {
      padding: 2.643rem 29px 1.643rem 37px;
      order: 2;
      max-width: 60%; }
      .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc h3 {
        margin-top: 0;
        margin-bottom: 0.857rem; }
      .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc p {
        font-weight: 500;
        margin-bottom: 2.929rem; }
        .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc p.condition-description {
          font-size: 0.714rem;
          margin-bottom: 0; }
      .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc .btn {
        width: 50%;
        margin-bottom: 1.714rem; }
        @media (max-width: 499px) {
          .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc .btn {
            width: 100%; } }
    .promotion-pop-up-component .promotion-pop-up-link .modal-content .right-ppc {
      min-height: 100%;
      order: 1;
      max-width: 40%; }
      .promotion-pop-up-component .promotion-pop-up-link .modal-content .right-ppc .promotion-pop-up-img {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
    @media (max-width: 767px) {
      .promotion-pop-up-component .promotion-pop-up-link .modal-content {
        flex-direction: column;
        justify-content: unset; }
        .promotion-pop-up-component .promotion-pop-up-link .modal-content.left-text .left-ppc {
          order: 2;
          padding: 1.143rem 10px 0 10px; }
        .promotion-pop-up-component .promotion-pop-up-link .modal-content.left-text .right-ppc {
          order: 1;
          padding: 4rem 10px 0 10px; }
        .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc {
          order: 2;
          min-width: 100%;
          padding: 1.143rem 10px 0 10px; }
          .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc p {
            margin-bottom: 1.714rem; }
            .promotion-pop-up-component .promotion-pop-up-link .modal-content .left-ppc p.condition-description {
              margin-bottom: 0; }
        .promotion-pop-up-component .promotion-pop-up-link .modal-content .right-ppc {
          order: 1;
          min-width: 100%;
          height: auto;
          min-height: auto;
          padding: 4rem 10px 0 10px; }
          .promotion-pop-up-component .promotion-pop-up-link .modal-content .right-ppc .promotion-pop-up-img {
            height: auto;
            min-height: auto;
            padding-bottom: 60%; } }

.breadcrumb {
  display: inline-block;
  padding: 0.571rem 0;
  list-style: none; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }
  .breadcrumb .points {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.571;
    color: #1F39AB;
    padding-right: 4px;
    padding-left: 4px;
    margin-left: 4px;
    position: relative; }
    .breadcrumb .points::after {
      content: "";
      border-left: 1px solid #000000;
      height: 10px;
      color: #000000;
      position: absolute;
      top: 50%;
      right: -2px;
      transform: translateY(-50%); }
  .breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: flex-start;
    padding-right: 4px;
    padding-left: 4px;
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.571; }
    .breadcrumb .breadcrumb-item:first-child {
      padding-left: 0; }
    .breadcrumb .breadcrumb-item::after {
      content: "";
      border-left: 1px solid #000000;
      height: 10px;
      color: #000000;
      position: absolute;
      top: 50%;
      right: -2px;
      transform: translateY(-50%); }
    .breadcrumb .breadcrumb-item:last-child::after {
      display: none; }
    .breadcrumb .breadcrumb-item a {
      color: #1F39AB; }
      .breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item a:focus {
        text-decoration: none; }
    .breadcrumb .breadcrumb-item.active {
      color: #0D194D; }

.slide-fix.slick-initialized .item {
  position: relative;
  visibility: visible; }

.slide-fix .item {
  /* prevent that all slides are under each other until slick, so he only show the first one. */
  position: absolute;
  visibility: hidden; }
  .slide-fix .item:first-child {
    position: relative;
    visibility: visible; }

.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1; }
  .slick-arrow i {
    font-size: 1.429rem;
    font-weight: 700; }
  .slick-arrow.slick-next {
    right: 20px; }
  .slick-arrow.slick-prev {
    left: 20px; }
  .slick-vertical .slick-arrow {
    position: static;
    width: 100%; }
    .slick-vertical .slick-arrow i {
      font-size: 2em;
      transform: rotate(90deg);
      transform-origin: center center; }
    .slick-vertical .slick-arrow.slick-prev {
      margin: 0 0 1.429rem 0; }
    .slick-vertical .slick-arrow.slick-next {
      margin: 1.429rem 0 0 0; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      padding: 0.357rem 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #e4e4e3; }
    .slick-dots li.slick-active button, .slick-dots li:focus button, .slick-dots li:hover button {
      background-color: #FFFFFF; }

.header-slide-usp .item {
  display: flex; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select.select-add-to-wishlist-heart .dropdown-toggle i {
    display: none; }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #636c72; }
    .bootstrap-select > .dropdown-toggle:focus:not(.disabled), .bootstrap-select > .dropdown-toggle:hover:not(.disabled) {
      background-color: #FFFFFF; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device:not(.country-select-footer):not(.checkout-register-select):not(.select-datepicker):not(.select-timepicker) {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .bootstrap-select.white .btn {
    border-color: #FFFFFF;
    font-size: 0.929rem;
    font-style: italic;
    color: #666666; }
    .bootstrap-select.white .btn:focus:not(.disabled), .bootstrap-select.white .btn:hover:not(.disabled) {
      background-color: #FFFFFF;
      color: #0D194D; }
      .bootstrap-select.white .btn:focus:not(.disabled) .filter-option, .bootstrap-select.white .btn:hover:not(.disabled) .filter-option {
        color: #1F39AB;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.571; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #AB2218; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group.no-border-radius-right .dropdown-toggle {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.bootstrap-select.btn-group.no-border-right .dropdown-toggle {
  border-right-width: 0 !important; }

.bootstrap-select.btn-group.changed .dropdown-toggle .filter-option,
.bootstrap-select.btn-group.changed .dropdown-toggle i {
  font-weight: 400;
  text-transform: normal; }

.bootstrap-select.btn-group .dropdown-toggle {
  border: 1px solid #94A1AD;
  padding: 1rem 16px 1rem; }
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 100%;
    text-align: left;
    outline: 0;
    color: #0D194D;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.357; }
  .bootstrap-select.btn-group .dropdown-toggle.focused > span,
  .bootstrap-select.btn-group .dropdown-toggle.focused label,
  .bootstrap-select.btn-group .dropdown-toggle > select:focus + label {
    top: -13px;
    background-color: #0D194D;
    border-radius: 4px;
    padding: 0 10px;
    color: #FFFFFF;
    left: 15px;
    opacity: 1; }
  .bootstrap-select.btn-group .dropdown-toggle:hover .filter-option, .bootstrap-select.btn-group .dropdown-toggle:focus .filter-option {
    color: #0D194D; }
  .bootstrap-select.btn-group .dropdown-toggle i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    pointer-events: none;
    color: #A2A7BB;
    font-size: 1.429rem;
    font-weight: 700;
    transition: .2s; }

.bootstrap-select.btn-group.show i.icon-ui_arrow-down {
  transform: rotate(180deg) translateY(50%); }

.bootstrap-select.btn-group.wishlist-select .i {
  right: 10px; }

.bootstrap-select.btn-group.wishlist-select .filter-option {
  font-size: 0; }

.bootstrap-select.btn-group.wishlist-select .icon_bo-vote-heart {
  right: auto;
  left: 10px;
  font-size: 1.429rem; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed;
      background-color: #666666 !important; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      user-select: none;
      display: block;
      padding: 0.214rem 15px;
      clear: both;
      font-weight: 400;
      color: #0D194D;
      white-space: nowrap; }
      .bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus {
        background-color: #EEEEF5; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 0.214rem 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 0.214rem 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 0.357rem; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #666666;
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #666666;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 0.286rem 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 0.286rem; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

@media (min-width: 1280px) {
  .container {
    padding: 0 40px; } }

@media (min-width: 1280px) {
  .container.wide {
    padding: 0 10px; } }

@media (min-width: 1280px) {
  .container.narrow {
    padding: 0 145px; } }

section {
  min-height: 500px;
  position: relative; }

.bg-gray {
  background-color: #F6F6F6; }

.bg-blue {
  background-color: #0D194D; }

.bg-light-blue {
  background-color: #EEEEF5; }

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

.information {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 3px;
  width: 256px;
  background-color: rgba(255, 0, 0, 0.6);
  color: #FFFFFF;
  z-index: 80;
  font-size: 0.857rem;
  line-height: .9;
  text-align: center; }
  @media print {
    .information {
      display: none; } }
  .information.breakpoint:before {
    content: "Viewport: xs | "; }
  @media (min-width: 500px) {
    .information.breakpoint:before {
      content: "Viewport: sm | "; } }
  @media (min-width: 768px) {
    .information.breakpoint:before {
      content: "Viewport: md | "; } }
  @media (min-width: 1024px) {
    .information.breakpoint:before {
      content: "Viewport: lg | "; } }
  @media (min-width: 1280px) {
    .information.breakpoint:before {
      content: "Viewport: xl | "; } }

.item {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  text-align: center; }
  .item.mb {
    margin-bottom: 1.429rem; }
  .item .image-container-small,
  .item .image-container-big {
    margin-bottom: 7.143rem; }
  .item .item-content {
    background-color: #0D194D;
    position: absolute;
    width: 100%;
    bottom: 0; }
    .item .item-content .item-top-content {
      position: relative; }
      .item .item-content .item-top-content .item-top-icon {
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        left: 0;
        top: -21px;
        z-index: 3;
        background-color: #0D194D;
        color: #FFFFFF;
        margin: 0 auto; }
      .item .item-content .item-top-content .item-top-content-inner {
        padding: 1.786rem 15px 0.714rem 15px;
        background: #0D194D;
        width: 100%; }
        .item .item-content .item-top-content .item-top-content-inner .item-name {
          position: relative;
          z-index: 4;
          color: #FFFFFF;
          font-size: 1.286rem;
          font-style: italic; }
    .item .item-content .item-add-content {
      padding: 0 15px 1.071rem 15px;
      position: relative;
      z-index: 4;
      color: #0D194D;
      height: 100px;
      transform: translateY(-30px);
      transition: all 0.3s linear; }
      .item .item-content .item-add-content .product-quantity,
      .item .item-content .item-add-content .product-unit-price {
        font-size: 0.929rem; }

.product-text-interferers {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 6;
  text-align: left; }
  .product-text-interferers span {
    padding: 0.214rem 5px;
    background-color: #FFFFFF;
    line-height: 1.571;
    color: #0D194D;
    margin-top: 0.571rem;
    display: inline-block; }

figure {
  display: table;
  table-layout: fixed;
  width: 100%; }

figcaption {
  display: table-caption;
  caption-side: bottom; }

.cpl-wrapper {
  position: relative; }
  .cpl-wrapper.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11; }
    .cpl-wrapper.fixed .cpl-image,
    .cpl-wrapper.fixed .button-container,
    .cpl-wrapper.fixed .close-coupon-layer,
    .cpl-wrapper.fixed .cpl-description {
      display: none; }
    .cpl-wrapper.fixed .toggle-coupon-layer {
      display: block; }
    .cpl-wrapper.fixed .cpl-description-wrapper {
      margin-top: 0;
      margin-bottom: 0; }
      .cpl-wrapper.fixed .cpl-description-wrapper .cpl-headline {
        margin-bottom: 0;
        color: unset;
        font-size: 1.286rem;
        font-weight: 700;
        line-height: 1.611; }
  .cpl-wrapper.toggled-cpl .cpl-image,
  .cpl-wrapper.toggled-cpl .button-container,
  .cpl-wrapper.toggled-cpl .close-coupon-layer,
  .cpl-wrapper.toggled-cpl .cpl-description {
    display: block; }
  .cpl-wrapper.toggled-cpl .toggle-coupon-layer {
    display: none; }
  .cpl-wrapper.toggled-cpl .cpl-description-wrapper {
    margin-top: 1.071rem;
    margin-bottom: 1.071rem; }
    .cpl-wrapper.toggled-cpl .cpl-description-wrapper .cpl-headline {
      margin-bottom: 0.429rem;
      color: unset;
      font-size: 1.714rem;
      font-weight: 700;
      line-height: 1.5; }
  .cpl-wrapper.hidden-cpl {
    display: none;
    height: 0;
    overflow: hidden; }
  .cpl-wrapper .cpl-link-bg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .cpl-wrapper .cpl-link-bg:focus {
      outline: -webkit-focus-ring-color auto 1px;
      outline-offset: -3px; }
  .cpl-wrapper .container {
    display: flex;
    align-items: center;
    padding-top: 0.571rem;
    padding-bottom: 0.571rem; }
    @media (max-width: 767px) {
      .cpl-wrapper .container {
        flex-wrap: wrap;
        padding-left: 16px;
        padding-right: 16px;
        align-items: flex-start; } }
  .cpl-wrapper .close-coupon-layer,
  .cpl-wrapper .toggle-coupon-layer {
    position: absolute;
    top: 10px;
    right: 10px; }
    @media (min-width: 1280px) {
      .cpl-wrapper .close-coupon-layer,
      .cpl-wrapper .toggle-coupon-layer {
        top: 10px;
        right: 40px; } }
    @media (max-width: 767px) {
      .cpl-wrapper .close-coupon-layer,
      .cpl-wrapper .toggle-coupon-layer {
        top: 8px;
        right: 16px; } }
    .cpl-wrapper .close-coupon-layer i,
    .cpl-wrapper .toggle-coupon-layer i {
      cursor: pointer;
      font-size: 1.143rem;
      color: #1F39AB; }
  .cpl-wrapper .toggle-coupon-layer {
    top: 12px;
    display: none;
    z-index: 12; }
  .cpl-wrapper .cpl-image {
    flex: 1;
    max-width: 70px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .cpl-wrapper .cpl-image {
        margin-right: 3px; } }
    .cpl-wrapper .cpl-image img {
      width: 100%; }
  .cpl-wrapper .cpl-description-wrapper {
    flex: 1;
    margin-top: 1.071rem;
    margin-bottom: 1.071rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .cpl-wrapper .cpl-description-wrapper {
        padding-right: 16px;
        margin-top: 0;
        margin-bottom: 0.571rem; } }
    .cpl-wrapper .cpl-description-wrapper .cpl-link-headline {
      color: unset; }
      .cpl-wrapper .cpl-description-wrapper .cpl-link-headline:hover, .cpl-wrapper .cpl-description-wrapper .cpl-link-headline:focus {
        text-decoration: none;
        color: unset; }
      .cpl-wrapper .cpl-description-wrapper .cpl-link-headline * {
        color: unset; }
    .cpl-wrapper .cpl-description-wrapper .cpl-headline {
      margin-bottom: 0.429rem;
      color: unset;
      font-size: 1.714rem;
      font-weight: 700; }
    .cpl-wrapper .cpl-description-wrapper .cpl-description {
      font-size: 0.571rem;
      font-weight: 500; }
      .cpl-wrapper .cpl-description-wrapper .cpl-description h1, .cpl-wrapper .cpl-description-wrapper .cpl-description h2, .cpl-wrapper .cpl-description-wrapper .cpl-description h3, .cpl-wrapper .cpl-description-wrapper .cpl-description h4, .cpl-wrapper .cpl-description-wrapper .cpl-description p {
        color: unset; }
  .cpl-wrapper .button-container {
    z-index: 2;
    margin-right: 56px; }
    @media (max-width: 767px) {
      .cpl-wrapper .button-container {
        flex: 100%;
        margin-right: unset; }
        .cpl-wrapper .button-container .btn {
          display: block; } }

.copy-helper-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: 0;
  background-color: transparent; }

.cookie-warning {
  text-align: center;
  padding: 0.714rem 10px;
  border: 1px solid #AB2218;
  border-radius: 5px; }
  .cookie-warning i {
    color: #AB2218; }

.video-thumb,
.video-poster {
  position: relative;
  background: #000000; }
  .video-thumb:before,
  .video-poster:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    opacity: .85;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    width: 30px;
    height: 30px; }
  .video-thumb:after,
  .video-poster:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11.3px;
    border-color: transparent transparent transparent #FFFFFF; }

.video-poster:before {
  width: 70px;
  height: 70px;
  border: 6px solid #FFFFFF; }

.video-poster:after {
  border-width: 13.5px 0 13.5px 17.3px; }

.video-container-outer {
  width: 100%;
  height: 100%;
  position: relative; }
  .video-container-outer .video-container-inner {
    position: absolute;
    background: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .video-container-outer .video-container-inner video {
      position: relative;
      top: 50%;
      width: 100%;
      height: auto;
      transform: translateY(-50%);
      max-width: 100%;
      max-height: 500px;
      margin: auto; }
    .video-container-outer .video-container-inner .poster {
      display: none;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover; }
      .video-container-outer .video-container-inner .poster:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFFFFF;
        font-size: 7.143rem;
        opacity: .85; }
      .video-container-outer .video-container-inner .poster:hover:before {
        opacity: 1;
        cursor: pointer; }

#spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1051;
  display: flex;
  align-items: center;
  justify-content: center; }

#spinner-loyalty-checkout {
  position: relative;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1051;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 768px) {
  .contact-form-countryPrefix .dropdown-menu.open {
    max-height: 150px !important;
    overflow-y: auto !important; } }

@media (min-width: 768px) {
  .contact-form-mobileCountryPrefix .dropdown-menu.open {
    max-height: 120px !important;
    overflow-y: auto !important; } }

.ftrace-icon-wrapper {
  position: relative; }
  .ftrace-icon-wrapper .ftrace-img {
    display: block;
    max-width: 40px;
    padding-left: 0; }
    .ftrace-icon-wrapper .ftrace-img:hover {
      cursor: pointer; }
      .ftrace-icon-wrapper .ftrace-img:hover + .ftrace-tooltip {
        display: block; }
  .ftrace-icon-wrapper .ftrace-tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translateX(0);
    text-align: center;
    padding: 0.214rem 12px;
    background: #fff;
    margin-bottom: 0.714rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    .ftrace-icon-wrapper .ftrace-tooltip:after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: 5px;
      right: auto;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7.5px 0 7.5px;
      border-color: #FFFFFF transparent transparent transparent; }
    .ftrace-icon-wrapper .ftrace-tooltip span {
      white-space: nowrap; }

/*# sourceMappingURL=contentPage2Template.css.map */