@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap");
.title, h1.title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 64px;
}

@media only screen and (min-width: 960px) {
  .title, h1.title {
    font-size: 88px;
    line-height: 80px;
  }
}

.title-xl {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 1;
  color: #2e3657;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .title-xl {
    font-size: 88px;
    line-height: .9;
  }
}

@media only screen and (min-width: 1200px) {
  .title-xl {
    font-size: 124px;
  }
}

.heading1, h1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  color: #2e3657;
}

@media only screen and (min-width: 960px) {
  .heading1, h1 {
    font-size: 64px;
    line-height: 64px;
  }
}

.heading2, h2, .block__linktree h1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #2e3657;
}

@media only screen and (min-width: 960px) {
  .heading2, h2, .block__linktree h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

.heading3, h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

@media only screen and (min-width: 960px) {
  .heading3, h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.heading4, h4, button--xl,
a.button--xl,
button.button--xl,
label.button--xl, .partners__section h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (min-width: 960px) {
  .heading4, h4, button--xl,
  a.button--xl,
  button.button--xl,
  label.button--xl, .partners__section h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.heading5, h5, .block__gallery.gallery--casestudy .block__gallery--item .item--text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (min-width: 960px) {
  .heading5, h5, .block__gallery.gallery--casestudy .block__gallery--item .item--text {
    font-size: 24px;
    line-height: 32px;
  }
}

.heading6, h6 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 960px) {
  .heading6, h6 {
    font-size: 18px;
    line-height: 24px;
  }
}

.legal {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 960px) {
  .legal {
    font-size: 14px;
    line-height: 20px;
  }
}

.paragraph, .lp-blocks .hero--cc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph--bold,
.paragraph b,
.lp-blocks .hero--cc b {
  font-weight: bold;
}

.paragraph a, .lp-blocks .hero--cc a {
  color: #6ebd45;
}

.paragraph a:hover, .lp-blocks .hero--cc a:hover {
  color: #297768;
}

.body-paragraph, body, p, .block__accordion__panel > * {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.body-paragraph--bold,
.body-paragraph b,
body b,
p b,
.block__accordion__panel > * b {
  font-weight: bold;
}

.body-paragraph a, body a, p a, .block__accordion__panel > * a {
  color: #6ebd45;
}

.body-paragraph a:hover, body a:hover, p a:hover, .block__accordion__panel > * a:hover {
  color: #297768;
}

@media only screen and (min-width: 960px) {
  .body-paragraph, body, p, .block__accordion__panel > * {
    font-size: 18px;
    line-height: 32px;
  }
}

.paragraph-xs {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}

.paragraph-xs--bold,
.paragraph-xs b {
  font-weight: bold;
}

.paragraph-xs a {
  color: #6ebd45;
}

.paragraph-xs a:hover {
  color: #297768;
}

.paragraph-sm {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

.paragraph-sm--bold,
.paragraph-sm b {
  font-weight: bold;
}

.paragraph-sm a {
  color: #6ebd45;
}

.paragraph-sm a:hover {
  color: #297768;
}

.paragraph-md {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-md--bold,
.paragraph-md b {
  font-weight: bold;
}

.paragraph-md a {
  color: #6ebd45;
}

.paragraph-md a:hover {
  color: #297768;
}

.paragraph-xl, .block__container--text, .block__container--wrapper p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph-xl--bold,
.paragraph-xl b,
.block__container--text b,
.block__container--wrapper p b {
  font-weight: bold;
}

.paragraph-xl a, .block__container--text a, .block__container--wrapper p a {
  color: #6ebd45;
}

.paragraph-xl a:hover, .block__container--text a:hover, .block__container--wrapper p a:hover {
  color: #297768;
}

.paragraph-lg, button,
a.button,
button.button,
label.button, .partners__section ul li, .partners aside ul li, .block__container ul li {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

.paragraph-lg--bold,
.paragraph-lg b,
button b,
a.button b,
button.button b,
label.button b,
.partners__section ul li b,
.partners aside ul li b,
.block__container ul li b {
  font-weight: bold;
}

.paragraph-lg a, button a, a.button a, button.button a, label.button a, .partners__section ul li a, .partners aside ul li a, .block__container ul li a {
  color: #6ebd45;
}

.paragraph-lg a:hover, button a:hover, a.button a:hover, button.button a:hover, label.button a:hover, .partners__section ul li a:hover, .partners aside ul li a:hover, .block__container ul li a:hover {
  color: #297768;
}

.breadcrumb {
  font-size: 14px;
  margin-top: 32px;
  margin-bottom: 24px;
  text-align: left;
}

.eyebrow {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #4E5A65;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: .16em;
}

@media only screen and (min-width: 960px) {
  .eyebrow {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.eyebrow--small {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 960px) {
  .eyebrow--small {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

.eyebrow--green {
  color: #297768;
}

.link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.188rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.link--small {
  font-size: 1rem;
  line-height: 1.5;
}

body {
  background-color: #ffffff;
  color: #1C272C;
  margin: 0;
}

h1 {
  margin: 0 0 24px 0;
}

h1.title {
  margin: 0 0 24px 0;
}

h2 {
  margin: 0 0 24px 0;
}

h3 {
  margin: 0 0 24px 0;
}

h4 {
  margin: 0 0 24px 0;
}

h5 {
  margin: 0 0 40px 0;
}

h6 {
  margin: 0 0 40px 0;
}

p {
  margin: 0 0 24px 0;
}

p:last-of-type {
  margin-bottom: 0;
}

button,
a.button,
button.button,
label.button {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  line-height: 24px;
  margin-top: 16px;
  padding: 18px 24px;
  background-color: #297768;
  border-radius: 8px;
  color: #ffffff;
  border: 2px solid #297768;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  button,
  a.button,
  button.button,
  label.button {
    margin-top: 24px;
  }
}

button:hover, button:active, button:focus,
a.button:hover,
a.button:active,
a.button:focus,
button.button:hover,
button.button:active,
button.button:focus,
label.button:hover,
label.button:active,
label.button:focus {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}

button:disabled,
a.button:disabled,
button.button:disabled,
label.button:disabled {
  cursor: not-allowed;
  background-color: #29776880;
}

button--solid,
a.button--solid,
button.button--solid,
label.button--solid {
  color: #ffffff;
  background-color: #297768;
  border: 2px solid #297768;
}

button--solid:hover, button--solid:active, button--solid:focus,
a.button--solid:hover,
a.button--solid:active,
a.button--solid:focus,
button.button--solid:hover,
button.button--solid:active,
button.button--solid:focus,
label.button--solid:hover,
label.button--solid:active,
label.button--solid:focus {
  color: #ffffff;
  background-color: #1c5147;
  border: 2px solid #1c5147;
}

button--outline,
a.button--outline,
button.button--outline,
label.button--outline {
  background-color: transparent;
  border: 2px solid #ffffff;
}

button--outline:hover, button--outline:active, button--outline:focus,
a.button--outline:hover,
a.button--outline:active,
a.button--outline:focus,
button.button--outline:hover,
button.button--outline:active,
button.button--outline:focus,
label.button--outline:hover,
label.button--outline:active,
label.button--outline:focus {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
}

button--outline-transparent,
a.button--outline-transparent,
button.button--outline-transparent,
label.button--outline-transparent {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

button--outline-transparent:hover, button--outline-transparent:active, button--outline-transparent:focus,
a.button--outline-transparent:hover,
a.button--outline-transparent:active,
a.button--outline-transparent:focus,
button.button--outline-transparent:hover,
button.button--outline-transparent:active,
button.button--outline-transparent:focus,
label.button--outline-transparent:hover,
label.button--outline-transparent:active,
label.button--outline-transparent:focus {
  background-color: transparent;
  border: 2px solid #D1D1D1;
  color: #ffffff;
}

button--xl,
a.button--xl,
button.button--xl,
label.button--xl {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
}

button--full,
a.button--full,
button.button--full,
label.button--full {
  width: 100%;
}

button--small,
a.button--small,
button.button--small,
label.button--small {
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 0.438rem 0.5rem 0.375rem;
  border-radius: 4px;
}

button--big,
a.button--big,
button.button--big,
label.button--big {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.85rem 2rem;
  border-radius: 0.25rem;
}

button--big:hover,
a.button--big:hover,
button.button--big:hover,
label.button--big:hover {
  background-color: #1c5147;
  border: .125rem solid transparent;
  color: #fff;
}

button--secondary-small,
a.button--secondary-small,
button.button--secondary-small,
label.button--secondary-small {
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 0.8rem 0.3rem;
  border-radius: 4px;
  min-width: 73px;
}

@media only screen and (min-width: 960px) {
  button--big-lg,
  a.button--big-lg,
  button.button--big-lg,
  label.button--big-lg {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.85rem 2rem;
    border-radius: 0.25rem;
  }
}

button--secondary-pine,
a.button--secondary-pine,
button.button--secondary-pine,
label.button--secondary-pine {
  background-color: transparent;
  color: #297768;
  border-color: #297768;
}

button--secondary-pine:hover, button--secondary-pine:active, button--secondary-pine:focus,
a.button--secondary-pine:hover,
a.button--secondary-pine:active,
a.button--secondary-pine:focus,
button.button--secondary-pine:hover,
button.button--secondary-pine:active,
button.button--secondary-pine:focus,
label.button--secondary-pine:hover,
label.button--secondary-pine:active,
label.button--secondary-pine:focus {
  background-color: #297768;
  color: #ffffff;
}

button--secondary-pine:disabled,
a.button--secondary-pine:disabled,
button.button--secondary-pine:disabled,
label.button--secondary-pine:disabled {
  cursor: not-allowed;
  border-color: #29776880;
  background-color: transparent;
}

button--secondary-pine:after,
a.button--secondary-pine:after,
button.button--secondary-pine:after,
label.button--secondary-pine:after {
  border-color: #ffffff;
}

button--secondary-grey,
a.button--secondary-grey,
button.button--secondary-grey,
label.button--secondary-grey {
  background-color: transparent;
  color: #212c36;
  border-color: #212c36;
}

button--secondary-grey:hover, button--secondary-grey:active, button--secondary-grey:focus,
a.button--secondary-grey:hover,
a.button--secondary-grey:active,
a.button--secondary-grey:focus,
button.button--secondary-grey:hover,
button.button--secondary-grey:active,
button.button--secondary-grey:focus,
label.button--secondary-grey:hover,
label.button--secondary-grey:active,
label.button--secondary-grey:focus {
  background-color: #212c36;
  color: #ffffff;
}

button--secondary-grey:disabled,
a.button--secondary-grey:disabled,
button.button--secondary-grey:disabled,
label.button--secondary-grey:disabled {
  cursor: not-allowed;
  border-color: #818f9c;
  background-color: transparent;
  color: #818f9c;
}

button--secondary-grey:after,
a.button--secondary-grey:after,
button.button--secondary-grey:after,
label.button--secondary-grey:after {
  border-color: #ffffff;
}

button--secondary-white,
a.button--secondary-white,
button.button--secondary-white,
label.button--secondary-white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

button--secondary-white:hover, button--secondary-white:active, button--secondary-white:focus,
a.button--secondary-white:hover,
a.button--secondary-white:active,
a.button--secondary-white:focus,
button.button--secondary-white:hover,
button.button--secondary-white:active,
button.button--secondary-white:focus,
label.button--secondary-white:hover,
label.button--secondary-white:active,
label.button--secondary-white:focus {
  background-color: #ffffff;
  color: #212c36;
}

button--secondary-white:disabled,
a.button--secondary-white:disabled,
button.button--secondary-white:disabled,
label.button--secondary-white:disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: #818f9c;
  border-color: #818f9c;
}

button--secondary-white:after,
a.button--secondary-white:after,
button.button--secondary-white:after,
label.button--secondary-white:after {
  border-color: #212c36;
}

button--arrow-left,
a.button--arrow-left,
button.button--arrow-left,
label.button--arrow-left {
  padding: 0.625rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

button--arrow-left:after,
a.button--arrow-left:after,
button.button--arrow-left:after,
label.button--arrow-left:after {
  content: "";
  border: solid;
  border-width: 0 0.188rem 0.188rem 0;
  padding: 0.188rem;
  transform: rotate(135deg);
}

button--arrow-right,
a.button--arrow-right,
button.button--arrow-right,
label.button--arrow-right {
  padding: 0.625rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

button--arrow-right:after,
a.button--arrow-right:after,
button.button--arrow-right:after,
label.button--arrow-right:after {
  content: "";
  border: solid;
  border-width: 0 0.188rem 0.188rem 0;
  padding: 0.188rem;
  transform: rotate(-45deg);
}

button--underline,
a.button--underline,
button.button--underline,
label.button--underline {
  background-color: transparent;
  color: #297768;
  border: 0;
  padding: 0 16px;
  line-height: 48px;
}

@media only screen and (min-width: 960px) {
  button--underline,
  a.button--underline,
  button.button--underline,
  label.button--underline {
    line-height: 56px;
  }
}

button--underline:hover,
a.button--underline:hover,
button.button--underline:hover,
label.button--underline:hover {
  color: #297768;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
}

a.link,
label.link {
  display: flex;
  align-items: center;
  color: #297768;
  border-color: #297768;
}

a.link--white,
label.link--white {
  color: #ffffff;
  border-color: #ffffff;
}

a.link--grey600,
label.link--grey600 {
  color: #637381;
  border-color: #637381;
}

a.link--grey600:hover,
label.link--grey600:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #297768;
  border-color: #297768;
}

a.link--arrow:after,
label.link--arrow:after {
  content: "";
  border: solid;
  border-color: inherit;
  border-width: 0 0.188rem 0.188rem 0;
  display: inline-block;
  padding: 0.188rem;
  transform: rotate(-45deg);
  margin-left: 0.438rem;
}

a.link--arrow-no-underline,
label.link--arrow-no-underline {
  text-decoration: none;
}

form {
  color: #1C272C;
}

form .custom-select:after {
  display: none;
}

form h2 {
  color: #2e3657;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  form h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
  }
}

form .row {
  font-size: 12px;
  line-height: 18px;
}

form em {
  color: #1C272C;
}

form label {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  form label {
    font-size: 16px;
  }
}

form label.error {
  display: flex;
  align-items: center;
  width: 100%;
  background: #FFF4F2;
  color: #1C272C;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 8px 0;
}

form label.error:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/error.svg);
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 2px;
}

form input,
form select {
  border-radius: 4px;
  height: 40px;
  border: 1px solid #818F9C;
  font-size: 16px;
}

form input[type=checkbox],
form input[type=radio] {
  height: auto;
}

form input[type=submit] {
  font-family: "Roboto", sans-serif;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #ffffff;
  background-color: #297768;
}

.signup-form-container #signup {
  margin: 0 auto;
  width: auto;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .signup-form-container #signup {
    border-radius: 12px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  }
}

.signup-form-container #signup .register-form .custom-select:after {
  display: none;
}

.signup-form-container #signup h2 {
  color: #2e3657;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .signup-form-container #signup h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
}

.signup-form-container #signup .row {
  font-size: 12px;
  line-height: 18px;
}

.signup-form-container #signup em {
  color: #1C272C;
}

.signup-form-container #signup .phone-support,
.signup-form-container #signup .terms {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.signup-form-container #signup .phone-support a:hover,
.signup-form-container #signup .terms a:hover {
  text-decoration: none;
}

.signup-form-container #signup #sstos:hover,
.signup-form-container #signup #sspp:hover {
  text-decoration: none;
}

