/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 647:0 Unexpected "<"

**/
<style>
  /*loader*/
  .loader_website {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;

    -webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.1s;
    -o-transition: ease-in-out 0.1s;
    -ms-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    animation: loader_show 0.2s ease;
  }

  .loader_website * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  body.loader .loader_website span {
    top: 18%;
  }

  .loader_website > span {
    display: block;
    width: 48px;
    height: 48px;
    padding: 4px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: -50px;

    -webkit-transition: ease-in-out 0.1s;
    -moz-transition: ease-in-out 0.1s;
    -o-transition: ease-in-out 0.1s;
    -ms-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;

    -webkit-box-shadow: #000 0px 5px 10px -5px;
    -moz-box-shadow: #000 0px 5px 10px -5px;
    -o-box-shadow: #000 0px 5px 10px -5px;
    -ms-box-shadow: #000 0px 5px 10px -5px;
    box-shadow: #000 0px 5px 10px -5px;
  }

  .loader_website > span > svg {
    fill: transparent;
    stroke: #1a73e8;
    stroke-width: 5;
    animation: loader_dash 2s ease infinite, loader_rotate 2s linear infinite;
  }

  .loader_website > span.ios {
    height: 48px;
    width: 48px;
    animation: none;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }

  .loader_website span.ios > svg {
    fill: #1a73e8;
    stroke-width: 0;
    animation: none;
    height: 100%;
    width: 100%;
  }

  .loader_website > span.ios > svg path:nth-of-type(1) {
    animation: loader_pulse 1s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(2) {
    animation: loader_pulse 1s -0.083s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(3) {
    animation: loader_pulse 1s -0.166s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(4) {
    animation: loader_pulse 1s -0.249s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(5) {
    animation: loader_pulse 1s -0.332s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(6) {
    animation: loader_pulse 1s -0.415s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(7) {
    animation: loader_pulse 1s -0.498s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(8) {
    animation: loader_pulse 1s -0.581s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(9) {
    animation: loader_pulse 1s -0.664s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(10) {
    animation: loader_pulse 1s -0.747s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(11) {
    animation: loader_pulse 1s -0.83s infinite linear;
  }

  .loader_website > span.ios > svg path:nth-of-type(12) {
    animation: loader_pulse 1s -0.913s infinite linear;
  }

  @keyframes loader_dash {
    0% {
      stroke-dasharray: 1, 95;
      stroke-dashoffset: 0;
    }

    50% {
      stroke-dasharray: 85, 95;
      stroke-dashoffset: -25;
    }

    100% {
      stroke-dasharray: 85, 95;
      stroke-dashoffset: -93;
    }
  }

  @keyframes loader_rotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes loader_pulse {
    50% {
      fill: #1a73e8;
    }

    to {
      fill: rgba(26, 115, 232, 0.4);
    }
  }

  @keyframes loader_show {
    0% {
      opacity: 0;

      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      opacity: 1;

      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

  /*loader*/

  .tracking-detail {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tracking-detail.bg {
    background: linear-gradient(284.04deg, #18369c 7.5%, #31c3e8 92.5%);
  }

  .flex-show {
    padding: 60px;
    background-color: white;
  }

  .tracking-faq {
    background: #f2f4f7;
  }

  .tracking-faq-global {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tracking-faq-global span {
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 50px;
    /* Charcoal */
    color: #232b38;
    padding-left: 100px;
  }

  .tracking-faq-global div {
    padding-left: 100px;
  }

  .faq-inner-content {
    margin-top: 40px;
  }
  .faq-inner-content button.accordion {
    cursor: pointer;
  }
  .faq-inner-content button.accordion {
    outline: none;
    display: block;
    width: 100%;
    background: #f2f4f7;
    text-align: left;
    line-height: 1.6;
    border: none;
    border-top: 1px solid #ccd3da;
    border-radius: 0;
    margin: 0 auto;
    font-family: 'basis-grotesque', Helvetica, sans-serif;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 32px 18px 18px;
  }

  .faq-inner-content .panel {
    font-size: 17px;
  }

  .faq-inner-content .panel {
    padding: 0 18px;
    font-size: 16px;
    color: #111111;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #f2f4f7;
  }

  .contact-us {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .contact-us span {
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    display: block;

    /* Dark Gray */
    color: #212121;
  }

  .contact-us a {
    margin-top: 50px;
    min-width: 400px;
    max-width: 80% !important;
  }

  .tracking-detail-left {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 30 1 auto;
    -ms-flex: 30 1 auto;
    flex: 30 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  #flexport-frame iframe{
    width: 100vw;
  }

  @media screen and (max-width: 1400px) {
    .mobile-block-content {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  @media screen and (max-width: 768px) {

    .tracking-detail {
      flex-direction: column;
    }
    .tracking-detail-body{
      flex: 1 1 auto;
      margin-left: 15px !important;
      margin-right: 15px !important;
    }
    .tracking-detail-left, .tracking-detail-right {
      margin-bottom: 40px;
      width: 100%;
    }
    .tracking-detail-center,
    .tracking-detail-margin {
      visibility: collapse;
    }

    .tracking-faq-global div {
      padding-left: 10px;
    }

    .tracking-faq-global span {
      padding-left: 15px;
    }

    .mobile-block-content {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .story-title-return,
    .tracking-faq-global span,
    .contact-us span,
    .tracking-form span {
      font-size: 24px !important;
    }

    .hero__button-wrapper{
      margin-left: 15px;
      margin-right: 15px;
    }

    .contact-us a {
      min-width: 100%!important;
    }
  }

  .tracking-detail-body {
    padding: 50px;
    background: #ffffff;
    border-radius: 15px;
  }


  .tracking-detail-left div #text-delivery-date {
    margin-bottom: 10px;
    font-family: 'Basis Grotesque Pro', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
  }

  .tracking-detail-left div #day-full {
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 31px;
    color: #0078d4;
  }

  .tracking-detail-left div #month {
    font-family: 'Basis Grotesque Pro', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #232b38;
  }

  .tracking-detail-left div #day {
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 75px;
    line-height: 96px;
    color: #232b38;
  }

  .tracking-detail-left div div #status {
    font-family: 'Basis Grotesque Pro', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    top: 12px;
    padding: 12px;
    border-radius: 5px;
    color: #ffffff;
    background: #0078d4;
    min-width: 25px;
  }

  .tracking-detail-left div div {
    padding: 0px;
    padding-top: 10px;
  }

  .tracking-detail-margin {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 10 1 auto;
    -ms-flex: 10 1 auto;
    flex: 5 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-radius: 15px;
  }
  .tracking-detail-center {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 10 1 auto;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-radius: 15px;
  }

  .tracking-detail-right {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 60 1 auto;
    -ms-flex: 60 1 auto;
    flex: 60 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .tracking-detail-right div span {
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 41px;

    /* Charcoal */
    color: #232b38;
  }

  .valign-center div a {
    display: block;
    width: 100%;
    border: none;
  }

  .shipping-detail-title {
    font-family: 'Basis Grotesque Pro', Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 21px !important;
  }
  .shipping-detail-data {
    font-family: 'Basis Grotesque Pro', Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    margin-top: 10px !important;
  }
  .shipping-detail div {
    margin-top: 10px;
  }
  .shipping-detail {
    margin-top: 20px;
  }

  .tracking-form span {
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 41px;
    text-align: left;
    display: block;

    /* Dark Gray */
    color: #212121;
  }

  .tracking-form p {
    font-family: 'Basis Grotesque Pro', Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;

    /* Dark Gray */
    color: #212121;
  }

  .tracking-form input {
    font-family: 'Basis Grotesque Pro', Helvetica, sans-serif !important;
    font-weight: 300;
    width: 100%;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 50px;
    font-size: 14pt;
  }

  .tracking-form .hero__button-wrapper button {
    width: 100% !important;
    margin-top: 12px;
  }

  .container-tracking-form {
    padding-top: 60px;
  }

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

  .container-error {
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 25px;
    text-align: center;
    padding-top: 40px;
    /* Dark Gray */
    color: #212121;
  }

  #errorblock span {
    margin-bottom: 20px;
  }

  #errorblock p {
    color: #111111;
    font-family: basis-grotesque, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6;
  }

  #errorsystem span {
    margin-bottom: 16px;
  }

  #errorblock div,
  #errorsystem div {
    margin-top: 30px;
  }

  #errorsystem p {
    color: #111111;
    font-family: basis-grotesque, Helvetica, sans-serif;
    font-size: 17px;
  }

  .story-title-return {
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 41px;
    /* Dark Gray */
    color: #212121;
  }
</style>