.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;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #023047;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 12px;
}

a {
  color: #219ebc;
  font-weight: 700;
  text-decoration: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: auto;
  min-width: 300px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none solid none none;
  border-width: 3px;
  border-color: #eef0f5;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #fff;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 12px;
  padding: 18px 80px 18px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: border-color 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, opacity 200ms ease-in-out;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link-block:hover {
  margin-right: 0px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.link-block.w--current {
  margin-right: 0px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.link-block.inside {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
  transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease-in-out, opacity 350ms ease-in-out;
  transition: transform 350ms ease, border-color 350ms ease-in-out, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
}

.link-block.inside:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.link-block.inside.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
  transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease-in-out, opacity 350ms ease-in-out;
  transition: transform 350ms ease, border-color 350ms ease-in-out, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
}

.link-block.inside.last-menu {
  margin-bottom: -18px;
}

.link-block.hide-mobile {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  padding: 18px 70px 18px 18px;
  border: 1px none transparent;
  background-color: transparent;
  -webkit-transition: border-radius 350ms ease, background-color 350ms ease, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
  transition: border-radius 350ms ease, background-color 350ms ease, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-radius 350ms ease, background-color 350ms ease, opacity 350ms ease-in-out;
  transition: transform 350ms ease, border-radius 350ms ease, background-color 350ms ease, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
}

.link-block.hide-mobile:hover {
  border-style: none;
  border-width: 1px;
  border-color: #f5f6fa;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #eef0f5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.link-block.hide-home {
  display: none;
}

.link-block.main-menu {
  position: static;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 66px;
  padding-bottom: 0px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.link-block.main-menu.w--open {
  margin-bottom: 18px;
}

.nav-icon {
  width: 27px;
  height: 27px;
  margin-right: 18px;
}

.nav-icon.home {
  width: 27px;
  height: 27px;
  margin-right: 18px;
  background-image: url('../images/ic-grid.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-icon.billing {
  width: 27px;
  height: 27px;
  background-image: url('../images/ic-credit-card.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-icon.settings {
  width: 27px;
  height: 27px;
  margin-right: 18px;
  background-image: url('../images/ic-settings.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-icon.logout {
  width: 27px;
  height: 27px;
  background-image: url('../images/ic-remove.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.support {
  width: 27px;
  height: 27px;
  background-image: url('../images/ic-smile.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.target {
  background-image: url('../images/ic-bullseye.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.stats {
  background-image: url('../images/ic-activity.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.events {
  background-image: url('../images/ic-file.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.filters {
  background-image: url('../images/ic-filter.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.dashboard {
  background-image: url('../images/ic-dashboard.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.nav-icon.dashboard:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-icon.stories {
  width: 27px;
  height: 27px;
  background-image: url('../images/ic-write.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.roadmap {
  background-image: url('../images/ic-map.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-icon.mail {
  background-image: url('../images/ic-file.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.nav-menu {
  display: block;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 60px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.brand.onboarding {
  margin-top: 0px;
}

.body {
  background-color: #f5f6fa;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #023047;
  font-weight: 500;
}

.body.background {
  background-color: #f5f6fa;
  font-weight: 500;
}

.profie-picture {
  width: 60px;
  height: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 36px;
}

.modal-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
}

.container {
  margin-top: 20px;
  margin-bottom: 24px;
}

.container.seafreight---import {
  display: none;
}

.container.airfreight---import {
  display: none;
}

.container.airfreight---export {
  display: none;
}

.container.seafreight---export {
  display: block;
}

.container.account-1 {
  display: none;
}

.container.account-2 {
  display: none;
}

.container.seafreight---import {
  display: none;
}

.container.seafreight-export {
  display: none;
}

.container.seafreight-import {
  display: none;
}

.container.airfreight-import {
  display: none;
}

.container.airfreight-seafreight {
  display: none;
}

.container.airfreight-export {
  display: none;
}

.container.warehousing {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.type-warehousing {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-container {
  position: relative;
  z-index: 1000;
  display: block;
  width: 100%;
  max-width: 420px;
  margin: auto;
  padding: 36px;
  border-style: solid;
  border-width: 2px;
  border-color: #eef0f5;
  border-radius: 15px;
  background-color: #fff;
}

.buttons-block {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal.disconnect {
  display: block;
  overflow: auto;
}

.modal.remove {
  display: none;
}

.modal.new-consignor {
  display: none;
  overflow: auto;
}

.modal.new-consignor {
  display: none;
  overflow: auto;
}

.modal.add-address {
  display: none;
  overflow: auto;
}

.modal.disconnect {
  display: none;
  overflow: auto;
}

.modal.new-consignee {
  display: none;
  overflow: auto;
}

.modal.new-carrier {
  display: none;
  overflow: auto;
}

.modal.new-notify-party {
  display: none;
  overflow: auto;
}

.modal.details {
  display: none;
}

.modal.seafreight-consolidations {
  display: none;
}

.modal.seafreight-routes {
  display: block;
}

.modal.add-container {
  display: none;
}

.modal.add-routes {
  display: none;
}

.modal.consol-routes {
  display: none;
}

.modal.consol-container {
  display: none;
}

.modal.marks-nums {
  display: none;
}

.modal.loading {
  display: none;
}

.modal.success {
  display: none;
}

.modal.failed {
  display: none;
}

.modal.error {
  display: none;
}

.modal.error-copy {
  display: none;
}

.modal.addaddress {
  display: none;
  overflow: auto;
}

.modal.agency {
  display: none;
}

.modal.additional-info-generate {
  display: none;
}

.modal.viewinvoice {
  display: none;
  overflow: auto;
}

.modal.viewinvoice-copy {
  display: none;
  overflow: auto;
}

.modal.new-warehousing {
  display: none;
  overflow: auto;
}

.modal.editaddress_detail {
  display: none;
  overflow: auto;
}

.modal.new-agency {
  display: none;
  overflow: auto;
}

.modal.popup-message {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.modal.send_locked_message {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.profile-picture {
  width: 50px;
  height: 50px;
  margin-right: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
}

.profile-picture.placeholder {
  width: 54px;
  height: 54px;
  margin-right: 21px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #eef0f5;
  border-radius: 36px;
  background-color: #eef0f5;
}

.success-message {
  background-color: transparent;
  color: #023047;
  font-weight: 500;
  text-align: center;
}

.error-message {
  margin-top: 12px;
  padding: 12px 24px;
  border-style: none;
  border-width: 1px;
  border-color: #ffb703;
  border-radius: 6px;
  background-color: #ffb703;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.profile-information {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 2% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.onboarding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-center {
  margin-bottom: 24px;
  text-align: center;
}

.text-center.no-top-space {
  margin-bottom: 24px;
  color: #023047;
}

.text-center.no-top-space.success {
  color: #42b830;
}

.text-center.no-top-space.failed {
  color: #fc5e5e;
}

.text-center.no-top-space.error {
  color: #fc5e5e;
}

.text-center.no-top-space.no-bottom-space {
  margin-bottom: 0px;
}

.layout {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-info {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-info.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile-info.focus {
  margin-left: auto;
}

.card {
  position: static;
  padding: 36px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 15px;
  background-color: #fff;
  color: #023047;
}

.card.bg-grey {
  border-color: #ebedf0;
  background-color: #f5f6fa;
}

.card.events {
  padding: 0px;
  font-weight: 500;
}

.card._100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card._100._12 {
  margin-bottom: 24px;
}

.card._100.adapt {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card._100.mailing {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card.medium {
  max-width: 420px;
  min-width: 360px;
  border-width: 3px;
}

.card.profiles {
  padding: 0px;
  font-weight: 500;
}

.card.shortcut {
  position: relative;
  border-width: 3px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.card.shortcut:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.card.shortcut.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: transparent;
  background-color: #f67f21;
  color: #f5f6fa;
}

.card.shortcut.cta-secondary {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  border-style: none;
  border-color: transparent;
  background-color: #ffdec4;
  color: #f5f6fa;
}

.card.align-center {
  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-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;
}

.card.full-height {
  height: 100%;
}

.card.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.shipment {
  padding: 15px 0px 0px;
  font-weight: 500;
}

.card.connection-bottom {
  display: block;
  margin-top: 20px;
  padding: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  font-weight: 500;
}

.card.document-downloaded {
  padding: 0px;
  font-weight: 500;
}

.card.account {
  overflow: auto;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  font-weight: 500;
}

.card.account-overview {
  padding: 0px;
  font-weight: 500;
}

.card.invoices {
  padding: 0px;
  font-weight: 500;
}

.card.invoices-charge {
  width: auto;
  padding: 0px;
  font-weight: 500;
}

.card.connection {
  padding: 0px;
  font-weight: 500;
}

.card.mailcontent {
  padding: 0px;
  font-weight: 500;
}

.app-main-layout-header {
  border-bottom: 1px none rgba(0, 0, 0, 0.05);
}

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

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

.flex.row {
  margin-right: -12px;
  margin-left: -12px;
}

.flex.minus {
  margin-right: -12px;
  margin-left: -12px;
}

.flex.cc {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.placeholder {
  width: 100px;
  height: 14px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #eef0f5;
}

.placeholder.no-bottom-space {
  width: 80px;
  height: 14px;
  margin-bottom: 0px;
}

.col {
  padding-right: 12px;
  padding-left: 12px;
}

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

.footer {
  margin: 60px auto 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 3px solid #eef0f5;
  color: #023047;
  font-weight: 400;
}

.content {
  display: block;
  margin: 20px auto 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.other-services {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.modal-title {
  margin-bottom: 40px;
}

.modal-title.lottie {
  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-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;
}

.modal-title.no-bottom-space {
  margin-bottom: 20px;
}

.bottom-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: 30px;
}

.section {
  min-height: 100vh;
  padding-left: 300px;
}

.section.regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #023047;
}

.checkbox.w--redirected-checked {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-color: #023047;
  border-radius: 3px;
  background-color: #023047;
  background-size: 14px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.chart-symbols {
  margin-top: 20px;
}

.region {
  height: 44px;
  min-height: 44px;
  margin-top: 6px;
  margin-bottom: 0px;
  padding: 0px 18px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 9px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, background-color 100ms ease-in-out;
  transition: border-color 350ms ease, background-color 100ms ease-in-out;
  color: #1b1d2a;
  line-height: 40px;
  font-weight: 500;
}

.region:active {
  border-color: #023047;
  background-color: #fff;
}

.region:focus {
  border-color: #023047;
  background-color: #fff;
}

.region::-webkit-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.region:-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.region::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.region::placeholder {
  color: #808292;
  font-weight: 400;
}

.single-data-image {
  margin-top: 36px;
}

.checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regular-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -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-bottom: 2px solid #eef0f5;
}

.regular-row.last {
  border-bottom-style: none;
}

.regular-row.top {
  padding-top: 24px;
  padding-bottom: 24px;
}

.regular-row.top.invoice-style {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
}

.regular-row.top.example {
  display: none;
}

.regular-row.item.example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row.item.example.hide {
  display: none;
}

.regular-row.item.example-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row.invoice-style {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.regular-row.invoice-style.total {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row.invoice-style.total-copy {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row.invoice-style.total-row {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row.invoice-style.total-invoice-row {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.regular-row.inside {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.regular-row.inside.invoice-style {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
}

.regular-row.inside.example {
  display: none;
}

.regular-row.documentdownloaded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row.documentdownloaded.example {
  display: none;
}

.regular-row.nodocument.example {
  display: none;
}

.regular-row.overview.example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row.overview.example-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row.overview.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.key-price-value {
  margin-bottom: 6px;
  color: #023047;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.row.table-row {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebedf0;
  font-size: 12px;
}

.row.table-row.last {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-style: none;
}

.row.table-row.table-header {
  color: #404250;
  font-size: 14px;
  font-weight: 500;
}

.card-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-heading.center {
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.expand-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

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

.expand-text.middle.green {
  color: #08c925;
}

.expand-text.middle.orange {
  color: #f86e00;
}

.expand-text.middle.blue {
  color: #0af;
}

.chart-color {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #023047;
}

.chart-color.blue {
  background-color: #8ecae6;
}

.chart-color.green {
  background-color: #219ebc;
}

.progress-outer {
  overflow: hidden;
  height: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #ebedf0;
}

.chart-symbols-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
}

.progress-inner {
  height: 6px;
  border-radius: 10px;
  background-color: #8ecae6;
}

.progress-inner._10 {
  width: 10%;
}

.progress-inner._15 {
  width: 15%;
}

.progress-inner._40 {
  width: 40%;
}

.progress-inner._50 {
  width: 50%;
  height: 6px;
  background-color: #8ecae6;
}

.progress-inner._75 {
  width: 75%;
  background-color: #8ecae6;
}

.dropdown {
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  border-style: none;
  border-width: 1px;
  border-color: #eef0f5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #eef0f5;
  -webkit-transition: opacity 200ms ease, -webkit-transform 350ms ease;
  transition: opacity 200ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, opacity 200ms ease;
  transition: transform 350ms ease, opacity 200ms ease, -webkit-transform 350ms ease;
}

.dropdown:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.sidebar-navbar-dropdown-content {
  position: relative;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-navbar-dropdown-list {
  position: static;
  display: none;
  background-color: transparent;
}

.sidebar-navbar-dropdown-list.w--open {
  background-color: transparent;
}

.icon {
  margin-right: 0px;
}

.icon.delete {
  color: #023047;
  font-weight: 700;
}

.toggle-switch {
  width: 44px;
  height: 22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  border-style: none;
  border-color: transparent;
  border-radius: 20px;
  background-color: #eef0f5;
  background-image: url('../images/black-circle.svg');
  background-position: 3px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease;
  cursor: pointer;
}

.toggle-switch.w--redirected-checked {
  width: 44px;
  height: 22px;
  margin-top: 0px;
  margin-left: auto;
  border-style: none;
  border-color: #8bc794;
  background-color: #219ebc;
  background-image: url('../images/black-circle.svg');
  background-position: 25px 50%;
  background-size: 16px;
}

.toggle-switch.w--redirected-focus {
  box-shadow: none;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expand.right-space {
  margin-right: 24px;
}

.target-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expand-vertically {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.expand-vertically.big-top-space {
  display: -ms-grid;
  display: grid;
  margin-top: 36px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.expand-vertically.big-top-space.static {
  display: block;
}

.h6-small {
  color: #023047;
  font-size: 16px;
  font-weight: 500;
}

.h6-small.nav-menu-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 700;
}

.h6-small.small-menu-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 12px;
  font-weight: 400;
}

.text-small-caps {
  color: #023047;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-small-caps.expand {
  padding-right: 0px;
  padding-left: 0px;
  color: #023047;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.text-small-caps.expand.invoice-row-button {
  background-color: #f67f21;
  color: #fff;
}

.text-small-caps.bold {
  margin-bottom: 0px;
  font-weight: 700;
}

.text-tiny {
  color: #023047;
  font-size: 12px;
  font-weight: 500;
}

.text-tiny.checkbox-text {
  margin-bottom: 0px;
  margin-left: 6px;
  font-weight: 500;
}

.text-tiny.medium {
  font-weight: 500;
}

.text-tiny.expand-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.no-both {
  margin-top: 0px;
  margin-bottom: 0px;
}

.logo-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #023047;
  font-weight: 700;
}

.logo-image {
  margin-right: 12px;
}

.primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #f67f21;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.primary-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.primary-button.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.primary-button.grey {
  min-height: 42px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eef0f5;
  color: #023047;
}

.primary-button.grey.touch {
  display: none;
}

.primary-button.grey.full-width {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.primary-button.invoice {
  margin-top: 20px;
}

.primary-button.save_email {
  padding-top: 9px;
  padding-bottom: 9px;
}

.primary-button.clear_email {
  display: block;
  width: 200px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  color: #f5f6fa;
}

.button-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.flex-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 12px;
  padding: 6px 80px 6px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: border-color 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, opacity 200ms ease-in-out;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link-block-regular:hover {
  margin-right: 0px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.link-block-regular.w--current {
  margin-right: 0px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.link-block-regular.hover {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  padding: 18px 104px 18px 18px;
  border: 1px none transparent;
  background-color: transparent;
  -webkit-transition: border-radius 350ms ease, background-color 350ms ease, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
  transition: border-radius 350ms ease, background-color 350ms ease, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-radius 350ms ease, background-color 350ms ease, opacity 350ms ease-in-out;
  transition: transform 350ms ease, border-radius 350ms ease, background-color 350ms ease, opacity 350ms ease-in-out, -webkit-transform 350ms ease;
}

.link-block-regular.hover:hover {
  border-style: none;
  border-width: 1px;
  border-color: #f5f6fa;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #eef0f5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.link-block-regular.hover.w--current {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  border-style: none;
  border-color: #eef0f5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: transparent;
}

.link-block-regular.hover.w--current:hover {
  background-color: #eef0f5;
}

.link-block-regular.hover.last {
  margin-bottom: 0px;
  padding-right: 18px;
}

.small-bottom {
  margin-right: 30px;
  margin-bottom: 5px;
}

.card-header {
  margin-top: 10px;
  font-size: 20px;
}

.card-header.h2 {
  font-size: 15px;
}

.medium {
  font-weight: 500;
}

.top-space {
  margin-top: 12px;
}

.icon-pill-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-close {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}

.modal-close:hover {
  background-color: #ebedf0;
}

.text-field-wrap {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-wrap.small-margin-bottom {
  margin-bottom: 24px;
  font-weight: 500;
}

.google-btn-icon {
  display: block;
  width: 16px;
  margin-right: 10px;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  padding: 6px 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 6px;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  color: #404250;
  font-style: normal;
  font-weight: 500;
}

.text-field:focus {
  border-color: #023047;
}

.text-field::-webkit-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field:-ms-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field::placeholder {
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field.large {
  height: 60px;
  border-width: 3px;
  border-radius: 9px;
  -webkit-transition-duration: 350ms, 350ms;
  transition-duration: 350ms, 350ms;
}

.text-field.large:hover {
  border-color: #023047;
}

.text-field.large:focus {
  border-color: #023047;
}

.lottie-success {
  width: 120px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.form-field-label {
  position: relative;
  left: 12px;
  top: 11px;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 9px;
  padding-left: 9px;
  background-color: #fff;
  color: #023047;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea-block {
  display: block;
  margin-top: 6px;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textarea-block.no-space {
  margin-bottom: 0px;
}

.textarea-block._24 {
  margin-right: 24px;
}

.textarea-block._12 {
  margin-bottom: 20px;
}

.textarea-block.details {
  margin-bottom: 5px;
}

.textarea-block.details.addon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textarea-block.details.addon.full {
  margin-left: 10px;
}

.textarea-block.details.addon.full.alone {
  margin-left: 0px;
}

.textarea-block.details.addon.full-mode {
  margin-left: 0px;
}

.textarea-block.details.addon.full-mode.alone {
  margin-left: 0px;
}

.textarea-block.details.right {
  margin-right: 10px;
  margin-left: 10px;
}

.textarea-block.small {
  margin-top: 0px;
  margin-bottom: 0px;
}

.radio-button {
  margin-top: 0px;
  margin-right: 9px;
  margin-left: 0px;
}

.category {
  height: 44px;
  min-height: 44px;
  margin-top: 6px;
  margin-bottom: 0px;
  padding: 0px 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 9px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, background-color 100ms ease-in-out;
  transition: border-color 350ms ease, background-color 100ms ease-in-out;
  color: #1b1d2a;
  line-height: 40px;
  font-weight: 500;
}

.category:active {
  border-color: #023047;
  background-color: #fff;
}

.category:focus {
  border-color: #023047;
  background-color: #fff;
}

.category::-webkit-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.category:-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.category::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.category::placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea-large {
  max-height: 140px;
  max-width: 100%;
  min-height: 140px;
  min-width: 100%;
  margin-bottom: auto;
  padding: 18px 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 9px;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #404250;
  font-weight: 500;
}

.textarea-large:focus {
  border-width: 3px;
  border-color: #023047;
  background-color: #fff;
}

.textarea-large::-webkit-input-placeholder {
  color: grey;
  font-weight: 400;
}

.textarea-large:-ms-input-placeholder {
  color: grey;
  font-weight: 400;
}

.textarea-large::-ms-input-placeholder {
  color: grey;
  font-weight: 400;
}

.textarea-large::placeholder {
  color: grey;
  font-weight: 400;
}

.textarea-large.onboarding {
  max-width: 348px;
}

.textarea-large.onboarding:active {
  border-color: #023047;
}

.success-message-2 {
  background-color: transparent;
  color: #023047;
  font-weight: 500;
  text-align: center;
}

.error-message-2 {
  margin-top: 12px;
  padding: 12px 24px;
  border-style: none;
  border-width: 1px;
  border-color: #fc5e5e;
  border-radius: 6px;
  background-color: #fc5e5e;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.instagram-stroke {
  margin-right: 18px;
  padding: 3px;
  border-style: none;
  border-width: 3px;
  border-color: #fd4e63;
  border-radius: 100px;
  background-image: linear-gradient(47deg, #f99e4c, #c52e91);
}

.bottom {
  margin-bottom: 24px;
}

.header {
  margin-top: 0px;
  margin-bottom: 60px;
}

.header.focus {
  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;
}

.header.small {
  display: none;
  margin-bottom: 30px;
  color: #f67f21;
  font-size: 20px;
}

.header.shipment {
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
}

.grid {
  display: none;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-spacing {
  margin-top: 0px;
  margin-bottom: 0px;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 9px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #023047;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.secondary-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.secondary-button.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.secondary-button.removed-button {
  -webkit-transition-property: none;
  transition-property: none;
}

.secondary-button.removed-button:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.secondary-button.full-width {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-separator {
  width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-separator.vertical {
  width: auto;
  height: 18px;
}

.button-separator.vertical._24px {
  height: 24px;
}

.button-separator.vertical._30px {
  height: 30px;
}

.warning-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #ffb703;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #f5f6fa;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.warning-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.warning-button.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.removed-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: transparent;
  color: #afafaf;
  font-weight: 700;
  text-align: center;
  cursor: not-allowed;
}

.removed-button:hover {
  text-decoration: none;
}

.removed-button.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.pill-text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dashboard {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #023047;
}

.dashboard:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.dropdown-list-custom {
  display: none;
}

.slide-from-top {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  width: 100%;
  background-color: transparent;
}

.slide-from-top.w--open {
  padding-right: 0px;
  float: right;
  clear: both;
}

.dropdown-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  width: 100%;
}

.pill-dropdown {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 36px auto auto;
  padding: 9px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 36px;
  background-color: #ffbe8b;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.pill-dropdown.w--open {
  margin-left: 0px;
}

.pill-dropdown.warning {
  background-color: #ffb703;
  color: #fff;
}

.arrow {
  position: static;
  margin: 0px 0px 0px 9px;
}

.buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 36px;
}

.name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #023047;
}

.cta-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cta-container.align-center {
  position: static;
  display: block;
  -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;
  text-align: center;
}

.cta-heading {
  margin-top: 0px;
}

.pill-status {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0px auto 18px;
  padding: 9px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 36px;
  background-color: #8ecae6;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.pill-status.w--open {
  margin-left: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.div-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.toggle-text {
  position: absolute;
  width: 90%;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #023047;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 24px 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #eef0f5;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.action:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.action.last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category-block {
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.region-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  margin-bottom: 0px;
  font-style: italic;
}

.or-text {
  padding-right: 9px;
  padding-left: 9px;
  color: #023047;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bar {
  width: 100%;
  height: 3px;
  background-color: #eef0f5;
}

.or-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.disclaimer {
  margin-top: 12px;
  color: #023047;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.third-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #023047;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.third-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.third-button.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.subheading {
  margin-bottom: 24px;
  text-align: center;
}

.radio-button-answer {
  font-weight: 500;
}

.vertical-spacer {
  height: 24px;
}

.div-block-2 {
  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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.toggle-text-2 {
  position: absolute;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #023047;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.card-2 {
  position: static;
  padding: 36px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 15px;
  background-color: #fff;
  color: #023047;
}

.card-2._100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-2._100.invoice {
  margin-top: 20px;
}

.card-2._100.invoice-copy {
  margin-top: 20px;
}

.card-2._100.creditnote {
  margin-top: 20px;
}

.action-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px 0px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #eef0f5;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.action-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.action-2.last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.text-tiny-2 {
  color: #023047;
  font-size: 12px;
  font-weight: 500;
}

.text-tiny-2.expand-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toggle-switch-2 {
  width: 44px;
  height: 22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  border-style: none;
  border-color: transparent;
  border-radius: 20px;
  background-color: #eef0f5;
  background-image: url('../images/black-circle.svg');
  background-position: 3px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease;
  cursor: pointer;
}

.toggle-switch-2.w--redirected-checked {
  width: 44px;
  height: 22px;
  margin-top: 0px;
  margin-left: auto;
  border-style: none;
  border-color: #8bc794;
  background-color: #219ebc;
  background-image: url('../images/black-circle.svg');
  background-position: 25px 50%;
  background-size: 16px;
}

.toggle-switch-2.w--redirected-focus {
  box-shadow: none;
}

.primary-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #f67f21;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.primary-button-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.primary-button-2.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.primary-button-2.grey {
  min-height: 42px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eef0f5;
  color: #023047;
}

.primary-button-2.grey.touch {
  display: none;
}

.modal-container-2 {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 420px;
  margin: auto;
  padding: 36px;
  border-style: solid;
  border-width: 2px;
  border-color: #eef0f5;
  border-radius: 15px;
  background-color: #fff;
}

.text-field-2 {
  height: 60px;
  margin-bottom: 0px;
  padding: 6px 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 6px;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  color: #404250;
  font-weight: 500;
}

.text-field-2:focus {
  border-color: #023047;
}

.text-field-2::-webkit-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field-2:-ms-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field-2::-ms-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field-2::placeholder {
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-field-2.large {
  height: 60px;
  border-width: 3px;
  border-radius: 9px;
  -webkit-transition-duration: 350ms, 350ms;
  transition-duration: 350ms, 350ms;
}

.text-field-2.large:hover {
  border-color: #023047;
}

.text-field-2.large:focus {
  border-color: #023047;
}

.text-field-2.small {
  height: 40px;
  border-width: 3px;
  border-radius: 9px;
  -webkit-transition-duration: 350ms, 350ms;
  transition-duration: 350ms, 350ms;
}

.text-field-2.small:hover {
  border-color: #023047;
}

.text-field-2.small:focus {
  border-color: #023047;
}

.text-field-2.small.addon {
  width: 130px;
}

.text-field-2.small.addon.noselect {
  width: 100%;
}

.text-field-2.small.addon.full {
  width: 100%;
}

.text-field-2.small.addon.mail_content_input {
  width: 100%;
}

.text-field-2.small.bottom {
  margin-bottom: 20px;
}

.form-field-label-2 {
  position: relative;
  left: 12px;
  top: 11px;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 9px;
  padding-left: 9px;
  background-color: #fff;
  color: #023047;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.form-field-label-2.small {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
}

.form-field-label-2.small.text {
  left: 0px;
  margin-top: 25px;
}

.secondary-button-2 {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 10px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #ffbe8b;
  border-radius: 9px;
  background-color: #ffbe8b;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #023047;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.secondary-button-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.secondary-button-2.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.secondary-button-2.details {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #ffbe8b;
  background-color: #ffbe8b;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.secondary-button-2.document {
  margin-top: 0px;
}

.secondary-button-2.document.invoice-add-button {
  margin-top: 20px;
}

.secondary-button-2.document.add-charge {
  margin-top: 20px;
}

.secondary-button-2.document.add-client {
  position: static;
  right: 0px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.secondary-button-2.add-consignor {
  display: none;
}

.secondary-button-2.add-addressconsignee {
  display: none;
}

.secondary-button-2.add-carrieraddress {
  display: none;
}

.secondary-button-2.add-notifypartyaddress-button {
  display: none;
}

.secondary-button-2.agency {
  display: none;
  background-color: #fff;
}

.link {
  color: #f67f21;
}

.form-block-2 {
  margin-bottom: 0px;
}

.divider {
  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;
}

.divider.none {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-3.full {
  width: 100%;
}

.select-field {
  margin-bottom: 5px;
}

.select-field.small {
  width: 100px;
}

.buttom-div {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px 10px 0px 0px;
  background-color: #f67f21;
}

.bottom-button-stick {
  position: fixed;
  left: 15%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  width: 1200px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 0.25fr 0.25fr 0.5fr;
  grid-template-columns: 1fr 0.25fr 0.25fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 5px 5px 1px;
  border-color: #f67f21;
  border-radius: 20px 20px 0px 0px;
  background-color: #ffbe8b;
  box-shadow: 5px 0 12px 8px hsla(0, 0%, 65.3%, 0.13);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.bottom-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bottom-button {
  margin-bottom: 24px;
}

.bottom-copy {
  margin-bottom: 24px;
}

.bottom-copy {
  margin-bottom: 24px;
}

.bottom-copy-copy {
  margin-bottom: 24px;
}

.select-field-2 {
  margin-top: 10px;
}

.whitebox {
  width: auto;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  width: 1200px;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 9px;
  background-color: #fff;
}

.text-block {
  font-size: 16px;
  cursor: pointer;
}

.button-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 9px;
  background-color: #fff;
  cursor: pointer;
}

.button-new:hover {
  background-color: #000;
  color: #fff;
}

.image {
  width: 40px;
  height: 40px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.text-block-2 {
  color: #000;
  font-size: 13px;
  font-style: normal;
}

.text-block-3 {
  color: #fff;
  font-size: 10px;
}

.tab {
  margin-right: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #f67f21;
  border-radius: 14px;
  background-color: #fff;
  opacity: 1;
  color: #f67f21;
}

.tab.w--current {
  border-style: solid;
  border-width: 3px;
  border-color: #f67f21;
  background-color: #f67f21;
  color: #fff;
}

.modal-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.modal-content.small {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.modal-content.small.invoice {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.modal-content.text-area {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal-content.invoice {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.modal-content.full {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal---address-template {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal---address-template.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal---address-template.disconnect {
  display: block;
  overflow: auto;
}

.modal---address-template.remove {
  display: none;
}

.modal---address-template.new-consignor {
  display: none;
  overflow: auto;
}

.modal---address-template.new-consignor {
  display: none;
  overflow: auto;
}

.modal---address-template.add-address {
  display: none;
  overflow: auto;
}

.modal---address-template.disconnect {
  display: none;
  overflow: auto;
}

.modal---address-template.new-consignee {
  display: none;
  overflow: auto;
}

.modal---address-template.new-carrier {
  display: none;
  overflow: auto;
}

.modal---address-template.new-notify-party {
  display: none;
  overflow: auto;
}

.modal---address-template.agency {
  display: block;
}

.div-block-8 {
  display: none;
}

.modal---details-template {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal---details-template.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal---details-template.disconnect {
  display: block;
  overflow: auto;
}

.modal---details-template.remove {
  display: none;
}

.modal---details-template.new-consignor {
  display: none;
  overflow: auto;
}

.modal---details-template.new-consignor {
  display: none;
  overflow: auto;
}

.modal---details-template.add-address {
  display: none;
  overflow: auto;
}

.modal---details-template.disconnect {
  display: none;
  overflow: auto;
}

.modal---details-template.new-consignee {
  display: none;
  overflow: auto;
}

.modal---details-template.new-carrier {
  display: none;
  overflow: auto;
}

.modal---details-template.new-notify-party {
  display: none;
  overflow: auto;
}

.modal---details-template.details {
  display: block;
}

.textarea {
  width: 344px;
}

.div-block-9 {
  display: none;
}

.modal---consolidations-preview {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: block;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal---consolidations-preview.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal---consolidations-preview.disconnect {
  display: block;
  overflow: auto;
}

.modal---consolidations-preview.remove {
  display: none;
}

.modal---consolidations-preview.new-consignor {
  display: none;
  overflow: auto;
}

.modal---consolidations-preview.new-consignor {
  display: none;
  overflow: auto;
}

.modal---consolidations-preview.add-address {
  display: none;
  overflow: auto;
}

.modal---consolidations-preview.disconnect {
  display: none;
  overflow: auto;
}

.modal---consolidations-preview.new-consignee {
  display: none;
  overflow: auto;
}

.modal---consolidations-preview.new-carrier {
  display: none;
  overflow: auto;
}

.modal---consolidations-preview.new-notify-party {
  display: none;
  overflow: auto;
}

.modal---consolidations-preview.details {
  display: block;
}

.modal---consolidations-route {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: block;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal---consolidations-route.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal---consolidations-route.disconnect {
  display: block;
  overflow: auto;
}

.modal---consolidations-route.remove {
  display: none;
}

.modal---consolidations-route.new-consignor {
  display: none;
  overflow: auto;
}

.modal---consolidations-route.new-consignor {
  display: none;
  overflow: auto;
}

.modal---consolidations-route.add-address {
  display: none;
  overflow: auto;
}

.modal---consolidations-route.disconnect {
  display: none;
  overflow: auto;
}

.modal---consolidations-route.new-consignee {
  display: none;
  overflow: auto;
}

.modal---consolidations-route.new-carrier {
  display: none;
  overflow: auto;
}

.modal---consolidations-route.new-notify-party {
  display: none;
  overflow: auto;
}

.modal---consolidations-route.details {
  display: block;
}

.modal---consolidations-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal---consolidations-container.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal---consolidations-container.disconnect {
  display: block;
  overflow: auto;
}

.modal---consolidations-container.remove {
  display: none;
}

.modal---consolidations-container.new-consignor {
  display: none;
  overflow: auto;
}

.modal---consolidations-container.new-consignor {
  display: none;
  overflow: auto;
}

.modal---consolidations-container.add-address {
  display: none;
  overflow: auto;
}

.modal---consolidations-container.disconnect {
  display: none;
  overflow: auto;
}

.modal---consolidations-container.new-consignee {
  display: none;
  overflow: auto;
}

.modal---consolidations-container.new-carrier {
  display: none;
  overflow: auto;
}

.modal---consolidations-container.new-notify-party {
  display: none;
  overflow: auto;
}

.modal---consolidations-container.details {
  display: block;
}

.modal---consolidations-container-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal---consolidations-container-copy.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal---consolidations-container-copy.disconnect {
  display: block;
  overflow: auto;
}

.modal---consolidations-container-copy.remove {
  display: none;
}

.modal---consolidations-container-copy.new-consignor {
  display: none;
  overflow: auto;
}

.modal---consolidations-container-copy.new-consignor {
  display: none;
  overflow: auto;
}

.modal---consolidations-container-copy.add-address {
  display: none;
  overflow: auto;
}

.modal---consolidations-container-copy.disconnect {
  display: none;
  overflow: auto;
}

.modal---consolidations-container-copy.new-consignee {
  display: none;
  overflow: auto;
}

.modal---consolidations-container-copy.new-carrier {
  display: none;
  overflow: auto;
}

.modal---consolidations-container-copy.new-notify-party {
  display: none;
  overflow: auto;
}

.modal---consolidations-container-copy.details {
  display: block;
}

.modal---marks-and-description {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal---marks-and-description.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal---marks-and-description.disconnect {
  display: block;
  overflow: auto;
}

.modal---marks-and-description.remove {
  display: none;
}

.modal---marks-and-description.new-consignor {
  display: none;
  overflow: auto;
}

.modal---marks-and-description.new-consignor {
  display: none;
  overflow: auto;
}

.modal---marks-and-description.add-address {
  display: none;
  overflow: auto;
}

.modal---marks-and-description.disconnect {
  display: none;
  overflow: auto;
}

.modal---marks-and-description.new-consignee {
  display: none;
  overflow: auto;
}

.modal---marks-and-description.new-carrier {
  display: none;
  overflow: auto;
}

.modal---marks-and-description.new-notify-party {
  display: none;
  overflow: auto;
}

.modal---marks-and-description.details {
  display: block;
}

.modal---marks-and-description-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal---marks-and-description-copy.show {
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal---marks-and-description-copy.disconnect {
  display: block;
  overflow: auto;
}

.modal---marks-and-description-copy.remove {
  display: none;
}

.modal---marks-and-description-copy.new-consignor {
  display: none;
  overflow: auto;
}

.modal---marks-and-description-copy.new-consignor {
  display: none;
  overflow: auto;
}

.modal---marks-and-description-copy.add-address {
  display: none;
  overflow: auto;
}

.modal---marks-and-description-copy.disconnect {
  display: none;
  overflow: auto;
}

.modal---marks-and-description-copy.new-consignee {
  display: none;
  overflow: auto;
}

.modal---marks-and-description-copy.new-carrier {
  display: none;
  overflow: auto;
}

.modal---marks-and-description-copy.new-notify-party {
  display: none;
  overflow: auto;
}

.modal---marks-and-description-copy.details {
  display: block;
}

.container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-block-3 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.select-field-3 {
  height: 35px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2.5px;
  border-color: #f67f21;
  border-radius: 11px;
  background-color: #fff;
  font-size: 14px;
  line-height: 0px;
}

.text-field-3 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 12px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #f67f21;
  border-radius: 10px 0px 0px 10px;
}

.text-field-3:hover {
  border-color: #ffbe8b;
}

.text-field-3:active {
  background-color: #f5f6fa;
}

.text-field-3:focus {
  border-color: #f67f21;
}

.text-field-3.connection {
  margin-top: 0px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f67f21;
}

.button.bottom-connection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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-radius: 10px;
}

.button.bottom-connection.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.bottom-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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-radius: 10px;
}

.button.bottom-summary.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.top-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 10px 30px;
  -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-radius: 10px;
}

.button.top-button.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.top-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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-radius: 10px;
}

.button.top-button.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.top-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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-radius: 10px;
}

.button.top-button.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.top-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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-radius: 10px;
}

.button.top-button.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.middke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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-radius: 10px;
}

.button.middke.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 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-radius: 10px;
}

.button.middle.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
}

.button.middle.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.top-connection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -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-radius: 10px;
}

.button.top-connection.inside {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button.connection {
  margin-top: 0px;
}

.form-3 {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.form-block-4 {
  display: block;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-4 {
  display: inline-block;
  overflow: visible;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-2 {
  color: #f67f21;
}

.link-3 {
  color: #f67f21;
}

.link-4 {
  color: #f67f21;
}

.secondary-button-search {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 15px;
  padding: 10px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #ffbe8b;
  border-radius: 9px;
  background-color: #fff4ea;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #023047;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.secondary-button-search:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}

.secondary-button-search.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.secondary-button-search.details {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #ffbe8b;
  background-color: #ffbe8b;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.secondary-button-search.document {
  margin-top: 0px;
}

.div-carrier-result {
  display: none;
}

.div-consignor-result {
  display: none;
}

.div-consignee-result {
  display: none;
}

.div-notifyparty-result {
  display: none;
}

.div-consolload-result {
  display: none;
}

.div-consoldischarge-result {
  display: none;
}

.div-detailsdestionation-result_container-airfreight-import {
  display: none;
}

.div-detailsorigin-result {
  display: none;
}

.link-5 {
  color: #f67f21;
}

.link-5.invoice-row {
  color: #000;
}

.link-6 {
  color: #f67f21;
}

.link-6.invoice-row {
  color: #000;
}

.link-7 {
  color: #f67f21;
}

.link-7.invoice-row {
  color: #000;
}

.link-8 {
  color: #f67f21;
}

.link-8.invoice-row {
  color: #000;
}

.link-9 {
  color: #f67f21;
}

.link-9.invoice-row {
  color: #000;
}

.lottie-animation {
  display: block;
  width: 200px;
  height: 200px;
}

.link-10 {
  color: #f67f21;
}

.link-11 {
  color: #f67f21;
}

.link-12 {
  color: #f67f21;
}

.link-13 {
  color: #f67f21;
}

.link-14 {
  color: #f67f21;
}

.div-block-10 {
  display: none;
}

.div-block-11 {
  display: none;
}

.div-routedischarge-result {
  display: none;
}

.div-routeload-result {
  display: none;
}

.select-field-4 {
  margin-top: 20px;
}

.div-detailsorigin-result__-status_shipment_type {
  display: none;
}

.div-detailsorigin-result__-status_shipment_type-copy {
  display: none;
}

.div-detailsorigin-result_container-seafreight-export {
  display: none;
}

.div-detailsdestionation-result_container-seafreight-export {
  display: none;
}

.div-detailsorigin-result_container-airfreight-import {
  display: none;
}

.form-block-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.html-embed {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.invoice-actioncopy-button {
  background-color: #ffbe8b;
  color: #f67f21;
}

.invoice-actioncopy-button.delete-charge {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.invoice-actioncopy-button.delete-charge.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.invoice-actioncopy-button.save-invoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.invoice-actioncopy-button.save-invoice.button.invoice1 {
  margin-right: 0px;
  margin-left: 15px;
}

.invoice-actioncopy-button.save-invoice.button.invoice1.copy {
  background-color: #8ecae6;
  color: #023047;
}

.invoice-actioncopy-button.generate-invoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.invoice-actioncopy-button.duplicate-invoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.invoice-actioncopy-button.duplicate-invoice.button.invoice1 {
  margin-right: 0px;
  margin-left: 15px;
}

.invoice-actioncopy-button.duplicate-invoice.button.invoice1.copy {
  width: 150px;
  background-color: #8ecae6;
  color: #023047;
}

.form-block-6 {
  margin-bottom: 0px;
}

.select-field-5 {
  margin-bottom: 0px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.warehousing-connection {
  position: static;
  padding: 36px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 15px;
  background-color: #fff;
  color: #023047;
}

.warehousing-connection._100 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.warehousing-connection._100.invoice {
  margin-top: 20px;
}

.container-warehousing {
  margin-top: 20px;
  margin-bottom: 24px;
}

.container-warehousing.seafreight---import {
  display: none;
}

.container-warehousing.airfreight---import {
  display: none;
}

.container-warehousing.airfreight---export {
  display: none;
}

.container-warehousing.seafreight---export {
  display: block;
}

.container-warehousing.account-1 {
  display: none;
}

.container-warehousing.account-2 {
  display: none;
}

.container-warehousing.seafreight---import {
  display: none;
}

.container-warehousing.seafreight-export {
  display: none;
}

.container-warehousing.seafreight-import {
  display: none;
}

.container-warehousing.airfreight-import {
  display: none;
}

.container-warehousing.airfreight-seafreight {
  display: none;
}

.container-warehousing.airfreight-export {
  display: none;
}

.container-warehousing.warehousing {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-warehousing.type-warehousing {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.warehousing-card {
  position: static;
  padding: 36px;
  border-style: solid;
  border-width: 3px;
  border-color: #eef0f5;
  border-radius: 15px;
  background-color: #fff;
  color: #023047;
}

.warehousing-card._100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.warehousing-card._100.invoice {
  margin-top: 20px;
}

.warehousing-card.percentage {
  display: none;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.warehousing-card.percentage.invoice {
  margin-top: 20px;
}

.div-warehousing-result {
  display: none;
}

.information-label {
  font-size: 12px;
  font-weight: 300;
  text-align: justify;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-15 {
  color: #f67f21;
}

.text-block-small {
  font-size: 12px;
  cursor: pointer;
}

.div-block-14 {
  margin-top: 10px;
}

.image-2 {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.div-block-16 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invoice-action-button {
  background-color: #ffbe8b;
  color: #f67f21;
}

.invoice-action-button.delete-charge {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.invoice-action-button.delete-charge.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.invoice-action-button.save-invoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.invoice-action-button.save-invoice.button.invoice1 {
  display: block;
  margin-right: 0px;
  margin-left: 15px;
}

.invoice-action-button.save-invoice.button.invoice1.copy {
  background-color: #8ecae6;
  color: #023047;
}

.invoice-action-button.generate-invoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.html-embed-7 {
  display: block;
}

.regular-row-hide {
  display: none;
  padding: 12px 24px;
  -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-bottom: 2px solid #eef0f5;
}

.regular-row-hide.last {
  border-bottom-style: none;
}

.regular-row-hide.top {
  padding-top: 24px;
  padding-bottom: 24px;
}

.regular-row-hide.top.invoice-style {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
}

.regular-row-hide.top.example {
  display: none;
}

.regular-row-hide.item.example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row-hide.item.example.hide.close {
  display: none;
}

.regular-row-hide.invoice-style {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.regular-row-hide.invoice-style.total {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row-hide.invoice-style.total-copy {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row-hide.invoice-style.total-row {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row-hide.invoice-style.total-invoice-row {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.regular-row-hide.inside {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.regular-row-hide.inside.invoice-style {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
}

.regular-row-hide.inside.example {
  display: none;
}

.regular-row-hide.documentdownloaded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row-hide.documentdownloaded.example {
  display: none;
}

.regular-row-hide.nodocument.example {
  display: none;
}

.regular-row-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -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-bottom: 2px solid #eef0f5;
}

.regular-row-copy.last {
  border-bottom-style: none;
}

.regular-row-copy.top {
  padding-top: 24px;
  padding-bottom: 24px;
}

.regular-row-copy.top.invoice-style {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
}

.regular-row-copy.top.example {
  display: none;
}

.regular-row-copy.item.example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row-copy.invoice-style {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.regular-row-copy.invoice-style.total {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row-copy.invoice-style.total-copy {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row-copy.invoice-style.total-row {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.regular-row-copy.invoice-style.total-invoice-row {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.regular-row-copy.inside {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.regular-row-copy.inside.invoice-style {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.25fr;
}

.regular-row-copy.inside.example {
  display: none;
}

.regular-row-copy.documentdownloaded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.regular-row-copy.documentdownloaded.example {
  display: none;
}

.regular-row-copy.nodocument.example {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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;
}

.div-block-17 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.html-embed-8 {
  overflow: scroll;
}

.text-block-5 {
  margin-top: 15px;
}

.select_mail {
  width: 100%;
}

.div-block-18 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  font-size: 30px;
}

.text-block-7 {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .navbar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    width: auto;
    max-width: none;
    min-width: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid none none;
    border-width: 3px;
    border-color: #eef0f5;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0px;
  }

  .nav-container {
    height: auto;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block {
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 12px;
  }

  .link-block:hover {
    border-right-style: none;
  }

  .link-block.w--current {
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border-right-style: none;
    background-color: transparent;
    color: #000;
  }

  .link-block.inside {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .link-block.inside.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .link-block.inside.last-menu {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block.hide-mobile {
    display: none;
    font-size: 12px;
    line-height: 12px;
  }

  .link-block.hide-home {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block.main-menu {
    display: none;
  }

  .nav-icon {
    width: 24px;
    height: 24px;
    margin-right: 0px;
  }

  .nav-icon.home {
    margin-right: 0px;
    margin-bottom: 3px;
    background-image: url('../images/ic-grid.svg');
  }

  .nav-icon.billing {
    margin-bottom: 3px;
    background-image: url('../images/ic-credit-card.svg');
  }

  .nav-icon.settings {
    margin-right: 0px;
    margin-bottom: 3px;
    background-image: url('../images/ic-settings.svg');
  }

  .nav-icon.support {
    margin-bottom: 3px;
  }

  .nav-icon.target {
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }

  .nav-icon.stats {
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }

  .nav-icon.events {
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }

  .nav-icon.filters {
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }

  .nav-icon.dashboard {
    background-image: url('../images/ic-dashboard.svg');
  }

  .nav-icon.stories {
    margin-bottom: 3px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu.regular {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .brand {
    display: none;
  }

  .brand.onboarding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profie-picture {
    display: block;
    width: 54px;
    height: 54px;
    margin: auto;
  }

  .container {
    margin-bottom: 24px;
  }

  .container-inner {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .buttons-block {
    margin-top: 24px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .profile-picture.placeholder {
    margin-right: 20.5px;
  }

  .profile-information {
    text-align: left;
  }

  .wrapper {
    padding: 24px 24px 0px;
  }

  .wrapper.onboarding {
    padding: 24px;
  }

  .text-center {
    font-size: 15px;
  }

  .layout {
    min-height: 100vh;
  }

  .profile-info {
    margin-top: 24px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile-info.focus {
    margin-top: 0px;
  }

  .card {
    padding: 30px;
  }

  .card.shortcut.cta {
    border-style: none;
    border-color: #eef0f5;
  }

  .card.shortcut.cta-secondary {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-color: #eef0f5;
  }

  .card.shipment {
    padding-right: 10px;
    padding-left: 10px;
  }

  .col {
    margin-bottom: 0px;
  }

  .footer {
    margin-bottom: 100px;
    border-top-width: 3px;
    border-top-color: #eef0f5;
  }

  .bottom-bar {
    display: none;
  }

  .section {
    padding-left: 0px;
  }

  .checkbox.w--redirected-checked {
    border-style: none;
  }

  .region {
    margin-bottom: 0px;
  }

  .checkbox-field {
    position: static;
  }

  .dropdown {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
  }

  .dropdown:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .sidebar-navbar-dropdown-content {
    padding-right: 0px;
  }

  .sidebar-navbar-dropdown-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .sidebar-navbar-dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon.delete {
    display: none;
  }

  .h6-small.nav-menu-text {
    display: block;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    font-weight: 700;
  }

  .h6-small.small-menu-text {
    display: block;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-weight: 700;
  }

  .primary-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .primary-button.grey.touch {
    display: block;
    margin-bottom: 12px;
  }

  .button-icon {
    position: static;
  }

  .flex-mobile {
    height: 44px;
  }

  .link-block-regular {
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 12px;
  }

  .link-block-regular:hover {
    border-right-style: none;
  }

  .link-block-regular.w--current {
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border-right-style: none;
    background-color: transparent;
    color: #000;
  }

  .link-block-regular.hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
  }

  .link-block-regular.hover:hover {
    border-style: none;
    background-color: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .link-block-regular.hover.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    border-style: none;
    background-color: transparent;
  }

  .category {
    margin-bottom: 0px;
  }

  .textarea-large {
    max-height: 120px;
    max-width: none;
    min-height: 120px;
  }

  .instagram-stroke {
    margin-right: 24px;
    padding: 3px;
  }

  .header {
    font-size: 25px;
    text-align: center;
  }

  .header.shipment {
    font-size: 25px;
  }

  .secondary-button {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-separator {
    width: 12px;
    height: auto;
  }

  .warning-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .removed-button {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dashboard {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pill-dropdown {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: transparent transparent #eef0f5;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
  }

  .cta-container {
    position: static;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cta-container.align-center {
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pill-status {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px none #000;
    border-radius: 36px;
    text-align: center;
  }

  .action:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .third-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-2 {
    padding: 30px;
  }

  .action-2:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .primary-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .primary-button-2.grey.touch {
    display: block;
    margin-bottom: 12px;
  }

  .secondary-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .secondary-button-2.details {
    margin-left: 20px;
  }

  .secondary-button-search {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .secondary-button-search.details {
    margin-left: 20px;
  }

  .warehousing-connection {
    padding: 30px;
  }

  .container-warehousing {
    margin-bottom: 24px;
  }

  .warehousing-card {
    padding: 30px;
  }

  .text-block-8 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 1000;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .link-block.hide-home {
    background-color: transparent;
  }

  .nav-icon {
    width: 24px;
    height: 24px;
    background-image: none;
  }

  .nav-icon.home {
    width: 27px;
    height: 27px;
  }

  .nav-icon.billing {
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }

  .nav-icon.settings {
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }

  .nav-icon.support {
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }

  .nav-icon.stories {
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }

  .nav-menu.regular {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand.onboarding {
    padding-left: 0px;
  }

  .body {
    font-weight: 500;
  }

  .profie-picture {
    width: 54px;
    height: 54px;
  }

  .container {
    margin-bottom: 0px;
  }

  .modal-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .profile-information {
    margin-left: 0px;
  }

  .wrapper {
    padding-top: 36px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper.onboarding {
    padding: 36px;
  }

  .profile-info {
    margin-top: 0px;
  }

  .profile-info.focus {
    margin-bottom: 0px;
  }

  .card {
    padding: 36px;
  }

  .card.bg-grey {
    box-shadow: none;
  }

  .card.shortcut.cta {
    width: 100%;
    height: auto;
  }

  .card.shortcut.cta-secondary {
    display: none;
    width: 100%;
    height: auto;
  }

  .card.profile-card {
    display: block;
    height: auto;
  }

  .footer-right {
    margin-top: 10px;
    text-align: center;
  }

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

  .flex.row {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex.minus {
    margin-right: 0px;
    margin-left: 0px;
  }

  .col {
    margin-bottom: 36px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.table-col {
    margin-bottom: 0px;
  }

  .col.table-col.followers {
    color: #f59eab;
  }

  .footer {
    margin-bottom: 60px;
    text-align: center;
  }

  .checkbox.w--redirected-checked {
    border-style: none;
  }

  .region {
    height: 48px;
    min-height: 48px;
    color: #023047;
  }

  .row.table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .row.table-row.table-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .table {
    font-weight: 700;
  }

  .expand-text {
    font-size: 10px;
  }

  .dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sidebar-navbar-dropdown-list {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h6-small.nav-menu-text {
    font-size: 10px;
    line-height: 16px;
  }

  .h6-small.small-menu-text {
    font-size: 14px;
    line-height: 16px;
  }

  .text-small-caps {
    color: #023047;
  }

  .text-small-caps.expand {
    font-size: 9px;
  }

  .primary-button {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flex-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-block-regular.hover {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-regular.hover.w--current {
    -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;
  }

  .medium {
    color: #023047;
  }

  .lottie-success {
    width: 80px;
  }

  .form-field-label {
    color: #023047;
  }

  .textarea-block._12 {
    margin-bottom: 24px;
  }

  .category {
    height: 48px;
    min-height: 48px;
    color: #023047;
  }

  .textarea-large {
    margin-bottom: 24px;
  }

  .instagram-stroke {
    margin-right: 18px;
  }

  .header {
    font-size: 25px;
  }

  .header.focus {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header.shipment {
    font-size: 25px;
  }

  .grid {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .header-spacing {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .secondary-button {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-separator {
    width: 36px;
    height: auto;
  }

  .warning-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .removed-button {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dashboard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .pill-dropdown {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-right: 36px;
    margin-bottom: 0px;
    padding-top: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: none;
    border-radius: 36px;
  }

  .pill-dropdown.w--open {
    border-radius: 36px;
  }

  .cta-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pill-status {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-right: 0px;
    margin-bottom: auto;
    padding-top: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: none;
    border-radius: 36px;
  }

  .pill-status.w--open {
    border-radius: 36px;
  }

  .toggle-text {
    color: #023047;
  }

  .or-text {
    color: #023047;
  }

  .third-button {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .toggle-text-2 {
    color: #023047;
  }

  .card-2 {
    padding: 36px;
  }

  .primary-button-2 {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .modal-container-2 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .form-field-label-2 {
    color: #023047;
  }

  .secondary-button-2 {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .secondary-button-search {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .warehousing-connection {
    padding: 36px;
  }

  .container-warehousing {
    margin-bottom: 0px;
  }

  .warehousing-card {
    padding: 36px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 1000;
    border-style: solid solid none;
    border-width: 3px;
    border-color: #eef0f5;
  }

  .link-block {
    font-size: 10px;
  }

  .link-block.inside.w--current {
    margin-top: 0px;
  }

  .nav-icon {
    width: 24px;
    height: 24px;
  }

  .nav-icon.home {
    width: 24px;
    height: 24px;
  }

  .nav-icon.billing {
    width: 24px;
    height: 24px;
  }

  .nav-icon.settings {
    width: 24px;
    height: 24px;
  }

  .nav-icon.support {
    width: 24px;
    height: 24px;
  }

  .nav-icon.target {
    width: 24px;
    height: 24px;
  }

  .nav-icon.stats {
    width: 24px;
    height: 24px;
  }

  .nav-icon.events {
    width: 24px;
    height: 24px;
  }

  .nav-icon.filters {
    width: 24px;
    height: 24px;
  }

  .nav-icon.stories {
    width: 24px;
    height: 24px;
  }

  .nav-icon.roadmap {
    width: 20px;
    height: 20px;
  }

  .nav-menu.regular {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand.onboarding {
    padding-left: 0px;
  }

  .buttons-block {
    display: block;
  }

  .wrapper {
    padding-top: 24px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapper.onboarding {
    padding: 24px 10px;
  }

  .text-center {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .profile-info {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .profile-info.focus {
    margin-left: 0px;
  }

  .card {
    padding: 30px;
  }

  .card.bg-grey {
    box-shadow: none;
  }

  .card.events {
    overflow: hidden;
  }

  .card.medium {
    width: 100%;
    max-width: none;
    min-width: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card.profiles {
    overflow: hidden;
  }

  .card.shortcut.cta {
    text-align: center;
  }

  .card.shipment {
    overflow: hidden;
  }

  .card.connection-bottom {
    overflow: hidden;
  }

  .card.document-downloaded {
    overflow: hidden;
  }

  .card.account {
    overflow: hidden;
  }

  .card.account-overview {
    overflow: hidden;
  }

  .card.invoices {
    overflow: hidden;
  }

  .card.invoices-charge {
    overflow: hidden;
  }

  .card.connection {
    overflow: hidden;
  }

  .card.mailcontent {
    overflow: hidden;
  }

  .col {
    margin-bottom: 24px;
  }

  .col.table-col.hide-mobile {
    display: none;
  }

  .footer {
    border-top-color: #eef0f5;
  }

  .checkbox.w--redirected-checked {
    border-style: none;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .regular-row {
    min-width: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .regular-row.top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .regular-row.item.example {
    padding-left: 0px;
  }

  .regular-row.inside {
    padding-right: 0px;
  }

  .expand-text {
    font-size: 9px;
  }

  .expand-text.middle {
    font-size: 8px;
  }

  .dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sidebar-navbar-dropdown-list {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .expand.right-space.mobile-no-expand {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .h6-small.nav-menu-text {
    font-size: 0px;
  }

  .text-small-caps {
    font-size: 12px;
  }

  .text-small-caps.expand {
    font-size: 5px;
    line-height: 10px;
  }

  .primary-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .primary-button.grey.touch {
    margin-bottom: 18px;
  }

  .primary-button.clear_email {
    width: 100px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }

  .flex-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-block-regular {
    font-size: 10px;
  }

  .card-header {
    font-size: 15px;
  }

  .text-field-wrap.small-margin-bottom {
    margin-bottom: 20px;
  }

  .text-field {
    font-size: 12px;
  }

  .form-field-label {
    font-size: 12px;
  }

  .textarea-large {
    padding-bottom: 0px;
  }

  .textarea-large.onboarding {
    margin-bottom: 10px;
  }

  .instagram-stroke {
    margin-right: 12px;
  }

  .header {
    font-size: 25px;
  }

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

  .header.shipment {
    font-size: 20px;
  }

  .grid {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .header-spacing {
    margin-bottom: 12px;
  }

  .secondary-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-separator {
    width: auto;
    height: 12px;
  }

  .warning-button {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .removed-button {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dashboard {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pill-dropdown {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: transparent transparent #eef0f5;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
  }

  .pill-dropdown.w--open {
    border-radius: 12px 12px 0px 0px;
  }

  .buttons-container {
    display: block;
  }

  .pill-status {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px none #000;
    border-radius: 36px;
    text-align: center;
  }

  .pill-status.w--open {
    border-radius: 12px 12px 0px 0px;
  }

  .toggle-text {
    font-size: 12px;
  }

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

  .or-text {
    font-size: 12px;
  }

  .third-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .toggle-text-2 {
    font-size: 12px;
  }

  .card-2 {
    padding: 30px;
  }

  .card-2._100 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .primary-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .primary-button-2.grey.touch {
    margin-bottom: 18px;
  }

  .form-field-label-2 {
    font-size: 12px;
  }

  .form-field-label-2.small {
    font-size: 10px;
  }

  .secondary-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tab {
    margin-bottom: 10px;
  }

  .tab.w--current {
    margin-bottom: 10px;
  }

  .select-field-3 {
    font-size: 10px;
  }

  .text-field-3 {
    font-size: 10px;
  }

  .secondary-button-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .warehousing-connection {
    padding: 30px;
  }

  .warehousing-card {
    padding: 30px;
  }

  .regular-row-hide {
    min-width: 200px;
    padding-right: 0px;
  }

  .regular-row-hide.top {
    padding-right: 0px;
  }

  .regular-row-hide.inside {
    padding-right: 0px;
  }

  .regular-row-copy {
    min-width: 200px;
    padding-right: 0px;
  }

  .regular-row-copy.top {
    padding-right: 0px;
  }

  .regular-row-copy.inside {
    padding-right: 0px;
  }

  .text-block-8 {
    font-size: 10px;
  }

  .text-block-9 {
    font-size: 10px;
  }

  .select-field-6 {
    font-size: 10px;
  }

  .select-field-7 {
    font-size: 10px;
  }

  .text-block-10 {
    font-size: 10px;
  }
}

#lock-button.w-node-a89b2e87-f53c-f67f-f2b2-48dfdb5a3c25-6d1f73aa {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#lock-button-text.w-node-a89b2e87-f53c-f67f-f2b2-48dfdb5a3c26-6d1f73aa {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#lock-button-user.w-node-af2bdc69-1a67-9d85-4908-73afcf3dbc4a-6d1f73aa {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#save-button.w-node-_8bc932dc-1e16-bb9d-ae2f-d4071ea7c7d8-6d1f73aa {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#save-button-text.w-node-_8bc932dc-1e16-bb9d-ae2f-d4071ea7c7d9-6d1f73aa {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8fee57c3-e86a-7a35-b960-ba2962efb711-6d1f73aa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f928637b-fda2-1f52-d764-3e8859c85dc0-6d1f73aa {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-ce57a5a6-c942-b55f-e789-31ec54228c9a-6d1f73aa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ce57a5a6-c942-b55f-e789-31ec54228c9b-6d1f73aa {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a074683e-320d-eb5d-1c1a-abf69eafbb3f-6d1f73aa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a074683e-320d-eb5d-1c1a-abf69eafbb40-6d1f73aa {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f2a6179a-d1d6-9546-8a33-afd3834ed648-6d1f73aa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-6d1f73aa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_645c2aaf-d9c3-f362-7db2-66a6a40f8e02-6d1f73aa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-39aba46d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-85e5abb2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1cf73f81-3069-8a03-d58f-7831478b182b-85e5abb2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-05baba9f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-dee06553 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-6d1f73aa {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-39aba46d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-85e5abb2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-05baba9f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0be10d99-2a5c-8c5f-81f2-540fb0c62ad4-dee06553 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