.signup-form-container #signup .inline-form label,
.signup-form-container #signup .row label {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .signup-form-container #signup .inline-form label,
  .signup-form-container #signup .row label {
    font-size: 16px;
  }
}

.signup-form-container #signup .inline-form label.error,
.signup-form-container #signup .row label.error {
  display: flex;
  align-items: center;
  width: 100%;
  background: #FFF4F2;
  color: #1C272C;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 8px 0;
}

.signup-form-container #signup .inline-form label.error:before,
.signup-form-container #signup .row label.error:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/error.svg);
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 2px;
}

.signup-form-container #signup .inline-form input,
.signup-form-container #signup .inline-form select,
.signup-form-container #signup .row input,
.signup-form-container #signup .row select {
  border-radius: 4px;
  height: 40px;
  border: 1px solid #818F9C;
  font-size: 16px;
}

.signup-form-container #signup .inline-form input[type=checkbox],
.signup-form-container #signup .row input[type=checkbox] {
  height: auto;
}

.signup-form-container #signup #signup-back-btn {
  color: #000000;
}

.signup-form-container #signup .btn,
.signup-form-container #signup #save-button,
.signup-form-container #signup #continue-button {
  font-family: "Roboto", sans-serif;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #ffffff;
  background-color: #297768;
}

.signup-form-container #signup #recaptcha-legal.legal-footer {
  margin-left: 0;
  margin-top: 1rem;
  max-width: 100%;
}

.signup-form-container #signup #recaptcha-legal.legal-footer a {
  color: #297768;
  font-weight: 600;
}

.theme--dark form {
  color: #ffffff;
}

.theme--dark .signup-form-container #signup {
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  .theme--dark .signup-form-container #signup {
    border-radius: 0;
    box-shadow: none;
  }
}

.theme--dark .signup-form-container #signup h2 {
  color: #ffffff;
}

.theme--dark .signup-form-container #signup em {
  color: #ffffff;
}

.theme--dark .signup-form-container #signup .phone-support,
.theme--dark .signup-form-container #signup .terms {
  color: #ffffff;
}

.theme--dark .signup-form-container #signup .phone-support a,
.theme--dark .signup-form-container #signup .terms a {
  color: #ffffff;
}

.theme--dark .signup-form-container #signup #sstos,
.theme--dark .signup-form-container #signup #sspp {
  color: #ffffff;
}

.theme--dark .signup-form-container #signup #sstos a,
.theme--dark .signup-form-container #signup #sspp a {
  color: #ffffff;
}

.theme--dark .signup-form-container #signup #signup-back-btn {
  color: #ffffff;
}

.theme--dark .signup-form-container #signup #recaptcha-legal.legal-footer a {
  color: #ffffff;
}

.site-width--full {
  width: 100%;
}

.site-width--wide {
  max-width: 1440px;
  margin-left: 24px;
  margin-right: 24px;
}

@media only screen and (min-width: 1440px) {
  .site-width--wide {
    margin: auto;
  }
}

.site-width--container, .page__container, .navbar, .site-footer__container, .partners__grid--wrapper, .partners__footer--wrapper, .block__container--wrapper {
  margin-left: 24px;
  margin-right: 24px;
  max-width: 1376px;
}

@media only screen and (min-width: 1440px) {
  .site-width--container, .page__container, .navbar, .site-footer__container, .partners__grid--wrapper, .partners__footer--wrapper, .block__container--wrapper {
    margin: auto;
  }
}

.site-width--wrapper, .page__wrapper, .block__linktree--wrapper {
  margin-left: 24px;
  margin-right: 24px;
  max-width: 1280px;
}

@media only screen and (min-width: 1440px) {
  .site-width--wrapper, .page__wrapper, .block__linktree--wrapper {
    margin: auto;
  }
}

.site-width--narrow {
  max-width: 736px;
  margin-left: 24px;
  margin-right: 24px;
}

@media only screen and (min-width: 768px) {
  .site-width--narrow {
    margin: auto;
  }
}

.site-width--responsive, .block__hero--columns {
  max-width: 1312px;
}

@media only screen and (min-width: 960px) {
  .site-width--responsive, .block__hero--columns {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .site-width--responsive, .block__hero--columns {
    margin-left: 64px;
    margin-right: 64px;
  }
}

@media only screen and (min-width: 1440px) {
  .site-width--responsive, .block__hero--columns {
    margin: auto;
  }
}

.site-width--pricing, .page__pricing {
  max-width: 1140px;
  margin: 0 auto;
}

.page {
  background-color: #ffffff;
}

.page--grey1 {
  background-color: #EEF1F4;
}

.page--transparent {
  background-color: transparent;
}

.page__nav {
  height: 4.375rem;
  background-color: #000000;
  overflow: visible;
}

.page__nav--sticky {
  position: fixed;
  top: 0;
  width: 100vw;
  left: 0;
  z-index: 100;
}

.page__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 60px 0;
}

.page__wrapper {
  padding: 60px 0;
}

@media only screen and (min-width: 960px) {
  .page__content {
    flex: 0 0 65%;
    width: 65%;
  }
}

@media only screen and (min-width: 960px) {
  .page__sidebar {
    flex-flow: row nowrap;
    gap: 80px;
  }
}

.page__section {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.page__section--white {
  background-color: #ffffff;
}

.page__section-title {
  text-align: center;
}

.page__header {
  text-align: center;
  margin-top: 3rem;
}

@media only screen and (min-width: 768px) {
  .page__header {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 960px) {
  .page__header {
    margin-top: 5rem;
  }
}

.page__title {
  margin: 0 auto 1rem;
  text-align: center;
  max-width: 23.75rem;
}

@media only screen and (min-width: 768px) {
  .page__title {
    max-width: 34.75rem;
  }
}

@media only screen and (min-width: 960px) {
  .page__title {
    max-width: 36.563rem;
  }
}

.page__desc {
  margin-bottom: 3rem;
  text-align: center;
}

.page__footer {
  background-color: #000000;
}

.navbar {
  padding: 0 1.344rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.navbar--sticky {
  position: fixed;
  top: 0;
  width: 100vw;
  left: 0;
  z-index: 100;
}

.navbar__logo {
  width: 10rem;
}

.navbar__logo img {
  width: 100%;
}

.navbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .navbar__actions {
    width: 76%;
  }
}

.navbar__left {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar__primary {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000000;
  width: 100%;
  flex-direction: column;
  z-index: 1000;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 960px) {
  .navbar__primary {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: row;
    width: auto;
    top: auto;
    left: auto;
    position: relative;
    height: 100%;
  }
}

.navbar__secondary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
}

.navbar__ad-container {
  display: none;
}

@media only screen and (min-width: 768px) {
  .navbar__ad-container {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
  }
}

.navbar__ad-container .heard-our-ad-form-container {
  display: none;
}

.navbar__ad-toggle {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  color: #ffffff;
  margin-top: 0;
  padding: .688rem .625rem;
  font-size: .875em;
  display: flex;
  cursor: pointer;
  align-items: center;
  border: 0;
}

.navbar__ad-toggle:active, .navbar__ad-toggle:focus {
  border: 0;
}

.navbar__ad-toggle:hover {
  border: transparent;
}

.navbar__ad-toggle svg {
  margin-right: .938rem;
}

.navbar__ad-form {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 1.875rem;
  height: 100%;
  width: calc(100% - 1.875rem);
}

.navbar__ad-form input[type=text] {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .75em;
  padding: 0 .313rem;
  width: 72%;
  border-radius: 0;
  height: 1.875rem;
  margin: 0;
}

.navbar__ad-form input[type=submit] {
  color: #ffffff;
  background-color: #6ebd45;
  padding: 0 .063rem;
  border: none;
  height: 1.875rem;
  width: 2rem;
  border-radius: 0 .375rem .375rem 0;
  margin-left: -.063rem;
  margin-bottom: 0;
}

.navbar__toggle-input {
  display: none;
}

@media only screen and (max-width: 74.9375em) {
  .navbar__toggle-input:checked ~ .navbar__toggle-label > .navbar__hamburguer {
    background: transparent;
  }
  .navbar__toggle-input:checked ~ .navbar__toggle-label > .navbar__hamburguer:before {
    top: 0;
    transform: rotate(-45deg);
  }
  .navbar__toggle-input:checked ~ .navbar__toggle-label > .navbar__hamburguer:after {
    top: 0;
    transform: rotate(45deg);
  }
  .navbar__toggle-input:checked ~ .navbar__primary {
    display: block;
  }
}

.navbar__toggle-label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  color: #ffffff;
  border: 0;
  display: flex;
  align-items: center;
  font-size: .875em;
  margin-left: .625rem;
  cursor: pointer;
  height: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 960px) {
  .navbar__toggle-label {
    display: none;
  }
}

.navbar__hamburguer {
  background: #ffffff;
  display: block;
  height: .125rem;
  position: relative;
  transition: background .2s ease-out;
  width: 1.125rem;
  margin-left: .688rem;
}

.navbar__hamburguer:before, .navbar__hamburguer:after {
  background: #ffffff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.navbar__hamburguer:before {
  top: .313rem;
}

.navbar__hamburguer:after {
  top: -.313rem;
}

.navbar .menu-item {
  background-color: transparent;
  align-items: center;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item {
    cursor: pointer;
    display: flex;
    padding: 0 .688rem;
  }
}

.navbar .menu-item a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .875em;
  color: #ffffff;
  text-decoration: none;
  padding: 16px;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item a {
    padding: 0;
  }
}

.navbar .menu-item.dropdown-menu {
  position: relative;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item.dropdown-menu {
    flex-direction: row;
    width: auto;
    padding: 16px;
  }
  .navbar .menu-item.dropdown-menu:hover .sub-menu {
    display: block !important;
  }
}

.navbar .menu-item.dropdown-menu > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .menu-item.dropdown-menu > a .fas {
  display: flex;
  align-items: center;
  margin-right: 0;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item.dropdown-menu > a .fas {
    display: none;
  }
}

.navbar .menu-item.schedule-a-demo {
  display: none;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item.schedule-a-demo {
    display: flex;
    border: 0.063rem solid #ffffff;
    border-radius: .25rem;
    padding: .313rem 1rem;
    margin-left: .688rem;
  }
}

.navbar .menu-item.login-link {
  display: none;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item.login-link {
    display: flex;
  }
}

.navbar .menu-item.button-orange {
  background-color: #297768;
  padding: .375rem .5rem;
  border: 0;
  border-radius: .25rem;
  margin-left: .688rem;
}

.navbar .menu-item.button-orange:hover, .navbar .menu-item.button-orange:active, .navbar .menu-item.button-orange:focus {
  background-color: #1c5147;
}

.navbar .menu-item.button-orange a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.3rem;
  padding: 0;
}

.navbar .menu-item .sub-menu {
  display: none;
  width: 100%;
  padding: 0;
}

.navbar .menu-item .sub-menu .fas {
  display: none;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item .sub-menu {
    display: none !important;
    list-style-type: none;
    width: 11.25rem;
    text-align: left;
    border-radius: .5rem;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    background-color: #ffffff;
    text-align: left;
    text-align: center;
    box-shadow: 0 0.938rem 2.813rem #45505b0d;
  }
  .navbar .menu-item .sub-menu:before {
    content: '';
    width: 0;
    height: .813rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 0.625rem solid #ffffff;
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
  }
}

.navbar .menu-item .sub-menu li {
  padding: .688rem;
  position: relative;
  cursor: pointer;
  border-radius: .5rem;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item .sub-menu li {
    text-align: center;
  }
  .navbar .menu-item .sub-menu li:hover {
    background-color: #eeeeee;
  }
}

.navbar .menu-item .sub-menu a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item .sub-menu a {
    color: #45505b;
  }
}

