.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 999;
  width: 180px;
  border-right: 1px solid rgba(35, 89, 223, 0.12);
  background-color: #fff;
  /* height: 100vh; */
  overflow-y: auto;
}

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  margin-bottom: 20px;
  padding: 10px 20px;
}

.image {
  display: block;
  width: 48px;
  max-width: none;
  margin-right: auto;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px 20px 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/包裹.svg');
  background-position: 20px 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-family: Nunito, sans-serif;
  color: #8b9bc1 !important;
  font-weight: 600 !important;
  text-decoration: none;
}

.nav-link:hover {
  background-image: url('../images/包裹-1.svg');
  color: #2359df !important;
  font-weight: 700 !important;
}

.nav-link:visited {
  padding-left: 54px;
  background-image: url('../images/包裹-1.svg');
  background-position: 20px 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: #2359df;
}

.nav-link.w--current {
  background-image: url('../images/包裹-1.svg');
  color: #2359df !important;
  font-weight: 700 !important;
}

.nav-link.home {
  background-image: url('../images/home.svg');
  font-weight: 700;
}

.nav-link.home:hover {
  background-image: url('../images/home-1.svg');
}

.nav-link.home.w--current {
  background-image: url('../images/home-1.svg');
}

.nav-link.users {
  background-image: url('../images/users (4).svg');
  font-weight: 700;
}

.nav-link.users:hover {
  background-image: url('../images/users (5).svg');
}

.nav-link.users.w--current {
  background-image: url('../images/users (5).svg');
}

.nav-link.my {
  background-image: url('../images/warehouse-cart-packages-1.svg');
  font-weight: 700;
}

.nav-link.my:hover {
  background-image: url('../images/warehouse-cart-packages.svg');
}

.nav-link.my.w--current {
  background-image: url('../images/warehouse-cart-packages.svg');
}

.nav-link.account {
  background-image: url('../images/我的.svg');
  font-weight: 700;
}

.nav-link.account:hover {
  background-image: url('../images/我的 (1).svg');
}

.nav-link.account.w--current {
  background-image: url('../images/我的 (1).svg');
}

.nav-link.help {
  background-image: url('../images/help-grey.svg');
  font-weight: 700;
}

.nav-link.help:hover {
  background-image: url('../images/help-blue.svg');
}

.nav-link.help.w--current {
  background-image: url('../images/help-blue.svg');
}

.nav-link.pickup {
  background-image: url('../images/上门服务.svg');
  font-weight: 700;
}

.nav-link.pickup:hover {
  background-image: url('../images/上门服务 (1).svg');
}

.nav-link.pickup.w--current {
  background-image: url('../images/上门服务 (1).svg');
}

.image-2 {
  margin-right: 10px;
}

.text-block.hover {
  color: #2359df;
}

.nav-link-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  overflow: auto;
  /* max-height: 100vh; */
  min-height: 100vh;
  margin-left: 180px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #f0f2f6;
}

.section.signin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.blur {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background-color: rgba(1, 8, 27, 0.4);
}

