* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  min-width: 400px;
  height: 100%;
  font-size: 16px;
  font-family: 'Gilroy', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	white-space: nowrap;
	overflow: hidden;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1440px) {
  .container {
    padding: 0;
  }
}
.section-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--dark-green);
}
.section-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1.3125rem 0 rgba(40, 163, 161, 0.25);
}
@media (min-width: 960px) {
  .section-title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1440px) {
  .section-title {
    font-size: 1.875rem;
  }
}
.section-button {
  display: block;
  padding: 0.7625rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--dark-green);
}
@media (min-width: 960px) {
  .section-button {
    padding: 1.16875rem;
    font-size: 1.25rem;
  }
  .section-button:hover {
    background-color: var(--light-green);
  }
}

.background-overflow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 697px;
  background-image: url('../image/customs-clearance/promo/mobile-background.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}
.background-overflow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(89.56deg, rgba(255, 255, 255, 0.3) 0.4%, rgba(255, 255, 255, 0) 101.75%);
  z-index: -1;
}
@media (min-width: 670px) {
  .background-overflow:before {
    background-image: url('../image/customs-clearance/promo/tablet-background.png');
  }
}
@media (min-width: 960px) {
  .background-overflow:before {
    height: 654px;
    background-image: url('../image/customs-clearance/promo/tablet-background.png');
  }
  .background-overflow::after {
    background-image: linear-gradient(89.56deg, #fff 0.4%, rgba(255, 255, 255, 0) 101.75%);
  }
}
@media (min-width: 1440px) {
  .background-overflow:before {
    height: 760px;
    background-image: url('../image/customs-clearance/promo/desktop-background.png');
  }
  .background-overflow::after {
    background-image: linear-gradient(89.56deg, #fff 0.4%, rgba(255, 255, 255, 0) 101.75%);
  }
}