.navbar .menu-item .sub-menu a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 960px) {
  .navbar .menu-item .sub-menu a:hover {
    color: #212c36;
  }
}

.secondary-nav-mobile {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid #1C272C;
}

@media only screen and (min-width: 480px) {
  .secondary-nav-mobile {
    border-top: transparent;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .secondary-nav-mobile {
    display: none;
  }
}

.main-nav .secondary-nav-mobile {
  padding: 0;
}

.secondary-nav-mobile__actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 14px;
}

.secondary-nav-mobile__lang-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  cursor: pointer;
}

.secondary-nav-mobile__lang-toggle.open > span {
  transform: rotate(225deg);
  margin-top: 5px;
}

.secondary-nav-mobile__lang-toggle img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #9AA7B1;
}

.secondary-nav-mobile__lang-toggle span {
  border: solid;
  border-color: inherit;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-left: 5px;
  padding: 3px;
  transform: rotate(45deg);
}

.secondary-nav-mobile__ad-toggle {
  width: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.secondary-nav-mobile__lang-list {
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
}

.secondary-nav-mobile__lang-list li {
  margin: 0;
  padding: 0;
}

.secondary-nav-mobile__lang-list a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 14px;
  color: white;
  text-decoration: none;
}

.secondary-nav-mobile__lang-list a.active {
  background-color: #1C272C;
}

.navbar .menu-item .secondary-nav-mobile__lang-list a {
  padding: 11px;
  margin: 0 -11px;
}

.secondary-nav-mobile__lang-list img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #9AA7B1;
}

.secondary-nav-mobile .heard-our-ad {
  display: none;
  padding: 11px;
  width: 100%;
  box-sizing: border-box;
}

.secondary-nav-mobile .heard-our-ad form {
  gap: 8px;
  display: flex;
  width: 100%;
}

.secondary-nav-mobile .heard-our-ad input[type=text] {
  background-color: transparent;
  border-color: white;
  color: white;
  font-size: 14px;
  padding: 8px;
  height: 36px;
  border-radius: 5px;
  width: calc(100% - 56px);
  box-sizing: border-box;
}

.secondary-nav-mobile .heard-our-ad input[type=text]::placeholder {
  color: white;
}

.secondary-nav-mobile .heard-our-ad input[type=submit] {
  margin-left: 0;
  width: 48px;
  height: 36px;
  background-color: #297768;
  font-size: 18px;
  border-radius: 6px;
  margin-bottom: 0;
}

.dropdown-lang {
  display: none;
}

