:root {
  --white: white;
  --light-blue: #2f8fff;
  --dark-purple-pink: #955df1;
  --black: black;
  --deep-pink\<deleted\|variable-4eccc0d1\>: #fc0a7e;
  --blue-violet\<deleted\|variable-27dc3c9b\>: #6e2ed8;
  --dim-grey: #6b6b6b;
  --off-white: #f5f3ed;
  --med-dark-purple: #b37cff;
  --purple: #a076f9;
  --dark-purple: #6528f7;
  --med-light-purple: #827cff;
  --orange: #f3703b;
  --med-pink: #eaadff;
  --pale-blue: #e4f3ff;
  --light-aqua: #aadbd2;
  --dark-brown: #695d48;
  --light-tan: #e1cea6;
  --tan: #cfc093;
  --dark-aqua: #99cfc5;
  --trust-blue: #3558e3;
  --liliac: #d7bbf5;
  --pale-lilac: #ede4ff;
  --light-brown: #8b7a5e;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section-image-attribution {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
}

.section-image-attribution.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-image-attribution.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-image-attribution.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-image-attribution.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-image-attribution.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-image-attribution.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-image-attribution.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-image-attribution.wide.img {
  padding-bottom: 0;
}

.section-image-attribution.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-image-attribution.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.header {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: none;
}

