.header {
  background: linear-gradient(45deg, #fecb2f, rgba(255, 166, 4, 0.88));
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3333;
}
.header .max-content {
  margin: 0 auto;
  max-width: 1100px;
}
.header .logo {
  margin-right: 20px;
  max-width: 170px;
}
@media (max-width: 600px) {
  .header .logo {
    margin: 0 auto 15px;
  }
}
.header .menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.header .menu .text {
  cursor: pointer;
  font-size: 13px;
  margin: 10px;
  text-align: right;
}
.header .under-menu {
  align-items: center;
  border-top: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
}
.header .under-menu .auth {
  font-size: 12px;
}
@media (max-width: 600px) {
  .header .under-menu .auth {
    display: none;
  }
}
.header .under-menu .text {
  cursor: pointer;
  margin-right: 15px;
}
.background {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 500px;
  justify-content: center;
  position: relative;
}
.background h1 {
  font-size: 30px;
  margin: 0 auto 15px;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.14);
}
.background h1,
.background h3 {
  color: #fff;
  font-weight: 800;
  max-width: 700px;
  min-width: 200px;
  text-align: left;
  width: 100%;
}
.background h3 {
  cursor: pointer;
  font-size: 15px;
  margin: 15px auto 0;
  text-shadow: 5px 0 15px rgba(0, 0, 0, 0.84);
}
.background .box {
  max-width: 500px;
  min-width: 200px;
  padding: 20px;
  width: 100%;
}
.background .boxSuivi {
  background: #fecb2f;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  padding: 30px;
  width: 100%;
}
@media (max-width: 600px) {
  .background .boxSuivi {
    padding: 15px;
  }
}
.background .boxSuivi input {
  border: 1px solid #949494;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1),
    0 0 5px 2px hsla(0, 0%, 83%, 0);
  font-size: 15px;
  padding: 15px;
}
.background .boxSuivi button {
  background-color: #2bb82b;
  border-color: #2bb82b;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 15px;
  padding: 15px;
}
.cardContainer {
  margin: 50px auto 0;
  max-width: 1100px;
  overflow: hidden;
}
.cardContainer .box {
  border-radius: 3px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  margin: 20px;
  overflow: hidden;
  position: relative;
}
.cardContainer .box .content {
  padding: 20px;
}
.cardContainer .box img {
  width: 100%;
}
.cardContainer .box h1 {
  color: #444;
  font-size: 18.2px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 20px;
}
.cardContainer .box p {
  margin-bottom: 50px;
  margin-top: 20px;
}
.cardContainer .box a {
  bottom: 20px;
  color: #007acc;
  cursor: pointer;
  position: absolute;
  right: 20px;
  text-align: right;
  width: 80%;
}
.topMsg {
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #df5151;
  font-size: 12px;
  max-width: 800px;
  padding: 13px;
  position: absolute;
  top: 0;
}
.topMsg svg {
  margin-right: 5px;
}
.boxContent {
  border-radius: 3px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  margin: 200px auto 0;
  max-width: 600px;
  min-height: 500px;
  overflow: hidden;
  padding: 50px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 500px) {
  .boxContent {
    margin-top: 250px;
  }
}
.boxContent img {
  margin: 0 auto 20px;
  width: 60px;
}
.boxContent h1 {
  font-size: 22px;
  font-weight: 600;
}
.cookies {
  background-color: #333;
  height: 100vh;
  left: 0;
  max-width: 400px;
  overflow-y: scroll;
  padding: 25px;
  position: fixed;
  top: 0;
  transition: 0.2s ease-in-out;
  z-index: 3444;
}
.cookies img {
  width: 100px;
}
.cookies h1 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}
.cookies p {
  color: #fff;
  font-size: 0.79em;
  line-height: 1.4;
}
.cookies .red {
  background-color: #d40511;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 50px;
  margin-bottom: 10px;
  width: 200px;
}
.c-footer-meta {
  background-color: #f2f2f2;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-footer-meta {
    padding-top: 3.5rem;
  }
  .l-grid--w-30pc-m {
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .l-grid--w-70pc-m {
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
  }
}
.c-footer-meta-container {
  margin-bottom: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .c-footer-meta-container {
    margin-bottom: 0;
  }
}
img {
  border-style: none;
  color: #191919;
}
.c-footer-meta-logo {
  width: 15.4rem;
}
.c-footer-headline {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 2.1rem;
}
.c-footer-meta--list {
  list-style-type: none;
  margin-top: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .c-footer-meta--list {
    align-items: flex-end;
    display: flex;
    margin: 2.1rem 0 0;
  }
}
.c-footer-social--list {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: -2.1rem;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .c-footer-social--list {
    margin-left: -2.8rem;
  }
}
.l-grid--w-50pc-s {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.c-footer-meta--list li {
  display: flex;
  list-style-type: none;
  margin-bottom: 3.5rem;
}
.c-footer-meta--list li:nth-child(odd) {
  padding-right: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .c-footer-meta--list li:nth-child(odd) {
    display: inline-block;
    flex-basis: auto;
    line-height: 0;
    margin-bottom: 2.1rem;
    max-width: none;
    padding-left: 0;
    padding-right: 3.5rem;
    width: auto;
  }
}
.c-footer-meta--list li:nth-child(2n) {
  padding-left: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .c-footer-meta--list li:nth-child(2n) {
    display: inline-block;
    flex-basis: auto;
    line-height: 0;
    margin-bottom: 2.1rem;
    max-width: none;
    padding-left: 0;
    padding-right: 3.5rem;
    width: auto;
  }
}
.c-footer-social--list li {
  height: 3.5rem;
  margin-bottom: 2.1rem;
  margin-left: 2.1rem;
  pointer-events: auto;
  transition: opacity 0.2s;
  width: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .c-footer-social--list li {
    height: 2.1rem;
    margin-left: 2.8rem;
    width: 2.1rem;
  }
}
.c-footer-meta--list .link {
  border: 0.1rem solid transparent;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.c-footer-meta--list .link:hover,
.link:active,
.link:hover {
  color: #eb131e;
}
button {
  -webkit-appearance: button;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
}
#onetrust-pc-btn-handler {
  border-color: #d40511 !important;
}
.c-footer-social--list .link {
  position: relative;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 0.1rem !important;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.1rem !important;
}
.c-footer-social--list img {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .c-footer-social--list img {
    height: 2.1rem;
    width: 2.1rem;
  }
}
@font-face {
  font-family: Delivery;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/default-274a65bae9742377aaf0.274a65bae9742377aaf0.woff)
    format("woff");
}
@font-face {
  font-family: Delivery;
  font-style: normal;
  font-weight: 700;
  src: url(/static/media/default-815fcbb4d2c579017011.815fcbb4d2c579017011.woff)
    format("woff");
}
@font-face {
  font-family: Delivery;
  font-style: normal;
  font-weight: 200;
  src: url(/static/media/default-5a6dd86f272b304a8b83.5a6dd86f272b304a8b83.woff)
    format("woff");
}
@font-face {
  font-family: Delivery;
  font-style: normal;
  font-weight: 800;
  src: url(/static/media/default-3e828e80f6e985c352eb.3e828e80f6e985c352eb.woff)
    format("woff");
}
@font-face {
  font-family: dhlicons;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/iconfont-da52a17c1b8deb953bfe.da52a17c1b8deb953bfe.woff)
    format("woff");
}
* {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
}
.l-view {
  height: 100%;
  margin: 0 auto;
  max-width: 136.5rem;
  min-width: 32rem;
  padding-top: 5.6rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-view {
    padding-top: 0;
  }
}
body {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-rendering: optimizeLegibility;
}
body,
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: auto;
  background: #fff;
  background-color: #fff !important;
  color: #191919;
  margin: auto;
  max-width: 100%;
  position: relative;
}
html {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: Delivery, Verdana, sans-serif;
  font-size: 0.625rem;
  line-height: 1.15;
  text-rendering: optimizeLegibility;
}
.l-grid {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
}
.component-wide {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .component-wide {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
.c-voc-footer--sitemap {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-voc-footer--sitemap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.link-anchor {
  display: block;
  position: relative;
  top: -8.4rem;
  visibility: hidden;
}
ul {
  line-height: 2.8rem;
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 1.4rem;
}
.l-grid--w-100pc-s {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .l-grid--w-25pc-m-m {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}
.c-voc-footer--sitemap-section {
  line-height: 2rem;
  margin: 0;
  padding-right: 2.1rem;
}
.c-voc-footer--sitemap-section:not(:last-child) {
  padding-bottom: 2.1rem;
}
.c-voc-footer--sitemap-section li {
  list-style-type: none;
  padding-bottom: 1.4rem;
  padding-top: 0.7rem;
}
.c-voc-footer--sitemap-section li.group-heading {
  color: #191919;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2rem;
}
.c-voc-footer--sitemap-section li.red {
  color: #d40511;
}
a {
  background-color: transparent;
  text-decoration: none;
}
.link {
  color: #191919;
  display: inline-block;
  font-weight: 700;
  position: relative;
  transition: color 0.2s;
}
.link-light-grey {
  color: #666;
  transition: color 0.2s;
}
.c-voc-footer--sitemap-section a.link {
  color: #666;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
}
.link-red,
.link:before {
  color: #d40511;
  transition: color 0.2s;
}
.has-icon:after,
.has-icon:before,
[class*=" icon-"]:before,
[class^="icon-"]:before {
  speak: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: dhlicons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}
.has-icon:after,
.has-icon:before {
  position: relative;
}
.c-voc-footer--sitemap-section li a:hover,
.link-light-grey:active,
.link-light-grey:hover,
.link:active,
.link:hover {
  color: #eb131e;
}
.link-external:after {
  color: #d40511;
  content: "îš»";
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 0.7rem;
  margin-right: 0.4rem;
  vertical-align: middle;
}
.c-voc-footer--sitemap-section li:not(.group-heading) .link-external:after {
  color: #666;
}
.c-voc-footer--sitemap-section
  li:not(.group-heading)
  .link-external:hover:after {
  color: #d40511;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-grid--w-50pc-m-s {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
#rfs-btn {
  background: #fff;
  border: none;
}
li {
  list-style: none !important;
}
#root {
  width: 100%;
}
.captchaDiv {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: relative;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.captchaDiv h1 {
  margin-bottom: 10px;
}
.captchaDiv span {
  display: block;
  margin-bottom: 25px;
}
.orangeButton {
  background: #fecb2f;
  border: none;
  border-radius: 3px;
  box-shadow: 0 10px 20px transparent;
  font-size: 15px;
  font-weight: 800;
  padding: 12px;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.orangeButton:hover {
  background: #ffc100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.customInput {
  background-position: 20px;
  background-repeat: no-repeat;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin: 20px auto 0;
  padding: 15px 15px 15px 20px;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.customInput textarea:focus,
.customInput:focus {
  border: 1px solid #f39721;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  outline: none;
}
.customInput::-webkit-input-placeholder {
  letter-spacing: 0.2px;
}
.customInput::placeholder {
  letter-spacing: 0.2px;
}
@media (min-width: 600px) {
  .customInput {
    min-width: 480px;
    width: 100%;
  }
}
.boxHeaderDelivery {
  background-position: 50%;
  background-size: cover;
  height: 120px;
  margin: -50px -50px 40px;
}
.secImg {
  width: 150px !important;
}
.inputError {
  color: #ab0e0e;
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-align: left;
  width: 100%;
}
.LoaderContainer {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 34343434;
}
.LoaderContainer img {
  max-width: 200px;
}