@media only screen and (min-width: 768px) {
  .dropdown-lang {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 100%;
    cursor: pointer;
  }
  .dropdown-lang:hover:before {
    content: '';
    width: 0;
    height: .813rem;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .dropdown-lang:hover .dropdown-lang__current:after {
    transform: rotate(225deg);
    margin-top: 5px;
  }
  .dropdown-lang:hover .dropdown-lang__content {
    display: block;
  }
  .dropdown-lang__current {
    font-size: 14px;
    border: none;
    background-color: transparent;
    color: white;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .dropdown-lang__current:after {
    content: '';
    border: solid;
    border-color: inherit;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-left: 5px;
    padding: 3px;
    transform: rotate(45deg);
  }
  .dropdown-lang__current img {
    border-radius: 50%;
    border: solid 1px grey;
    object-fit: cover;
    margin-right: 7px;
    height: 30px;
    width: 30px;
  }
  .dropdown-lang__content {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 95%;
    right: 0;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    border-radius: 10px;
    overflow: hidden;
  }
  .dropdown-lang__content a {
    padding: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #4c4c4c;
  }
  .dropdown-lang__content a:hover {
    background-color: #f7f7f7;
  }
  .dropdown-lang__content a.active {
    background-color: #f7f7f7;
    color: rgba(76, 76, 76, 0.5);
  }
  body#shipstation .dropdown-lang__content a {
    color: #4c4c4c;
  }
  .dropdown-lang__content img {
    border-radius: 50%;
    border: solid 1px grey;
    object-fit: cover;
    height: 20px;
    width: 20px;
  }
}

.site-footer {
  background-color: #000000;
  color: #ffffff;
}

.site-footer__container {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  padding: 40px;
  margin: 0 auto;
}

.site-footer__container a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer__container a:hover, .site-footer__container a:active, .site-footer__container a:focus {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .site-footer__container {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 960px) {
  .site-footer__container {
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width: 1440px) {
  .site-footer__container {
    padding: 48px 0;
  }
}

.site-footer__credits {
  flex-basis: 100%;
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .site-footer__credits {
    margin-bottom: 0;
  }
}

.site-footer__credits a {
  text-decoration: underline;
}

.site-footer__credits a:hover, .site-footer__credits a:active, .site-footer__credits a:focus {
  text-decoration: none;
}

.site-footer__credits p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
}

@media only screen and (min-width: 768px) {
  .site-footer__credits {
    flex-basis: auto;
    text-align: left;
  }
}

.site-footer__credits--logo {
  max-width: 160px;
}

.site-footer__menu {
  flex-basis: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.site-footer__menu ul {
  margin: 0;
  padding-left: 0;
}

.site-footer__menu ul li {
  list-style-type: none;
  font-size: 15px;
  line-height: 24px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .site-footer__menu {
    flex-basis: auto;
    margin-bottom: 0;
    columns: 120px 3;
    text-align: left;
  }
}

.site-footer__social {
  flex-basis: 100%;
}

.site-footer__social ul {
  padding-left: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.site-footer__social ul li {
  list-style-type: none;
  padding: 0 8px;
}

.site-footer__social ul li img {
  width: 24px;
  height: 24px;
}

@media only screen and (min-width: 768px) {
  .site-footer__social ul {
    justify-content: flex-start;
  }
  .site-footer__social ul li {
    padding: 0 16px 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .site-footer__social {
    flex-basis: auto;
  }
  .site-footer__social ul {
    justify-content: flex-end;
    margin-top: 0;
  }
}

.site-footer__social .widget {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .site-footer__social .widget {
    text-align: left;
  }
}

@media only screen and (min-width: 960px) {
  .site-footer__social .widget {
    text-align: right;
  }
}

@keyframes t1anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  33% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes t2anim {
  34% {
    opacity: 0;
    transform: translateY(20px);
  }
  59% {
    opacity: 1;
    transform: translateY(0);
  }
  66% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes t3anim {
  67% {
    opacity: 0;
    transform: translateY(20px);
  }
  92% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes l1anim {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  33% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes l2anim {
  34% {
    opacity: 0;
    transform: translateY(40px);
  }
  51% {
    opacity: 1;
    transform: translateY(0);
  }
  66% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes l3anim {
  67% {
    opacity: 0;
    transform: translateY(40px);
  }
  82% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeup--1,
.fadeup--2,
.fadeup--3 {
  opacity: 0;
  transform: translateY(25px);
}

.active .fadeup--1 {
  animation: fade-in-up 1s forwards;
}

.active .fadeup--2 {
  animation: fade-in-up 1s forwards;
  animation-delay: .25s;
}

.active .fadeup--3 {
  animation: fade-in-up 1s forwards;
  animation-delay: .5s;
}

.background__seafoam .eyebrow {
  color: #2e3657;
}

.background__seafoam--top {
  position: relative;
  padding: 32px 0 0 24px;
  margin-left: -24px;
}

@media only screen and (min-width: 960px) {
  .background__seafoam--top {
    margin: auto;
    padding: 32px 0 0 0;
  }
}

.background__seafoam--top:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: #7Ad3Ab;
  width: 100vw;
  height: 500px;
  z-index: -1;
}

@media only screen and (min-width: 960px) {
  .background__seafoam--top:before {
    width: 100%;
    height: 420px;
    border-radius: 32px;
  }
}

.background__seafoam--top img {
  max-width: 100%;
}

.background__seafoam--left {
  position: relative;
  padding: 56px 0 0 24px;
  margin-left: -24px;
  color: #2e3657;
}

@media only screen and (min-width: 768px) {
  .background__seafoam--left {
    padding: 56px 0;
    margin-left: 0;
  }
}

.background__seafoam--left .eyebrow,
.background__seafoam--left h2 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .background__seafoam--left .eyebrow,
  .background__seafoam--left h2 {
    text-align: left;
  }
}

.background__seafoam--left img {
  border-radius: 32px;
  height: 100%;
  width: auto;
}

.background__seafoam--left .wp-block-image {
  margin-bottom: 0;
}

.background__seafoam--left:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: #7Ad3Ab;
  height: 80%;
  width: 100vw;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .background__seafoam--left:before {
    width: 80%;
    height: 100%;
    border-radius: 32px;
  }
}

.block__hero {
  position: relative;
  overflow: hidden;
}

.block__hero--dark {
  background-color: #2e3657;
}

.block__hero--light {
  background-color: #EEF1F4;
}

.block__hero--grey {
  background-color: #EEF1F4;
}

.block__hero--white {
  background-color: #ffffff;
}

.block__hero--charcoal {
  background-color: #1C272C;
}

.block__hero--black {
  background-color: #000000;
}

.block__hero--navy {
  background-color: #2e3657;
}

.block__hero--light a, .block__hero--white a, .block__hero--grey a {
  color: #1C272C;
  text-decoration: underline;
}

.block__hero--light a:hover, .block__hero--light a:active, .block__hero--light a:focus, .block__hero--white a:hover, .block__hero--white a:active, .block__hero--white a:focus, .block__hero--grey a:hover, .block__hero--grey a:active, .block__hero--grey a:focus {
  color: #1C272C;
  text-decoration: none;
}

.block__hero--dark, .block__hero--charcoal, .block__hero--black, .block__hero--navy {
  color: #ffffff;
}

.block__hero--dark h1,
.block__hero--dark h2,
.block__hero--dark h3,
.block__hero--dark h4,
.block__hero--dark h5,
.block__hero--dark h6, .block__hero--charcoal h1,
.block__hero--charcoal h2,
.block__hero--charcoal h3,
.block__hero--charcoal h4,
.block__hero--charcoal h5,
.block__hero--charcoal h6, .block__hero--black h1,
.block__hero--black h2,
.block__hero--black h3,
.block__hero--black h4,
.block__hero--black h5,
.block__hero--black h6, .block__hero--navy h1,
.block__hero--navy h2,
.block__hero--navy h3,
.block__hero--navy h4,
.block__hero--navy h5,
.block__hero--navy h6 {
  color: #ffffff;
}

.block__hero--dark a, .block__hero--charcoal a, .block__hero--black a, .block__hero--navy a {
  color: #ffffff;
  text-decoration: underline;
}

.block__hero--dark a:hover, .block__hero--dark a:active, .block__hero--dark a:focus, .block__hero--charcoal a:hover, .block__hero--charcoal a:active, .block__hero--charcoal a:focus, .block__hero--black a:hover, .block__hero--black a:active, .block__hero--black a:focus, .block__hero--navy a:hover, .block__hero--navy a:active, .block__hero--navy a:focus {
  color: #ffffff;
  text-decoration: none;
}

.block__hero--dark a.button, .block__hero--charcoal a.button, .block__hero--black a.button, .block__hero--navy a.button {
  text-decoration: none;
}

.block__hero--dark .breadcrumb, .block__hero--charcoal .breadcrumb, .block__hero--black .breadcrumb, .block__hero--navy .breadcrumb {
  color: #ffffff;
}

.block__hero--wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.block__hero--columns {
  padding-top: 32px;
}

@media only screen and (min-width: 960px) {
  .block__hero--columns {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .block__hero--columns {
    column-gap: 40px;
    align-items: center;
  }
}

.block__hero--center {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .block__hero--center {
    padding: 80px 0;
  }
}

.block__hero--gradient:before {
  position: absolute;
  content: "";
  height: 260px;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(244, 246, 248, 0) 0%, #D4D6D9 100%);
  opacity: 0.75;
}

.block__hero--content {
  flex-basis: 100%;
  padding: 24px;
}

@media only screen and (min-width: 960px) {
  .block__hero--content {
    flex-basis: auto;
    padding: 0 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .block__hero--content {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .block__hero--content {
    padding: 0 48px;
  }
}

.block__hero--cta .text {
  display: block;
  color: #6ebd45;
  text-decoration: none;
  padding-top: 24px;
}

.block__hero--cta .text:hover, .block__hero--cta .text:active, .block__hero--cta .text:focus {
  text-decoration: underline;
}

.block__hero--form {
  flex-basis: 100%;
  padding: 24px;
}

@media only screen and (min-width: 960px) {
  .block__hero--form {
    flex: 0 0 45%;
  }
}

@media only screen and (min-width: 1200px) {
  .block__hero--form {
    flex: 0 0 40%;
  }
}

.block__hero--form .form--container {
  background-color: #ffffff;
  color: #1C272C;
  padding: 12px 24px;
  border-radius: 12px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
}

.block__hero--animation .kb-lottie-container {
  height: 100%;
}

.block__hero .hero--bg {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
}

.block__hero .hero--bg img {
  flex: 1;
  width: 100%;
  height: 100%;
}

.block__hero .container--h1 {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .block__hero .container--h1 .bg--h1 {
    position: absolute;
    bottom: 0;
    right: 32px;
    z-index: 999;
    width: 200px;
    margin-bottom: 0;
  }
}

.block__hero h1 span {
  color: #6ebd45;
  display: block;
}

.block__hero h1 .top {
  font-size: 40px;
  line-height: 46px;
}

@media only screen and (min-width: 768px) {
  .block__hero h1 .top {
    font-size: 52px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 960px) {
  .block__hero h1 .top {
    font-size: 64px;
    line-height: 87px;
  }
}

.block__hero p,
.block__hero .text {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .block__hero p,
  .block__hero .text {
    font-size: 24px;
    line-height: 36px;
  }
}

.block__hero ul {
  padding-left: 24px;
}

.block__hero ul li {
  font-size: 20px;
  line-height: 30px;
}

.cta-bottom {
  background: #2e3657;
}

.cta-bottom--black {
  background: #000000;
}

.cta-bottom__container {
  color: #ffffff;
  padding: 40px 24px;
  max-width: 894px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .cta-bottom__container {
    padding: 80px;
  }
}

.cta-bottom h2 {
  color: #ffffff;
}

.cta-bottom form {
  max-width: 660px;
  margin: 0 auto;
}

.cta-bottom__actions {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .cta-bottom__actions {
    flex-flow: row nowrap;
    justify-content: center;
    gap: 16px;
  }
}

@media only screen and (min-width: 960px) {
  .cta-bottom__actions {
    flex-flow: row nowrap;
    justify-content: center;
    gap: 24px;
  }
}

.cta-bottom__actions button.button,
.cta-bottom__actions a.button {
  margin-top: 24px;
}

.cta-bottom__bottom-info {
  display: block;
}

.cta-bottom__bottom-info picture {
  display: block;
  margin-bottom: 24px;
}

.cta-bottom__bottom-info picture img {
  width: 100%;
  margin: 0 auto;
}

.lp-blocks {
  min-height: calc(100vh - 320px);
}

.lp-blocks .hero--image {
  max-width: 100%;
  max-height: 120px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .lp-blocks .hero--image {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .lp-blocks .hero--image {
    margin-bottom: 64px;
  }
}

.lp-blocks .hero--logo {
  max-height: 30px;
  width: auto;
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .lp-blocks .hero--logo {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1440px) {
  .lp-blocks .hero--logo {
    margin-bottom: 48px;
  }
}

.lp-blocks .hero--testimonial .kt-row-column-wrap {
  padding: 0;
}

.lp-blocks .hero--quote {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.lp-blocks .hero--cite {
  font-size: 16px;
  line-height: 1.3;
}

.lp-blocks .hero--cc {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .lp-blocks .hero--cc {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .lp-blocks .hero--cc {
    margin-bottom: 48px;
  }
}

.lp-blocks .hero--dm-form {
  display: flex;
  justify-content: center;
  margin: 24px 0;
  flex: 1;
}

.lp-blocks .hero--dm-form input[type=text] {
  width: 50%;
  min-width: 200px;
  height: 56px;
  padding: 14px 8px;
  box-sizing: border-box;
}

.lp-blocks .hero--dm-form input[type=submit] {
  padding: 14px;
  box-sizing: border-box;
}

.lp-blocks .hero--promo {
  display: flex;
  justify-content: center;
}

.lp-blocks .hero--promo img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .lp-blocks .hero--promo img {
    max-height: 320px;
    width: auto;
  }
}

@media only screen and (min-width: 960px) {
  .lp-blocks .hero--promo {
    display: block;
  }
}

.lp-blocks ul {
  padding-left: 24px;
  margin-bottom: 0;
}

.lp-blocks ul li {
  line-height: 24px;
  margin-bottom: 24px;
}

.lp-blocks ul li:last-of-type {
  margin-bottom: 0;
}

.partners__hero {
  background-color: #2e3657;
  padding: 48px 16px;
}

@media only screen and (min-width: 768px) {
  .partners__hero {
    padding: 64px 40px;
  }
}

.partners__hero--wrapper {
  max-width: 890px;
  margin: 0 auto;
}

.partners__hero--wrapper h1 {
  color: #ffffff;
  text-align: center;
}

.partners__hero--wrapper h2 {
  color: #ffffff;
  text-align: center;
}

.partners__hero--wrapper p {
  color: #ffffff;
  text-align: center;
}

.partners__hero--wrapper p a {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .partners__hero--row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 40px;
  }
  .partners__hero--row .partner--title {
    flex: 1;
    text-align: left;
  }
  .partners__hero--row .partner--cta {
    flex: 0 0 25%;
  }
  .partners__hero--row .partner--cta .button {
    margin-top: 0;
  }
}

.partners__hero--form {
  width: 100%;
  position: relative;
}

.partners__hero--submit {
  position: absolute;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.partners__hero--submit:hover {
  background-color: transparent;
  border: 0;
}

.partners__hero--submit span {
  display: none;
}

.partners__hero--input {
  width: 100%;
  padding: 12px;
  height: 48px;
  box-sizing: border-box;
}

.partners__grid {
  position: relative;
  margin-bottom: 80px;
}

.partners__grid h2 {
  padding: 0 24px;
}

@media only screen and (min-width: 768px) {
  .partners__grid h2 {
    padding: 0;
  }
}

.partners__grid:before {
  content: "";
  background-color: #2e3657;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .partners__grid:before {
    height: 250px;
  }
}

.partners__grid--wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 40px;
}

@media only screen and (min-width: 768px) {
  .partners__grid--wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}

.partners__grid--filters {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .partners__grid--filters {
    width: 310px;
  }
}

.partners__grid--filters-title {
  color: #ffffff;
}

.partners__grid--filters-wrapper {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 24px 16px;
  box-sizing: border-box;
}

.partners__grid--filters-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners__grid--filters-wrapper li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  min-height: 18px;
  cursor: pointer;
}

.partners__grid--filters-wrapper li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #2e3657;
  display: block;
  transition: all 0.15s ease;
  box-shadow: 0 0 0 1px transparent;
  border-radius: 2px;
}

.partners__grid--filters-wrapper li:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.partners__grid--filters-wrapper li[aria-checked="true"]:before {
  background-color: #2e3657;
}

.partners__grid--items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .partners__grid--items {
    width: calc(100% - 350px);
  }
}

.partners__grid--items-title {
  color: #000000;
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .partners__grid--items-title {
    color: #ffffff;
  }
}

.partners__grid--no-results {
  color: #000000;
  display: none;
}

@media only screen and (min-width: 768px) {
  .partners__grid--no-results {
    color: #ffffff;
  }
}

.partners__grid--items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}

.partners__item {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .partners__item {
    width: calc((100% - 40px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  .partners__item {
    width: calc((100% - 80px) / 3);
  }
}

.partners__item--hidden, .partners__item.unavailable {
  display: none;
}

.partners__item--link {
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #2f3657;
  text-decoration: none;
  height: 100%;
  border-radius: 4px;
}

.partners__item--link:hover {
  outline: #297768 solid 2px;
}

.partners__item--image {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners__item--image img {
  max-width: 200px;
  height: auto;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
}

.partners__item--title {
  color: #000000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.partners__item--desc {
  font-size: 16px;
  line-height: 24px;
  color: #4E5A65;
}

.partners__logo {
  padding: 24px;
  border-radius: 4px;
  align-self: center;
  width: auto;
  height: 100%;
  max-height: 100px;
  margin-bottom: 32px;
  max-width: 250px;
  box-sizing: border-box;
}

.partners__logo-title {
  background: #ffffff;
  padding: 24px;
  border-radius: 4px;
  align-self: center;
  width: auto;
  height: 100%;
  max-height: 100px;
  margin-bottom: 32px;
  max-width: 250px;
  box-sizing: border-box;
}

.partners__section {
  margin-bottom: 32px;
  flex: 1;
}

.partners__section ul {
  padding-left: 16px;
}

.partners__section ul li {
  margin: 0 0 24px 0;
}

.partners__section .column-list {
  list-style: disc;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0 0 0 24px;
}

.partners__section img,
.partners__section iframe {
  max-width: 100%;
}

.partners__section .loc-map,
.partners__section .ware-map {
  width: 100%;
  height: 400px;
  border: #EEF1F4 solid 1px;
  margin: 24px 0;
}

.partners__section .loc-map img {
  max-width: inherit !important;
}

.partners__section .partners-detail-list {
  margin-bottom: 24px;
}

.partners__gallery--item {
  display: block;
}

.partners__gallery .slick-next,
.partners__gallery .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  width: 80px;
  height: 80px;
  background-color: #313754;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.partners__gallery .slick-next:before,
.partners__gallery .slick-prev:before {
  width: auto;
  height: auto;
  display: block;
  line-height: 0;
}

.partners__gallery .slick-next {
  right: 0;
}

.partners__gallery .slick-next:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/arrow_next.svg);
}

.partners__gallery .slick-prev {
  left: 0;
}

.partners__gallery .slick-prev:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/arrow_prev.svg);
}

.partners__gallery .slick-dots {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.partners__gallery .slick-dots li {
  margin: 0;
}

.partners__gallery .slick-dots .slick-active button {
  background-color: #ffffff;
  opacity: 1;
}

.partners__gallery .slick-dots button {
  display: block;
  margin: 0;
  font-size: 0;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #297768;
  border: 4px solid #297768;
  content: "";
  border-radius: 50%;
  opacity: 0.25;
}

.partners__gallery .slick-dots button:hover {
  opacity: 1;
}

.partners__testimonial {
  margin-bottom: 40px;
  padding: 80px 0 0 0;
}

.partners__testimonial::before {
  content: "";
  display: block;
  background-image: url("wp-content/themes/shipstation/img/partners-testimonial.png");
  width: 33px;
  height: 24px;
  background-size: contain;
}

.partners__features {
  padding: 0 0 0 20px;
  list-style: disc;
}

.partners__features li {
  padding: 0 0 20px 8px;
}

.partners__features li strong {
  font-size: 18px;
  color: #2f3658;
  line-height: 40px;
}

.partners__footer {
  background-color: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.partners__footer--wrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .partners__footer--wrapper {
    display: flex;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .partners__footer .partners__logo {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

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

.partners .block__grid {
  padding: 0;
}

.partners .block__container {
  padding: 48px 0;
}

.partners .block__container--text {
  margin-bottom: 0;
}

.partners .block__accordion {
  padding: 48px 24px;
}

.partners aside h5 {
  margin-bottom: 24px;
}

.partners aside ul {
  padding-left: 16px;
  margin-bottom: 40px;
}

.partners aside ul li {
  margin: 0 0 16px 0;
}

.partners .kt-inside-inner-col {
  background: transparent;
  border: 0;
}

/* Contact Us modal */
#partner-contact-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.partner-modal-content {
  position: relative;
  background-color: #fefefe;
  top: 100px;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 3px;
  max-width: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.5s;
}

.partner-modal-header {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0 20px 10px 20px;
}

.partner-modal-header h2 {
  color: #2f3657;
  font-size: 18px;
  font-weight: bold !important;
  margin: 0;
  line-height: 2;
}

#partner-contact-form {
  padding: 10px 20px !important;
}

#partner-contact-form label {
  font-size: 14px;
  font-weight: bold;
  color: #2f3657;
}

#partner-contact-form input {
  margin-bottom: 15px;
}

.partner-submit {
  border: none;
  display: block !important;
  width: 100% !important;
}

.partner-submit:hover {
  background-color: #1b554a !important;
}

.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: #2f3657;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 100px;
    opacity: 1;
  }
}

.partners-hero-featured {
  padding-bottom: 2rem;
}

@media only screen and (min-width: 960px) {
  .partners-hero-featured {
    background: linear-gradient(to bottom, #2e3657 50%, transparent 50%, transparent 100%);
  }
}

.partners-hero-featured__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .partners-hero-featured__wrapper {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

.partners-hero-featured__video {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .partners-hero-featured__video {
    width: 65%;
    flex-basis: 65%;
  }
}

.partners-hero-featured__poster {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media only screen and (min-width: 960px) {
  .partners-hero-featured__poster {
    border-radius: 1.5rem;
  }
}

.partners-hero-featured__play {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partners-hero-featured__play .wistia_click_to_play img {
  display: block;
}

.partners-hero-featured__play img {
  display: none;
  width: 3.5rem;
  height: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .partners-hero-featured__play img {
    width: 6.75rem;
    height: 6.75rem;
  }
}

.partners-hero-featured__info {
  display: flex;
  padding: 2rem 1.5rem 0 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  transform: translateY(-2rem);
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 1rem;
}

@media only screen and (min-width: 960px) {
  .partners-hero-featured__info {
    text-align: left;
    width: 43%;
    flex-basis: 43%;
    margin-left: -8%;
    transform: none;
    padding: 2.5rem;
    z-index: 5;
  }
}

.partners-hero-featured__title {
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .partners-hero-featured__title {
    text-align: left;
  }
}

.partners-hero-featured__desc {
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .partners-hero-featured__desc {
    text-align: left;
  }
}

.block__banner {
  background-color: #EEF1F4;
}

.block__banner p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  color: #313754;
  font-weight: 500;
}

@media only screen and (min-width: 960px) {
  .block__banner p {
    font-size: 24px;
  }
}

.block__shadow {
  position: relative;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
}

.block__shadow p {
  margin: 0;
}

.block__linktree {
  padding: 32px 0;
}

@media only screen and (min-width: 768px) {
  .block__linktree {
    padding: 48px 0;
  }
}

@media only screen and (min-width: 960px) {
  .block__linktree {
    padding: 80px 0;
  }
}

.block__linktree--wrapper {
  display: flex;
  flex-flow: column nowrap;
}

@media only screen and (min-width: 960px) {
  .block__linktree--wrapper {
    flex-flow: row nowrap;
    column-gap: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .block__linktree--content {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 24px;
  }
}

@media only screen and (min-width: 960px) {
  .block__linktree--content {
    max-width: 436px;
    flex-flow: column nowrap;
  }
}

.block__linktree--logo {
  flex: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #EEF1F4;
  border-radius: 24px;
  width: 100%;
  min-height: 200px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .block__linktree--logo {
    min-width: 336px;
  }
}

@media only screen and (min-width: 960px) {
  .block__linktree--logo {
    min-width: 436px;
    margin-bottom: 32px;
  }
}

.block__linktree h1 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .block__linktree h1 {
    text-align: left;
  }
}

.block__stat .stat--content {
  display: flex;
  flex-flow: row-nowrap;
  justify-content: center;
}

.block__stat .stat--icon {
  width: auto;
  height: 90px;
}

.block__stat .stat--number {
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
}

@media only screen and (min-width: 1200px) {
  .block__stat .stat--number {
    font-size: 120px;
    line-height: 120px;
  }
}

.block__stat .stat--number sup {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

@media only screen and (min-width: 1200px) {
  .block__stat .stat--number sup {
    font-size: 72px;
    line-height: 72px;
    font-weight: 800;
  }
}

.block__stat .stat--number-sm {
  font-size: 64px;
  line-height: .88em;
  font-weight: 800;
}

.block__stat .stat--number-sm sup {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

.block__tile {
  position: relative;
}

.block__overlay {
  display: none;
}

@media only screen and (min-width: 768px) {
  .block__overlay {
    display: block;
    position: absolute;
    left: 24px;
    bottom: -24px;
    z-index: 9999;
  }
}

.block__overlay--mobile {
  position: absolute;
  right: 50%;
  bottom: -24px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .block__overlay--mobile {
    right: 24px;
  }
}

.block__tooltip {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .block__tooltip {
    margin-bottom: 40px;
  }
}

.block__tooltip:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 100%;
  bottom: 1px;
  background-color: #0D1B35;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .block__tooltip:before {
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 2px;
  }
}

.block__tooltip--content {
  background-color: #ffffff;
  margin: 0;
  padding: 16px;
  border: 2px solid #0D1B35;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.block__tooltip--left {
  padding: 40px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .block__tooltip--left {
    padding: 0 40px 0 0;
  }
}

.block__tooltip--right {
  padding: 40px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .block__tooltip--right {
    padding: 0 0 0 40px;
  }
}

.block__tooltip--sm {
  margin: 0 24px;
}

.block__tooltip--md {
  margin: 0 32px;
}

.block__tooltip--lg {
  margin: 0 40px;
}

.block__browser {
  border: 2px solid #0D1B35;
  border-radius: 12px;
  background-color: #EEF1F4;
  max-width: 906px;
  height: 599px;
  overflow: hidden;
  margin: auto;
}

.block__browser--container {
  padding: 24px 20px;
}

.block__browser--dots {
  background-color: #ffffff;
  padding: 8px 20px;
}

.block__browser--navbar {
  background-color: #000000;
  padding: 12px 0 8px 20px;
}

.block__browser--navbar img {
  width: 115px;
  height: auto;
}

.block__browser--header {
  position: relative;
  height: 32px;
}

.block__browser--header h3 {
  margin: 0;
}

.block__browser--header .title--animated {
  opacity: 0;
  position: absolute;
}

.block__browser--search {
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  margin-bottom: 16px;
  padding: 4px 16px 8px;
}

.block__browser--breadcrumb {
  margin-bottom: 16px;
  padding-left: 8px;
}

.block__browser--logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.block__browser--logo {
  position: relative;
  background: #ffffff;
  width: 164px;
  height: 118px;
  border: 1px solid #D1D1D1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block__browser--logo:after {
  position: absolute;
  content: '';
  background-color: #D1D1D1;
  width: 32px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.block__browser--logo .screen--1 {
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
}

.block__browser--logo .screen--2 {
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
}

.block__browser--logo .screen--3 {
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .block__browser--logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
  }
  .block__browser--logo {
    width: 200px;
    height: 144px;
  }
}

.block__browser.active .title--1 {
  -webkit-animation: t1anim 9s forwards;
  animation: t1anim 9s forwards;
  animation-iteration-count: infinite;
}

.block__browser.active .title--2 {
  -webkit-animation: t2anim 9s forwards;
  animation: t2anim 9s forwards;
  animation-iteration-count: infinite;
}

.block__browser.active .title--3 {
  -webkit-animation: t3anim 9s forwards;
  animation: t3anim 9s forwards;
  animation-iteration-count: infinite;
}

.block__browser.active .screen--1 {
  -webkit-animation: t1anim 9s forwards;
  animation: t1anim 9s forwards;
  animation-iteration-count: infinite;
}

.block__browser.active .screen--2 {
  -webkit-animation: t2anim 9s forwards;
  animation: t2anim 9s forwards;
  animation-iteration-count: infinite;
}

.block__browser.active .screen--3 {
  -webkit-animation: t3anim 9s forwards;
  animation: t3anim 9s forwards;
  animation-iteration-count: infinite;
}

.block__awards {
  position: relative;
  padding: 0 1rem;
  margin-top: 6.25rem;
}

.block__awards__container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .block__awards__container {
    flex-direction: column;
  }
}

.block__awards__info {
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: baseline;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .block__awards__info {
    width: 90%;
    align-items: center;
  }
}

.block__awards__info h2 {
  margin: 16px 0;
}

.block__awards__info p {
  margin: 0 0 16px 0;
  padding: 0;
}

@media (max-width: 990px) {
  .block__awards__info p {
    text-align: center;
  }
}

.block__awards__images {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .block__awards__images {
    flex-wrap: wrap;
    width: 68%;
    align-items: center;
    justify-content: center;
  }
}

.block__awards__images img {
  width: 136px;
  height: auto;
}

.block__hero-homepage {
  color: white;
  position: relative;
  min-height: 620px;
  display: flex;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .block__hero-homepage {
    background-color: black;
    padding: 0;
  }
}

.block__hero-homepage--skew {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: black;
  z-index: 0;
  transform: skewY(-8deg);
  transform-origin: top left;
}

.block__hero-homepage__wrapper {
  position: relative;
  display: flex;
  flex: 1;
  padding: 1rem;
  padding-bottom: 0;
  align-items: center;
  flex-direction: column;
  max-width: 1140px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .block__hero-homepage__wrapper {
    padding: 1rem 0rem;
    flex-direction: row;
    align-items: center;
  }
}

.block__hero-homepage__hero-bg {
  display: none;
}

@media (min-width: 768px) {
  .block__hero-homepage__hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
  }
}

.block__hero-homepage__content {
  z-index: 2;
  flex-basis: 100%;
  display: flex;
  flex-flow: column nowrap;
  order: 1;
}

.block__hero-homepage__content h1,
.block__hero-homepage__content h2 {
  color: #ffffff;
}

.block__hero-homepage__content p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 27px;
}

@media (min-width: 767px) {
  .block__hero-homepage__content p {
    margin-bottom: 56px;
  }
}

@media (min-width: 767px) {
  .block__hero-homepage__content {
    flex-basis: 45%;
    padding: 20px;
    order: 0;
  }
}

@media (min-width: 990px) {
  .block__hero-homepage__content {
    min-width: 462px;
  }
}

.block__hero-homepage__media {
  display: flex;
  z-index: 2;
  order: 0;
}

@media (min-width: 768px) {
  .block__hero-homepage__media {
    order: 1;
    height: auto;
    flex: 1;
  }
}

.block__hero-homepage__media-container {
  min-height: 250px;
}

@media (min-width: 768px) {
  .block__hero-homepage__media-container {
    min-height: 100%;
  }
}

.block__hero-homepage__media-container video {
  width: 100% !important;
  height: auto !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.block__hero-homepage__animation, .block__hero-homepage__image {
  width: 100%;
  height: auto;
  max-height: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .block__hero-homepage__animation, .block__hero-homepage__image {
    width: 100%;
    height: auto;
  }
}

.block__hero-homepage__cta-container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .block__hero-homepage__cta-container {
    padding: 1rem 0;
  }
}

.block__hero-homepage__cta-container a {
  margin-right: 1rem;
  margin-top: 1.5rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .block__hero-homepage__cta-container a {
    text-align: center;
    margin-top: 2rem;
    margin-right: 1rem;
  }
}

.block__gallery {
  display: flex;
  gap: 24px;
}

.block__gallery.gallery--testimonial {
  flex-flow: row nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  margin-right: -24px;
}

@media only screen and (min-width: 960px) {
  .block__gallery.gallery--testimonial {
    margin-right: 0;
    padding: 0 24px;
  }
}

.block__gallery.gallery--casestudy {
  flex-flow: column nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .block__gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    overflow-x: hidden;
    margin-right: 0;
  }
}

.block__gallery--item {
  position: relative;
  border-radius: 32px;
  min-width: 85%;
  scroll-snap-align: start;
}

.block__gallery--item .item--bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 32px;
}

.block__gallery--item:last-of-type {
  margin-right: 24px;
}

@media only screen and (min-width: 960px) {
  .block__gallery--item:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 960px) {
  .block__gallery--item:nth-of-type(1) {
    grid-column: 1 / span 8;
    grid-row: 1 / 1;
    width: auto;
  }
  .block__gallery--item:nth-of-type(2) {
    grid-column: 9 / span 4;
    grid-row: 1 / 1;
    width: auto;
  }
  .block__gallery--item:nth-of-type(3) {
    grid-column: 1 / span 5;
    grid-row: 2 / 2;
    width: auto;
  }
  .block__gallery--item:nth-of-type(4) {
    grid-column: 6 / span 4;
    grid-row: 2 / 2;
    width: auto;
  }
  .block__gallery--item:nth-of-type(5) {
    grid-column: 10 / span 3;
    grid-row: 2 / 2;
    width: auto;
  }
  .block__gallery--item:nth-of-type(3) .item--quote, .block__gallery--item:nth-of-type(4) .item--quote, .block__gallery--item:nth-of-type(5) .item--quote {
    font-size: 18px;
    line-height: 24px;
  }
}

.block__gallery.gallery--testimonial .block__gallery--item .item--overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 32px;
}

.block__gallery.gallery--testimonial .block__gallery--item .item--logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 75%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .block__gallery.gallery--testimonial .block__gallery--item .item--logo {
    width: auto;
  }
}

.block__gallery.gallery--testimonial .block__gallery--item .item--quote {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .block__gallery.gallery--testimonial .block__gallery--item .item--quote {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 960px) {
  .block__gallery.gallery--testimonial .block__gallery--item .item--quote {
    font-size: 18px;
    line-height: 24px;
  }
}

.block__gallery.gallery--testimonial .block__gallery--item .item--quote:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/quote-open.svg);
  padding-right: 8px;
}

.block__gallery.gallery--testimonial .block__gallery--item .item--quote:after {
  content: url(/wp-content/themes/shipstation/assets/images/svg/quote-close.svg);
  padding-left: 8px;
}

.block__gallery.gallery--testimonial .block__gallery--item .item--name {
  font-weight: 600;
}

.block__gallery.gallery--testimonial .block__gallery--item:hover {
  background: #2e3657;
}

.block__gallery.gallery--testimonial .block__gallery--item:hover .item--bg {
  opacity: 0;
}

.block__gallery.gallery--testimonial .block__gallery--item:hover .item--overlay {
  opacity: 1;
}

.block__gallery.gallery--testimonial .block__gallery--item:hover .item--content {
  position: absolute;
  top: 88px;
  left: 32px;
  right: 32px;
}

.block__gallery.gallery--testimonial .block__gallery--item:hover .item--logo {
  position: absolute;
  left: 32px;
  top: 32px;
  transform: translate(0, 0);
  width: auto;
  max-height: 40px;
}

.block__gallery.gallery--testimonial .block__gallery--item:after {
  position: absolute;
  content: url(/wp-content/themes/shipstation/assets/images/svg/btn-flip.svg);
  bottom: 24px;
  right: 24px;
}

.block__gallery.gallery--casestudy .block__gallery--item {
  display: flex;
  width: 100%;
  height: 192px;
}

@media only screen and (min-width: 768px) {
  .block__gallery.gallery--casestudy .block__gallery--item {
    height: 152px;
  }
  .block__gallery.gallery--casestudy .block__gallery--item:nth-of-type(1), .block__gallery.gallery--casestudy .block__gallery--item:nth-of-type(2) {
    height: 240px;
  }
}

@media only screen and (min-width: 960px) {
  .block__gallery.gallery--casestudy .block__gallery--item {
    height: 200px;
  }
  .block__gallery.gallery--casestudy .block__gallery--item:nth-of-type(1), .block__gallery.gallery--casestudy .block__gallery--item:nth-of-type(2) {
    height: 312px;
  }
}

.block__gallery.gallery--casestudy .block__gallery--item .item--overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.26%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  border-radius: 32px;
}