.container {
  box-sizing: border-box;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.container.flex-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container._600px {
  max-width: 600px;
}

.container._1200px {
  max-width: 1200px;
}

.card-w {
  width: 50%;
  padding-right: 20px;
}

.card-w._1 {
  padding-right: 0px;
  padding-left: 20px;
}

.card {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.card.main {
  background-image: linear-gradient(135deg, #2359df, #4992ff);
  color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 10px;
  border-color: #f2490e;
  border-radius: 5px;
  background-color: #2359df;
  box-shadow: 3px 3px 6px -2px rgba(35, 89, 223, 0.4);
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.button.sec {
  background-color: #d6e2ff;
  color: #2359df;
}

.button.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  text-decoration: none;
}

.button.items {
  width: 140px;
  margin-right: 10px;
}

.button.items.delete {
  background-color: #c00;
}

.button.add {
  max-width: 200px;
  margin-left: auto;
}

.button.box {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.button.white {
  background-color: #fff;
}

.heading {
  font-family: Nunito, sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

.heading.small {
  font-size: 24px;
  text-align: center;
}

.heading-2 {
  font-family: Nunito, sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

.paragraph {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-2 {
  font-family: Nunito, sans-serif;
  color: #f0f2f6;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-2.hidden {
  display: none;
}

.form-w {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  font-weight: 500;
}

.form-w.small {
  max-width: 600px;
}

.form-w.signin {
  position: relative;
  margin-bottom: 0px;
  padding: 40px 60px 20px 60px;
}

.div-block {
  position: fixed;
  left: 180px;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-2 {
  margin-right: 10px;
  text-decoration: none;
}

.image-3 {
  margin-right: 10px;
}

.image-4 {
  margin-right: 10px;
}

.image-5 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.heading-3.bot {
  margin-bottom: 10px;
  font-size: 20px;
}

.heading-3.header {
  font-size: 21px;
  margin-bottom: 20px;
}

.heading-3.signin {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 21px;
}

.heading-3.review {
  margin-bottom: 0px;
  font-size: 21px;
}

.heading-w {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.blue-line {
  width: 3px;
  background-color: #2359df;
  height: 16px;
  margin-right: 10px;
}

.text-block-3 {
  font-family: Nunito, sans-serif;
  color: #2359df;
  line-height: 1.5;
}

.label {
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.text-field {
  position: relative;
  border-radius: 5px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.column {
  padding-left: 0px;
}

.column._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns {
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns.item {
  padding-top: 10px;
  padding-left: 10px;
  background-color: #f0f2f6;
}

.column-3 {
  padding-left: 0px;
}

.column-6 {
  padding-left: 0px;
}

.column-7 {
  padding-left: 0px;
}

.link-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2359df;
  text-align: center;
  text-decoration: none;
}

.image-6 {
  margin-right: 10px;
}

.checkbox-field {
  display: inline-block;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.link {
  margin-left: 10px;
  font-family: Nunito, sans-serif;
  color: #2359df;
  font-weight: 500;
  text-decoration: none;
}

.link-2 {
  color: #2359df;
  font-weight: 500;
  text-decoration: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.text-span {
  font-weight: 700;
}

.item-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.item-list.v1 {
  margin-top: 0px;
  padding-top: 0px;
}

.text-block-5 {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.column-9 {
  padding-left: 0px;
}

.column-10 {
  padding-left: 0px;
}

.item {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  background-color: #d2d8e4;
}

.item.light {
  margin-bottom: 10px;
  padding-right: 10px;
  background-color: #f0f2f6;
}

.item-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.ship-from {
  width: 48%;
  padding: 20px;
  background-color: #f0f2f6;
}

.label-from {
  width: 48%;
  padding: 20px;
  background-color: #f0f2f6;
}

.ship-address {
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.adresses-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.final-courier {
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.text-block-6 {
  font-weight: 700;
  text-align: right;
}

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

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

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

.columns-2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.columns-2._1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tips {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff2e1;
  color: #d37700;
}

.columns-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.description {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

.warning {
  margin-top: 20px;
  color: #c00;
}

.div-block-3 {
  position: relative;
}

.password-show-w {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  font-weight: 600;
}

.user-sign-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.username-txt {
  overflow: hidden;
  min-width: 60px;
  width: 100%;
  font-family: Nunito, sans-serif;
  /* color: #f2490e; */
  color: #515151;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.div-block-5 {
  padding-right: 10px;
}

.image-7 {
  width: 24px;
}

.signout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #f0f2f6;
}

.user-link {
  text-decoration: none;
}

.image-8 {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.review-shipment {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #2359df;
  font-weight: 600;
  text-decoration: none;
}

.close {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d6e2ff;
  font-size: 16px;
}

.div-block-7.last {
  border-bottom-style: none;
}

.item-table {
  margin-top: 10px;
}

.text-block-11 {
  color: #2359df;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .nav-wrap {
    padding-top: 30px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.signin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  /* .container.flex-r {
    width: 90%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  } */

  .container.reverse {
    width: 90%;
    margin-bottom: 20px;
  }

  .container.buttons {
    width: 90%;
  }

  .card-w {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .card-w._1 {
    padding-left: 0px;
  }

  .button.items {
    width: 120px;
  }

  .form-w {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .heading-3.header {
    font-size: 20px;
  }

  .column._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-2 {
    padding-left: 0px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .link {
    margin-left: 20px;
  }

  .item-list {
    overflow: auto;
  }

  .item {
    width: 1100px;
  }

  .item.light {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .container.flex-r {
    width: 90%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .adresses-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ship-from {
    width: 100%;
    margin-bottom: 20px;
  }
  .label-from {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100vw;
    border-bottom: 1px solid rgba(35, 89, 223, 0.12);
    border-right-style: none;
    height: auto;
    overflow-y: hidden;
  }

  .nav-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    width: 200px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f6f6f6;
  }

  .brand {
    position: absolute;
    left: 42%;
    top: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 0px;
    padding-right: 20px;
  }

  .image {
    width: 32px;
  }

  .menu-button {
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .menu-button.w--open {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f6f6f6;
  }

  .icon {
    color: #8b9bc1;
  }

  .body {
    padding-left: 0px;
  }

  .section {
    max-height: none;
    margin-left: 0px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .section.signin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.blur {
    left: 0px;
    top: 54px;
    padding-top: 20px;
  }

  .container {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .container.flex-r {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .container.buttons {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .button {
    height: 48px;
  }

  .form-w {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-w.signin {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block {
    left: 0px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .column {
    padding-right: 0px;
  }

  .columns.item {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .column-2 {
    padding-right: 0px;
  }

  .column-3 {
    padding-right: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block {
    position: static;
    width: auto;
    padding-left: 0px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .item {
    width: auto;
    padding-right: 10px;
  }

  .user-sign-w {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
  }

  .item-table {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrap {
    padding-right: 10px;
  }

  .brand {
    left: 40%;
  }

  .menu-button {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container.flex-r {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .container.buttons {
    margin-right: 10px;
    margin-left: 10px;
  }

  .card {
    padding: 20px;
    text-align: center;
  }

  .card.main {
    padding: 20px;
    text-align: left;
  }

  .button {
    height: 48px;
    padding-right: 15px;
  }

  .button.sec {
    padding-right: 20px;
    padding-left: 15px;
  }

  .button.add {
    max-width: 160px;
  }

  .heading.small {
    font-size: 21px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .form-w {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 20px 10px 10px;
  }

  .form-w.signin {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-w.review {
    padding-top: 10px;
  }

  .text-block-2 {
    margin-right: 5px;
  }

  .image-4 {
    margin-right: 5px;
  }

  .heading-3 {
    font-size: 16px;
  }

  .heading-3.bot {
    font-size: 18px;
  }

  .heading-3.header {
    font-size: 18px;
  }

  .heading-3.review {
    font-size: 18px;
  }

  .link-block {
    margin-left: 3px;
  }

  .image-6 {
    margin-right: 5px;
  }

  .item {
    background-color: #d2d8e4;
  }

  .username-txt {
    max-width: 90px;
    font-size: 14px;
    overflow: hidden;
    word-wrap: none;
    text-overflow: ellipsis;
  }

  .div-block-5 {
    padding-right: 5px;
  }

  .column-11 {
    padding-left: 0px;
  }

  .column-12 {
    padding-left: 0px;
  }

  .column-13 {
    padding-left: 0px;
  }

  .column-14 {
    padding-left: 0px;
  }
}