.nav-inner {
  background-color: #191717;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  color: #000;
  background-color: #fff;
  font-family: Public Sans, sans-serif;
  overflow: visible;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  clear: none;
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  margin: 10px 0 0;
  padding: 10px 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .15s cubic-bezier(.887, .009, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #fff;
  border-width: 2px;
}

.button.w--current {
  margin-top: 0;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.button.navbutton {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button.mobile-button {
  opacity: 0;
  cursor: auto;
}

.button.hero-button {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.button.hero-button.fas {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 0;
}

.button.hero-button.fas:hover {
  border-color: var(--light-blue);
  color: var(--light-blue);
}

.button.ship-button {
  min-width: 150px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button.ship-button.buttonhollow {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #9251fa;
  align-self: center;
}

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

.button.button-return-home {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.button.button-return-home.w--current {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button.buttonhollow {
  margin-top: 0;
}

.button.buttonhollow.calltoactionbutton2 {
  background-color: var(--dark-purple-pink);
  border-width: 0;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
}

.button.buttonhollow.calltoactionbutton2:hover {
  color: #fff;
  background-color: #7f3aef;
}

.button.buttonhollow.contract {
  color: #000;
  background-color: #fff;
  margin-left: 10px;
  font-weight: 400;
}

.button.buttonhollow.contract:hover {
  border-color: var(--dark-purple-pink);
  color: var(--dark-purple-pink);
  background-color: #fff;
  font-weight: 400;
}

.button.calltoaction1 {
  color: var(--white);
  background-color: #827cff;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button.calltoaction1:hover {
  color: var(--white);
  background-color: #5c55f2;
  border-width: 0;
  border-color: #000;
}

.button.steps-button {
  flex: 0 auto;
  margin-top: 30px;
  margin-left: 80px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button.calltoaction3 {
  background-color: var(--dark-purple-pink);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
}

.button.calltoaction3:hover {
  color: #fff;
  background-color: #7f3aef;
}

.button.safety {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
  margin-top: 20px;
}

.button.safety:hover {
  color: var(--light-blue);
  background-color: rgba(255, 255, 255, 0);
}

.button.faqpage {
  font-size: 17px;
}

.button.calculator-button {
  text-align: center;
  width: 20vw;
  line-height: 20px;
  display: block;
}

.button.shipping-calc {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
  text-align: center;
  border-radius: 10px;
  width: 15%;
  margin-top: 0;
  padding: 7px 20px;
  font-size: 15px;
}

.button.shipping-calc:hover {
  background-color: var(--white);
  color: var(--light-blue);
}

.button.shipping-calc.tugende {
  border-color: var(--black);
  background-color: var(--black);
}

.button.shipping-calc.tugende:hover {
  border-color: var(--black);
  color: var(--black);
  background-color: rgba(239, 239, 239, .92);
}

.button.contract {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
}

.button.signup {
  margin-top: 20px;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

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

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.footer-wrap {
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 5vh;
  padding: 2% 2% 2% 5%;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #000;
  font-family: Work Sans, sans-serif;
}

.text-block.features {
  color: #000;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.text-block.pricing {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.text-block.pricing._1 {
  margin-bottom: 10px;
  font-weight: 500;
}

.text-block.works {
  max-width: 30vw;
  font-size: 15px;
}

.text-block.works._1 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.text-block.call {
  font-size: 17px;
  font-weight: 500;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.header-image-licensing {
  color: #000;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.2rem;
}

.hero-content {
  z-index: 3;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  aspect-ratio: auto;
  color: var(--white);
  flex-flow: column;
  flex: .5 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.label {
  color: var(--black);
  text-align: left;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.label.ship-to-label {
  color: var(--black);
  text-align: center;
}

.label.aboutus-text {
  max-width: 40vw;
  margin-left: 0;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #0f151a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #dedede;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  line-height: 23px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.margin {
  margin-bottom: 12px;
  text-decoration: underline;
}

.footer-contact {
  justify-content: center;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  display: flex;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.menu-icon {
  background-color: rgba(255, 255, 255, 0);
  max-width: 0%;
  text-decoration: none;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.menu-button {
  background-color: #8e5b5b;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  font-family: Public Sans, sans-serif;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  float: none;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5vh;
  font-weight: 700;
  line-height: 7vh;
}

.heading-3.aboutusheading {
  min-width: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 40px;
}

.text-typed {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-family: Merriweather, serif;
  font-size: 30px;
  transition: opacity .2s;
  display: flex;
}

.form-block-2 {
  color: #080105;
  background-color: #1b1b1b;
}

.form-3 {
  background-color: var(--black);
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--white);
}

.sign-up-popup {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vw;
  display: none;
  position: fixed;
}

.div-block-13 {
  z-index: 4;
  object-fit: fill;
  background-color: #1b1b1b;
  border: 1px #000;
  border-radius: 20px;
  width: 40vw;
  height: 475px;
  margin: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-2 {
  color: var(--white);
  border-bottom: 0 #000;
}

.heading-4 {
  margin-bottom: 0;
  font-size: 25px;
}

.div-block-14 {
  border: 1px #000;
  margin-top: 10px;
  padding-left: 10px;
  position: static;
}

.field-label-4, .field-label-5, .field-label-6, .field-label-7 {
  color: var(--deep-pink\<deleted\|variable-4eccc0d1\>);
}

.div-block-15 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  border-radius: 11px;
}

.submit-button {
  background-color: var(--deep-pink\<deleted\|variable-4eccc0d1\>);
  border-radius: 11px;
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 25%;
  right: 25%;
}

.exit-button {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-5 {
  cursor: pointer;
  margin-top: 5px;
  margin-right: 5px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100svh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 116px;
  display: flex;
}

.text-span {
  color: var(--blue-violet\<deleted\|variable-27dc3c9b\>);
}

.text-span-2 {
  color: var(--dark-purple-pink);
}

.heading-faq {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.heading-faq.main {
  font-size: 2rem;
}

.paragraph-3, .paragraph-4 {
  color: var(--white);
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
}

.label-copy {
  color: var(--black);
  text-align: center;
  max-width: 60%;
  font-size: 25px;
  line-height: 44px;
}

.text-span-3, .text-span-4 {
  color: var(--dark-purple-pink);
}

.text-span-5 {
  color: var(--dim-grey);
  font-size: 27px;
}

.heading-5-copy {
  color: var(--white);
  margin-top: 10px;
  font-size: 34px;
}

.connect-earn-label {
  color: var(--white);
  text-align: center;
  max-width: 60%;
  font-size: 25px;
  line-height: 44px;
}

.bold-text {
  font-size: 23px;
}

.bold-text._25-marker {
  border: 0px none var(--dark-purple-pink);
  color: var(--dark-purple-pink);
  -webkit-text-stroke-width: .6px;
  -webkit-text-stroke-color: var(--black);
  border-radius: 0;
  font-size: 20px;
  font-style: normal;
}

.bold-text-2 {
  font-size: 24px;
}

.heading-6 {
  margin-top: 0;
}

.text-span-6, .text-span-7 {
  font-size: 23px;
}

.faq-section {
  background-color: #3d0f4a;
  background-image: linear-gradient(to bottom, var(--white), white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.faq-section.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.faq-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.faq-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.faq-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.faq-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.faq-section.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.faq-section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.faq-section.wide.img {
  padding-bottom: 0;
}

.faq-section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.faq-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.new-sender-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.new-sender-section.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.new-sender-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.new-sender-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.new-sender-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.new-sender-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.new-sender-section.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.new-sender-section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.new-sender-section.wide.img {
  background-color: #3c84f7;
  background-image: linear-gradient(226deg, #000, #000 25%, #3558eb 60%, #1b5bc1);
  border: 1px solid #000;
  padding-bottom: 10vh;
  display: block;
}

.new-sender-section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.new-sender-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.call-to-action-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  display: flex;
}

.call-to-action-section.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.call-to-action-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.call-to-action-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.call-to-action-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.call-to-action-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.call-to-action-section.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.call-to-action-section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.call-to-action-section.wide.img {
  padding-bottom: 0;
}

.call-to-action-section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.call-to-action-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.greeting-section {
  background-color: var(--off-white);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.greeting-section.center {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  max-width: 100vw;
  height: 100vh;
  max-height: 80vw;
  margin-top: 0%;
  padding-top: 5vh;
  display: flex;
  position: relative;
}

.greeting-section.center.about-us-section {
  align-items: center;
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom: 10%;
}

.greeting-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.greeting-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.greeting-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.greeting-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.greeting-section.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.greeting-section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.greeting-section.wide.img {
  padding-bottom: 0;
}

.greeting-section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.greeting-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.button-2 {
  background-color: #600f52;
  border: 2px solid #000;
  border-radius: 3px;
  margin-left: 5px;
  padding: 20px;
  font-weight: 700;
}

.heading-10 {
  align-self: flex-start;
}

.link-3 {
  text-align: center;
}

.html-embed {
  aspect-ratio: auto;
  object-fit: cover;
  flex: none;
  order: 0;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 150%;
  max-height: 100%;
  margin-bottom: 0;
  display: block;
}

.body-2 {
  background-image: linear-gradient(135deg, #dd1173, #240e47);
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading-faq {
  color: #000;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.accordion-heading-faq:active {
  color: #171718;
}

.accordion-heading-faq:focus {
  color: var(--med-dark-purple);
}

.section-faq {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 60px 0% 150px;
  display: flex;
  overflow: hidden;
}

.section-faq.outside-main {
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.text-center {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.faq {
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.div-header-faq {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-header-faq._75 {
  width: 75%;
}

.accordion-item-faq {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-content {
  width: 95%;
  margin-top: 10px;
  margin-right: 0;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.accordion-item-trigger.faq {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  overflow: hidden;
}

.icon-dropdown.accordion-icon {
  color: rgba(0, 0, 0, .86);
  cursor: pointer;
  font-family: Material Icons;
  font-size: 32px;
  line-height: 30px;
}

.bold-text-3 {
  color: #fff;
}

.arrow-2 {
  height: 25px;
  transform: rotate(0);
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-wrapper-t1 {
  border-radius: 7px;
  width: 100%;
  max-width: 900px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 0 26px #c9c;
}

.left-arrow-icon-t1 {
  height: 25px;
  transform: rotate(0);
}

.left-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mobile-landscape-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.slider-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-icon-t1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.arrow-copy {
  height: 60px;
  transform: rotate(0);
}

.slide-nav-t1 {
  font-size: 11px;
}

.right-arrow-icon-t1 {
  height: 60px;
  transform: rotate(0);
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 20px;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.user-name-t1 {
  color: var(--dark-purple-pink);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.testimonials-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #350e47, #dd1173);
  border-radius: 0;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.slide-wrapper-t1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.testimonials-t1 {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 16px;
  display: flex;
}

.right-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-portrait-t1 {
  font-size: 11px;
}

.company-logo-t1 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-subwrapper-t1 {
  flex-direction: column;
  width: 28%;
  max-width: 230px;
  height: 100%;
  margin: 20px;
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.slider-mobile-portrait-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.quote-t1 {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  font-style: italic;
}

.left-arrow-landscape-t1, .left-arrow-t1, .right-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  border-radius: 4px;
}

.step-block {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 20px rgba(18, 18, 18, .07);
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.dot {
  z-index: 3;
  mix-blend-mode: normal;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.label-2 {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.scroll-animate {
  background-color: var(--dark-purple-pink);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.heading-11 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.how-it-works-graphic {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0%;
  padding-bottom: 10%;
  display: none;
  position: relative;
}

.how-it-works-heading {
  margin-top: 80px;
  margin-bottom: 0;
}

.trusted-travler-lable {
  color: var(--dark-purple-pink);
}

.how-it-works-paragraph {
  color: #dad6d6;
  text-align: left;
  font-family: Lato, sans-serif;
}

.link-4 {
  color: #dad6d6;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.superscript {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
}

.nav-2 {
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 2rem;
  padding-left: 4.2%;
  padding-right: 4.2%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav__logo-wrapper {
  display: block;
  position: static;
}

.nav__logo-image {
  color: #fff;
  width: 3.5rem;
  display: none;
}

.nav__menu {
  align-items: center;
  display: flex;
  position: static;
}

.nav__link {
  color: #f1f1f1;
  padding: .1em .55em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
}

.nav__link:hover {
  color: rgba(241, 241, 241, .5);
}

.nav__button {
  color: #fff;
  background-color: #2c71f6;
  border-radius: 3em;
  margin-left: .65em;
  padding: 0 .85em;
  font-size: .9em;
  font-weight: 500;
  line-height: 2.2em;
}

.nav__button.nav__button--mobile-hidden {
  background-color: var(--deep-pink\<deleted\|variable-4eccc0d1\>);
}

.div-flex {
  float: none;
  object-fit: fill;
  justify-content: flex-start;
  display: flex;
}

.div-block-hero-text {
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  flex-direction: column;
  flex: auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  max-width: 35vw;
  padding-top: 0;
  line-height: 0;
  display: flex;
  overflow: hidden;
}

.div-block-hero-text.aboutusdiv {
  max-width: none;
  margin-left: 100px;
}

.div-block-spacing {
  min-width: 40vw;
}

.hero-buttons {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-8 {
  color: var(--light-blue);
}

.image-plane {
  z-index: -1;
  float: right;
  aspect-ratio: auto;
  object-fit: scale-down;
  max-width: 100%;
  margin-left: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50vw;
  right: 0%;
  overflow: visible;
}

.navbar {
  z-index: 999;
  background-color: #f5f3ed;
  border: 1px #000;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 13px 60px 13px 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 9px rgba(0, 0, 0, .2);
}

.navbar.right {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.navbar.left {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.navlogo {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.navlogo.footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.navoption {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.navbarleft {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbarright {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.flex-block-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
  top: 100px;
}

.navbutton.button {
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.navbutton.button.buttonhollow {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.navbutton.button.buttonhollow:hover {
  color: #33a3ff;
  border-color: #33a3ff;
}

.navbutton.button.buttonhollow.safety {
  border-color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbutton.button.buttonhollow.safety:hover {
  border-color: var(--light-blue);
}

.dropdown-menu {
  opacity: 0;
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px #000;
  min-width: 0;
  min-height: 0;
  position: absolute;
}

.dropdown-link {
  background-color: var(--white);
}

.dropdown-text {
  color: rgba(0, 0, 0, 0);
}

.courier-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70svh;
  display: flex;
  overflow: hidden;
}

.text-heading {
  color: var(--black);
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2.7rem;
}

.text-heading.couriertext {
  color: var(--purple);
  text-align: right;
}

.text-heading.steps-heading {
  color: var(--light-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-purple);
  margin-top: 0;
}

.text-heading.steps-heading.choice-heading {
  opacity: 0;
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-heading.steps-heading.howitworks {
  text-align: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.text-heading.steps {
  color: var(--light-blue);
  text-align: center;
  margin-top: 0;
}

.text-heading.heading-testimonial {
  font-size: 2rem;
}

.text-heading.sender {
  color: var(--med-light-purple);
  margin-bottom: -5px;
}

.text-heading.sender.subheading {
  color: var(--black);
  margin-top: 0;
  font-size: 1.8rem;
}

.text-heading.courier {
  color: var(--med-dark-purple);
  margin-bottom: -5px;
}

.text-heading.courier.subheading {
  color: var(--white);
  margin-top: 0;
  font-size: 1.8rem;
}

.text-heading.hero-heading {
  color: var(--black);
  text-align: center;
  width: 70%;
  font-family: Readex Pro, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.text-heading._404 {
  font-size: 2.2rem;
}

.text-heading.story {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  font-size: 2.7rem;
  font-weight: 700;
}

.text-heading.faq {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.text-heading.faq-subsubheading {
  opacity: 0;
  color: var(--dim-grey);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.text-heading.faq-section-heading {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.text-heading.safety {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.text-heading.safety-page {
  text-align: center;
  font-size: 1.8rem;
}

.text-heading.navbar-logo {
  cursor: pointer;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}

.text-heading.shipping-company {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.text-heading.calculator {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.text-heading.features {
  margin-bottom: 40px;
  font-family: Readex Pro, sans-serif;
  font-weight: 700;
}

.flex-block-sender {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 81px 0;
}

.flex-block-sender.courier-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: flex-start;
  margin-right: 0;
  padding: 100px 140px 112px 0;
}

.text-subheading {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.text-subheading:hover {
  color: var(--orange);
}

.text-subheading.courier-text {
  color: #fff;
  text-align: right;
}

.text-subheading.steps {
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 2rem;
}

.text-subheading.safety {
  font-size: 20px;
  line-height: 2rem;
}

.text-subheading.safety-page {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 2rem;
}

.text-subheading.features {
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.text-subheading._1 {
  text-align: center;
}

.text-subheading.hover1 {
  font-size: 19px;
}

.div-steps-text {
  text-align: right;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-steps-text.steps-flex {
  width: 100%;
}

.div-steps-text.left-align {
  text-align: left;
}

.text-blurb {
  color: #000;
  text-align: left;
  overflow-wrap: normal;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.text-blurb.paragraph-text.label {
  margin-bottom: 25px;
}

.text-blurb.paragraph-text.label.courier-text {
  color: #fff;
  text-align: right;
  max-width: 60%;
}

.text-blurb.paragraph-text.label.steps-text {
  font-size: 16px;
}

.text-blurb.paragraph-text.label.steps-text.quote-text {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
}

.text-blurb.steps {
  font-size: 18px;
  font-weight: 400;
}

.text-blurb.courier {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
}

.text-blurb.sender {
  margin-top: 10px;
  font-size: 18px;
}

.text-blurb.hero {
  text-align: center;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.text-blurb._404 {
  padding-bottom: 40px;
  font-weight: 500;
  line-height: 30px;
}

.text-blurb.contract {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
}

.text-blurb.prob {
  font-size: 15px;
  line-height: 20px;
}

.div-block-steps-heading {
  text-align: right;
  flex-direction: column;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.div-block-steps-heading.courier-div {
  align-items: flex-end;
}

.div-block-steps-heading.steps-div {
  width: 100%;
  min-width: 25%;
  margin-left: 0%;
  padding-right: 10px;
}

.image-sender {
  width: 65%;
  min-width: 0;
  max-width: none;
  padding-left: 82px;
}

.text-block-learn-more {
  color: #000;
  margin-left: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-learn-more.courier-button {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border: 1px solid #000;
}

.flex-button-block {
  align-items: center;
  display: flex;
}

.text-block-6 {
  text-align: left;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.heading-12 {
  color: #000;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-404 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ship-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 70svh;
  display: flex;
  overflow: hidden;
}

.underline-span {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: underline;
}

.image-courier {
  width: 65%;
  max-width: none;
}

.steps-section {
  background-color: #fff;
  min-height: 80svh;
  padding-top: 55px;
  overflow: hidden;
}

.text-block-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.steps-tab {
  font-size: 18px;
}

.tabs-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin: 0 82px 9px;
  display: flex;
}

.steps-tab-link {
  background-color: rgba(224, 223, 223, .6);
  border-radius: 20px;
}

.steps-tab-link.w--current {
  background-color: rgba(121, 181, 255, .65);
  border: 0 solid #000;
  border-radius: 20px;
  box-shadow: 2px 2px 9px rgba(5, 74, 193, .2);
}

.steps-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  min-height: 0%;
  margin-top: 60px;
  display: flex;
}

.steps-div-block.first-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
}

.steps-div-block.step1 {
  margin-top: 0;
}

.div-text {
  max-width: 40%;
}

.div-text.steps-div {
  max-width: 80%;
}

.button-3 {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  width: 42px;
  height: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-3.step-number {
  background-color: var(--light-blue);
}

.paragraph-faq {
  color: #000;
  width: 100%;
  font-weight: 400;
}

.paragraph-11, .paragraph-12, .paragraph-13 {
  color: #000;
}

.paragraph-14, .paragraph-15 {
  color: var(--black);
}

.paragraph-16, .paragraph-17 {
  color: #000;
}

.paragraph-18 {
  color: var(--black);
}

.paragraph-19 {
  color: #000;
}

.testimonials-section {
  background-color: #fff;
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
}

.section-call-to-action {
  background-color: var(--black);
  text-align: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.heading-call-to-action {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
}

.flex-block-call-to-action {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 37px;
}

.div-block-call-to-action {
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
  max-height: 300px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slide-quote {
  color: var(--med-pink);
  background-color: #bebbf5;
  min-height: 0;
  padding: 43px;
}

.slide-quote.quote-1 {
  aspect-ratio: auto;
  background-color: #f3c7fe;
  min-height: 0;
  padding: 0;
}

.slide-quote.quote-2 {
  background-color: #d6befe;
}

.slide-quote.quote-4 {
  background-color: #bbcbf5;
}

.heading-testimonial {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.subheading-testimonials {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.block-quote {
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin: 99px;
}

.image-15 {
  width: 30px;
}

.image-quotation {
  width: 35px;
  margin-top: 0;
}

.subheading-quote {
  color: #2d2d2d;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.slide-nav-2 {
  color: #525252;
  width: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.slide-nav-2.slide-1.slide-2.slide-3 {
  background-color: rgba(190, 187, 245, 0);
  margin-top: 40px;
  padding-bottom: 40px;
}

.slide-1 {
  background-color: #fff;
  padding-top: 0;
}

.mask-testimonials {
  min-width: 0;
  min-height: 0;
}

.slide-testimonials-bar {
  color: #212121;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}

.slider-testimonials {
  min-height: 400px;
}

.faqdropdown {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 15px;
  width: 100%;
  padding: 0;
  position: static;
  overflow: hidden;
}

.faqtoggle {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 80px;
  display: flex;
}

.faqicon {
  width: auto;
  margin-left: 20px;
  font-size: 22px;
}

.faq-dropdown-list {
  background-color: var(--white);
  padding: 21px;
}

.footer-logo {
  width: 200px;
  margin-left: 0;
  margin-right: 10px;
}

.footer-columns {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block {
  font-style: italic;
  text-decoration: none;
}

.link-block.w--current {
  font-style: normal;
  text-decoration: none;
}

.link-block.tugende-logo {
  text-decoration: none;
}

.link-block.tugende-logo.w--current {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.link-block-how-it-works, .link-block-faq, .link-block-about-us {
  text-decoration: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-17 {
  border-radius: 30px;
  max-width: 30%;
  min-height: 100%;
}

.imagediv.flip {
  min-width: 0;
  margin-top: 5px;
  margin-left: 10px;
}

.image-18 {
  width: 5.5vh;
  max-width: none;
  min-height: 0;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-19 {
  width: 40px;
  min-width: 0;
  max-width: none;
  margin-left: 15px;
}

.div-block-our-story-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.arrow-icon {
  width: 40px;
  margin-left: 0;
  display: inline-block;
}

.div-block-aboutus-top {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.attribution.aboutus {
  text-align: right;
  background-color: #fff;
}

.header-div.aboutus {
  width: 50%;
}

.heading-14 {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5vh;
  line-height: 7vh;
}

.text-block-about {
  width: 40vh;
}

.text-block-our-story {
  color: var(--purple);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.text-span-9 {
  color: var(--purple);
}

.heading-our-story {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5vh;
  line-height: 7vh;
}

.image-truck {
  max-width: 60%;
}

.div-block-about-img {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-attribution {
  width: 60%;
}

.aboutus-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 15vh;
  display: flex;
}

.image-21 {
  width: 30px;
}

.image-headshot {
  width: 60px;
}

.text-block-quote {
  min-height: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
}

.text-block-11 {
  line-height: 20px;
}

.flex-block-quote-story {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.teamsection {
  background-color: #f5f5f5;
  padding-bottom: 15vh;
}

.teamheader {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-12 {
  text-align: center;
  font-size: 20px;
}

.persondiv {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 50vw;
  padding: 0 22px 22px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.personteamimage {
  width: 6rem;
  max-width: none;
  margin-top: -3rem;
}

.personteamimage.dsfsd {
  margin-top: 1.8rem;
}

.personsubheading {
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
}

.personblurb {
  color: #000;
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
}

.personrole {
  color: var(--med-dark-purple);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.flex-block-team {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-wrap: nowrap;
  padding-top: 7rem;
  padding-left: 25%;
  padding-right: 25%;
}

.text-span-purple {
  color: var(--med-dark-purple);
}

.div-block-signup-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 90svh;
  padding: 5% 0%;
  display: flex;
}

.html-embed-signup-form {
  width: 50%;
  margin-bottom: 0;
}

.div-block-24 {
  padding-top: 60px;
}

.text-faq-email {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.div-linked-to-button {
  padding-bottom: 0;
}

.flex-box-steps {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 5% 15% 10%;
}

.heading-steps {
  color: var(--light-blue);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4vh;
  font-weight: 700;
  line-height: 5vh;
}

.flex-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.flex-horizontal.flex-section-courier, .flex-horizontal.flex-section-sender {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
}

.div-block-resize-text {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-paragraph {
  color: #000;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
}

.text-paragraph.story {
  width: 60%;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 30px;
}

.text-paragraph.signup-button-text {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: 500;
}

.text-paragraph.faq {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 27px;
}

.text-paragraph.faq-after {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 25px;
}

.text-paragraph.safety {
  text-align: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.text-paragraph.safety.bottom {
  margin-top: 60px;
  margin-bottom: 0;
  font-style: italic;
}

.text-paragraph.safety-page {
  font-size: 15px;
}

.text-paragraph.safety-page.subheading {
  text-align: center;
  width: 70%;
  font-size: 16px;
  line-height: 23px;
}

.text-paragraph.testimonial {
  line-height: 25px;
}

.text-paragraph.footer-heading {
  color: #fff;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-paragraph.calculator-label {
  width: 15vw;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.body-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-slide {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-quote {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-our-story-heading {
  justify-content: flex-end;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.our-story-flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
}

.subheading-faq {
  color: var(--med-light-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.flex-block-faq-columns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

.flex-block-faq, .flex-block-faq.main {
  width: 100%;
}

.div-faq-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45svw;
  display: flex;
}

.div-faq-item.main {
  width: 100%;
}

.div-block-line {
  background-color: rgba(51, 51, 51, .65);
  width: 100%;
  height: 2px;
}

.div-block-line.faq {
  background-color: rgba(51, 51, 51, .3);
}

.div-header-faq-page {
  width: 100%;
  margin-bottom: 40px;
}

.subheading-faq-page {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-div-faq-page {
  text-align: right;
  width: 50svw;
}

.div-block-faq-section {
  justify-content: space-between;
  display: flex;
}

.flex-block-faq-section-items {
  width: 100%;
  padding-top: 0;
}

.flex-block-faq-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  padding-top: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

.text-span-10 {
  color: var(--light-blue);
}

.div-collapse-block {
  width: 95%;
  overflow: hidden;
}

.text-span-11 {
  color: var(--med-dark-purple);
  font-weight: 700;
}

.safety-section {
  border: 0px solid var(--black);
  background-color: rgba(229, 229, 229, .27);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80svh;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.safety-section.page {
  background-color: rgba(255, 255, 255, .47);
  padding-bottom: 15%;
}

.div-wrap-safety {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  width: 85%;
  padding-top: 2%;
  padding-bottom: 0%;
  display: flex;
}

.div-block-safety-item {
  width: 100%;
  font-family: Public Sans, sans-serif;
  font-size: 15px;
}

.div-safety-line {
  background-color: #99beff;
  width: 100%;
  height: 3px;
}

.div-safety-line.h1 {
  background-color: #2fbaff;
}

.div-safety-line.h2 {
  background-color: var(--light-blue);
  margin-bottom: 0;
}

.div-safety-line.h3 {
  background-color: var(--med-light-purple);
  margin-bottom: 0;
}

.div-safety-line.h4 {
  background-color: var(--med-dark-purple);
}

.heading-safety {
  color: var(--light-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.heading-safety.h1 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading-safety.h3 {
  color: var(--med-light-purple);
}

.heading-safety.h4 {
  color: var(--med-dark-purple);
}

.text-block-safety {
  font-size: 17px;
  line-height: 25px;
}

.div-block-safety-header {
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-wrap-safety-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  margin-top: 5%;
  display: flex;
}

.safety-item {
  background-color: #e6f4ff;
  border-radius: 30px;
  width: 30vw;
  padding: 20px;
}

.safety-item.purple {
  background-color: #e7e6ff;
}

.flex-block-horizontal.safety-page {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
}

.image-icon.safety {
  width: 50px;
}

.text-span-12, .link-5 {
  color: var(--light-blue);
}

.text-span-13 {
  color: var(--white);
  font-weight: 400;
}

.div-block-footer-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.footer-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
}

.footer-social-media-image {
  width: 30px;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
}

.div-block-social-media-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.text-underline-span {
  text-decoration: underline;
}

.text-span-14, .text-span-15 {
  color: var(--dark-purple-pink);
  font-weight: 500;
}

.faq-tab-link-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tab-link-tab-2 {
  background-color: #eaeaea;
  border-radius: 20px;
}

.tab-link-tab-2.w--current {
  background-color: #eee4ff;
}

.tab-link-tab-1 {
  background-color: #eaeaea;
  border-radius: 20px;
}

.tab-link-tab-1.w--current {
  background-color: #eee4ff;
}

.tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.tabs {
  width: 100%;
  margin-left: 15%;
  margin-right: 15%;
}

.link-email {
  color: var(--light-blue);
}

.text-span-16 {
  color: var(--light-blue);
  text-decoration: underline;
}

.image-406 {
  opacity: 1;
  width: 50px;
  margin-right: 10px;
}

.div-block-405 {
  align-items: center;
  display: flex;
}

.div-block-406 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-tugende-logo {
  width: 200px;
  margin-right: 10px;
  padding-right: 0;
}

.div-block-pulse-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-2 {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 20px 40px;
  position: -webkit-sticky;
  position: sticky;
}

.navbar-links {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.navbar-links:hover {
  color: var(--black);
  text-decoration: underline;
}

.navbar-links.w--current {
  color: #000;
}

.navbar-links.mobile-only {
  opacity: 0;
  width: 0;
  height: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbuttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
}

.navbar-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.navigation-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-div.left, .nav-div.right {
  align-items: center;
  display: flex;
}

.brand-2 {
  padding-right: 10px;
}

.brand-2.w--current {
  padding-right: 15px;
}

.navbar-3 {
  background-color: #f5f3ed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.link-block-2 {
  align-items: center;
  display: flex;
}

.noccrequiredallbutmobile {
  display: inline;
}

.noccrequiredmobileonly {
  color: var(--black);
  display: none;
}

.div-block-407 {
  text-align: left;
  padding-top: 5%;
}

.calculator-section {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0%;
  font-family: Public Sans, sans-serif;
  display: block;
}

.form-calculator {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-calculator.calculator.static {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.form-calculator.calculator.static.not-main {
  justify-content: center;
  align-items: center;
}

.form-calculator.calculator.not-main {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.calculatordropdown {
  color: #1f1f1f;
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  width: 20vw;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.calculator-dropdown {
  width: 15vw;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.calculator-dropdown.nice-select {
  margin-bottom: 10px;
}

.html-embed-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.counter-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
}

.text-field-5 {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  max-width: 10rem;
  font-size: 20px;
  line-height: 1.5rem;
  display: block;
}

.text-field-5.circle {
  background-color: var(--pale-blue);
  color: #000;
  text-align: right;
  border: 1px #000;
  border-radius: 100%;
  align-self: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1.2em;
}

.div-block.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.price-wrapper {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 5%;
  display: flex;
}

.div-block.price-wrapper.not-main {
  align-items: center;
}

.div-block.shipping-company {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: rgba(239, 239, 239, .92);
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  padding: 19px;
  display: flex;
}

.div-block-child-centered {
  flex: 0 auto;
  align-self: center;
  height: 100%;
}

.text-field-6 {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  max-width: 10rem;
  font-size: 20px;
  line-height: 1.5rem;
  display: block;
}

.text-field-6.square {
  color: #000;
  text-align: center;
  background-color: #bedbff;
  border: 1px #000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1.2em;
}

.calculator-message {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.postalcode-field {
  color: #000;
  border-radius: 10px;
  width: 15vw;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.success-message {
  background-color: #fff;
  position: relative;
}

.form-block-calculator {
  background-color: rgba(255, 255, 255, .44);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: static;
}

.div-block-shipping-options {
  border: 1px solid #000;
  border-radius: 10px;
  min-width: 50vw;
  max-width: 90vw;
  padding: 18px;
}

.shipping-company {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.shipping-company.first {
  padding-top: 0;
}

.shipping-cost {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.shipping-cost.subtext {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 7px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.div-block-408 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 15%;
  display: flex;
}

.div-block-flex {
  flex-flow: column;
  align-content: stretch;
  justify-content: space-around;
  align-items: flex-start;
  width: 90vw;
  display: flex;
}

.div-block-flex.shipping-company {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
}

.div-block-flex.shipping-company.not-main {
  align-items: center;
  width: 80%;
}

.div-block-flex-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-flex-horizontal.hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

.div-block-flex-horizontal.ship-prices {
  align-items: center;
}

.shipping-company-logo {
  width: 80px;
}

.div-block-409 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.shipping-time {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.shipping-link {
  color: #393939;
  background-color: rgba(255, 255, 255, 0);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: italic;
  text-decoration: underline;
}

.form-field.select._w-select {
  width: 15vw;
}

.div-block-410, .div-block-411 {
  flex-direction: column;
  display: flex;
}

.div-block-412 {
  width: 0;
  display: none;
}

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

.text-span-17, .lightblue-span {
  color: var(--light-blue);
}

.contractherosection {
  justify-content: center;
  align-items: stretch;
  min-height: 80vh;
  display: flex;
}

.centered-horizontal-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contractheader {
  color: #000;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2.7rem;
}

.text-span-18 {
  color: var(--dark-purple-pink);
}

.div-block-415 {
  max-width: 30%;
  margin-right: 5%;
}

.button-div.contract {
  margin-top: 20px;
}

.section-contract-signup {
  justify-content: space-between;
  align-items: stretch;
  min-height: 80vh;
  display: flex;
}

.div-block-417 {
  background-color: #39a1ff;
  border: 0 #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-418 {
  color: #000;
  background-color: #fff;
  flex: .4 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contract-form-div {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.contract-signupform {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.forminput, .text-field-8 {
  margin-bottom: 0;
}

.image-408 {
  width: 100%;
  max-width: none;
}

.slide1 {
  background-image: url('../images/signup1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.slider {
  border-radius: 0;
  width: 600px;
  height: 600px;
}

.image-409 {
  border: 0 #000;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.slide-nav-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.mask-2 {
  border-radius: 0;
}

.image-410 {
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.button-4 {
  margin-right: 15px;
}

.social-media-sign-in {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(44, 44, 44, .75);
  border-radius: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 15px;
}

.div-block-419 {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-411 {
  width: 15px;
}

.div-block-420 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-412, .image-413 {
  width: 25px;
  margin-right: 10px;
}

.text-block-14, .text-block-15 {
  color: #000;
}

.googlebtn {
  color: #000;
  background-color: rgba(56, 152, 236, 0);
  padding: 0;
  font-size: 14px;
}

.facebookbtn {
  color: #000;
  background-color: #fff;
  padding: 0;
  font-size: 14px;
}

.input-description {
  color: #000;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.input-description.success {
  color: #4fc953;
}

.input-description.error {
  color: #ff3232;
  margin-bottom: 0;
}

.passwordheading, .field-label-9 {
  margin-top: 20px;
}

.div-block-circle {
  background-color: #695d48;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.div-block-circle.feat-1 {
  background-color: #8b7a5e;
}

.div-block-circle.feat-2 {
  background-color: #cfc093;
}

.div-block-circle.feat-3 {
  background-color: #f3703b;
}

.div-block-circle.feat-4 {
  background-color: #99cfc5;
}

.flex-block-examples {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column wrap;
  height: 100%;
  display: flex;
}

.div-block-notif {
  background-color: var(--light-aqua);
  border-radius: 14px;
  width: 20vw;
  height: 15vh;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-notif._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 25vh;
  padding: 13px;
  display: flex;
}

.div-block-notif._3 {
  background-color: var(--light-aqua);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 15vh;
  padding: 13px;
  display: flex;
}

.div-block-notif._4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-brown);
  justify-content: space-around;
  align-items: center;
  height: auto;
  min-height: 10vh;
  padding: 13px 10px;
  display: flex;
}

.div-block-notif._1 {
  background-color: var(--orange);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  min-height: 15vh;
  padding: 13px;
  display: flex;
}

.div-block-notif._5 {
  background-color: #e1cea6;
  flex-flow: column;
  justify-content: space-around;
  height: auto;
  min-height: 20vh;
  padding: 13px;
  display: flex;
}

.div-block-notif._6 {
  background-color: var(--orange);
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  min-height: 15vh;
  padding: 13px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.div-block-notif._7 {
  background-color: var(--light-tan);
  height: auto;
  min-height: 12vh;
  padding: 13px;
}

.div-block-422 {
  display: flex;
}

.div-block-flex-vertical.hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.italic-text-2 {
  color: var(--dark-brown);
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.text-span-19 {
  color: var(--orange);
  font-style: normal;
  text-decoration: underline;
}

.div-block-423 {
  background-color: var(--white);
  border-radius: 14px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 6vh;
  display: flex;
}

.paragraph-20 {
  direction: ltr;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.paragraph-20._1 {
  color: #fff;
}

.div-block-424 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-21 {
  color: #000;
  margin-bottom: 0;
  padding: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
}

.notif-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.notif-heading._1 {
  color: var(--white);
  margin-top: 0;
  font-style: normal;
  font-weight: 700;
}

.image-414 {
  margin-top: 10px;
}

.image-415 {
  margin-top: 5px;
}

.image-416 {
  max-width: 95%;
  padding-top: 10px;
}

.image-417 {
  max-width: 40%;
  margin-top: 10px;
}

.image-418 {
  padding: 10px;
}

.image-419 {
  width: 30px;
}

.div-block-425 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-420, .image-421, .image-422 {
  margin-bottom: 10px;
}

.image-423 {
  margin-top: 10px;
}

.text-field-9 {
  border: 1px solid #000;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}

.buttontag {
  background-color: var(--dark-brown);
  cursor: default;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  line-height: 15px;
}

.buttontag._1 {
  color: #000;
  background-color: rgba(56, 152, 236, 0);
  border: 1.5px solid #000;
  border-radius: 20px;
}

.buttontag._2 {
  background-color: var(--orange);
}

.buttontag._3 {
  background-color: var(--tan);
  color: var(--black);
}

.buttontag._3._1 {
  background-color: var(--dark-aqua);
  border-style: solid;
  border-width: 2px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-426 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  width: 50%;
  display: flex;
}

.image-424, .image-425 {
  margin-top: 10px;
}

.image-426 {
  margin-top: 5px;
  margin-bottom: 7px;
}

.problem-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 80vh;
  margin-top: 5%;
  margin-bottom: 6%;
  display: flex;
}

.problem-heading {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 2rem;
  line-height: 3.5rem;
}

.div-block-427 {
  width: 40vw;
}

.div-block-428 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: rgba(231, 184, 154, .51);
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding: 22px;
  display: flex;
}

.div-block-428._1 {
  background-color: rgba(219, 199, 170, .51);
  flex: 0 auto;
}

.div-block-428._2 {
  background-color: rgba(219, 212, 170, .51);
  width: 100%;
}

.div-block-428._3 {
  background-color: rgba(170, 219, 218, .51);
  width: 90%;
}

.div-block-429 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.div-block-430 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.feature-section {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 65vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.div-block-431 {
  width: 80%;
  margin-bottom: 3%;
}

.heading-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-4 {
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.image-427 {
  width: 4rem;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-432 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-bottom: 20px;
  display: flex;
}

.text-span-20 {
  color: #f17b7b;
}

.image-428 {
  width: 3rem;
  height: 3rem;
  margin-left: 5px;
}

.div-block-433 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-section {
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 4%;
  display: flex;
}

.pricing-heading {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 2rem;
  line-height: 3.5rem;
}

.how-it-works-section {
  background-color: var(--off-white);
  flex-flow: column;
  justify-content: center;
  min-height: 60vh;
  margin-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.image-429 {
  width: 3rem;
  margin-left: 10px;
}

.div-block-434 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-435 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  padding: 21px;
  display: flex;
}

.div-block-435._1 {
  background-color: rgba(228, 215, 195, .6);
}

.pricing-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.image-430 {
  width: 25px;
  margin-right: 5px;
}

.div-block-436 {
  align-items: center;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: stretch;
  width: 80%;
}

.h3-pricing {
  color: #000;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-431 {
  width: 70px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.works-heading {
  color: #000;
  font-family: Readex Pro, sans-serif;
  font-size: 2rem;
  line-height: 3.5rem;
}

.works-heading._1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.div-block-437 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 40vw;
  font-family: PT Serif, serif;
  display: flex;
  position: relative;
}

.tabs-2 {
  width: 40vw;
}

.flex-block-3 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-438 {
  background-color: var(--light-aqua);
  border-radius: 12px;
  width: 50vw;
  min-height: 30vh;
  padding-bottom: 20px;
}

.div-block-439 {
  flex-flow: column;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.div-block-440 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: flex;
}

.div-block-441 {
  background-color: var(--white);
  border-radius: 15px;
  min-width: 20vw;
  padding: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.image-432 {
  max-width: 30vw;
  position: static;
}

.flex-block-4 {
  justify-content: center;
  align-items: flex-start;
}

.image-433 {
  min-width: 23vw;
}

.image-434, .image-435, .image-436 {
  display: none;
}

.image-container {
  background-image: url('../images/desktop-computer-bro.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vw;
  height: 50vh;
}

.image-437 {
  min-width: 20vw;
  max-width: 25vw;
}

.div-block-443 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: var(--dark-aqua);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 18px;
  display: flex;
}

.call-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.call-button {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  border-radius: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
}

.html-embed-3 {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section-image-attribution.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .body {
    background-color: #fff;
  }

  .button {
    margin-top: 0;
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button.hero-button.fas {
    margin-left: 0;
  }

  .button.ship-button {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button.button-return-home.w--current, .button.calltoaction1 {
    font-size: 15px;
  }

  .button.steps-button {
    margin-top: 20px;
    margin-left: 60px;
    font-size: 15px;
  }

  .button.calltoaction3, .button.faq {
    font-size: 15px;
  }

  .button.calculator-button {
    font-size: 16px;
  }

  .button.contract {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 20px;
  }

  .footer-wrap {
    padding-bottom: 20px;
  }

  .text-block.features {
    font-size: 13px;
    line-height: 18px;
  }

  .text-block.pricing, .text-block.pricing._1 {
    font-size: 13px;
  }

  .text-block.works {
    max-width: 50vw;
    font-size: 13px;
    line-height: 18px;
  }

  .text-block.works._1 {
    font-size: 12px;
  }

  .text-block.call {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .header-image-licensing {
    font-size: 2rem;
  }

  .hero-content {
    width: 90%;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .label {
    font-size: 15px;
    line-height: 31px;
  }

  .label.aboutus-text {
    max-width: 50vw;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .footer-link {
    font-size: 13px;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 1.6rem;
    line-height: 5vh;
  }

  .submit-button {
    margin-left: 0;
    left: 25%;
  }

  .utility-page-content {
    margin: 48px;
  }

  .heading-faq {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 2rem;
  }

  .heading-faq.main {
    font-size: 1.5rem;
  }

  .label-copy, .connect-earn-label {
    font-size: 24px;
    line-height: 31px;
  }

  .faq-section.center, .new-sender-section.center, .call-to-action-section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .greeting-section {
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 70svh;
  }

  .greeting-section.center {
    flex-direction: column;
    height: auto;
    padding-top: 5vh;
  }

  .accordion-heading-faq {
    font-size: 18px;
  }

  .section-faq {
    padding-bottom: 60px;
  }

  .text-center.text-faq {
    margin-bottom: 18px;
  }

  .content-wrapper.faq {
    margin-top: -33px;
  }

  .accordion-item-trigger.faq {
    width: 95%;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow-portrait-t1 {
    align-items: flex-end;
  }

  .slide-subwrapper-t1 {
    width: 33%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-landscape-t1 {
    align-items: flex-end;
  }

  .div-block-hero-text {
    flex: 0 auto;
    max-width: 30vw;
  }

  .div-block-hero-text.aboutusdiv {
    margin-left: 40px;
  }

  .div-block-spacing {
    min-width: 30vw;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
  }

  .image-plane {
    margin-bottom: 0;
  }

  .navbar {
    padding: 15px 30px;
  }

  .navbar.right {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .navoption {
    font-size: 14px;
  }

  .navbarleft {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .navbarright {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-around;
  }

  .flex-block-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 90vw;
    top: 0;
  }

  .navbutton.button, .navbutton.button.buttonhollow {
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .testimonial-section {
    color: #fff;
  }

  .courier-section {
    background-color: var(--black);
  }

  .text-heading {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-heading.steps-heading {
    font-size: 1.5rem;
  }

  .text-heading.steps-heading.howitworks {
    margin-right: 0;
  }

  .text-heading.heading-testimonial {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .text-heading.sender {
    line-height: 2.3rem;
  }

  .text-heading.sender.subheading {
    font-size: 1.5rem;
  }

  .text-heading.courier {
    line-height: 2.3rem;
  }

  .text-heading.courier.subheading {
    text-align: right;
    font-size: 1.5rem;
  }

  .text-heading.hero-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .text-heading._404 {
    font-size: 1.5rem;
  }

  .text-heading.story {
    color: var(--black);
    font-size: 2rem;
    font-weight: 700;
  }

  .text-heading.faq {
    font-size: 17px;
  }

  .text-heading.faq-subsubheading {
    opacity: 1;
    color: var(--black);
    text-align: left;
    margin-bottom: 10px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    display: block;
  }

  .text-heading.faq-section-heading {
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .text-heading.faq-section-heading.faq1 {
    margin-bottom: 10px;
  }

  .text-heading.safety-page {
    text-align: center;
    margin-bottom: 10px;
  }

  .text-heading.navbar-logo {
    margin-top: 0;
  }

  .text-heading.shipping-company {
    font-size: 18px;
  }

  .flex-block-sender {
    flex-direction: row;
  }

  .flex-block-sender.courier-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-right: 40px;
  }

  .text-subheading {
    overflow-wrap: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .text-subheading.steps {
    max-width: none;
    font-size: 17px;
    line-height: 25px;
  }

  .text-subheading.safety {
    margin-bottom: 0;
    font-size: 17px;
  }

  .text-subheading.safety-page {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .text-subheading.features {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
  }

  .text-subheading._1 {
    line-height: 22px;
  }

  .text-subheading._1.works {
    font-size: 15px;
  }

  .text-subheading.works {
    font-size: 16px;
  }

  .div-steps-text {
    padding-left: 0;
    padding-right: 0;
  }

  .text-blurb {
    font-size: 14px;
    line-height: 21px;
  }

  .text-blurb.paragraph-text.label {
    max-width: 90%;
    margin-top: 10px;
    font-weight: 400;
    line-height: 25px;
  }

  .text-blurb.paragraph-text.label.courier-text {
    max-width: 90%;
  }

  .text-blurb.paragraph-text.label.steps-text.quote-text {
    max-width: 90%;
    font-size: 15px;
  }

  .text-blurb.steps, .text-blurb.courier, .text-blurb.sender {
    font-size: 14px;
    line-height: 25px;
  }

  .text-blurb.hero {
    font-size: 14px;
    line-height: 21px;
  }

  .text-blurb._404 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .text-blurb.contract {
    font-size: 15px;
    line-height: 23px;
  }

  .text-blurb.prob {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-steps-heading {
    width: 100%;
    padding-right: 20px;
  }

  .div-block-steps-heading.courier-div {
    width: 100%;
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-steps-heading.steps-div {
    margin-left: 5%;
  }

  .image-sender {
    width: 80%;
    margin-left: 5%;
    padding-left: 0;
  }

  .text-block-learn-more {
    margin-left: 10px;
  }

  .text-block-learn-more.courier-button {
    margin-left: 10px;
    text-decoration: underline;
  }

  .ship-section {
    background-color: #fff;
  }

  .image-courier {
    width: 80%;
    margin-top: 40px;
  }

  .steps-section {
    background-color: #fff;
    min-height: 80svh;
  }

  .steps-tab {
    font-size: 15px;
  }

  .steps-div-block {
    margin-top: 60px;
  }

  .div-text {
    max-width: 60%;
  }

  .paragraph-faq {
    font-size: 15px;
  }

  .heading-call-to-action {
    font-size: 1.5rem;
  }

  .div-block-call-to-action {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subheading-testimonials {
    font-size: 17px;
  }

  .subheading-quote {
    font-size: 14px;
  }

  .footer-columns {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-aboutus-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .attribution.aboutus {
    font-size: 10px;
  }

  .paragraph-div.aboutus, .header-div.aboutus {
    width: 85%;
  }

  .text-block-about {
    opacity: 1;
    width: 65vh;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-our-story {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 40px;
  }

  .image-truck {
    max-width: 85%;
    margin-top: 20px;
  }

  .text-block-quote {
    font-size: 18px;
  }

  .teamheader {
    margin-top: 10px;
    padding-top: 0;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .persondiv {
    width: 80%;
    margin-bottom: 100px;
  }

  .personsubheading {
    font-size: 20px;
  }

  .flex-block-team {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-signup-form {
    background-color: #fff;
  }

  .html-embed-signup-form {
    width: 80%;
  }

  .text-faq-email {
    font-size: 15px;
  }

  .flex-box-steps {
    padding-left: 0%;
    padding-right: 5%;
  }

  .flex-horizontal.flex-section-courier, .flex-horizontal.flex-section-sender {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-resize-text {
    width: 80%;
  }

  .image-404 {
    max-width: 60%;
  }

  .text-paragraph {
    width: 100%;
    font-size: 15px;
  }

  .text-paragraph.story {
    width: 80%;
    font-size: 16px;
    line-height: 28px;
  }

  .text-paragraph.signup-button-text {
    text-align: center;
    padding-top: 5px;
    padding-left: 0;
    font-size: 14px;
  }

  .text-paragraph.faq {
    font-size: 15px;
  }

  .text-paragraph.safety {
    width: 90%;
  }

  .text-paragraph.safety.bottom {
    margin-top: 40px;
  }

  .text-paragraph.safety-page {
    font-size: 14px;
  }

  .text-paragraph.safety-page.subheading {
    text-align: center;
    width: 80%;
    font-size: 15px;
  }

  .text-paragraph.footer-heading {
    font-size: 16px;
  }

  .text-paragraph.calculator-label {
    font-size: 15px;
  }

  .flex-block-faq.main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-faq-item {
    width: 100%;
  }

  .subheading-faq-page {
    font-size: 16px;
  }

  .heading-div-faq-page {
    width: 100%;
  }

  .div-block-faq-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-block-faq-main {
    flex-direction: column;
  }

  .safety-section {
    height: auto;
    min-height: 70svh;
  }

  .div-wrap-safety {
    width: 95%;
    padding-top: 0%;
  }

  .text-block-safety {
    font-size: 14px;
  }

  .div-block-wrap-safety-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .safety-item {
    width: 80%;
  }

  .flex-block-horizontal.safety-page {
    flex-direction: column;
    align-items: center;
  }

  .faq-tab-link-text {
    text-align: center;
  }

  .div-block-406 {
    align-items: center;
  }

  .div-block-pulse-logo {
    align-items: center;
    height: 100%;
  }

  .navbar-links.mobile-only {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-3 {
    align-items: center;
    display: block;
  }

  .noccrequiredallbutmobile {
    display: inline;
  }

  .div-block.shipping-company {
    width: 100%;
  }

  .shipping-cost {
    font-size: 20px;
  }

  .shipping-cost.subtext {
    font-size: 13px;
  }

  .div-block-flex-horizontal.hero {
    flex-direction: row;
    align-items: flex-start;
  }

  .div-block-flex-horizontal.ship-prices {
    align-items: center;
  }

  .shipping-time {
    font-size: 14px;
  }

  .div-block-413 {
    flex: 0 auto;
  }

  .div-block-414 {
    flex: auto;
  }

  .contractherosection {
    min-height: 60vh;
  }

  .contractheader {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  .div-block-415 {
    max-width: 45%;
    margin-left: 5%;
  }

  .div-block-416 {
    margin-right: 5%;
  }

  .div-block-418 {
    flex-grow: 0;
  }

  .div-block-419 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .div-block-notif {
    width: auto;
    min-width: 25vw;
    height: auto;
    min-height: 15vh;
  }

  .div-block-notif._2 {
    min-height: 20vh;
  }

  .div-block-notif._3 {
    min-height: 13vh;
  }

  .div-block-notif._5 {
    min-height: 15vh;
  }

  .div-block-notif._6 {
    min-height: 13vh;
  }

  .paragraph-20 {
    font-size: 10px;
    line-height: 13px;
  }

  .paragraph-20._1 {
    font-size: 10px;
  }

  .paragraph-21 {
    min-width: 15px;
    padding: 4px;
    font-size: 15px;
    line-height: 20px;
  }

  .notif-heading {
    font-size: 12px;
    line-height: 15px;
  }

  .notif-heading._1 {
    font-size: 13px;
    line-height: 16px;
  }

  .buttontag {
    padding: 6px 10px;
    font-size: 13px;
  }

  .div-block-426 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    opacity: 1;
    width: 70%;
  }

  .problem-heading {
    align-self: center;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-427 {
    width: 60vw;
  }

  .div-block-428._2 {
    width: 160%;
  }

  .div-block-428._3 {
    width: 150%;
  }

  .div-block-430 {
    width: 90%;
  }

  .feature-section {
    min-height: 0;
    padding: 5% 2%;
  }

  .div-block-431 {
    width: 90%;
  }

  .heading-15 {
    font-size: 12px;
    line-height: 15px;
  }

  .bold-text-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-427 {
    order: 1;
    align-self: center;
  }

  .div-block-432 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .pricing-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .image-429 {
    width: 2rem;
  }

  .pricing-subheading {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .flex-block-2 {
    width: 95%;
  }

  .h3-pricing {
    font-size: 15px;
  }

  .works-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .works-heading._1 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-437 {
    max-width: 50vw;
  }

  .image-437 {
    max-width: 30vw;
  }

  .div-block-443 {
    width: 80%;
  }

  .call-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .call-button {
    object-fit: fill;
    font-size: 14px;
    line-height: 24px;
    overflow: visible;
  }

  .div-block-444 {
    width: 70%;
  }

  .html-embed-4 {
    min-width: 21vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button {
    opacity: 1;
    margin-left: 0%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    position: static;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .button.mobile-button {
    opacity: 1;
    cursor: pointer;
  }

  .button.mobile-button.appearmobile {
    margin-top: 5px;
    font-size: 14px;
  }

  .button.hero-button {
    opacity: 1;
  }

  .button.ship-button, .button.ship-button.buttonhollow {
    font-size: 13px;
  }

  .button.button-return-home.w--current {
    font-size: 14px;
  }

  .button.calltoaction1 {
    font-size: 15px;
  }

  .button.steps-button {
    margin-top: 20px;
    margin-left: 0;
    font-size: 13px;
  }

  .button.calltoaction3 {
    font-size: 15px;
  }

  .button.shipping-calc.tugende {
    border-radius: 10px;
    width: 80%;
    padding: 3px 10px;
    font-size: 13px;
  }

  .button.contract {
    font-size: 14px;
  }

  .footer-wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 20px 0%;
    display: flex;
  }

  .text-block.features, .text-block.works._1, .text-block.call {
    text-align: center;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .header-image-licensing {
    font-size: 1.6rem;
  }

  .hero-content {
    flex-direction: column;
    display: flex;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .label {
    text-align: center;
  }

  .label.ship-to-label {
    text-align: center;
    max-width: 100%;
  }

  .label.aboutus-text {
    max-width: 80vw;
    margin-top: 20px;
  }

  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .footer-link {
    margin-bottom: 0;
    font-size: 12px;
    display: inline-block;
  }

  .footer-link.margin {
    margin-bottom: 5px;
  }

  .footer-contact {
    flex-direction: column;
    width: 100%;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    background-color: rgba(255, 255, 255, 0);
    max-width: 100%;
    margin: 12px;
    font-size: 30px;
  }

  .heading-3 {
    text-align: center;
  }

  .heading-3.basic-heading {
    line-height: 2.5rem;
  }

  .heading-3.aboutusheading {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-13 {
    width: 50vw;
  }

  .div-block-15 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .submit-button {
    margin-left: 0;
  }

  .heading-faq {
    font-size: 30px;
  }

  .heading-faq.main {
    font-size: 1.4rem;
    line-height: 3rem;
  }

  .greeting-section {
    padding-top: 5%;
  }

  .greeting-section.center {
    overflow: visible;
  }

  .accordion-heading-faq {
    font-size: 16px;
    line-height: 25px;
  }

  .section-faq {
    overflow: visible;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .arrow-2 {
    height: 35px;
  }

  .right-arrow-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow-icon-t1 {
    height: 35px;
  }

  .left-arrow-portrait-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-mobile-landscape-t1 {
    display: block;
  }

  .slider-t1 {
    display: none;
  }

  .arrow-copy, .right-arrow-icon-t1 {
    height: 35px;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-t1 {
    padding: 40px 10px;
  }

  .right-arrow-portrait-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slide-subwrapper-t1 {
    width: 50%;
  }

  .slide-nav-landscape-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-arrow-landscape-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .left-arrow-t1 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow-landscape-t1 {
    align-items: center;
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .nav-2 {
    position: absolute;
  }

  .nav__button.nav__button--mobile-hidden {
    display: none;
  }

  .div-block-hero-text {
    align-items: center;
    max-width: none;
  }

  .div-block-hero-text.aboutusdiv {
    margin-left: 0;
  }

  .hero-buttons {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-plane {
    aspect-ratio: auto;
    opacity: 1;
    margin-bottom: 5%;
    position: static;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .navbar {
    height: 5%;
    padding: 15px 20px;
  }

  .navoption {
    color: #fff;
    max-width: 0;
  }

  .navbarright {
    margin-right: 0;
  }

  .flex-block-hero {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbutton.button, .navbutton.button.buttonhollow {
    font-size: 13px;
  }

  .navbutton.button.buttonhollow.safety {
    font-size: 14px;
  }

  .dropdown-menu {
    z-index: 5;
    opacity: 1;
    background-color: #fff;
    border-radius: 15px;
    min-width: 35%;
    min-height: auto;
    position: fixed;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .dropdown-link {
    opacity: 1;
    background-color: rgba(237, 237, 237, .29);
    padding: 16px 16px 16px 20px;
    display: block;
  }

  .dropdown-link.mobile-only {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }

  .dropdown-link.mobile-only.w--current {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }

  .text-block-4 {
    text-transform: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, .01);
    font-style: normal;
  }

  .dropdown-text {
    color: #000;
    font-family: Ubuntu, Helvetica, sans-serif;
    text-decoration: none;
  }

  .dropdown-text.mobile-only {
    height: 0;
    line-height: 0;
  }

  .courier-section {
    min-height: 50svh;
    overflow: visible;
  }

  .text-heading {
    text-align: center;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .text-heading.couriertext, .text-heading.steps-heading {
    text-align: center;
  }

  .text-heading.steps {
    text-align: left;
    margin-left: 60px;
  }

  .text-heading.heading-testimonial {
    margin-top: 0;
  }

  .text-heading.sender {
    text-align: left;
    line-height: 2rem;
  }

  .text-heading.sender.subheading {
    font-size: 1.2rem;
  }

  .text-heading.courier {
    text-align: right;
    line-height: 2rem;
  }

  .text-heading.courier.subheading {
    font-size: 1.2rem;
  }

  .text-heading.hero-heading {
    width: 80%;
    font-size: 1.6rem;
  }

  .text-heading._404 {
    text-align: left;
    font-size: 1.4rem;
  }

  .text-heading.story {
    font-size: 1.5rem;
  }

  .text-heading.faq {
    text-align: left;
    font-size: 16px;
  }

  .text-heading.faq-section-heading {
    font-size: 18px;
  }

  .text-heading.safety-page {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 40px;
  }

  .text-heading.navbar-logo {
    margin-top: 0;
  }

  .text-heading.shipping-company {
    font-size: 17px;
  }

  .text-heading.features {
    margin-top: 40px;
  }

  .flex-block-sender {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
  }

  .flex-block-sender.courier-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-subheading {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 35px;
  }

  .text-subheading.courier-text {
    text-align: center;
  }

  .text-subheading.steps {
    text-align: left;
  }

  .text-subheading.safety {
    text-align: left;
    font-size: 16px;
  }

  .text-subheading._1.works {
    text-align: center;
    font-size: 15px;
  }

  .text-subheading.works {
    text-align: left;
    font-size: 15px;
  }

  .div-steps-text {
    justify-content: center;
    align-items: center;
    min-width: auto;
    display: flex;
  }

  .div-steps-text.steps-flex {
    flex-direction: column;
    min-width: 0;
  }

  .div-steps-text.right-align {
    display: block;
  }

  .div-steps-text.left-align {
    text-align: left;
    display: block;
  }

  .text-blurb.paragraph-text.label {
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
  }

  .text-blurb.paragraph-text.label.courier-text {
    text-align: center;
  }

  .text-blurb.paragraph-text.label.steps-text.quote-text {
    text-align: left;
  }

  .text-blurb.steps, .text-blurb.courier, .text-blurb.sender {
    font-size: 14px;
  }

  .text-blurb.hero {
    text-align: center;
    width: 80%;
  }

  .text-blurb._404 {
    font-size: 14px;
  }

  .text-blurb.contract {
    font-size: 13px;
    line-height: 20px;
  }

  .text-blurb.prob {
    font-size: 13px;
    line-height: 17px;
  }

  .div-block-steps-heading {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    display: block;
  }

  .div-block-steps-heading.courier-div {
    align-items: flex-end;
    margin-right: 20px;
    display: flex;
  }

  .image-sender {
    width: 75%;
    min-width: auto;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 20px;
    padding: 0;
  }

  .text-block-learn-more {
    margin-left: 10px;
    font-size: 13px;
  }

  .text-block-learn-more.courier-button {
    font-size: 13px;
  }

  .flex-button-block {
    justify-content: flex-start;
  }

  .flex-button-block.mobile-courier {
    flex-direction: column;
    justify-content: flex-end;
  }

  .ship-section {
    min-height: 50svh;
    overflow: visible;
  }

  .image-courier {
    text-align: left;
    margin-top: 0;
  }

  .steps-section {
    overflow: visible;
  }

  .steps-tab {
    font-size: 13px;
    font-weight: 600;
  }

  .tabs-menu {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .steps-tab-link {
    font-weight: 300;
  }

  .steps-div-block, .steps-div-block.first-div {
    margin-left: 0;
  }

  .paragraph-faq {
    font-size: 13px;
    line-height: 25px;
  }

  .testimonials-section, .section-call-to-action {
    overflow: visible;
  }

  .heading-call-to-action {
    font-size: 1.4rem;
  }

  .footer-logo {
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-columns {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: baseline;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .footer-other {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-our-story-text {
    width: 85%;
  }

  .about-us-flex {
    flex-direction: column;
    align-items: center;
  }

  .arrow-icon {
    width: 25px;
    font-size: 13px;
  }

  .attribution.aboutus {
    font-size: 10px;
  }

  .text-block-about {
    width: 100%;
  }

  .heading-our-story {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .teamheader {
    font-size: 1.4rem;
  }

  .persondiv {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .personsubheading {
    font-size: 20px;
  }

  .personrole {
    font-size: 14px;
  }

  .flex-block-team {
    padding-left: 0%;
    padding-right: 0%;
  }

  .html-embed-signup-form {
    width: 85%;
    margin-bottom: 0;
  }

  .flex-box-steps {
    flex-direction: column;
    padding-bottom: 15%;
    padding-right: 0%;
  }

  .flex-horizontal.flex-section-courier {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-horizontal.flex-section-sender {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 0% 10px;
  }

  .div-block-resize-text {
    width: 100%;
  }

  .image-404 {
    max-width: 50%;
  }

  .text-paragraph {
    font-size: 14px;
  }

  .text-paragraph.story {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .text-paragraph.signup-button-text {
    width: 100%;
    font-size: 13px;
  }

  .text-paragraph.faq {
    font-size: 14px;
  }

  .text-paragraph.safety {
    width: 80%;
  }

  .text-paragraph.safety-page {
    text-align: center;
  }

  .text-paragraph.footer-heading {
    font-size: 15px;
  }

  .text-paragraph.calculator-label {
    font-size: 16px;
  }

  .div-block-our-story-heading {
    justify-content: center;
  }

  .our-story-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: center;
  }

  .safety-section {
    height: auto;
    min-height: 80svh;
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .div-wrap-safety {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: start;
    width: 90%;
    padding-bottom: 5%;
    padding-left: 15%;
    padding-right: 15%;
    display: grid;
  }

  .div-block-safety-item {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .heading-safety.h1 {
    margin-top: 0;
  }

  .text-block-safety {
    font-size: 14px;
  }

  .safety-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-block-horizontal.safety-page {
    flex-direction: column;
  }

  .div-block-footer-logo {
    justify-content: center;
    width: 100%;
  }

  .footer-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-social-media-footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .faq-tab-link-text {
    text-align: center;
    font-size: 14px;
  }

  .tab-link-tab-2, .tab-link-tab-1, .tab-link-tab-1.w--current {
    border-radius: 80px;
  }

  .div-block-406 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-tugende-logo {
    width: 150px;
  }

  .div-block-pulse-logo {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .navbar-links {
    background-color: rgba(239, 239, 239, .97);
    padding-left: 20px;
  }

  .menu-button-2 {
    background-color: var(--off-white);
    border-radius: 10px;
    margin-left: 17px;
    padding: 5px;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: rgba(224, 227, 229, .27);
    border-radius: 10px;
    margin-left: 16px;
    padding: 5px;
  }

  .noccrequiredallbutmobile {
    display: none;
  }

  .noccrequiredmobileonly {
    display: inline;
  }

  .form-calculator.calculator.static {
    flex-direction: column;
    align-items: center;
    min-height: 50vh;
  }

  .calculator-dropdown {
    width: 80vw;
  }

  .div-block.shipping-company {
    flex-direction: column;
  }

  .shipping-cost {
    font-size: 15px;
    line-height: 30px;
  }

  .shipping-cost.subtext {
    word-break: normal;
    overflow-wrap: normal;
    width: 60px;
    font-size: 10px;
    line-height: 20px;
  }

  .div-block-flex.shipping-company {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: stretch;
  }

  .div-block-flex-horizontal.hero {
    flex-flow: row;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-flex-horizontal.ship-prices {
    align-items: center;
  }

  .shipping-company-logo {
    width: 40px;
  }

  .div-block-409 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .shipping-time {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .shipping-link {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .form-field.select._w-select {
    width: 80vw;
  }

  .italic-text {
    font-size: 14px;
  }

  .contractherosection {
    min-height: 60vh;
  }

  .contractheader {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .section-contract-signup {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .contract-form-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-notif._3 {
    margin-top: 15%;
  }

  .div-block-notif._4 {
    min-height: 6vh;
    padding-bottom: 13px;
  }

  .div-block-flex-vertical.hero {
    flex-flow: column;
  }

  .div-block-423 {
    min-height: 5vh;
  }

  .paragraph-20._1 {
    text-align: left;
  }

  .div-block-426 {
    opacity: 1;
    justify-content: center;
    width: 90%;
    height: auto;
  }

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

  .problem-heading._1 {
    font-size: 20px;
  }

  .div-block-428._2, .div-block-428._3 {
    width: auto;
  }

  .div-block-429 {
    flex-flow: column;
  }

  .div-block-430, .div-block-431 {
    width: 70%;
  }

  .bold-text-4 {
    font-size: 14.5px;
  }

  .image-427 {
    width: 2rem;
  }

  .image-428 {
    width: 2rem;
    height: 2rem;
  }

  .flex-block-2 {
    flex-flow: column;
    width: 60%;
  }

  .div-block-438 {
    width: 70%;
  }

  .div-block-441 {
    min-width: 30vw;
  }

  .div-block-443 {
    flex-flow: column;
  }

  .call-heading {
    text-align: center;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section-image-attribution.center {
    padding-bottom: 10vh;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .body {
    background-color: #fff;
    overflow: visible;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    text-align: center;
    width: 60%;
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.mobile-button {
    min-width: 200px;
    margin-left: 0%;
  }

  .button.mobile-button.appearmobile {
    text-align: center;
    font-size: 15px;
  }

  .button.hero-button {
    overflow-wrap: normal;
    font-size: 12px;
  }

  .button.hero-button.fas {
    margin-left: 5px;
  }

  .button.ship-button {
    min-width: auto;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0%;
    font-size: 14px;
  }

  .button.ship-button.buttonhollow {
    font-size: 14px;
  }

  .button.buttonhollow.calltoactionbutton2 {
    margin-left: 0%;
    font-size: 13px;
  }

  .button.calltoaction1 {
    margin-left: 0%;
    font-size: 14px;
  }

  .button.steps-button {
    font-size: 14px;
  }

  .button.calltoaction3 {
    background-color: var(--dark-purple-pink);
    font-size: 14px;
  }

  .button.safetycalltoaction {
    font-size: 18px;
  }

  .button.shipping-calc.tugende {
    background-color: var(--black);
    width: 40%;
    margin-top: 10px;
    font-size: 14px;
  }

  .footer-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .text-block.works {
    max-width: 100%;
  }

  .text-block.works._1 {
    max-width: none;
  }

  .hero-image {
    width: 80%;
  }

  .header-image-licensing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 50px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .label {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .label.ship-to-label {
    text-align: left;
    object-fit: fill;
    max-width: 100%;
  }

  .label.aboutus-text {
    font-size: 14px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    flex-direction: row;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .footer-contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    margin-left: 18px;
  }

  .image-licensing {
    font-size: 15px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-3.aboutusheading {
    font-size: 25px;
  }

  .sign-up-popup {
    display: none;
  }

  .div-block-13 {
    object-fit: fill;
    width: 80vw;
    height: 475px;
    position: static;
  }

  .heading-4 {
    padding-top: 10px;
  }

  .div-block-15 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .submit-button {
    background-color: var(--deep-pink\<deleted\|variable-4eccc0d1\>);
    text-align: center;
    border-radius: 7px;
    margin-top: 20px;
    margin-left: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    left: 25%;
    right: 25%;
  }

  .exit-button {
    margin-top: 20px;
    margin-right: 40px;
  }

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

  .utility-page-content {
    flex-direction: column;
    margin: 26px;
  }

  .heading-faq {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-faq.main {
    text-align: center;
    width: 80%;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .paragraph-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text._25-marker {
    text-align: left;
  }

  .faq-section.center, .new-sender-section.center, .call-to-action-section.center {
    padding-bottom: 10vh;
  }

  .greeting-section.center {
    min-width: 100px;
    min-height: 60vh;
    max-height: 1vh;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .paragraph-6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7, .image-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8, .image-9, .heading-7, .image-10, .heading-8, .image-11, .heading-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    border: 2px solid #000;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .div-block-16 {
    display: flex;
  }

  .link-3 {
    color: #ececec;
    align-self: center;
  }

  .accordion-heading-faq {
    font-size: 15px;
    line-height: 23px;
  }

  .section-faq {
    padding: 100px 15px;
    overflow: hidden;
  }

  .text-center.text-faq {
    font-size: 14px;
  }

  .content-wrapper.faq {
    text-align: left;
  }

  .div-header-faq {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-header-faq._75 {
    width: 90%;
  }

  .arrow-2 {
    height: 45px;
  }

  .slider-mobile-landscape-t1 {
    display: none;
  }

  .arrow-copy {
    height: 45px;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .testimonials-t1 {
    width: 100%;
  }

  .right-arrow-portrait-t1 {
    align-items: center;
  }

  .slide-nav-portrait-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
  }

  .slider-mobile-portrait-t1 {
    display: block;
  }

  .quote-t1 {
    font-size: 18px;
    line-height: 24px;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .nav-2 {
    position: fixed;
  }

  .nav__logo-wrapper {
    display: block;
  }

  .nav__button.nav__button--mobile-hidden {
    background-color: var(--deep-pink\<deleted\|variable-4eccc0d1\>);
    display: block;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    width: 100svw;
    height: 7%;
    padding: 10px 20px;
    overflow: hidden;
  }

  .navbarleft {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
  }

  .navbarright {
    width: 0;
  }

  .flex-block-hero {
    align-items: center;
    padding: 0 0 17px;
  }

  .navbutton.button {
    opacity: 0;
  }

  .navbutton.button.w--current {
    width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbutton.button.buttonhollow {
    opacity: 0;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .navbutton.button.buttonhollow.w--current {
    opacity: 0;
  }

  .navbutton.button.buttonhollow.safety {
    opacity: 1;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .dropdown-menu {
    min-width: 100%;
    position: fixed;
    top: 15%;
    overflow: hidden;
  }

  .dropdown-link {
    padding-right: 20px;
    text-decoration: none;
  }

  .dropdown-link.mobile-only {
    opacity: 1;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
    text-decoration: none;
  }

  .dropdown-link.mobile-only.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    line-height: 20px;
  }

  .dropdown-text.mobile-only {
    opacity: 1;
    height: auto;
    line-height: 20px;
  }

  .courier-section {
    overflow: hidden;
  }

  .text-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .text-heading.couriertext {
    text-align: center;
  }

  .text-heading.steps-heading.howitworks {
    margin-right: 0;
  }

  .text-heading.steps {
    text-align: center;
    margin-left: 0;
  }

  .text-heading.heading-testimonial {
    font-size: 1.3rem;
  }

  .text-heading.sender {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }

  .text-heading.sender.subheading {
    text-align: center;
    font-size: 20px;
  }

  .text-heading.courier {
    text-align: center;
  }

  .text-heading.courier.subheading {
    text-align: center;
    font-size: 20px;
  }

  .text-heading.hero-heading {
    font-size: 23px;
    line-height: 2.2rem;
  }

  .text-heading._404 {
    text-align: center;
  }

  .text-heading.story {
    font-size: 1.5rem;
  }

  .text-heading.faq {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }

  .text-heading.faq-subsubheading {
    font-size: 16px;
  }

  .text-heading.faq-section-heading {
    font-size: 17px;
  }

  .text-heading.safety {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 23px;
  }

  .text-heading.safety-page {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .flex-block-sender {
    margin-bottom: 0;
    padding: 15px;
  }

  .text-subheading {
    font-size: 20px;
    line-height: 30px;
  }

  .text-subheading.courier-text {
    text-align: center;
  }

  .text-subheading.steps {
    font-size: 15px;
    line-height: 23px;
  }

  .text-subheading.safety-page {
    font-size: 15px;
  }

  .div-steps-text {
    justify-content: center;
    display: flex;
  }

  .div-steps-text.steps-flex {
    flex-direction: column;
  }

  .div-steps-text.right-align {
    text-align: center;
    margin-top: 0;
  }

  .div-steps-text.left-align {
    text-align: center;
  }

  .text-blurb.paragraph-text.label {
    margin-bottom: 33px;
  }

  .text-blurb.paragraph-text.label.courier-text {
    text-align: center;
  }

  .text-blurb.paragraph-text.label.steps-text.quote-text {
    max-width: 100%;
    font-size: 13px;
    line-height: 22px;
  }

  .text-blurb.courier, .text-blurb.sender {
    text-align: center;
    width: 80%;
  }

  .text-blurb.hero {
    font-size: 13px;
  }

  .text-blurb._404 {
    text-align: center;
  }

  .text-blurb.contract {
    text-align: left;
    margin-bottom: 20px;
  }

  .div-block-steps-heading {
    display: flex;
  }

  .div-block-steps-heading.courier-div {
    text-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-learn-more {
    margin-left: 0;
    font-size: 14px;
  }

  .text-block-learn-more.courier-button {
    margin-left: 0;
  }

  .flex-button-block {
    flex-direction: column;
    justify-content: center;
  }

  .flex-button-block.mobile-courier {
    justify-content: center;
  }

  .div-block-404 {
    justify-content: center;
    align-items: center;
  }

  .ship-section {
    overflow: hidden;
  }

  .underline-span {
    text-align: center;
    font-size: 14px;
  }

  .steps-section {
    overflow: hidden;
  }

  .steps-tab {
    font-size: 13px;
  }

  .tabs-menu {
    flex-direction: column;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .steps-div-block {
    max-width: 100%;
    margin: 0 0 11px;
  }

  .div-text {
    max-width: 100%;
  }

  .paragraph-faq, .paragraph-11 {
    font-size: 13px;
    line-height: 23px;
  }

  .testimonials-section, .section-call-to-action {
    overflow: hidden;
  }

  .heading-call-to-action {
    font-size: 20px;
  }

  .flex-block-call-to-action {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
  }

  .slide-quote.quote-1 {
    padding: 10px;
  }

  .slide-quote.quote-2, .slide-quote.quote-3, .slide-quote.quote-4 {
    padding: 34px;
  }

  .heading-testimonial {
    font-size: 20px;
  }

  .subheading-testimonials {
    font-size: 14px;
  }

  .subheading-quote {
    font-size: 12px;
  }

  .icon-3 {
    max-width: 30px;
    margin-left: 30px;
    margin-right: 10px;
  }

  .icon-4 {
    margin-left: 10px;
  }

  .footer-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-columns {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .footer-other {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    display: flex;
  }

  .arrow-icon {
    width: 25px;
  }

  .div-block-aboutus-top {
    padding: 9px;
  }

  .attribution.aboutus {
    width: 100%;
    font-size: 8px;
  }

  .paragraph-div.aboutus, .header-div.aboutus {
    width: 85vw;
  }

  .text-block-about {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
  }

  .text-block-our-story {
    font-size: 13px;
  }

  .text-span-9 {
    font-size: 1.5rem;
    line-height: 4vh;
  }

  .heading-our-story {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 28px;
  }

  .image-truck {
    max-width: 90%;
  }

  .text-block-quote {
    font-size: 17px;
  }

  .teamheader {
    font-size: 20px;
  }

  .persondiv {
    width: 95%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .personsubheading {
    font-size: 17px;
  }

  .personblurb {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .personrole {
    font-size: 14px;
  }

  .flex-block-team {
    padding-left: 0%;
    padding-right: 0%;
  }

  .html-embed-signup-form {
    width: 95%;
    margin-bottom: 0;
  }

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

  .text-faq-email {
    text-align: center;
  }

  .flex-box-steps {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-horizontal.flex-section-courier {
    text-align: center;
    flex-direction: column;
    min-height: 80svh;
  }

  .flex-horizontal.flex-section-sender {
    flex-direction: column;
    min-height: 80svh;
    padding-top: 25%;
    padding-bottom: 10%;
  }

  .div-block-resize-text {
    justify-content: center;
    display: flex;
  }

  .image-404 {
    max-width: 80%;
  }

  .text-paragraph.story {
    font-size: 14px;
    line-height: 23px;
  }

  .text-paragraph.safety {
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-paragraph.safety.bottom {
    width: 65%;
  }

  .text-paragraph.safety-page {
    font-size: 13px;
  }

  .text-paragraph.safety-page.subheading {
    width: 100%;
    font-size: 14px;
  }

  .div-block-quote {
    width: 95%;
  }

  .div-block-our-story-heading {
    width: 100%;
  }

  .subheading-faq {
    font-size: 14px;
  }

  .subheading-faq-page {
    text-align: left;
    font-size: 15px;
  }

  .safety-section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .div-wrap-safety {
    flex-flow: column;
    width: 75%;
    padding-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-footer-logo {
    justify-content: flex-start;
  }

  .footer-flex {
    flex-direction: column;
  }

  .flex-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 5px;
  }

  .div-block-social-media-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .faq-tab-link-text {
    font-size: 13px;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .image-405 {
    color: #000;
  }

  .image-406 {
    width: 40px;
  }

  .div-block-406 {
    align-items: center;
  }

  .image-tugende-logo {
    height: auto;
  }

  .navbar-links.mobile-only {
    opacity: 1;
    width: auto;
    height: auto;
    padding: 20px 10px 20px 20px;
  }

  .navbuttons {
    width: 0;
  }

  .menu-button-2 {
    background-color: var(--off-white);
  }

  .menu-button-2.w--open {
    background-color: rgba(239, 239, 239, .97);
  }

  .text-block-13 {
    color: var(--black);
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
  }

  .calculator-section {
    padding-bottom: 5%;
  }

  .form-calculator.calculator.static {
    flex-direction: column;
    align-items: center;
    min-height: 50vh;
    margin-top: 0;
  }

  .calculator-dropdown {
    width: 80vw;
  }

  .text-field-5 {
    max-width: 5rem;
  }

  .div-block.price-wrapper {
    margin-bottom: 10%;
  }

  .div-block.shipping-company {
    flex-direction: column;
  }

  .text-field-6 {
    max-width: 5rem;
  }

  .shipping-cost {
    font-size: 17px;
  }

  .shipping-cost.subtext {
    font-size: 11px;
  }

  .div-block-flex-horizontal.hero {
    flex-flow: column;
  }

  .shipping-time {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .shipping-link {
    font-size: 12px;
  }

  .form-field.select._w-select {
    width: 80vw;
  }

  .italic-text {
    font-size: 12px;
  }

  .centered-horizontal-flex {
    flex-flow: column;
  }

  .contractheader {
    text-align: center;
    margin-top: 0;
  }

  .div-block-415 {
    max-width: 80%;
  }

  .image-407 {
    margin-bottom: 20px;
  }

  .button-div.contract {
    text-align: center;
    margin-top: 0;
  }

  .div-block-416 {
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .contract-form-div {
    justify-content: center;
    align-items: flex-start;
    width: 85%;
  }

  .text-block-14, .text-block-15 {
    font-size: 13px;
  }

  .div-block-notif._3 {
    margin-top: 0%;
  }

  .div-block-notif._4 {
    min-height: 0;
  }

  .div-block-423 {
    min-height: 4vh;
    line-height: 15px;
  }

  .paragraph-20, .paragraph-20._1 {
    text-align: center;
  }

  .paragraph-21 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 15px;
  }

  .buttontag {
    padding: 5px 10px;
    font-size: 12px;
  }

  .div-block-426 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .problem-heading {
    text-align: left;
  }

  .problem-heading._1 {
    text-align: center;
    width: 90%;
  }

  .div-block-428._2, .div-block-428._3 {
    width: auto;
  }

  .div-block-429 {
    flex-flow: column;
  }

  .image-427 {
    order: -1;
  }

  .div-block-432 {
    flex-flow: column;
  }

  .pricing-heading {
    width: 90%;
  }

  .how-it-works-section {
    margin-top: 0;
  }

  .image-429 {
    order: -1;
  }

  .div-block-434 {
    flex-flow: column;
    order: -1;
    padding-top: 20px;
  }

  .flex-block-2 {
    width: 80%;
  }

  .h3-pricing {
    line-height: 28px;
  }

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

  .works-heading._1 {
    width: 110%;
    margin-top: 0;
    font-size: 16px;
  }

  .div-block-437 {
    max-width: 80%;
  }

  .flex-block-3 {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .div-block-438 {
    background-color: var(--off-white);
    flex-flow: column;
    align-items: center;
    width: 60%;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-440 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-441 {
    width: 130%;
    min-width: 0;
  }

  .image-437 {
    min-width: 30vw;
    max-width: 80vw;
  }

  .div-block-443 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#w-node-_5b285dd3-cc7d-7eae-b647-f0fafaaf8610-92789cc3, #w-node-_8d4e6393-e5fc-6c78-007b-7ff40d647b6c-92789cc3 {
  grid-area: 2 / 1 / 3 / 2;
}