.block__gallery.gallery--casestudy .block__gallery--item .item--text {
  color: #ffffff;
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding-right: 40px;
}

.block__gallery.gallery--casestudy .block__gallery--item:hover {
  opacity: 0.8;
}

.block__gallery.gallery--casestudy .block__gallery--item:after {
  position: absolute;
  content: url(/wp-content/themes/shipstation/assets/images/svg/link.svg);
  bottom: 16px;
  right: 16px;
  cursor: pointer;
}

.block__gallery.gallery--casestudy .block__gallery--item:last-of-type .item--overlay {
  background: #297768;
}

.block__logos {
  padding: 40px 0;
  display: flex;
  gap: 24px;
  flex-flow: row nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}

@media only screen and (min-width: 1200px) {
  .block__logos {
    overflow-x: hidden;
    margin-right: 0;
    padding: 64px 0;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: space-evenly;
  }
}

.block__logos .logo--image {
  position: relative;
  scroll-snap-align: start;
  text-align: center;
}

.block__logos .logo--image:first-of-type {
  padding-left: 24px;
}

.block__logos .logo--image:last-of-type {
  padding-right: 24px;
}

.block__logos.logos--square img {
  width: 96px;
  height: 96px;
}

.block__logos.logos--full img {
  width: auto;
  max-height: 50px;
}

