.btn-primary_ {
  background: #fff;
  padding: 0.9em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  height: 60px;
  width: 191px;
  font-size: 14px;
  cursor: pointer;
}
.btn-primary_:hover {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .btn-primary_ {
    width: 100px;
  }
}

.input {
  position: relative;
  margin-bottom: 1em;
}
.input input[type=text],
.input input[type=email] {
  display: block;
  position: relative;
  padding: 1em 20px;
  border: none;
  border-radius: 50px;
  width: 100%;
  height: 60px;
  font-size: 15px;
  background: #ffffff17;
  border: 1px solid #36658e;
  color: #fff;
  z-index: 0;
}
.input input[type=text]::-webkit-input-placeholder, .input input[type=text]::-webkit-input-placeholder,
.input input[type=email]::-webkit-input-placeholder,
.input input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.input input[type=text]::placeholder, .input input[type=text]::-webkit-input-placeholder,
.input input[type=email]::placeholder,
.input input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.input input[type=text]:disabled,
.input input[type=email]:disabled {
  background: rgba(205, 215, 220, 0.5);
}
.input input[type=text]:focus, .input input[type=text]:active,
.input input[type=email]:focus,
.input input[type=email]:active {
  outline: none;
  box-shadow: none;
}
.input.custom-email {
  width: 86%;
}
.input.custom-email input[type=email] {
  padding-left: 2em;
  padding-right: 13em;
}
.input.custom-email input[type=email]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.input.custom-email .tag_ {
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .input.custom-email {
    width: 100%;
  }
  .input.custom-email input[type=email] {
    padding-right: 7em;
  }
}

@font-face {
  font-family: "CircularStdBook";
  src: url("../fonts/CircularStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  position: relative;
  width: 100%;
  font-family: "CircularStdBook" !important;
}

.delay-1m {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.delay-2m {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}

.delay-3m {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.delay-4m {
  -webkit-animation-delay: 1250ms;
          animation-delay: 1250ms;
}

.delay-5m {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.delay-6m {
  -webkit-animation-delay: 1550ms;
          animation-delay: 1550ms;
}

.delay-7m {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.delay-8m {
  -webkit-animation-delay: 1850ms;
          animation-delay: 1850ms;
}

.main {
  background: #004e92 url("../img/svg/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -23px;
  min-height: 100vh;
  position: relative;
}
.main header {
  padding: 3em 1em;
}
.main section.hero {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0em 6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.main section.hero .content {
  width: 681px;
}
.main section.hero .content h1 {
  font-size: 55px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
}
.main section.hero .content h1 span.line-container {
  overflow: hidden;
  display: block;
}
.main section.hero .content h1 span.line-container .line {
  position: relative;
  display: block;
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.main section.hero .content p {
  font-size: 20px;
  color: #fff;
  width: 626px;
  line-height: 176%;
  margin-bottom: 2.5em;
}
.main section.hero .content p span.line-container {
  overflow: hidden;
  display: block;
}
.main section.hero .content p span.line-container span.line {
  position: relative;
  display: block;
}
.main section.hero .content label {
  background: #17b899;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  letter-spacing: 0.005em;
  padding: 0.9em 4em;
  font-size: 13px;
  color: #fff;
  margin: 0 0 2em;
}
.main section.hero .line-container {
  overflow: hidden;
  display: block;
}
.main section.hero .line-container .deco {
  background: url("../img/png/send-money-to-Africa-Errandpay.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 399px;
  height: 537px;
}
.main .footer {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 6em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main .footer p {
  margin: 0em;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.main .footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0em;
  margin: 0em;
}
.main .footer ul li {
  margin-right: 1em;
}
.main .footer ul li a {
  color: #fff;
  cursor: pointer;
}
.main .footer ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.main .footer ul li:last-child {
  margin-right: 0em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main section.hero {
    padding: 3em 2em;
    grid-template-columns: auto;
  }
  .main section.hero .content {
    width: auto;
  }
  .main section.hero .content label {
    font-size: 10px;
  }
  .main section.hero .content h1 {
    font-size: 30px;
    line-height: 46px;
  }
  .main section.hero .content p {
    width: auto;
    font-size: 16px;
  }
  .main section.hero .line-container {
    display: none;
  }
  .main .footer {
    padding: 2em 2em;
    grid-template-columns: auto;
    padding: 2em 2em 3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-row-gap: 13px;
  }
  .main .footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .main .footer {
    bottom: -1em;
  }
}
@media screen and (min-width: 1680px) {
  .main section.hero {
    padding: 3em 14em;
  }
  .main .footer {
    padding: 2em 14em;
  }
}
