@font-face {
  font-family: Avenirlight;
  src: url('../fonts/avenir/Avenir-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AvenirMedium;
  src: url('../fonts/avenir/Avenir-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AvenirHeavy;
  src: url('../fonts/avenir/Avenir-Heavy.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AvenirBlack;
  src: url('../fonts/avenir/Avenir-Black.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AvenirBook;
  src: url('../fonts/avenir/Avenir-Book.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sfprotextthin';
  src: url('../fonts/SFProText/sf-pro-display-thin-webfont.woff2') format('woff2'),
       url('../fonts/SFProText/sf-pro-display-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sfprotextlight';
  src: url('../fonts/SFProText/sf-pro-text-light-webfont.woff2') format('woff2'),
       url('../fonts/SFProText/sf-pro-text-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sfprotext';
  src: url('../fonts/SFProText/sf-pro-text-regular-webfont.woff2') format('woff2'),
       url('../fonts/SFProText/sf-pro-text-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sfprotextmedium';
  src: url('../fonts/SFProText/sf-pro-display-medium-webfont.woff2') format('woff2'),
       url('../fonts/SFProText/sf-pro-display-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sfprotext';
  src: url('../fonts/SFProText/sf-pro-display-semibold-webfont.woff2') format('woff2'),
       url('../fonts/SFProText/sf-pro-display-semibold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'sfprotextheavy';
  src: url('../fonts/SFProText/sf-pro-display-heavy-webfont.woff2') format('woff2'),
       url('../fonts/SFProText/sf-pro-display-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sfprotextsemibold';
  src: url('../fonts/SFProText/sf-pro-display-semibold-webfont.woff2') format('woff2'),
       url('../fonts/SFProText/sf-pro-display-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "sfprotext", Roboto, sans-serif;
  font-weight: normal;
}

h1 {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 54px;
  line-height: 62px;
  font-weight: normal;
  margin: 0;
}

h2 {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  margin: 0;
  color: #446BB0;
}

p {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #212B35;
}

a.button,
button {
  background-color: #1DB0EE;
  color: #fff;
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 18px;
  height: 50px;
  padding: 0 48px;
  border: 0 none;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.section-a {
  background-color: #fff;
  width: 100%;
}

.section-a.nobg {
  background: transparent;
}

.home-wrapper {
  position: relative;
  max-width: 1098px;
  margin: 0 auto;
}

.home-wrapper.main {
  background-color: #D1EEFF;
  max-width: 1366px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  margin: 44px 0 66px;
}
.home-header {
  position: relative;
}
.h-home-line {
  background-image: url('/images/h-home-line.png');
  background-repeat: no-repeat;
  background-position: -58px center;
  position: absolute;
  bottom: -70px;
  left: 0;
  height: 182px;
  width: 100%;
  z-index: 2;
}
.home-grid {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* overflow: hidden; */
}
.home-grid .grid-a {
  max-width: 568px;
  padding: 12px 32px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home-grid .grid-a div {
  transform: rotate(-2deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.home-grid .grid-a div img[alt="Brand Image"] {
  max-width: 458px;
  width: 100%;
}
.home-grid .grid-a div img[alt="identity"] {
  max-width: 302px;
  width: 100%;
}
.home-grid .grid-a div span {
  display: block;
  text-align: center;
  max-width: 458px;
  width: 100%;
}
.home-grid .grid-b {
  background-color: #fff;
  position: relative;
  width: 230px;
  min-height: 475px;
  padding: 56px 0 0 64px;
  flex: none;
  z-index: 3;
}
.home-v-dot-line {
  background-image: url('/images/vline-home.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 12px;
  height: 902px;
  width: 4px;
  z-index: 3;
}
.home-grid .grid-b ul {
  list-style-type: none;
  margin: 60px 0 0 0;
  padding: 0;
}
.home-grid .grid-b ul li {
  position: relative;
}
.home-grid .grid-b ul li a {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 16px;
  line-height: 54px;
  color: #1DB0EE;
  text-decoration: none;
}
.home-grid .grid-b ul li.active a {
  font-weight: bold;
  color: #3971B7;
}
.submenu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 268px;
  min-height: 195px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 26px 24px 4px !important;
  list-style-type: none;
  z-index: 2;
  display: none;
}
.submenu li {
  margin-bottom: 26px;
}
.submenu li a {
  font-family: "sfprotext", Roboto, sans-serif !important;
  font-size: 16px !important;
  line-height: 19px !important;
}
.home-grid .grid-b ul li.has-sub .submenu {
  margin: 45px 0 0 0;
}
.home-grid .grid-b ul li.has-sub:hover .submenu {
  display: block;
}
.home-grid .grid-c {
  max-width: 568px;
  padding: 30px 0 0 50px;
}
.home-grid .grid-c div {
  transform: rotate(-2deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.home-grid .grid-c div img[alt="Infrastructure Image"] {
  max-width: 390px;
  width: 100%;
}
.home-grid .grid-c div img[alt="Infrastructure"] {
  max-width: 424px;
  width: 100%;
}
.home-grid .grid-c div span {
  display: block;
  text-align: center;
  max-width: 340px;
  margin-top: 44px;
  width: 100%;
}
.home-business {
  position: relative;
  background-color: #fff;
  min-height: 430px;
  display: flex;
  justify-content: space-between;
}
.home-business .bg {
  background-color: #fff;
  position: absolute;
  top: -24px;
  left: 0;
  width: 100.6%;
  height: 100%;
  transform: rotate(-2deg);
}
.home-business .img-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 588px;
  padding-top: 10px;
  z-index: 1;
}
.home-business .img-wrapper img {
  max-width: 509px;
  max-height: 295px;
}
.home-business .txt-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 24px 0 0 52px;
  width: 780px;
  z-index: 1;
}
.home-business .txt-wrapper .txt {
  transform: rotate(-2deg);
}
.home-business .txt-wrapper h2 {
  font-size: 30px;
  line-height: 54px;
  color: #3971B7;
  margin: 0 0 17px;
}
.home-business .txt-wrapper p {
  font-size: 15px;
  line-height: 28px;
  max-width: 609px;
  color: #212B35;
  margin: 0 0 56px;
}
.home-business .txt-wrapper .btn-wrapper {
  max-width: 609px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-business .txt-wrapper .exp {
  width: 216px;
}
.home-business .txt-wrapper .exp strong {
  font-family: "AvenirHeavy";
  font-size: 49px;
  line-height: 67px;
  color: #3971B7;
  display: block;
}
.home-business .txt-wrapper .exp span {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 21px;
  line-height: 24px;
  color: #627381;
  display: block;
}
.sub-page .header {
  margin: 44px 0 26px;
}
.sub-page h1 {
  font-family: "sfprotextsemibold", Roboto, sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 65px;
  color: #446BB0;
}
.sub-page p {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #454545;
  margin: 8px 0 40px 0;
}

.nav__menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  padding: 26px 32px 26px 30px;
  transition: .3s;
  z-index: 10;
  font-size: 16px;
  line-height: 28px;
  color: #625226;
  overflow: auto;
  display: none;
}

.nav__menu .site-logo .logo {
  width: 74px;
}

.site-logo.mobile {
  display: none;
}

.nav__menu ul {
  list-style-type: none;
  margin: 12px 0 48px;
  padding: 0;
}

.nav__menu ul li ul {
  margin: 0;
}

.nav__menu ul li.lvl-1 a {
  font-family: "sfprotext", Roboto, sans-serif;
  font-size: 14px;
  line-height: 46px;
  text-decoration: none;
  color: #212B35;
}

.nav__menu ul li.lvl-1 ul li a {
  color: #627381;
  padding-left: 20px;
}

.nav__menu p,
.sub-page .nav__menu p {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #627381;
  margin: 134px 0 20px;
}

.nav__close {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
}

.show-menu {
  right: 0;
}

.nav-menu {
  padding-bottom: 34px;
}
.nav-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 468px; /*  724px; */
  display: flex;
  justify-content: space-between;
}
.nav-menu ul .submenu {
  display: none;
  width: 268px;
  top: 34px;
  left: 22px;
}
.nav-menu ul li.main-li:hover .submenu {
  display: block;
}
.nav-menu ul li {
  position: relative;
  flex: none;
}
.nav-menu ul li .submenu li a {
  padding: 0;
  height: auto;
}
.nav-menu ul li div {
  background-color: #fff;
  display: none;
  z-index: 3;
}
.nav-menu ul li a {
  font-family: "sfprotext", Roboto, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #627381;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 26px;
  box-sizing: content-box;
  justify-content: space-between;
}

.nav-menu ul li > a {
  position: relative;
}
.nav-menu ul li > a span.block {
  background-color: #59C5F2;
  position: absolute;
  left: -4%;
  bottom: 0;
  height: 10px;
  width: 108%;
  display: none;
}
.nav-menu ul li.active > a {
  font-weight: bold;
  color: #446BB0;
}

.nav-menu ul li.li-menu:hover div {
  display: flex;
}

.nav-menu ul li.li-menu:hover > a {
  background-color: #59C5F2;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.nav-menu ul li.li-menu:hover > a::before {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -8px;
  content: "";
  width: 8px;
  height: 100%;
  border-radius: 0 0 10px 0;
  z-index: 1;
}
.nav-menu ul li.li-menu:hover > a::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  content: "";
  width: 8px;
  height: 100%;
  border-radius: 0 0 0 10px;
  z-index: 1;
}
.nav-menu ul li.li-menu:hover > a span.block {
  display: block;
}

.sub-menu {
  background-color: #fff;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  min-height: 270px;
  border: 2px solid #59C5F2;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.sub-menu a {
  width: 208px;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sub-menu a label {
  font-family: "AvenirMedium";
  color: #446BB0;
  font-size: 18px;
}
.sub-menu a span {
  font-family: "AvenirMedium";
  color: #454545;
  font-size: 16px;
  line-height: 21px;
}
.sub-menu a img {
  width: 65px;
}
.identity .i1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.identity .i1 h1 {
  color: #446BB0;
  width: 480px;
}

.identity .i1 img {
  width: 100%;
  max-width: 574px;
}

.identity .i1 h1 span {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 52px;
  color: #1DB0EE;
}

.identity .i1 div {
  max-width: 575px;
}

.identity .i1 div p {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 44px;
}

.identity .i1 div strong {
  font-family: AvenirHeavy;
  font-size: 49px;
  line-height: 67px;
  color: #3971B7;
}

.identity .i1 div span {
  font-family: AvenirMedium;
  font-size: 21px;
  line-height: 24px;
  color: #698099;
}

.identity .i2 {
  width: 546px;
  margin-top: -202px;
}
.identity .i2 label {
  font-family: AvenirLight;
  font-size: 31px;
  line-height: 54px;
  margin: 0 0 9px 0;
  color: #1F282E;
}

.identity .i2 p {
  font-family: AvenirMedium;
  font-size: 16px;
  line-height: 28px;
  color: #627381;
  margin: 0 0 50px;
}

.business {
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 68px;
}

.business .b1 {
  max-width: 882px;
  margin: 0 auto;
  text-align: center;
}

.business .b1 h2 {
  margin-bottom: 20px;
}

.business .b1 p {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #212B35;
  margin: 0;
}

.business .b2 {
  position: relative;
  max-width: 1068px;
  margin: 0 auto;
}

.business .b2 .vline {
  position: absolute;
  top: -72px;
  left: 50%;
}

.business .b2 .hline {
  position: absolute;
  top: 50%;
  left: -78px;
}

.business .b2 .chartgrp1,
.business .b2 .chartgrp2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.business .b2 .chartgrp1 {
  margin: 92px 0 61px;
}


.business .b2 .chart {
  width: 500px;
  padding: 58px 42px 80px;
  display: flex;
  flex-direction: column;
  border: 1px solid #59C5F2;
  border-radius: 20px;
  align-items: center;
  min-height: 447px;
  text-decoration: none;
}


.business .b2 .chart div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex: none;
}

.business .b2 .chart label {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 26px;
  line-height: 24px;
  color: #1DB0EE;
  margin: 44px 0 36px 0;
  cursor: pointer;
}

.business .b2 .chart p {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #212B35;
  text-align: center;
  margin: 0;
}

.business .b2 .chart.c {
  padding-top: 62px;
}
.business .b2 .chart.d {
  padding-top: 66px;
}
.business .b2 .chart.b strong {
  font-size: 34px;
  line-height: 40px;
}

.section-b {
  width: 100%;
}

.help {
  background-image: url('/images/help-lines.png');
  background-position: center -72px;
  background-repeat: no-repeat;
  background-size: initial;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 60px;
}

.help .hcontent {
  position: relative;
  width: 1068px;
  margin: 0 auto;
  padding-top: 132px;
}

.help .hcontent h2 {
  position: absolute;
  top: 130px;
  right: 40px;
}

.help .help-info {
  display: flex;
  justify-content: space-between;
  padding: 0 0 108px 62px;
}

.help .help-info div {
  width: 416px;
  padding-top: 72px;
}

.help .help-info div p {
  margin: 0 0 68px;
}

.section-c {
  width: 100%;
  padding-top: 140px;
}

.technology {
  background-image: url('/images/tech-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
  max-width: 1366px;
  min-height: 834px;
  margin: 0 auto;
}

.technology .tech-content {
  position: relative;
  max-width: 1172px;
  margin: 0 auto;
}

.technology .tech-content .t1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 108px;
}

.technology .tech-content .tech-head {
  position: absolute;
  top: 200px;
  right: 85px;
  width: 344px;
}
.technology .tech-content .tech-head label {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  margin: 0;
}
.technology .tech-content h2 {
  font-family: "sfprotextheavy", Roboto, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 13px;
}

.technology .tech-content .t1 div {
  width: 430px;
  padding-right: 86px;
}
.technology .tech-content .t1 p {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #212B35;
  margin: 240px 0 58px;
}

.technology .tech-content .t1 div {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.technology .tech-content .t1 div a.button {
  background-color: #fff;
  color: #1DB0EE;
}

.section-d {
  width: 100%;
  padding: 116px 0 138px;
}

.work {
  max-width: 1068px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.work h2 {
  margin-bottom: 24px;
}

.work p {
  margin-bottom: 48px;
}
.sub-page h3 {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 22px;
  line-height: 25px;
}
.sub-page div.sub-head {
  position: relative;
}
.sub-page .services {
  overflow: hidden;
}
.sub-page .head-content {
  display: flex;
  margin-bottom: 70px;
}
.sub-page .head-content div {
  width: 486px;
  flex: none;
}
.sub-page .head-content div p {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 18px;
  line-height: 33px;
  margin: 0;
}
.sub-page .head-content div p.hp1 {
  margin-bottom: 30px;
}
.sub-page .head-content div p.hp2 {
  margin-bottom: 48px;
}
.sub-page .head-content div h3 {
  margin-bottom: 12px;
}
.sub-page .head-content img {
  margin-top: -148px;
  width: 100%;
  max-width: 708px;
  height: 472px;
}
.sub-page .fulfillment .head-content img {
  margin-top: -143px;
  width: 100%;
  max-width: 663px;
  height: 441px;
}
.sub-page .fulfillment .head-content div {
  width: 415px;
}
.sub-page .inventory .head-content {
  max-width: 903px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.sub-page .inventory .head-content img {
  width: 100%;
  max-width: 463px;
  height: auto;
  margin: 0;
}
.sub-page .inventory .head-content div {
  max-width: 385px;
}
.sub-page .inventory .head-content div p {
  margin: 0;
  font-size: 18px;
  line-height: 33px;
}
.sub-page .inventory .sub-head p {
  margin: 8px 0 18px 0;
}
.sub-page .shipping .head-content {
  max-width: 1108px;
  justify-content: space-between;
}
.sub-page .shipping .head-content div {
  width: 447px;
}
.sub-page .shipping .head-content div p.sp1 {
  margin-bottom: 39px;
}
.sub-page .shipping .head-content img {
  max-width: 599px;
  height: 267px;
  margin-top: -78px;
}
.sub-page .shipping p {
  margin: 8px 0 65px 0;
}
.section-content {
  width: 100%;
}

.section-content .bgtop {
  background-image: url('/images/business-lines.png');
  background-position: -68px -66px;
  background-repeat: no-repeat;
  background-size: initial;
  position: relative;
  max-width: 1366px;
  height: 54px;
  margin: 0 auto;
  z-index: 2;
}

.section-content .bgbottom {
  background-image: url('/images/business-lines-bottom.png');
  background-position: -68px -66px;
  background-repeat: no-repeat;
  background-size: initial;
  max-width: 1366px;
  height: 70px;
  margin: 0 auto;
}

.content {
  position: relative;
  max-width: 1156px;
  margin: 0 auto;
}
.section-content.services {
  overflow: hidden;
}
.services .sgrid {
  display: flex;
  justify-content: space-between;
  padding: 178px 0 140px;
  margin-bottom: 72px;
}
.services .stext {
  width: 300px;
}
.services .stext h1 {
  font-family: "sfprotextsemibold", Roboto, sans-serif;
  font-size: 35px;
  line-height: 52px;
  color: #343A40;
  width: 92%;
  margin: 0 0 26px;
}
.services .stext p {
  font-size: 16px;
  line-height: 30px;
  color: #454545;
}
.services .box {
  position: relative;
  width: 730px;
}
.services .box .vline {
  position: absolute;
  top: -107px;
  left: 50%;
}

.services .box .hline {
  position: absolute;
  top: 50%;
  left: -72px;
}
.services .box .sbox-a,
.services .box .sbox-b {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.services .box .sbox-a {
  margin: 0 0 73px;
}

.services .box .chart {
  width: 332px;
  padding: 54px 22px 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #59C5F2;
  border-radius: 20px;
  align-items: center;
  min-height: 368px;
  text-decoration: none;
}

.services .box .chart div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex: none;
}

.services .box .chart label {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #1DB0EE;
  margin: 36px 0 28px 0;
  cursor: pointer;
}

.services .box .chart p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.services .box .chart.a img {
  width: 34px;
  height: 34px;
}
.services .box .chart.b img {
  width: 38px;
  height: 38px;
}
.services .box .chart.c img {
  width: 38px;
}
.services .box .chart.d img {
  width: 48px;
}
.services .box .chart.d {
  padding-top: 52px;
}
.services .box .chart.b strong {
  font-size: 34px;
  line-height: 40px;
}
.services .logistics {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.services .logistics img {
  width: 100%;
  max-width: 570px;
  margin-top: -72px;
}
.services .logistics p {
  width: 460px;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #454545;
}
.services .shead {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}
.services .shead h3 {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 22px;
  line-height: 25px;
  width: 460px;
  margin: 0 0 22px;
}
.services .shead span {
  display: block;
  width: 570px;
}

.content.fulfillment .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 892px;
  margin: 14px 0 80px;
  z-index: 1;
}

.content.fulfillment .top p {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 24px;
  line-height: 40px;
  width: 415px;
  color: #454545;
  margin: 50px 0 0 0;
}

.content.order {
  margin: 72px auto 0px;
  max-width: 1098px;
}

.content.shipping {
  margin: 0 auto 0px;
  max-width: 1098px;
}

.content.tech {
  margin: 0 auto 0px;
  max-width: 1098px;
}

.content.order .top,
.content.inventory .top,
.content.tech .top,
.content.shipping .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 14px 0 0;
  z-index: 1;
}

.content.inventory .top {
  margin: -56px 0 10px;
  align-items: center;
}

.content.shipping .top {
  margin: 66px 0 56px;
  align-items: flex-end;
}

.content.tech .top {
  margin: -66px 0 0;
  align-items: center;
}

.content.order .top p,
.content.inventory .top p,
.content.shipping .p1,
.content.shipping .top p,
.content.tech .p1,
.content.tech .top p {
  position: relative;
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 24px;
  line-height: 40px;
  width: 298px;
  color: #454545;
  margin: 50px 0 0 0;
  flex: none;
  z-index: 1;
}

.content.shipping .p1 {
  width: 100%;
  margin: 0 0 68px 0;
}

.content.tech .p1 {
  width: 100%;
  max-width: 874px;
  margin: -78px 0 68px;
}

.content.inventory .top p {
  width: 428px;
  margin: 0;
}

.content.shipping .top p,
.content.tech .top p {
  width: 415px;
  margin: 0;
  padding-bottom: 12px;
}

.content.inventory .top img {
  margin-left: -26px;
}

.content.order .top img {
  margin: -132px 0 0 -68px;
}

.txt-content {
  position: relative;
  max-width: 1098px;
  margin: 0 auto;
  line-height: 28px;
}
.fulfillment .txt-content {
  padding: 84px 0 80px;
}
.shipping .txt-content {
  padding: 73px 0 80px;
}

.content.order .txt-content,
.content.inventory .txt-content,
.content.shipping .txt-content,
.content.tech .txt-content {
  max-width: 100%;
}
.content.inventory .txt-content {
  padding-top: 103px;
}
.txt-content .img2 {
  position: absolute;
  top: -230px;
  right: -80px;
}

.txt-content h2 {
  font-family: "AvenirHeavy";
  font-size: 32px;
  line-height: 54px;
  color: #446BB0;
  margin: 0 0 35px;
}

.txt-content h3 {
  position: relative;
  font-family: "sfprotext", Roboto, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #454545;
  margin: 0 0 8px;
  z-index: 1;
}

.txt-content p {
  position: relative;
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  margin: 0;
  z-index: 1;
}

.txt-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 22px;
}
.inventory .txt-content ul {
  padding: 0;
}
.txt-content ul li {
  font-family: "sfprotextlight", Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #454545;
}

.txt-content .col {
  display: flex;
  justify-content: space-between;
}

.txt-content .col div {
  max-width: 438px;
}
.txt-content .col img {
  flex: none;
  width: 610px;
}
.txt-content .p1 {
  max-width: 425px;
}

.trdparty {
  background-color: #F6F7F7;
  margin: 80px 0 86px;
}
.trdparty div {
  max-width: 1098px;
  margin: 0 auto;
  padding: 74px 0 86px 0;
}
.trdparty div h3 {
  font-family: "sfprotext", Roboto, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
}
.trdparty div span {
  padding: 38px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trdparty div p {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #454545;
}

.footer {
  background-image: url('/images/footer-bg.png');
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: initial;
  max-width: 1366px;
  margin: 0 auto;
  height: 358px;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  box-sizing: content-box;
}

.footer-content {
  padding: 134px 0 0;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.footer ul li {
  margin-right: 40px;
  display: inline-block;
}
.footer ul li a {
  font-family: "sfprotextmedium", Roboto, sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
}

.footer ul li.active a {
  font-weight: bold;
  color: #446BB0;
}

.footer .site-logo {
  display: inline-block;
}

.footer .site-logo img {
  width: 80px;
}

.footer p.copyright {
  font-size: 14px;
  line-height: 16px;
  color: #ddd;
  margin: 18px 0 52px;
  text-align: center;
  display: block;
}

.footer .social-logo {
  width: 248px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .social-logo span {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .social-logo span img {
  width: 34px;
}

.nav__btns{
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.nav__toggle{
  display: inline-flex;
  font-size: 1.25rem;
  cursor: pointer;
  color: #fff;
}

@media only screen and (max-width: 1148px) {
  .site-logo.mobile {
    position: absolute;
    top: 24px;
    left: 25px;
    display: block;
  }
  .site-logo img,
  .site-logo.mobile img {
    width: 82px;
  }
  .nav__btns {
    display: block;
    top: 6px;
    right: 6px;
  }
  .nav__btns.home {
    display: block;
    top: 30px;
    right: 30px;
  }
  .section-a.home {
    padding: 0;
  }
  .home-grid {
    flex-direction: column;
    align-items: center;
    padding: 118px 0 88px;
    overflow: hidden;
  }
  .home-grid .grid-a,
  .home-grid .grid-c {
    padding: 0;
  }
  .home-grid .grid-a {
    margin-bottom: 82px;
  }
  .home-grid .grid-a div,
  .home-grid .grid-c div {
    transform: initial;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .h-home-line {
    bottom: inherit;
    top: 44%;
  }
  .home-grid .grid-b {
    display: none;
  }
  .home-grid .grid-a div img[alt="Brand Image"] {
    margin-top: -40px;
  }
  .home-grid .grid-c div span {
    margin-bottom: 20px;
  }
  .home-business .img-wrapper,
  .home-business .bg {
    display: none;
  }
  .home-business .txt-wrapper {
    width: 100%;
    padding: 118px 24px 98px;
    max-width: 882px;
    margin: 0 auto;
  }
  .home-business .txt-wrapper .txt {
    transform: initial;
  }
  .home-business .txt-wrapper p {
    max-width: 100%;
  }
  .home-business .txt-wrapper .exp {
    position: absolute;
    top: 26px;
    right: 12px;
    text-align: center;
  }
  .sub-page .header {
    margin: 24px 0 28px;
    min-height: 52px;
  }
  .nav-menu {
    display: none;
  }
  .nav__menu {
    display: block;
  }
  .section-a {
    padding: 0 24px;
  }
  .identity .i1 {
    display: block;
  }
  .identity .i1 h1 {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
  .identity .i1 h1 span {
    display: block;
  }
  .identity .i1 div {
    width: 100%;
    margin: 0 auto;
  }
  .identity .i2 {
    margin: 0;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
  }
  .identity .i1 div p {
    align-items: flex-end;
  }
  .identity .i1 div strong {
    width: 188px;
    text-align: center;
  }
  .business {
    background-image: url('/images/business-lines.png');
    background-position: -68px -66px;
    background-repeat: no-repeat;
    background-size: initial;
    padding-top: 122px;
  }
  .business .b1,
  .business .b2 {
    padding: 0 24px;
  }
  .business .b1 p {
    margin: 0 0 60px;
  }
  .business .b2 .vline,
  .business .b2 .hline {
    display: none;
  }

  .business .b2 {
    padding: 0 24px 30px;
    max-width: 500px;
  }
  .business .b2 .chartgrp1,
  .business .b2 .chartgrp2 {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  .business .b2 .chart {
    margin-bottom: 60px;
    min-height: 368px;
    padding: 50px 22px 62px;
  }
  .business .b2 .chart.a,
  .business .b2 .chart.b,
  .business .b2 .chart.c,
  .business .b2 .chart.d {
    display: block;
    width: 100%;
  }
  .business .b2 .chart.a div,
  .business .b2 .chart.b div,
  .business .b2 .chart.c div,
  .business .b2 .chart.d div {
    background: transparent;
    height: auto;
    width: 100%;
  }
  .business .b2 .chart.c img,
  .business .b2 .chart.d img {
    margin-bottom: 16px;
  }
  .business .b2 .chart.c p,
  .business .b2 .chart.d p {
    padding: 0;
  }
  .business .b2 .chart.a p,
  .business .b2 .chart.b p,
  .business .b2 .chart.c p,
  .business .b2 .chart.d p {
    width: 100%;
    margin: 26px 0 0;
    text-align: center;
  }
  .section-c {
    padding: 0;
  }
  .help {
    background-position: center -70px;
    padding: 120px 0 0;
  }
  .help .help-info {
    margin: 0;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 72px;
  }
  .help .help-info div {
    width: 100%;
    max-width: 882px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .help .help-info div p {
    margin: 0 0 50px;
  }
  .help .help-info img {
    max-width: 510px;
    width: 100%;
  }
  .help .hcontent {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .help .hcontent h2 {
    position: relative;
    top: 0;
    right: inherit;
    margin-bottom: 25px;
  }
  .technology {
    padding: 0 24px;
    background-position: center 0;
  }
  .technology .tech-content .tech-head {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .technology .tech-content .tech-head label {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .technology .tech-content .t1 {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 882px;
    margin: -10px auto 0;
    padding-top: 0;
  }
  .technology .tech-content .t1 img {
    max-width: 460px;
    width: 100%;
  }
  .technology .tech-content h2 {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 105px;
  }
  .technology .tech-content .t1 div {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .technology .tech-content .t1 p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 46px;
  }
  .work {
    padding: 0 40px
  }
  .section-content .bgtop {
    background-position: center -66px;
  }
  .section-content .bgbottom {
    background-position: center -66px;
  }
  .section-content.services {
    overflow: inherit;
  }
  .sub-page .services {
    overflow: inherit;
  }
  .sub-page .head-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 104px;
  }
  .sub-page .inventory .head-content {
    flex-direction: column;
    margin-bottom: 54px;
  }
  .sub-page .inventory .head-content div {
    max-width: 100%;
  }
  .sub-page .head-content div {
    width: 100%;
    text-align: center;
  }
  .sub-page .head-content div button {
    margin: 0 auto;
  }
  .sub-page .head-content img {
    margin-top: 0;
    height: auto;
  }
  .sub-page .shipping .head-content img {
    margin-top: 0;
    height: auto;
  }
  .sub-page .shipping .head-content div {
    width: 100%;
    margin-top: 44px;
  }
  .services .sgrid {
    flex-wrap: wrap;
    padding: 108px 0 108px;
    margin: 0;
  }
  .services .box .vline,
  .services .box .hline {
    display: none;
  }
  .services .stext {
    width: 100%;
    padding: 0 38px;
  }
  .services .stext h1 {
    text-align: center;
    width: 100%;
  }
  .services .stext p {
    margin-bottom: 80px;
    text-align: center;
  }
  .services .box {
    width: 100%;
    padding: 0 20px;
  }
  .services .box .sbox-a, .services .box .sbox-b {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .services .box .chart {
    margin-bottom: 40px;
  }
  .services .box .chart.d {
    margin-bottom: 0;
  }
  .services .shead {
    flex-wrap: wrap;
    text-align: center;
    padding: 75px 20px 0;
  }
  .services .shead h3 {
    line-height: 30px;
    width: 100%;
    margin: 0 0 10px;
    color: #454545;
  }
  .services .shead span {
    display: none;
  }
  .services .logistics {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 38px 62px;
  }
  .services .logistics p {
    width: 100%;
    text-align: center;
  }
  .services .logistics img {
    margin-top: 0;
  }
  .sub-page .fulfillment .head-content div {
    width: 100%;
  }
  .sub-page .fulfillment .head-content img {
    margin-top: 0;
    height: auto;
  }
  .sub-page .fulfillment .head-content div p.hp1 {
    margin: 0;
  }
  .content.fulfillment .top,
  .content.inventory .top,
  .content.shipping .top,
  .content.tech .top {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 78px;
    padding: 0 24px;
  }
  .content.shipping .top {
    flex-direction: column-reverse;
    margin: 32px 0 46px;
  }
  .content.tech .top {
    flex-direction: column-reverse;
    margin: 0 0 78px;
  }
  .content.fulfillment .top p,
  .content.inventory .top p,
  .content.shipping .top p,
  .content.order .top p,
  .content.tech .top p {
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 0;
  }
  .content.tech .top p {
    margin: 0 0 66px;
  }
  .content.shipping .p1,
  .content.tech .p1 {
    padding: 0 24px;
    text-align: center;
    font-size: 18px;
    line-height: 33px;
  }
  .content.tech .p1 {
    max-width: 100%;
  }
  .content.order {
    margin: 82px auto 0px;
  }
  .content.order .top {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin: 0 0 78px;
    padding: 0 24px;
  }
  .content.order .top img,
  .content.invetory .top img,
  .content.shipping .top img,
  .content.tech .top img {
    margin: 0;
    max-width: 92%;
  }
  .content.shipping .top img {
    margin: 0 0 44px;
  }
  .content.tech .top img {
    margin: -40px 0 0;
  }
  .txt-content {
    padding: 0 24px;
  }
  .fulfillment .txt-content {
    padding: 84px 24px 80px;
  }
  .shipping .txt-content {
    padding: 73px 24px 80px;
}
  .txt-content .col {
    flex-direction: column;
    overflow: hidden;
  }
  .txt-content .col div {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
  .txt-content .p1 {
    max-width: 100%;
  }
  .txt-content .img2 {
    display: none;
  }
  .trdparty {
    margin: 72px 0 70px;
  }
  .trdparty div {
    padding: 74px 24px 58px;
  }
  .trdparty div span {
    padding: 34px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .trdparty div span img {
    margin-bottom: 26px;
  }
  .trdparty div span img:nth-child(1) {
    width: 118px;
  }
  .trdparty div span img:nth-child(2) {
    width: 186px;
  }
  .trdparty div span img:nth-child(3) {
    width: 150px;
  }
  .trdparty div span img:nth-child(4) {
    width: 122px;
  }
}

@media only screen and (max-width: 600px) {
  h2 {
    font-family: "AvenirMedium";
  }
  .section-a {
    background-image: url('/images/city-bg-mobile.png');
    background-position: -118px 0;
  }
  .identity .i1 h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .identity .i1 h1 span {
    font-size: 30px;
    line-height: 34px;
  }
  .identity .i1 div {
    text-align: center;
  }
  .identity .i1 img {
    max-width: 270px;
  }
  .identity .i1 div strong {
    font-size: 30px;
    line-height: 41px;
    width: 106px;
  }
  .identity .i1 div span {
    font-size: 13px;
    line-height: 24px;
  }
  .identity .i1 div p {
    width: 270px;
    margin: 6px auto 0;
  }
  .identity .i2 label {
    width: 174px;
    font-size: 21px;
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
  }
  .identity .i2 p {
    font-size: 14px;
    line-height: 26px;
  }
  .business {
    background-image: url('/images/business-lines-mobile.png');
    background-position: center -36px;
  }
  .business .b1 h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 auto 15px;
  }
  .business .b1 p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 50px;
  }
  .business .b2 .chart.a img {
    width: 34px;
    height: 34px;
  }
  .business .b2 .chart.b img {
    width: 38px;
    height: 38px;
  }
  .business .b2 .chart.c img {
    width: 38px;
  }
  .business .b2 .chart.d img {
    width: 48px;
  }
  .technology {
    background-position: 0 center;
  }
  .technology .tech-content .tech-head label {
    text-align: center;
  }
  .sub-page h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .sub-page p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 18px 0;
  }
  .content.shipping .top {
    margin: 32px 0 46px;
  }
  .content.fulfillment .top p {
    font-size: 18px;
    line-height: 33px;
  }
  .content.fulfillment .top img {
    max-width: 412px;
    width: 100%;
    margin: 0;
  }
  .content.order .top img {
    max-width: 375px;
    width: 100%;
    margin: 0;
  }
  .content.inventory .top img {
    max-width: 352px;
    width: 100%;
    margin: 0;
  }
  .content.tech .top img {
    max-width: 392px;
    width: 100%;
    margin: 0;
  }
  .content.order .top p,
  .content.inventory .top p,
  .content.shipping .p1,
  .content.shipping .top p,
  .content.tech .p1,
  .content.tech .top p {
    font-size: 18px;
    line-height: 33px;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .content.shipping .p1,
  .content.tech .p1 {
    margin: 0 0 70px;
  }
  .txt-content h2 {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 24px;
  }
  .txt-content h3 {
    font-size: 20px;
  }
  .txt-content p {
    font-size: 16px;
  }
  .trdparty div h3 {
    font-size: 20px;
  }
  .footer {
    position: relative;
    height: 440px;
    background-position: -368px 0;
  }
  .footer .social-logo span {
    position: absolute;
    top: 112px;
    right: 58px;
  }
  .footer-content {
    padding: 112px 0 0;
    width: 100%;
  }
  .footer ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer p.copyright {
    text-align: left;
    margin: 20px 0 16px;
  }
  .footer .social-logo {
    margin: 0;
  }
  .footer ul li {
    margin-right: 0;
  }
}

@media only screen and (max-width: 425px) {
  .home-wrapper.main {
    background-image: url('/images/home-mobile-bg.png');
    background-color: #fff;
    background-repeat: no-repeat;
  }
  .home-business .txt-wrapper .exp {
    top: -4px;
    right: 0;
    width: 180px;
  }
  .home-business .txt-wrapper .exp strong {
    font-size: 40px;
    line-height: 55px;
  }
  .home-business .txt-wrapper .exp span {
    font-size: 16px;
    line-height: 24px;
  }
  .home-grid {
    padding: 118px 0 88px;
    height: 708px;
  }
  .home-grid .grid-c div span {
    margin-top: 0;
  }
  .h-home-line {
    background-image: url('/images/h-home-line-mobile.png');
    background-position: -278px center;
    transform: initial;
    top: 36%;
  }
  .home-grid .grid-a div img[alt="identity"] {
    max-width: 204px;
  }
  .home-grid .grid-a div img[alt="Brand Image"] {
    max-width: 254px;
    margin-top: -25px;
  }
  .home-grid .grid-c div img[alt="Infrastructure"] {
    max-width: 285px;
  }
  .home-grid .grid-c div img[alt="Infrastructure Image"] {
    max-width: 232px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .home-business .txt-wrapper h2 {
    font-size: 22px;
    line-height: 28px;
    max-width: 190px;
  }
  .home-business .txt-wrapper p {
    font-size: 16px;
    line-height: 30px;
  }
  .business .b2 .chart.a, .business .b2 .chart.b, .business .b2 .chart.c, .business .b2 .chart.d {
    margin-bottom: 50px;
  }
  .business .b2 .chart label {
    margin: 36px 0 28px 0;
    font-size: 22px;
    line-height: 24px;
  }
  .business .b2 .chart.a p, .business .b2 .chart.b p, .business .b2 .chart.c p, .business .b2 .chart.d p {
    margin: 0;
  }
  .technology .tech-content h2 {
    font-family: "sfprotextmedium", Roboto, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 7px;
  }
  .technology .tech-content .tech-head label {
    font-size: 20px;
    line-height: 29px;
  }
  .section-d {
    padding: 86px 0 92px;
  }
  .work p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .help {
    background-image: url("/images/help-lines-mobile.png");
    background-position: center -72px;
  }
  .help .help-info div p {
    font-size: 14px;
    line-height: 24px;
  }
  .sub-page .head-content div p.hp1 {
    font-size: 16px;
    margin: 7px 0 27px;
  }
  .sub-page .fulfillment .head-content div p.hp1 {
    font-size: 18px;
    line-height: 33px;
  }
  .sub-page .head-content div h3 {
    display: block;
    margin: 0 0 12px;
  }
  .sub-page .head-content div p.hp2 {
    font-size: 16px;
  }
  .services .stext h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .footer ul li {
    margin-right: 30px;
  }
  .footer ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 365px) {
  .business .b2 {
    padding: 0 14px;
    background-position: 16px 74px;
  }
  .business .b2 .chart p {
    font-size: 12px;
  }
  .footer {
    padding: 0 14px;
  }
  .footer ul li {
    margin-right: 0;
  }
  .footer .copyright p {
    font-size: 12px;
  }
}