.block__container {
  padding: 60px 0;
  width: 100%;
  z-index: 2;
}

.block__container--intro {
  max-width: 1140px;
  margin: auto;
}

.block__container--intro .eyebrow,
.block__container--intro h2 {
  text-align: center;
}

.block__container--text {
  text-align: left;
  margin-bottom: 32px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.block__container--white {
  background: #ffffff;
}

.block__container--gray {
  background: #F7F7F7;
}

.block__container--gray-white {
  background: linear-gradient(#F7F7F7, #ffffff);
}

.block__container--white-gray {
  background: linear-gradient(#ffffff, #F7F7F7);
}

.block__container--wrapper {
  position: relative;
}

.block__container--overlay {
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  z-index: 10;
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
}

.block__container--overlay img,
.block__container--overlay svg {
  flex: 1;
  width: 100%;
  height: 100%;
}

.block__container--cta {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
}

.block__container ul {
  padding-left: 16px;
}

.block__container ul li {
  margin: 0 0 24px 0;
}

@media only screen and (min-width: 768px) {
  .block__container {
    padding: 120px 0;
  }
  .block__container--cta {
    display: block;
  }
  .block__container--text {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .block__container--overlay {
    left: unset;
    right: unset;
  }
}

.block__container.no-padding--top {
  padding-top: 0;
}

.block__container.no-padding--bottom {
  padding-bottom: 0;
}

.blocks__carousel .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gal-image-radius {
  overflow: visible;
}

.blocks__carousel .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
  display: none;
}

.blocks__carousel .slick-current .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
  display: block;
  width: 100%;
  height: auto;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2e3657;
  background-color: #ffffff;
  border-radius: 16px;
  left: 24px;
  bottom: -120px;
}

@media only screen and (min-width: 768px) {
  .blocks__carousel .slick-current .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
    height: 214px;
    left: 64px;
    right: 64px;
    width: auto;
    font-size: 32px;
    line-height: 40px;
  }
}

.blocks__carousel .slick-current .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/quote-open.svg);
  padding-right: 8px;
}

.blocks__carousel .slick-current .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption:after {
  content: url(/wp-content/themes/shipstation/assets/images/svg/quote-close.svg);
  padding-left: 8px;
}

@media only screen and (min-width: 768px) {
  .blocks__carousel .kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel .slick-prev {
    right: 0;
    left: unset;
  }
}

.blocks__carousel .kt-blocks-carousel .slick-list {
  padding-bottom: 120px;
}

.blocks__carousel .kt-blocks-carousel .slick-list .draggable {
  overflow-y: visible !important;
  overflow-x: hidden !important;
}

.blocks__carousel .kt-blocks-carousel .slick-prev,
.blocks__carousel .kt-blocks-carousel .slick-next {
  width: 80px;
  height: 80px;
  border-radius: 8px 0 0 8px;
  background-color: #313754;
  opacity: .5;
}

.blocks__carousel .kt-blocks-carousel .slick-prev:before,
.blocks__carousel .kt-blocks-carousel .slick-next:before {
  border: none;
  transform: rotate(0);
  display: block;
  width: auto;
  height: auto;
}

.blocks__carousel .kt-blocks-carousel .slick-prev {
  right: 0;
  top: 215px;
  bottom: unset;
  transform: translate(0, -60%);
}

@media only screen and (min-width: 768px) {
  .blocks__carousel .kt-blocks-carousel .slick-prev {
    transform: translate(0, 50%);
  }
}

.blocks__carousel .kt-blocks-carousel .slick-prev:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/arrow_prev.svg);
}

.blocks__carousel .kt-blocks-carousel .slick-next {
  right: 0;
  top: 215px;
  transform: translate(0, -60%);
}

.blocks__carousel .kt-blocks-carousel .slick-next:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/arrow_next.svg);
}

.blocks__carousel .kt-blocks-carousel .slick-dots {
  position: relative;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .blocks__carousel .kt-blocks-carousel .slick-dots {
    right: 0;
    bottom: 64px;
    text-align: right;
    transform: translateY(-50%);
  }
}

.blocks__carousel .kt-blocks-carousel .slick-dots li {
  margin-right: 24px;
}

.blocks__carousel .kt-blocks-carousel .slick-dots li button:before {
  width: 20px;
  height: 20px;
  background-color: #297768;
  border: 4px solid #297768;
}

.blocks__carousel .kt-blocks-carousel .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  border: 4px solid #297768;
  opacity: 1;
}

.blocks__slider .kb-advanced-slide-inner-wrap {
  background: transparent;
}

.kt-btn-align-center .kt-btn-wrap {
  justify-content: center;
}

.kt-btn-wrap {
  display: flex;
}

.kt-btn-wrap .kt-button {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .kt-btn-wrap {
    display: block;
  }
  .kt-btn-wrap .kt-button {
    width: auto;
  }
}

.block__slider {
  margin-left: -24px;
  margin-right: -24px;
}

@media only screen and (min-width: 960px) {
  .block__slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.block__slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.block__slider .slides {
  overflow: hidden;
  position: relative;
  height: 784px;
}

@media only screen and (min-width: 960px) {
  .block__slider .slides {
    height: 100%;
  }
}

.block__slider .slides .slide {
  position: relative;
  margin-right: 32px;
}

.block__slider .slides .slide--image {
  width: calc(100vw - 48px);
  height: auto;
  padding: 0 24px;
}

@media only screen and (min-width: 960px) {
  .block__slider .slides .slide--image {
    width: 100%;
    padding: 0;
  }
}

.block__slider .slides .slide--image .thumbnail {
  border-radius: 32px;
  width: 100%;
  object-fit: cover;
}

.block__slider .slides .slide--image .play-button {
  position: absolute;
  width: 108px;
  height: 108px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@media only screen and (min-width: 960px) {
  .block__slider .slides .slide--image {
    width: auto;
    height: 700px;
  }
  .block__slider .slides .slide--image .thumbnail {
    width: auto;
    height: 594px;
  }
}

.block__slider .slides .slide--content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  top: 434px;
  left: 48px;
  right: 48px;
  height: auto;
}

.block__slider .slides .slide--content cite {
  color: #1C272C;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}

@media only screen and (min-width: 960px) {
  .block__slider .slides .slide--content {
    margin: 0 32px;
    bottom: 0;
  }
}

.block__slider .slides .slide--quote {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2e3657;
  background-color: #ffffff;
  margin-bottom: 16px;
}

@media only screen and (min-width: 960px) {
  .block__slider .slides .slide--quote {
    font-size: 32px;
    line-height: 40px;
  }
}

.block__slider .slides .slide--quote:before {
  content: '';
  background-image: url(/wp-content/themes/shipstation/assets/images/svg/quote-open.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0 4px;
  padding-left: 12px;
  width: 10px;
}

.block__slider .slides .slide--quote:after {
  content: '';
  background-image: url(/wp-content/themes/shipstation/assets/images/svg/quote-close.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0 4px;
  padding-left: 12px;
  width: 10px;
}

@media only screen and (min-width: 960px) {
  .block__slider .slides .slide--quote:before {
    background-size: 18px;
    padding-left: 24px;
    width: 18px;
  }
  .block__slider .slides .slide--quote:after {
    background-size: 18px;
    padding-left: 24px;
    width: 18px;
  }
}

.block__slider .slides .slide.slick-current .slide--content {
  display: block;
}

@media only screen and (min-width: 960px) {
  .block__slider .slides .slide.slick-current:after {
    position: absolute;
    content: url(/wp-content/themes/shipstation/assets/images/svg/parcels.svg);
    right: -24px;
    bottom: -5px;
    z-index: 999;
  }
}

.block__slider.is-admin:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  z-index: 1;
}

.block__slider .slick-list,
.block__slider .draggable {
  overflow: visible !important;
}

.block__slider .slick-slider .slick-track,
.block__slider .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.block__slider .slick-prev,
.block__slider .slick-next {
  width: 80px;
  height: 80px;
  background-color: #313754;
  opacity: 1;
  z-index: 1;
  border: none;
}

.block__slider .slick-prev:before,
.block__slider .slick-next:before {
  border: none;
  transform: rotate(0);
  display: block;
  width: auto;
  height: auto;
}

.block__slider .slick-prev:hover, .block__slider .slick-prev:focus,
.block__slider .slick-next:hover,
.block__slider .slick-next:focus {
  background-color: #313754;
}

.block__slider .slick-prev {
  border-radius: 0 8px 8px 0;
  left: 0;
  right: 0;
  top: 270px;
  bottom: unset;
  transform: translate(0, -60%);
}

@media only screen and (min-width: 960px) {
  .block__slider .slick-prev {
    left: unset;
    transform: translate(0, 50%);
    border-radius: 8px 0 0 8px;
  }
}

.block__slider .slick-prev:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/arrow_prev.svg);
}

.block__slider .slick-next {
  border-radius: 8px 0 0 8px;
  right: 0;
  top: 270px;
  transform: translate(0, -60%);
}

.block__slider .slick-next:before {
  content: url(/wp-content/themes/shipstation/assets/images/svg/arrow_next.svg);
}

.block__slider .slick-dots {
  display: none !important;
}

@media only screen and (min-width: 960px) {
  .block__slider .slick-dots {
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    transform: translateY(-50%);
    margin: 0;
  }
}

.block__slider .slick-dots li {
  margin-left: 12px;
  margin-right: 12px;
}

.block__slider .slick-dots li button:before {
  width: 20px;
  height: 20px;
  background-color: #297768;
  border: 4px solid #297768;
  content: '';
  border-radius: 50%;
}

.block__slider .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  border: 4px solid #297768;
  opacity: 1;
}

.block__grid {
  display: flex;
  flex-direction: column;
  max-width: 90rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.block__grid__title {
  text-align: center;
  padding: 0 24px;
}

.block__grid__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
  .block__grid__items {
    gap: 2.5rem;
  }
}

.block__grid__item {
  background-color: #F7F7F7;
  margin: 0 .375rem;
  padding: 1.5rem;
  border-radius: 1rem;
}

@media only screen and (min-width: 768px) {
  .block__grid__item {
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: calc((100% - 2.5rem) / 2);
  }
  .block__grid--columns3 .block__grid__item {
    width: calc((100% - 5rem) / 3);
  }
  .block__grid--columns4 .block__grid__item {
    width: calc((100% - 7.5rem) / 4);
  }
}

.block__grid__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1rem;
}

@media only screen and (min-width: 768px) {
  .block__grid__item-wrapper {
    align-items: flex-start;
  }
}

.block__grid--icon-left .block__grid__item-wrapper {
  flex-direction: row;
}

.block__grid--icon-right .block__grid__item-wrapper {
  flex-direction: row-reverse;
}

.block__grid__item-title {
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .block__grid__item-title {
    text-align: left;
  }
}

@media only screen and (min-width: 960px) {
  .block__grid__item-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.block__grid__item-desc {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .block__grid__item-desc {
    text-align: left;
  }
}

.block__grid__current-page {
  text-align: center;
  color: #212c36;
  font-weight: 600;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .block__grid__current-page {
    display: none;
  }
}

.block__grid .slick-track {
  display: flex !important;
}

.block__grid .slick-slide {
  height: auto;
}

.block__accordion {
  padding: 48px 16px;
  gap: 16px;
  background-color: #F7F7F7;
}

@media only screen and (min-width: 480px) {
  .block__accordion {
    padding: 64px 24px;
  }
}

@media only screen and (min-width: 768px) {
  .block__accordion {
    padding: 64px 32px;
  }
}

.block__accordion__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

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

@media only screen and (min-width: 768px) {
  .block__accordion__title {
    margin-bottom: 32px;
  }
}

.block__accordion__item {
  border: 1px solid #818f9c;
  border-radius: 8px;
  color: #2e3657;
}

.block__accordion__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
}

.block__accordion__header:after {
  content: url(/wp-content/themes/shipstation/assets/images/svg/arrow-down.svg);
  margin-left: 24px;
  width: 12px;
}

@media only screen and (min-width: 768px) {
  .block__accordion__header:after {
    width: 20px;
  }
}

.block__accordion__header.active:after {
  transform: rotate(180deg);
}

.block__accordion__header span {
  max-width: 936px;
}

.block__accordion__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s ease;
  padding: 0 16px 0;
  color: #1C272C;
  background: #ffffff;
  border-radius: 8px;
}

.block__accordion__panel:before {
  content: '';
  display: block;
  height: 8px;
}

.block__accordion__panel:after {
  content: '';
  display: block;
  height: 24px;
}

.block__accordion__panel > * {
  max-width: 936px;
  color: #1c272c;
}

.block__accordion__panel > *:last-child {
  margin-bottom: 0;
}

.block__plans-pricing {
  padding: 48px 16px 12px;
}

@media only screen and (min-width: 480px) {
  .block__plans-pricing {
    padding: 48px 24px 12px;
  }
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing {
    padding: 96px 32px 16px;
  }
}

@media only screen and (min-width: 960px) {
  .block__plans-pricing {
    padding: 128px 16px 32px;
  }
}

.block__plans-pricing__wrapper {
  max-width: 1126px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block__plans-pricing__title {
  text-align: center;
}

.block__plans-pricing__sticky.sticky--cta {
  visibility: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px;
}

.block__plans-pricing__sticky.sticky--cta button {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__sticky.sticky--cta {
    display: none;
  }
}

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

@media only screen and (min-width: 768px) {
  .block__plans-pricing__desc {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 960px) {
  .block__plans-pricing__desc {
    margin-bottom: 48px;
  }
}

.block__plans-pricing__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__items {
    width: calc(50% + 25px);
    margin-right: auto;
    position: relative;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 960px) {
  .block__plans-pricing__items {
    margin-bottom: 48px;
  }
}

.block__plans-pricing__item {
  border: solid 1px #818f9c;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__item {
    border: 0;
    border-radius: 0;
  }
  .block__plans-pricing__item:first-child input:checked ~ .block__plans-pricing__item-full {
    border-top-left-radius: 0;
  }
  .block__plans-pricing__item:last-child input:checked ~ .block__plans-pricing__item-full {
    border-bottom-left-radius: 0;
  }
}

.block__plans-pricing__item input {
  display: none;
}

.block__plans-pricing__item input:checked ~ .block__plans-pricing__item-full {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__item input:checked ~ .block__plans-pricing__item-short {
    position: relative;
    z-index: 5;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: calc(100% + 1px);
    padding-right: 34px;
  }
  .block__plans-pricing__item input:checked ~ .block__plans-pricing__item-short .button {
    display: block;
  }
}

.block__plans-pricing__item-short {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  color: #2e3657;
  cursor: pointer;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__item-short {
    border: solid 1px #818f9c;
    box-sizing: border-box;
    width: calc(100% - 16px);
    padding: 16px;
  }
}

.block__plans-pricing__item-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 170px;
}

@media only screen and (min-width: 480px) {
  .block__plans-pricing__item-left {
    max-width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__item-left {
    max-width: 165px;
  }
}

@media only screen and (min-width: 960px) {
  .block__plans-pricing__item-left {
    max-width: 220px;
  }
}

.block__plans-pricing__item-title {
  display: flex;
  align-items: center;
}

.block__plans-pricing__item-title.popular:after {
  content: "Most Popular";
  font-size: 12px;
  line-height: 1;
  border: 2px solid #297768;
  padding: 4px 8px;
  color: #297768;
  border-radius: 16px;
  margin-left: 8px;
  white-space: nowrap;
}

.block__plans-pricing__item-right {
  display: flex;
  align-items: center;
  gap: 4px;
}

.block__plans-pricing__item-price {
  color: #297768;
  line-height: 1;
}

.block__plans-pricing__item-price sup {
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: -1px;
}

.block__plans-pricing__item-month {
  color: #2e3657;
}

.block__plans-pricing__item-full {
  display: none;
  padding: 0 16px;
  position: relative;
  flex-direction: column;
  gap: 8px;
  background-color: #ffffff;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__item-full {
    padding: 24px;
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100% - 32px);
    box-sizing: border-box;
    height: 100%;
    border: solid 1px #818f9c;
  }
  .block__plans-pricing__item-full:before {
    content: none;
  }
  .block__plans-pricing__item-full .button {
    display: none;
  }
}

.block__plans-pricing__divider {
  border-top: 1px solid #818f9c;
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__divider {
    display: none;
  }
}

.block__plans-pricing__head {
  margin: 0;
}

.block__plans-pricing__item-features {
  list-style: none;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #1C272C;
}

.block__plans-pricing__item-feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.block__plans-pricing__item-feature:before {
  background: url("/img/dark-green-check.svg") no-repeat center;
  content: "";
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline;
  margin-top: 4px;
}

@media only screen and (min-width: 960px) {
  .block__plans-pricing__item-feature:before {
    margin-top: 8px;
  }
}

.block__plans-pricing__item-feature span {
  width: calc(100% - 24px);
}

.block__plans-pricing__item-feature.disabled {
  color: #818f9c;
}

.block__plans-pricing__item-feature.disabled:before {
  background: url("/wp-content/themes/shipstation/assets/images/svg/cross.svg") no-repeat center;
}

.block__plans-pricing__action.button {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  z-index: 1000;
}

@media only screen and (min-width: 960px) {
  .block__plans-pricing__action.button {
    width: auto;
  }
}

.block__plans-pricing__action.button--features {
  font-size: 1rem;
  line-height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  width: 100%;
}

.block__plans-pricing__action.button--secondary-small {
  display: none;
  width: 75px;
}

.block__plans-pricing__action.button--secondary-small:checked ~ .block__plans-pricing__item-short {
  display: block;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__action.button--secondary-small {
    font-size: 0.75rem;
    line-height: 40px;
    padding: 0 12px;
    width: auto;
  }
}

@media only screen and (min-width: 960px) {
  .block__plans-pricing__action.button--secondary-small {
    font-size: 1rem;
    line-height: 48px;
    padding: 0 16px;
    width: auto;
    line-height: 48px;
  }
}

.block__plans-pricing__action.sticky-trigger-clone, .block__plans-pricing__action.js-action-clone {
  display: block;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing__action.sticky-trigger-clone, .block__plans-pricing__action.js-action-clone {
    display: none;
  }
}

.block__plans-pricing:checked ~ .block__plans-pricing__item-short .button--secondary-small {
  display: none;
}

.block__plans-pricing__disclaimer {
  margin: 16px 24px;
}

.block__plans-pricing-alt {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 23.75rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing-alt {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 46.75rem;
  }
}

@media only screen and (min-width: 1200px) {
  .block__plans-pricing-alt {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2rem;
    max-width: 71.25rem;
  }
}

.block__plans-pricing-alt__option {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 1.5rem #a2acb10d;
  text-align: center;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .block__plans-pricing-alt__option {
    width: calc(50% - 0.625rem);
    padding-top: 3.063rem;
  }
}

@media only screen and (min-width: 1200px) {
  .block__plans-pricing-alt__option {
    width: 16.688rem;
    padding: 1.5rem;
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .block__plans-pricing-alt__option:last-child {
    margin-left: 1.5rem;
  }
}

.block__plans-pricing-alt__option--popular {
  padding-top: 3.813rem;
  padding-bottom: 1.813rem;
  border: 0.115rem solid #297768;
}

@media only screen and (min-width: 1200px) {
  .block__plans-pricing-alt__option--popular {
    width: 19.6rem;
    padding-top: 3.25rem;
    padding-bottom: 2rem;
    margin-top: 0;
  }
}

.block__plans-pricing-alt__option--popular .block__plans-pricing-alt__option__title {
  font-size: 1.313rem;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}

.block__plans-pricing-alt__option--popular .block__plans-pricing-alt__option__price {
  font-size: 2.125rem;
  margin-bottom: 1.438rem;
}

.block__plans-pricing-alt__option--popular .block__plans-pricing-alt__option__price > span {
  font-size: 1.125rem;
}

.block__plans-pricing-alt__option--popular .block__plans-pricing-alt__option__action {
  padding: 0.906rem 2rem;
}

.block__plans-pricing-alt__option--popular .block__plans-pricing-alt__option__disclaimers {
  margin-bottom: 1.25rem;
}

.block__plans-pricing-alt__option--popular .block__plans-pricing-alt__option__disclaimers > p {
  font-size: 0.875rem;
  line-height: 1rem;
}

.block__plans-pricing-alt__option--popular .block__plans-pricing-alt__option__info {
  font-size: 1.125rem;
  margin-bottom: 1.313rem;
  line-height: 1.625rem;
}

.block__plans-pricing-alt__option__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.block__plans-pricing-alt__option__contact {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #297768;
}

.block__plans-pricing-alt__option__price {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #297768;
}

.block__plans-pricing-alt__option__price > span {
  font-size: 1rem;
  line-height: 1.5rem;
}

.block__plans-pricing-alt__option__price sup {
  font-size: 14px;
  text-transform: uppercase;
  color: #7e909e;
  margin-right: 4px;
}

.block__plans-pricing-alt__option a.block__plans-pricing-alt__option__action, .block__plans-pricing-alt__option button.block__plans-pricing-alt__option__action {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.block__plans-pricing-alt__option__disclaimers {
  margin-bottom: 1.5rem;
}

.block__plans-pricing-alt__option__disclaimers > p {
  margin: 0;
}

.block__plans-pricing-alt__option__paygo {
  margin-bottom: 1rem;
}

.block__plans-pricing-alt__option__paygo > p {
  margin: 0;
}

.block__plans-pricing-alt__option__info {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.block__plans-pricing-alt__option__info:last-child {
  margin-bottom: 0;
}

.block__plans-pricing-alt__option__info > p {
  margin: 0;
}

.block__plans-pricing-alt__option__info b {
  font-weight: bold;
}

.block__plans-pricing-alt__popular-header {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.175rem;
  font-size: 0.875rem;
  background-color: #297768;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block__compare-tables {
  padding: 12px 24px;
  background-color: #F7F7F7;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables {
    padding: 16px 32px;
  }
}

@media only screen and (min-width: 960px) {
  .block__compare-tables {
    padding: 32px 40px;
  }
}

.block__compare-tables__wrapper {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block__compare-tables__toggle-checkbox {
  display: none;
}

.block__compare-tables__toggle-checkbox:checked ~ .block__compare-tables__toggle > span:before {
  content: 'Hide\00a0';
}

.block__compare-tables__toggle-checkbox:checked ~ .block__compare-tables__toggle:after {
  transform: rotate(180deg);
}

.block__compare-tables__toggle-checkbox:checked ~ .block__compare-tables__toggle.toggled {
  display: flex;
}

.block__compare-tables__toggle-checkbox:checked ~ .block__compare-tables__table-container {
  display: block;
  width: 100%;
}

.block__compare-tables__toggle.button {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 0;
}

.block__compare-tables__toggle.button > span:before {
  content: 'Show\00a0';
}

.block__compare-tables__toggle.button:after {
  background: url(/wp-content/themes/shipstation/assets/images/svg/arrow-down-green.svg) no-repeat center;
  content: '';
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  background-size: 70%;
}

.block__compare-tables__toggle.button.toggled {
  display: none;
}

.block__compare-tables__table-container {
  margin-bottom: 40px;
  display: none;
}

.block__compare-tables__table-info {
  border: 1px solid #9aa7b1;
  border-top: 0;
  padding: 24px;
  background-color: #EEF1F4;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables__table-info {
    padding: 32px;
  }
}

@media only screen and (min-width: 960px) {
  .block__compare-tables__table-info {
    padding: 40px;
  }
}

.block__compare-tables__table-info:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top: 1px solid #9aa7b1;
}

.block__compare-tables__table-info > * {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.block__compare-tables__table-info > *:last-child {
  margin-bottom: 0;
}

.block__compare-tables__table {
  width: 100%;
  overflow-x: auto;
  border: solid 1px #9aa7b1;
  border-top: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

.block__compare-tables__table table {
  border-spacing: 0;
  width: 100%;
}

.block__compare-tables__table th, .block__compare-tables__table td {
  padding: 16px;
  border-right: solid 1px #9aa7b1;
  border-bottom: solid 1px #9aa7b1;
  text-align: center;
  width: 108px;
  min-width: 108px;
  background-color: #ffffff;
}

.block__compare-tables__table th:first-child, .block__compare-tables__table td:first-child {
  text-align: left;
  min-width: 50vw;
  width: auto;
  position: sticky;
  left: 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables__table th:first-child, .block__compare-tables__table td:first-child {
    min-width: 300px;
    max-width: 300px;
  }
}

.block__compare-tables__table th:last-child, .block__compare-tables__table td:last-child {
  border-right: 0;
}

.block__compare-tables__table th {
  background-color: #F7F7F7;
}

.block__compare-tables__disclaimer p {
  font-size: 0.8rem;
  margin: 0 0 0.5rem;
}

.block__compare-tables__desc-logos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.6rem;
}

.block__compare-tables__desc-logos img {
  height: 1.25rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.block__compare-tables__desc-action {
  cursor: pointer;
}

.block__compare-tables__desc-action:hover {
  background-color: transparent;
}

.block__compare-tables__desc-action > span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables__desc-action > span {
    content: block;
  }
}

.block__compare-tables-alt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt {
    padding: 0 0 1.25rem;
    max-width: 46.75rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 960px) {
  .block__compare-tables-alt {
    padding: 0 0 1.25rem;
    max-width: 71.25rem;
  }
}

.block__compare-tables-alt__container {
  width: 100%;
  position: relative;
  overflow-x: auto;
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__container {
    padding-right: 0;
    max-height: 43.75rem;
    overflow-y: hidden;
  }
  .block__compare-tables-alt__container:after {
    content: "";
    background: linear-gradient(transparent, #ffffff 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 37.5rem;
  }
  .block__compare-tables-alt__container--expanded {
    max-height: 100%;
  }
  .block__compare-tables-alt__container--expanded:after {
    content: none;
  }
}

.block__compare-tables-alt__table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__table {
    display: table;
    border-collapse: collapse;
  }
}

.block__compare-tables-alt__head-title {
  left: 0;
  position: sticky;
  vertical-align: bottom;
  text-align: left;
  padding: 0 0.75rem 1rem 0;
  background-color: inherit;
  border-bottom: 0.125rem solid #c4cdd5;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__head-title {
    padding: 0 0 1.5rem;
    border-right: 0;
    position: static;
    left: auto;
    box-shadow: none;
  }
}

.block__compare-tables-alt__head-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.25rem;
  box-shadow: inset 0.125rem -0.075rem 0.375rem 0 #c4cdd5;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__head-title:after {
    content: none;
  }
}

.block__compare-tables-alt__head-cell {
  padding: 0 0.75rem 1rem;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__head-cell {
    padding: 0 0.75rem 1.5rem;
  }
}

.block__compare-tables-alt__head-cell:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__head-cell--invisible-md {
    opacity: 0;
  }
}

.block__compare-tables-alt__head-action.button {
  padding: 0.875rem 0.75rem;
  margin: 0.5rem auto 0;
  display: block;
  white-space: nowrap;
  font-size: 0.875rem;
}

@media only screen and (min-width: 960px) {
  .block__compare-tables-alt__head-action.button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

.block__compare-tables-alt__body {
  border-bottom: 3rem solid #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 1.5rem;
  padding-bottom: 0.625rem;
  border-collapse: collapse;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__body {
    border-bottom-width: 1.5rem;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .block__compare-tables-alt__body {
    border-bottom-width: 3rem;
  }
}

.block__compare-tables-alt__body:last-of-type {
  border-bottom: 0;
}

.block__compare-tables-alt__row {
  border: 0;
  background-color: #ffffff;
}

.block__compare-tables-alt__row:nth-child(even) {
  background-color: #f4f6f8;
}

.block__compare-tables-alt__row--head {
  border-bottom: 0.125rem solid #c4cdd5;
}

.block__compare-tables-alt__row-title {
  left: 0;
  position: sticky;
  min-width: 11.875rem;
  padding: 1rem 0.75rem 1rem 1rem;
  background-color: inherit;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__row-title {
    min-width: 9.75rem;
    box-shadow: none;
    position: static;
    left: auto;
    padding-right: 0;
  }
}

.block__compare-tables-alt__row-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.25rem;
  box-shadow: inset 0.125rem -0.075rem 0.375rem 0 #c4cdd5;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__row-title:after {
    content: none;
  }
}

.block__compare-tables-alt__disclaimer p {
  font-size: 0.8rem;
  margin: 0 0 0.5rem;
}

.block__compare-tables-alt__desc-logos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.6rem;
}

.block__compare-tables-alt__desc-logos img {
  height: 1.25rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.block__compare-tables-alt__desc-action {
  cursor: pointer;
}

.block__compare-tables-alt__desc-action:hover {
  background-color: transparent;
}

.block__compare-tables-alt__desc-action > span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__desc-action > span {
    content: block;
  }
}

.block__compare-tables-alt__row-cell {
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0.75rem;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__row-cell {
    padding: 0;
  }
}

.block__compare-tables-alt__row-cell::last-child {
  padding-right: 0;
}

.block__compare-tables-alt__foot {
  display: none;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt__foot {
    display: table-footer-group;
    border-top: 1.5rem solid transparent;
  }
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt .hidden-md {
    display: none;
  }
}

.block__compare-tables-alt .shown-table-cell-md {
  display: none;
}

@media only screen and (min-width: 768px) {
  .block__compare-tables-alt .shown-table-cell-md {
    display: table-cell;
  }
}

.block__how-it-works {
  position: relative;
  padding: 0 1rem;
  margin-top: 6.25rem;
}

.block__how-it-works .container {
  max-width: 1140px;
  margin: 0 auto;
}

.block__how-it-works .steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
}

@media (min-width: 990px) {
  .block__how-it-works .steps {
    margin: 2rem 0rem;
  }
}

.block__how-it-works .step-content {
  padding-right: 2rem;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0.5rem 0rem 1rem 0rem;
}

@media (min-width: 990px) {
  .block__how-it-works .step-content {
    margin: 1rem 0rem 2rem 0rem;
  }
}

.block__how-it-works .step-content h3 {
  padding: 0 0 0.5rem 0;
  margin: 0;
}

.block__how-it-works .step-content h5 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  margin: 1rem 0rem;
  font-weight: bold;
}

@media (min-width: 990px) {
  .block__how-it-works .step-content {
    margin-bottom: 0;
  }
  .block__how-it-works .steps {
    grid-template-columns: repeat(4, 1fr);
  }
  .block__how-it-works .step {
    background-image: url("/wp-content/themes/shipstation/img/top-stroke.svg");
    background-repeat: no-repeat;
    background-position-x: 60px;
    background-position-y: 10px;
  }
  .block__how-it-works .step:nth-child(2) {
    background-image: url("/wp-content/themes/shipstation/img/bottom-stroke.svg");
    background-position-y: 30px;
  }
  .block__how-it-works .step:last-child {
    background-image: none;
  }
}

.block__carriers {
  margin-top: 6.25rem;
  position: relative;
  padding: 0 1rem;
}

.block__carriers__wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.block__carriers p {
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
}

@media (max-width: 990px) {
  .block__carriers {
    margin-top: 6.25rem;
  }
}

.ticker {
  position: relative;
  padding: 1rem;
  margin: auto;
  max-width: 3000px;
  overflow-x: hidden;
}

.ticker--no-scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-start;
  max-width: 1140px;
  margin: 0 auto;
}

.ticker .ticker-wrapper {
  display: flex;
  flex-direction: row;
}

.ticker .ticker-items {
  margin: 2rem 0 0;
  width: auto;
  display: flex;
  overflow-x: visible;
}

.ticker .ticker-items img {
  margin: 0rem .5rem;
}

.ticker__static {
  display: flex;
  flex-flow: row wrap;
}

.ticker--image {
  position: relative;
}

.ticker--bubble {
  text-align: center;
  position: absolute;
  padding-top: 4px;
  width: 40px;
  height: 40px;
  top: -8px;
  right: -2px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #297768;
  font-weight: 600;
  font-size: 14px;
  line-height: 1rem;
}

.ticker--bubble:before {
  content: 'UP TO\a';
  color: #637381;
  font-size: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block__tabbed-features {
  background-color: #000000;
  padding: 6.25rem 1rem;
  color: #ffffff;
  margin-top: 6.25rem;
}

.block__tabbed-features__wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.block__tabbed-features h2, .block__tabbed-features .eyebrow {
  color: #ffffff;
}

.block__tabbed-features__nav-links {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 2.5rem 0rem;
}

@media (max-width: 990px) {
  .block__tabbed-features__nav-links {
    display: none;
  }
}

.block__tabbed-features__nav-link {
  margin-right: 3rem;
  border: 2px solid #000;
  padding: .75rem 1.5rem;
  -webkit-border-radius: 99999px;
  -moz-border-radius: 99999px;
  border-radius: 99999px;
  cursor: pointer;
}

.block__tabbed-features__nav-link.active {
  border: 2px solid #6CBE45;
}

@media (max-width: 990px) {
  .block__tabbed-features__content {
    border-top: 2px solid #6CBE45;
  }
}

.block__tabbed-features__item-accordion {
  padding: 1.5rem 0rem 1.5rem 0rem;
  border-bottom: 2px solid gray;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 990px) {
  .block__tabbed-features__item-content {
    border-bottom: 2px solid gray;
  }
}

.block__tabbed-features__item-content.active {
  display: grid;
}

.block__tabbed-features__item-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  margin: 2rem 0rem;
}

@media (min-width: 990px) {
  .block__tabbed-features__item-wrapper {
    grid-template-columns: repeat(12, 1fr);
    margin: 2rem 0rem;
  }
}

.block__tabbed-features__item-media {
  grid-area: 2 / 1 / 3 / 2;
}

@media (min-width: 990px) {
  .block__tabbed-features__item-media {
    grid-area: 1 / 1 / 2 / 9;
  }
}

.block__tabbed-features__item-media img {
  width: 100%;
  height: auto;
}

.block__tabbed-features__item-body {
  grid-area: 1 / 1 / 2 / 2;
  padding: 1rem 0rem;
}

@media (min-width: 990px) {
  .block__tabbed-features__item-body {
    grid-area: 1 / 9 / 2 / 13;
  }
}

.block__tabbed-features__item-body p {
  font-size: 16px;
  line-height: 24px;
}

.block__tabbed-features__item-body li {
  margin-bottom: 8px;
}

.block__tabbed-features__item-body a {
  color: #6CBE45;
  border-color: #6CBE45;
  text-decoration: none;
  margin: 24px 0;
  font-size: 16px;
  line-height: 24px;
}

.block__tabbed-features__item-body a:last-child {
  margin-bottom: 0;
}

.block__stories {
  padding: 0 1rem;
  margin-top: 6.25rem;
}

.block__stories__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

@media (min-width: 990px) {
  .block__stories--heading-left .block__stories__wrapper {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
  }
}

.block__stories__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

@media (min-width: 990px) {
  .block__stories__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
}

@media (min-width: 990px) {
  .block__stories--heading-left .block__stories__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.block__stories__items .column {
  display: none;
  max-width: 350px;
  margin: 0 auto;
}

.block__stories__items .column:first-child {
  display: block;
}

@media (min-width: 990px) {
  .block__stories--heading-left .block__stories__items .column:last-child {
    margin-top: 5rem;
  }
}

@media (min-width: 990px) {
  .block__stories__items .column {
    display: block;
  }
}

.block__stories__items .card-container {
  text-decoration: none;
}

.block__stories__items .card {
  background: white;
  padding: 1rem 1rem 5rem;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.block__stories__items .card .thumbnail {
  border-radius: .25rem;
  width: 100%;
  height: auto;
}

.block__stories__items .card .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 332/256;
}

.block__stories__items .card .logo {
  width: auto;
  height: 48px;
  margin: 2rem auto;
  box-sizing: border-box;
}

.block__stories__items .card .logo--padded {
  padding: .5rem 0;
}

.block__stories__items .card .summary {
  font-size: 18px;
  color: #1C272C;
  letter-spacing: 0;
  text-align: center;
  line-height: 27px;
  margin-bottom: 16px;
}

.block__support {
  position: relative;
  overflow: hidden;
  padding: 0 1rem 6rem;
  margin-top: 6.25rem;
}

.block__support--skew {
  position: absolute;
  top: 55%;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: black;
  z-index: 0;
  transform: skewY(8deg);
  transform-origin: top left;
}

@media (max-width: 990px) {
  .block__support--skew {
    background-color: #F2F3F4;
  }
}

.block__support__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  z-index: 1;
  position: relative;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .block__support__wrapper {
    padding: 0;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 990px) {
  .block__support__media {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.block__support__media img {
  width: 100%;
  height: auto;
}

@media (max-width: 990px) {
  .block__support__content {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.block__support__summary {
  margin-bottom: 16px;
}

.block__video {
  margin: 0 50px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .block__video {
    margin: 10px;
  }
}

.block__video__wrapper {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .block__video__wrapper {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .block__video__wrapper div {
    width: 100%;
  }
}

.block__video__content {
  padding-top: 4.5rem !important;
}

@media (min-width: 768px) {
  .block__video__content {
    padding: 20px 0 20px 60px;
  }
}

@media (max-width: 1000px) {
  .block__video__content {
    padding: 0 0 20px;
  }
}

.block__video__header {
  color: #212c36;
}

.block__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

.block__steps__title {
  text-align: center;
  margin-bottom: 1rem;
  max-width: 964px;
}

@media only screen and (min-width: 768px) {
  .block__steps__title {
    margin-bottom: 1.5rem;
  }
}

.block__steps__description, .block__steps__description:last-of-type {
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 964px;
  line-height: 1.77;
}

@media only screen and (min-width: 768px) {
  .block__steps__description, .block__steps__description:last-of-type {
    margin-bottom: 2.5rem;
  }
}

.block__steps__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .block__steps__items {
    columns: 2;
  }
}

.block__steps__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.block__steps__item-bullet {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #7Ad3Ab;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .block__steps__item-bullet {
    width: 4rem;
    height: 4rem;
  }
}

.block__steps__item-icon {
  width: 2rem;
  height: 2rem;
}

.block__steps__item-description {
  width: calc(100% - 4rem);
}

.block__requirements {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90rem;
  margin: 0 auto;
}

.block__requirements__title {
  text-align: center;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
  .block__requirements__title {
    margin-bottom: 3rem;
  }
}

.block__requirements__panels {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  gap: 2rem;
}

@media only screen and (min-width: 1200px) {
  .block__requirements__panels {
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .block__requirements__primary {
    width: calc((100% - 2.5rem) / 3);
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) {
  .block__requirements__secondary {
    width: calc((100% - 2.5rem) / 3 * 2);
  }
}

.block__requirements__panel-title {
  text-align: center;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
  .block__requirements__panel-title {
    text-align: left;
    margin-bottom: 2.5rem;
  }
}

.block__requirements__primary-items, .block__requirements__secondary-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .block__requirements__primary-items, .block__requirements__secondary-items {
    row-gap: 1.5rem;
    column-gap: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .block__requirements__primary-items {
    flex-direction: column;
    height: 100%;
  }
}

.block__requirements__primary-item, .block__requirements__secondary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1rem;
  background-color: #7Ad3Ab;
  border-radius: 1rem;
  width: calc(50% - .5rem);
  box-sizing: border-box;
  gap: 1rem;
  border-radius: 1rem;
  box-shadow: 0rem 0.9375rem 1.5625rem 0rem rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1200px) {
  .block__requirements__primary-item {
    width: 100%;
    height: calc((100% - 1.5rem) / 2);
  }
}

.block__requirements__secondary-item:nth-child(4n+1), .block__requirements__secondary-item:nth-child(4n+4) {
  background-color: #ffffff;
}

.block__requirements__secondary-item:nth-child(4n+2), .block__requirements__secondary-item:nth-child(4n+3) {
  background-color: #2e3657;
}

.block__requirements__secondary-item:nth-child(4n+2) .block__requirements__item-label, .block__requirements__secondary-item:nth-child(4n+3) .block__requirements__item-label {
  color: white;
}

@media only screen and (min-width: 1200px) {
  .block__requirements__secondary-item {
    width: calc((100% - 2.5rem) / 2);
  }
}

.block__requirements__item-label {
  text-align: center;
  font-weight: 700;
  color: #1C272C;
}
