.green-color {
  color: #e3ff04;
}

.green-bg {
  background-color: #e3ff04;
}

.peach-color {
  color: #fdda66;
}

.peach-bg {
  background-color: #fdda66;
}

.cream-color {
  color: #faf4da;
}

.cream-bg {
  background-color: #faf4da;
}

.orange-color {
  color: #ff6407;
}

.orange-bg {
  background-color: #ff6407;
}

.brand-color {
  color: #5720f5;
}

.color-gray-400 {
  color: #98a2b3;
}

.color-gray-500 {
  color: #667085;
}

.bg-gray-100 {
  background-color: #f2f4f7 !important;
}

.bg-primary {
  background-color: #60269e !important;
}

.color-primary {
  color: #60269e !important;
}

.brand-bg {
  background-color: #5720f5;
}

.dark-blue-color {
  color: #000d20 !important;
}

.black-bg {
  background-color: #000d20;
}

.light-black-bg {
  background-color: #071427;
}

.light-grey-bg {
  background-color: #fafafa;
}

.light-green-bg {
  background-color: #b8facd;
}

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

.yellow-bg {
  background-color: #f6be07;
}

.light-green-text {
  color: #b8facd;
}

.grey-text {
  color: #98a2b3;
}

.yellow-text {
  color: #f6be07;
}

.link-offset-3 {
  text-underline-offset: 5px;
}

.illustration-bg {
  background-image: url("../assets/onboard-pattern.svg");
  background-repeat: no-repeat;
  background-position: -10% 120%;
}

.ilo-bg {
  background-image: url("../assets/lines-bg.svg");
  background-repeat: no-repeat;
}

.btn {
  padding: 12px 28px;
  border-radius: 50px;
  color: #031530;
}
.btn:active {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #031530;
}
.btn:focus {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #031530;
}
.btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #031530;
}
.btn.btn--brand {
  background-color: #031530;
  color: #ffffff;
}
.btn.btn--blue {
  background-color: #00ccff;
  color: #031530;
}
.btn.btn--blue:hover {
  border: 1px solid #00ccff;
  outline: none;
}

.btn.outline {
  background-color: #031530;
  color: #031530;
  border: 1px solid #ffffff;
}

.btn--white {
  color: #031530;
  background-color: #ffffff;
}

.btn--black {
  background-color: #031530;
  color: #ffffff;
}

@media (max-width: 450px) {
  .hide-on-mobile {
    display: none;
  }
}

.input {
  display: block;
  border: none;
  background-color: transparent;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f2f4f7 inset !important;
}

input:focus {
  color: #000d20 !important;
}

.input-block {
  background-color: #f2f4f7;
  border-radius: 12px;
  overflow: hidden;
}

.checkbox,
.checkbox ~ label {
  cursor: pointer;
}

.form-check-input {
  width: 16px;
  height: 16px;
}

.form-check-input:checked {
  background-color: #5433ff;
  border-color: #5433ff;
  box-shadow: 0 0 0 0.25rem rgba(84, 51, 255, 0.25);
}

.select {
  appearance: none;
  cursor: pointer;
  width: 100%;
  outline: none;
}

.otp {
  flex: 1;
  height: 48px;
  text-align: center;
  border-radius: 10px;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.input-block:focus-within,
.otp:focus {
  outline: #718096 1px solid;
}

.input-block:focus-within span {
  color: #718096;
}

.error-message {
  font-size: 12px;
  color: red;
  padding: 4px 6px;
}

.pt-100 {
  padding-top: 100px;
}

.p-20 {
  padding: 20px;
}

.pt-150 {
  padding-top: 150px;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.p-40 {
  padding: 40px !important;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.-mb-40 {
  margin-top: -40px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.text-center {
  text-align: center !important;
}

.text-18 {
  font-size: 18px;
  line-height: 25px;
}

.text-14 {
  font-size: 14px !important;
}

.text-11 {
  font-size: 11px;
}

.text-9 {
  font-size: 9px;
}

.text-32 {
  font-size: 32px;
}

.text-12 {
  font-size: 12px;
}

@media (min-width: 576px) {
  .text-sm-20 {
    font-size: 20px;
    line-height: 37px;
  }
}

.fine-print {
  font-size: 8px;
  color: #b9b9b9;
  opacity: 0.7;
}

.icon {
  width: 22px;
  height: 22px;
}

@media (min-width: 576px) {
  .rounded-sm-5 {
    border-radius: 25px;
  }
}

@font-face {
  font-family: "EuclidCircularA Regular";
  src: url("../fonts/EuclidCircularA-Regular.woff") format("woff");
}
@font-face {
  font-family: "EuclidCircularA Medium";
  src: url("../fonts/EuclidCircularA-Medium.woff") format("woff");
}
@font-face {
  font-family: "EuclidCircularA Semibold";
  src: url("../fonts/EuclidCircularA-Semibold.woff") format("woff");
}
@font-face {
  font-family: "EuclidCircularA Bold";
  src: url("../fonts/EuclidCircularA-Bold.woff") format("woff");
}
.font-bold {
  font-family: "EuclidCircularA Medium";
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes counter-rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(113px, 7px);
  }
  50% {
    transform: translate(113px, 0px);
  }
  100% {
    transform: translate(113px, 7px);
  }
}
.anim-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
  transition: all ease 0.3s;
}

.anim-rotate {
  -webkit-animation: rotation 5s infinite linear;
  -o-animation: rotation 5s infinite linear;
  -ms-animation: rotation 5s infinite linear;
  animation: rotation 5s infinite linear;
  transition: all ease 0.3s;
}

.anim-counter-rotate {
  -webkit-animation: counter-rotation 5s infinite linear;
  -o-animation: counter-rotation 5s infinite linear;
  -ms-animation: counter-rotation 5s infinite linear;
  animation: counter-rotation 5s infinite linear;
  transition: all ease 0.3s;
}
.anim-counter-rotate.slower {
  -webkit-animation: counter-rotation 8s infinite linear;
  -o-animation: counter-rotation 8s infinite linear;
  -ms-animation: counter-rotation 8s infinite linear;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 300px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
body {
  font-family: "EuclidCircularA Regular", sans-serif;
  background-color: #000d20;
  color: #ffffff;
}

header {
  background-color: #ffffff;
  color: #000d20;
  padding: 10px 0;
  margin-bottom: -1px;
}
@media (max-width: 450px) {
  header {
    top: 20px;
    left: 20px;
  }
}

header .DownloadOnboardButton .store-name {
  font-size: 14px;
}
header .DownloadOnboardButton.mobile {
  display: none;
}
header .DownloadOnboardButton.web {
  display: none;
}
@media (max-width: 450px) {
  header .DownloadOnboardButton {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
  }
  header .DownloadOnboardButton.web {
    display: block;
  }
}

.nest-navbar .navbar .navbar-collapse {
  flex-grow: inherit;
}

ul.no-style {
  list-style: none;
  padding-left: 0;
}

.btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-family: "EuclidCircularA Medium";
}

@media (max-width: 450px) {
  .nest-navbar {
    /* 		border-bottom: 0;*/
    padding-bottom: 0;
  }
}

@media (max-width: 450px) {
  .nest-navbar .navbar-brand {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  .nest-navbar .navbar-brand img {
    height: 18px;
  }
}

.nest-navbar .navbar-toggler {
  border: none;
  padding: 20px;
  padding-right: 10px;
  border-radius: 0;
}
.nest-navbar .navbar-toggler:focus {
  box-shadow: none;
}

.nest-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../assets/hamburger.svg");
  background-size: 24px;
  background-position: right;
}

.nest-navbar .navbar {
  padding: 0;
}

@media (max-width: 450px) {
  .nest-navbar .navbar .pype-btn {
    width: 100%;
  }
}

.nest-navbar .nest-navlink .nest-navlink__item {
  color: #ffffff;
}
@media (max-width: 450px) {
  .nest-navbar .nest-navlink .nest-navlink__item {
    border-left: 0;
  }
}
.nest-navbar .nest-navlink .nest-navlink__item a {
  color: #000d20;
  font-size: 16px;
  padding: 24px 36px;
  display: inline-flex;
  align-items: center;
  transition: all ease 0.3s;
}
@media (max-width: 450px) {
  .nest-navbar .nest-navlink .nest-navlink__item a {
    padding-left: 0;
  }
}
.nest-navbar .nest-navlink .nest-navlink__item a .blog-svg {
  margin-left: 3px;
  width: 12px;
  height: 10px;
}
.nest-navbar .nest-navlink .nest-navlink__item a.active {
  color: #5433ff;
}
.nest-navbar .nest-navlink .nest-navlink__item a:hover {
  background-color: #ffffff;
  color: #5433ff;
}
.nest-navbar .nest-navlink .nest-navlink__item a img {
  height: 24px;
  margin-right: 10px;
}
.nest-navbar .nest-navlink .nest-navlink__item .dropdown-toggle::after {
  display: none;
}

.nest-navbar .nest-navlink .pype-btn {
  display: none;
}
@media (max-width: 450px) {
  .nest-navbar .nest-navlink .pype-btn {
    display: inline-block;
  }
}

.modal-content {
  color: #fff;
}
.modal--md {
  --bs-modal-width: 379px;
}

.onboard-modal .modal-content {
  border-radius: 25px;
}

.onboard-modal .modal-content form .btn {
  margin: 0;
}

@media (min-width: 576px) {
  .onboard-modal .modal-content--success {
    padding-top: 0px;
  }
}

.onboard-modal .modal-header .modal-header__close {
  padding-right: 50px;
  padding-top: 50px;
}

.onboard-modal .modal-content-info {
  text-align: center;
}

.onboard-modal .modal-content-info .modal-content-info__title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 450px) {
  .onboard-modal .modal-content-info .modal-content-info__title {
    font-size: 30px;
    line-height: 30px;
  }
}

.onboard-modal .modal-content-info .modal-content-info__body {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .onboard-modal .modal-content-info .modal-content-info__body {
    font-size: 16px;
    line-height: 27px;
  }
}

.onboard-modal .modal-body .modal-body__image {
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
}

.onboard-modal .modal-header {
  border-bottom: none;
}

.onboard-modal .modal-footer {
  border-top: none;
}

.intro-section {
  text-align: center;
}
@media (max-width: 450px) {
  .intro-section {
    padding-bottom: 20px;
  }
}

.intro-section > h1 {
  font-family: "EuclidCircularA Bold";
  color: #000d20;
  margin-top: 24px;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -2.2px;
}
@media (max-width: 450px) {
  .intro-section > h1 {
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
  }
}

.intro-section > p {
  color: #031530;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .intro-section > p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.download-buttons {
  display: flex;
  gap: 1rem;
}

@media (max-width: 450px) {
  .intro-section > img {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .download-buttons {
    width: 100%;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .download-buttons .btn {
    padding: 14px 28px;
  }
}

.merchant-hero {
  text-align: left;
}
@media (max-width: 450px) {
  .merchant-hero {
    padding-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .merchant-intro {
    padding-bottom: 40px;
  }
}

.merchant-intro > h1 {
  font-family: "EuclidCircularA Bold";
  color: #000d20;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -2.2px;
}
@media (max-width: 450px) {
  .merchant-intro > h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
    padding-top: 16px;
  }
}

.merchant-intro > p {
  color: #292a31;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .merchant-intro > p {
    font-size: 16px;
    line-height: 27px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.bundle-intro {
  text-align: left;
}
@media (max-width: 450px) {
  .bundle-intro {
    padding-bottom: 40px;
  }
}

.bundle-intro > h1 {
  font-family: "EuclidCircularA Bold";
  color: #000d20;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -2.2px;
}
@media (max-width: 450px) {
  .bundle-intro > h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
    padding-top: 16px;
  }
}

.bundle-intro > p {
  color: #292a31;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .bundle-intro > p {
    font-size: 16px;
    line-height: 27px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  .bundle-intro > img {
    display: none;
  }
}

.cta-icon-header {
  color: #031530;
  font-family: "EuclidCircularA Medium";
  font-size: 15px;
  margin: 0px;
  margin-bottom: 16px;
}

.cta-icon-block.flex-inverse {
  display: flex;
  flex-direction: column;
}

.cta-icon-block.flex-inverse .cta-icon {
  margin-bottom: 10px;
}

.cta-icon-block.flex-inverse .cta-icon .cta-icon__image {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.cta-icon-block {
  display: inline-flex;
  margin-top: 20px;
}
@media (max-width: 450px) {
  .cta-icon-block {
    justify-content: space-around;
    width: 100%;
    margin-top: 10px;
  }
}

.cta-icon-block .cta-icon {
  display: inline-flex;
  margin-right: 36px;
  align-items: center;
}
@media (max-width: 450px) {
  .cta-icon-block .cta-icon {
    margin-right: 0;
  }
}

.cta-icon-block .cta-icon .cta-icon__image {
  margin-right: 12px;
  height: 28px;
}
@media (max-width: 450px) {
  .cta-icon-block .cta-icon .cta-icon__image {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.cta-icon-block .cta-icon .cta-icon-info {
  color: #031530;
}
.cta-icon-block .cta-icon .cta-icon-info .cta-icon-info__header {
  font-family: "EuclidCircularA Medium";
  font-size: 13px;
  margin-bottom: -2px;
}
@media (max-width: 450px) {
  .cta-icon-block .cta-icon .cta-icon-info .cta-icon-info__header {
    font-size: 12px;
  }
}
.cta-icon-block .cta-icon .cta-icon-info .cta-icon-info__body {
  font-family: "EuclidCircularA Regular";
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .cta-icon-block .cta-icon .cta-icon-info .cta-icon-info__body {
    font-size: 12px;
  }
}

.ip-benefits {
  padding: 80px 0;
  padding-bottom: 150px;
}
@media (max-width: 450px) {
  .ip-benefits {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.ip-item-block.top-block {
  margin-bottom: 80px;
}
@media (max-width: 450px) {
  .ip-item-block.top-block {
    margin-bottom: 0;
  }
}

.ip-item-section {
  display: inline-flex;
  align-items: flex-start;
}
@media (max-width: 450px) {
  .ip-item-section {
    margin-bottom: 30px;
  }
}

.ip-item-section .item-body {
  margin-left: 40px;
  width: 70%;
}
@media (max-width: 450px) {
  .ip-item-section .item-body {
    margin-left: 20px;
  }
}

.ip-item-section .ip-item-section__image {
  height: 70px;
}
@media (max-width: 450px) {
  .ip-item-section .ip-item-section__image {
    height: 50px;
  }
}

.ip-item-section .item-body .item-body__header {
  color: #031530;
  font-family: "EuclidCircularA Medium";
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 24px;
}
@media (max-width: 450px) {
  .ip-item-section .item-body .item-body__header {
    font-size: 24px;
    line-height: 30px;
  }
}

.ip-item-section .item-body .item-body__body {
  color: #031530;
  font-family: "EuclidCircularA Regular";
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 450px) {
  .ip-item-section .item-body .item-body__body {
    font-size: 16px;
    line-height: 27px;
  }
}

.section-header {
  color: #000d20;
  font-family: "EuclidCircularA Medium";
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 90px;
}
@media (max-width: 450px) {
  .section-header {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 60px;
    margin-top: 0;
  }
}

.section-header.instant-pay {
  margin-bottom: 20px;
}

.about-us.instant-pay-info {
  padding-bottom: 30px;
}

.about-us.instant-pay-info h1 {
  font-size: 32px;
  line-height: 45px;
}
@media (max-width: 450px) {
  .about-us.instant-pay-info h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.about-us.instant-pay-info p {
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 450px) {
  .about-us.instant-pay-info p {
    font-size: 16px;
    line-height: 27px;
  }
}

.intro-section .button-group button {
  margin: 0 10px;
}
@media (max-width: 450px) {
  .intro-section .button-group button {
    width: 90%;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  .about-us .button-group {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }
}

.about-us.card-block {
  padding: 80px 0;
}

.about-us .card-section {
  width: 60%;
  margin-top: 40px;
}
@media (max-width: 450px) {
  .about-us .card-section {
    width: 100%;
  }
}
.about-us .card-section h1 {
  color: #000d20;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .about-us .card-section h1 {
    font-size: 24px;
    line-height: 38px;
  }
}
.about-us .card-section p {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .about-us .card-section p {
    font-size: 16px;
    line-height: 27px;
  }
}

.btn.app-button {
  display: inline-flex;
  margin-right: 20px;
}
@media (max-width: 450px) {
  .btn.app-button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
  }
}

.btn.app-button.exchange {
  padding: 12px 42px;
}

.btn.app-button.exchange .text-group .info-text {
  font-size: 11px;
  margin-bottom: 2px;
}

.btn.app-button img {
  margin-right: 6px;
}
@media (max-width: 450px) {
  .btn.app-button img {
    height: 22px;
  }
}

.btn.app-button .text-group {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 450px) {
  .btn.app-button .text-group {
    flex-direction: row;
    align-items: center;
  }
}

.btn.app-button .text-group .info-text {
  font-size: 8px;
  line-height: 8px;
}
@media (max-width: 450px) {
  .btn.app-button .text-group .info-text {
    font-size: 14px;
    line-height: 12px;
    margin-right: 3px;
  }
}

.btn.app-button .text-group .info-text.g-play {
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .btn.app-button .text-group .info-text.g-play {
    text-transform: none;
  }
}

.btn.app-button .text-group .store-name {
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 450px) {
  .btn.app-button .text-group .store-name {
    font-size: 14px;
    line-height: 12px;
    margin-right: 3px;
  }
}

.onboard-image {
  max-width: 100%;
  border-radius: 0px;
}

@media (max-width: 450px) {
  .onboard-image.one {
    display: none;
  }
}

@media (max-width: 450px) {
  .onboard-image.three {
    display: none;
  }
}

#carouselWrapper .carousel-image-wrapper {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 450px) {
  #carouselWrapper .carousel-image-wrapper {
    justify-content: center;
    padding-bottom: 40px;
  }
}

#carouselWrapper .carousel-image {
  max-width: 100%;
}
@media (max-width: 450px) {
  #carouselWrapper .carousel-image {
    width: auto;
    height: 100%;
  }
}

#carouselWrapper .button-wrapper {
  display: inline-flex;
  position: absolute;
  top: 35%;
  right: 0%;
  width: 50%;
}
@media (max-width: 450px) {
  #carouselWrapper .button-wrapper {
    top: 13%;
    left: -1%;
  }
}

#carouselWrapper .carousel-control-prev-icon {
  background-image: url("../assets/arrow-left.svg");
  height: 32px;
  margin-bottom: auto;
}

#carouselWrapper .carousel-control-prev {
  position: relative;
  left: 0;
  width: 30px;
  display: inline-block;
  margin-right: 20px;
}

#carouselWrapper .carousel-control-next {
  position: relative;
  right: 0;
  left: 0;
  width: 30px;
  display: inline-block;
}

#carouselWrapper .carousel-control-next-icon {
  background-image: url("../assets/arrow-right.svg");
  height: 32px;
  margin-bottom: auto;
}

@media (max-width: 450px) {
  #carouselWrapper .carousel-item {
    padding-top: 30px;
  }
}

#carouselWrapper .carousel-item h1 {
  color: #110b43;
  font-size: 45px;
  line-height: 54px;
  font-family: "EuclidCircularA Medium";
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  #carouselWrapper .carousel-item h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

#carouselWrapper .carousel-item p {
  color: #292a31;
  font-size: 24px;
  line-height: 38px;
  width: 80%;
}
@media (max-width: 450px) {
  #carouselWrapper .carousel-item p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 40px;
    width: 100%;
  }
}

.about-us.merchants {
  padding: 80px 0;
}
@media (max-width: 450px) {
  .about-us.merchants {
    padding-top: 30px;
  }
}

.about-us.merchants p {
  color: #292a31;
  font-size: 24px;
  line-height: 38px;
}

.about-us.merchants h1 {
  color: #000d20;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .about-us.merchants h1 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.about-us.merchants p {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .about-us.merchants p {
    font-size: 16px;
    line-height: 27px;
  }
}

@media (max-width: 450px) {
  .about-us .row.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.about-us .about-us_header {
  font-size: 40px;
}
@media (max-width: 450px) {
  .about-us .about-us_header {
    font-size: 32px;
  }
}

.about-us .about-us_intro {
  font-family: "EuclidCircularA Medium";
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 450px) {
  .about-us .about-us_intro {
    font-size: 24px;
    line-height: 32px;
  }
}

.about-us .about-us_intro.faq {
  width: 40%;
}
@media (max-width: 450px) {
  .about-us .about-us_intro.faq {
    width: 100%;
  }
}

.about-us.faq-panel {
  background-color: #ffffff;
  border-radius: 20px;
}

.about-us.faq-panel .faq-panel__header {
  color: #0a0b0b;
  font-family: "EuclidCircularA Medium";
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .about-us.faq-panel .faq-panel__header {
    font-size: 28px;
    line-height: 36px;
  }
}

.about-us.faq-panel .faq-panel-tab .accordion-item {
  background-color: #f7f7f8;
  border: none;
  border-radius: 12px;
  padding: 32px 24px;
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .about-us.faq-panel .faq-panel-tab .accordion-item {
    padding: 12px 10px;
  }
}

.about-us.faq-panel .faq-panel-tab .accordion-item .accordion-button {
  background-color: #f7f7f8;
  border: none;
  outline: none;
  font-size: 18px;
}
.about-us.faq-panel .faq-panel-tab .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.about-us.faq-panel
  .faq-panel-tab
  .accordion-item
  .accordion-button:not(.collapsed) {
  color: #000d20;
  box-shadow: none;
}
.about-us.faq-panel .faq-panel-tab .accordion-item .accordion-button:after {
  background-image: url("../assets/accordion-image.svg");
  right: 0;
  position: absolute;
}
@media (max-width: 450px) {
  .about-us.faq-panel .faq-panel-tab .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 26px;
    padding-right: 40px;
  }
}

.about-us.faq-panel .faq-panel-tab .accordion-item .accordion-body {
  color: #000d20;
  font-size: 14px;
  line-height: 27px;
}

.about-us .about-us_body {
  font-family: "EuclidCircularA Regular";
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 450px) {
  .about-us .about-us_body {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
}

.about-us_image {
  max-width: 100%;
}
@media (max-width: 450px) {
  .about-us_image {
    margin-bottom: 40px;
  }
}

.about-us .faq-box {
  margin-top: 60px;
}

.about-us .faq-box .accordion .accordion-item {
  margin-bottom: 10px;
  background-color: #0b0c0c;
  border-radius: 10px;
  border: none;
  padding-top: 10px;
}
.about-us .faq-box .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
  font-size: 18px;
}
.about-us
  .faq-box
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  background-color: #0b0c0c;
  border: 0;
  color: #ffffff;
  font-size: 18px;
}
.about-us
  .faq-box
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}
.about-us
  .faq-box
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background-image: url("../assets/close-button.svg");
}
.about-us
  .faq-box
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  transition: all ease 0.3s;
  transform: rotate(45deg);
  background-image: url("../assets/close-button.svg");
}
.about-us .faq-box .accordion .accordion-item .accordion-body {
  font-size: 16px;
  color: #b9b9b9;
  padding-top: 0;
  padding-bottom: 28px;
}
.about-us .faq-box .accordion .accordion-item .accordion-body .faq-text {
  padding-left: 12px;
}
.about-us .faq-box .accordion .accordion-item .accordion-body .faq-text > li {
  margin-bottom: 6px;
}

.about-us .about-us_list {
  padding-left: 0;
  list-style: none;
}

.about-us .tab-panel .tab-panel__left {
  width: 50%;
  height: auto;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__left {
    height: 100%;
  }
}

.about-us .tab-panel .tab-panel__left .list-item.active {
  color: #000d20;
  font-size: 18px;
  font-family: "EuclidCircularA Regular";
  margin-bottom: 20px;
  text-align: left;
  padding: 22px 0;
  border-radius: 12px;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__left .list-item.active {
    font-size: 14px;
    line-height: 22px;
  }
}

.about-us.callout {
  padding: 40px 0;
}

.about-us.callout h2 {
  color: #ffffff;
  font-family: "EuclidCircularA Medium";
  font-size: 50px;
  line-height: 65px;
}
@media (max-width: 450px) {
  .about-us.callout h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.about-us.callout h2 .blue {
  color: #00ccff;
}

.about-us.callout p {
  color: #292a31;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .about-us.callout p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
}

.about-us.callout button {
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
}
.about-us.callout button img {
  height: 24px;
  margin-left: 6px;
}
@media (max-width: 450px) {
  .about-us.callout button {
    margin-top: 16px;
  }
}

.about-us .pill {
  background-color: #b8facd;
  border-radius: 4px;
  color: #292a31;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding: 4px 12px;
}
@media (max-width: 450px) {
  .about-us .pill {
    font-size: 8px;
  }
}

.about-us.features {
  padding: 40px 0;
}

.about-us.features h2 {
  color: #ffffff;
  font-family: "EuclidCircularA Medium";
  font-size: 50px;
  line-height: 65px;
}
@media (max-width: 450px) {
  .about-us.features h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

.about-us.features h2 .blue {
  color: #00ccff;
}

@media (max-width: 450px) {
  .about-us.features .explainer-box {
    border-left: none;
  }
}

.about-us.features .explainer {
  margin-top: 40px;
  display: inline-flex;
}
@media (max-width: 450px) {
  .about-us.features .explainer {
    margin-top: 20px;
  }
}

.about-us.features .explainer.top {
  margin-top: 80px;
}

.about-us.features .explainer .explainer__image {
  width: 64px;
  margin-right: 20px;
  margin-bottom: auto;
}

.about-us.features .explainer .explainer__header {
  color: #ffffff;
  font-family: "EuclidCircularA Medium";
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 4px;
}
@media (max-width: 450px) {
  .about-us.features .explainer .explainer__header {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 4px;
  }
}

.about-us.features .explainer .explainer__body {
  color: #9ba2b3;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 450px) {
  .about-us.features .explainer .explainer__body {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
}

.about-us.features .product-card {
  background-color: #031530;
  border-radius: 20px;
  padding: 40px;
  text-align: left;
  height: 550px;
  position: relative;
}
@media (max-width: 450px) {
  .about-us.features .product-card {
    padding: 40px 24px;
    height: auto !important;
    margin-bottom: 40px;
  }
}
.about-us.features .product-card.no-card {
  background: none;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 450px) {
  .about-us.features .product-card.reverse {
    display: inline-flex;
    flex-direction: column-reverse;
  }
}
.about-us.features .product-card.blue-border {
  border: 4px solid #00cfff;
}
.about-us.features .product-card.adjusted-height {
  height: 550px;
}

.about-us.features .product-card.flex-size {
  display: flex;
  height: auto;
  align-items: center;
}
@media (max-width: 450px) {
  .about-us.features .product-card.flex-size {
    display: inline-block;
  }
}

.about-us.features .product-card.flex-size .product-card-text {
  width: 50%;
  margin-right: 15%;
}
@media (max-width: 450px) {
  .about-us.features .product-card.flex-size .product-card-text {
    width: 100%;
  }
}

.about-us.features .product-card.flex-size .product-card__image {
  width: 30%;
}
@media (max-width: 450px) {
  .about-us.features .product-card.flex-size .product-card__image {
    width: 50%;
  }
}

.about-us.features .product-card .pos-img {
  position: absolute;
  width: 150px;
  right: -20%;
  top: -10%;
}
@media (max-width: 450px) {
  .about-us.features .product-card .pos-img {
    right: 0%;
    width: 100px;
  }
}

.about-us.features .product-card.no-card .list-header {
  visibility: hidden;
}

.about-us.features .product-card.no-card .card-list__item {
  font-family: "EuclidCircularA Medium";
  font-size: 20px;
  line-height: 52px !important;
}

.about-us.features .product-card .product-card__header {
  color: #ffffff;
  font-family: "EuclidCircularA Medium";
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .about-us.features .product-card .product-card__header {
    font-size: 22px;
    line-height: 30px;
  }
}

.about-us.features .product-card .product-card__body {
  color: #98a2b3;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .about-us.features .product-card .product-card__body {
    font-size: 14px;
    line-height: 24px;
  }
}

.about-us.features .product-card .list-header {
  text-align: center;
  font-size: 28px;
  font-family: "EuclidCircularA Medium", sans-serif;
  line-height: 36px;
}
@media (max-width: 450px) {
  .about-us.features .product-card .list-header {
    font-size: 24px;
    line-height: 32px;
  }
}

.about-us.features .product-card .card-list {
  margin-top: 45px;
  list-style: none;
}
.about-us.features .product-card .card-list .card-list__item {
  color: #f7f7f8;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 450px) {
  .about-us.features .product-card .card-list .card-list__item {
    font-size: 16px;
    line-height: 24px;
  }
}

.about-us.features .product-card .card-list .card-list__item.x-mark::before {
  content: " ";
  background-image: url("../assets/x-mark.svg");
  position: absolute;
  left: -40px;
  top: 6px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (max-width: 450px) {
  .about-us.features .product-card .card-list .card-list__item.x-mark::before {
    width: 18px;
    height: 18px;
    background-size: 16px;
  }
}

.about-us.features
  .product-card
  .card-list
  .card-list__item.check-mark::before {
  content: " ";
  background-image: url("../assets/check-mark.svg");
  position: absolute;
  left: -40px;
  top: 6px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (max-width: 450px) {
  .about-us.features
    .product-card
    .card-list
    .card-list__item.check-mark::before {
    width: 18px;
    height: 18px;
    background-size: 16px;
  }
}

.about-us.features .product-card .product-card__link {
  color: #00ccff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.about-us.features .product-card .product-card__link img {
  margin-left: 10px;
}

.about-us.features .product-card .product-card__image {
  height: auto;
}
@media (max-width: 450px) {
  .about-us.features .product-card .product-card__image {
    width: 50%;
  }
}

.about-us .tab-panel .tab-panel__left .list-item {
  color: #718096;
  background-color: #ffffff;
  font-size: 18px;
  font-family: "EuclidCircularA Regular";
  margin-bottom: 20px;
  text-align: left;
  padding: 22px 0;
  border: none;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__left .list-item {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.about-us .tab-panel .tab-panel__right {
  width: 50%;
  background-color: #f7f7f8;
  color: #000d20;
  padding: 40px 40px;
  margin-left: 50px;
  padding-bottom: 100px;
  border-radius: 20px;
  font-family: "Yellix Semibold";
  background-repeat: no-repeat;
  background-position: -40% 240%;
  background-size: 50%;
  height: 540px;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__right {
    height: 100%;
  }
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__right {
    margin-left: 30px;
    padding: 40px 10px;
  }
}

.about-us .tab-panel .tab-panel__right .list-image {
  height: 48px;
  margin-bottom: 32px;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__right .list-image {
    font-size: 24px;
  }
}

.about-us .tab-panel .tab-panel__right .list-body {
  font-family: "EuclidCircularA Regular";
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 450px) {
  .about-us .tab-panel .tab-panel__right .list-body {
    font-size: 14px;
    width: 100%;
  }
}

.about-us .tab-panel .tab-panel__right .list-list {
  padding-left: 12px;
  font-size: 16px;
}
.about-us .tab-panel .tab-panel__right .list-list > li {
  padding-bottom: 15px;
}

@media (max-width: 450px) {
  .about-us.community {
    padding: 40px 0;
  }
}

.about-us.community h2 {
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 26px;
}
@media (max-width: 450px) {
  .about-us.community h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.about-us.community p {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .about-us.community p {
    font-size: 16px;
    line-height: 27px;
  }
}

.about-us.community .community__image {
  max-width: 100%;
}

.about-us.community .social-buttons {
  display: inline-flex;
  margin-bottom: 25px;
}

.about-us.community .social-buttons img {
  margin-right: 18px;
}

.about-us.community .social-terms {
  display: inline-block;
  color: #718096;
  font-size: 14px;
  line-height: 24px;
  width: 80%;
}

.about-us.community .comm-image-wrapper {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.success__title {
  font-size: 50px;
  margin-bottom: 56px;
}

.success__intro {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 159px;
}

@media (max-width: 650px) {
  .success__intro {
    padding-top: 40px;
    padding-bottom: 49px;
    margin-top: 10px;
  }
}

.success__sub-title {
  font-size: 18px;
  text-wrap: balance;
}

.success__sub-header {
  font-size: 36px;
}

.success__sub-header + p {
  font-size: 18px;
}

.success-benefits {
  margin-bottom: 100px;
}

@media (max-width: 650px) {
  .success__sub-header {
    font-size: 26px;
  }

  .success-benefits {
    margin-bottom: 68px;
  }

  .success__sub-header + p {
    font-size: 16px;
  }

  .success__title {
    font-size: 32px;
  }

  .success__community {
    margin-bottom: 37px !important;
  }
}

.success-footer {
  max-width: 335px;
  margin: 0 auto;
}

.success-container {
  max-width: 540px;
  margin-inline: auto;
}

.success__btn-group {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 364px) {
  .success__btn-group {
    flex-direction: column !important;
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .success__btn-group .btn {
    justify-content: center;
  }

  .success__btn-group .text-group {
    font-size: 14px !important;
    flex-direction: row !important;
    align-items: center;
    gap: 5px;
  }

  .success__btn-group .info-text {
    font-size: 14px;
  }
}

form .form-control {
  background: none;
  border: 1px solid #000d20;
  border-radius: 0;
  font-size: 16px;
  height: 48px;
  padding: 8px 16px;
  color: #000d20;
  box-shadow: none;
}
form .form-control:hover {
  background: none;
  border: 1px solid #000d20;
  border-radius: 0;
  color: #000d20;
  outline: none;
  box-shadow: none;
}
form .form-control:focus {
  background: none;
  border: 1px solid #000d20;
  border-radius: 0;
  color: #faf4da;
  outline: none;
  box-shadow: none;
}

@media (max-width: 450px) {
  form .form-control.neg-margin {
    margin-top: -1px;
  }
}

form .btn {
  border-radius: 0;
  border: none;
  color: #faf4da;
  outline: none;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 20px;
}
form .btn:hover {
  background: #ff6407;
  color: #faf4da;
  outline: none;
}
form .btn:focus {
  background: #ff6407;
  color: #faf4da;
  outline: none;
}
@media (max-width: 450px) {
  form .btn {
    width: 110%;
    margin: 0 -10%;
  }
}

form .btn.black {
  background-color: #000d20;
}
form .btn.black:hover {
  background: #000d20;
  color: #faf4da;
  outline: none;
}
form .btn.black:focus {
  background: #000d20;
  color: #faf4da;
  outline: none;
}

form.border-input .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #000d20;
  color: #000d20;
}
form.border-input .form-control:hover {
  color: #000d20;
  outline: none;
}
form.border-input .form-control:focus {
  color: #000d20;
  outline: none;
}

.small-link {
  font-size: 12px;
}

.timeline {
  border-radius: 50px;
  font-size: 18px;
  padding: 8px 24px;
  transform: rotate(-8deg);
  display: inline-block;
  transition: all ease 0.3s;
}
.timeline:hover {
  transform: rotate(8deg);
}

.benefits .benefits-card:hover .timeline {
  transform: rotate(8deg);
}

.container-headers {
  color: #ffffff;
  font-family: "Yellix";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
  /* identical to box height, or 150% */
  letter-spacing: 0.105em;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .container-headers {
    font-size: 14px;
  }
}

.benefits {
  margin: 100px 0;
  margin-top: 0;
}
@media (max-width: 450px) {
  .benefits {
    margin: 0;
  }
}

.benefits-card {
  border: 4px solid #000d20;
  padding-top: 40px;
  padding-left: 40px;
}
.benefits-card img {
  height: 80px;
  margin-bottom: 20px;
}
.benefits-card h6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .benefits-card h6 {
    font-size: 20px;
  }
}
.benefits-card p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .benefits-card p {
    font-size: 14px;
    line-height: 26px;
  }
}
.benefits-card .count {
  border-radius: 100%;
  height: 90px;
  width: 90px;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .benefits-card {
    margin-bottom: 60px;
  }
}

.benefits-card .box-image {
  display: flex;
  justify-content: right;
}

.benefits-card .box-image img {
  height: 250px;
}

.benefits-card img.arrows {
  right: 0%;
  height: 30%;
}
@media (max-width: 450px) {
  .benefits-card img.arrows {
    transform: rotate(95deg);
  }
}

.newsletter {
  position: relative;
}

.newsletter h2 {
  font-size: 32px;
}

.newsletter .newsletter-shapes.one {
  left: -15%;
  top: 10%;
  width: 200px;
}
@media (max-width: 450px) {
  .newsletter .newsletter-shapes.one {
    top: -30%;
  }
}
.newsletter .newsletter-shapes.two {
  left: 25%;
  width: 200px;
  bottom: -61%;
}
@media (max-width: 450px) {
  .newsletter .newsletter-shapes.two {
    left: 65%;
    width: 110px;
    bottom: -31%;
  }
}

footer {
  position: relative;
}

footer .description-box {
  border-right: 1px solid #111113;
  display: flex;
  padding: 40px 0;
  margin-left: 40px;
}
@media (max-width: 450px) {
  footer .description-box {
    padding: 10px 0;
    margin-left: 0;
    display: inline-block;
    width: 100%;
  }
}

footer .description-box .description {
  list-style: none;
  width: 50%;
  padding-left: 0;
}
@media (max-width: 450px) {
  footer .description-box .description {
    width: 100%;
    margin-top: 30px;
  }
}

footer .description-box .description .description__item {
  color: #f7f7f8;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
footer .description-box .description .description__item.header {
  color: #98a2b3;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
footer .description-box .description .description__item a {
  color: #f7f7f8;
  text-decoration: none;
}
footer .description-box .description .description__item img {
  margin-right: 10px;
}
@media (max-width: 450px) {
  footer .description-box .description .description__item {
    font-size: 13px;
    text-align: center;
  }
}

footer .social-link-box {
  height: 100%;
}

footer .social-link-box .social-link-box__content {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #111113;
  height: 50%;
}
footer .social-link-box .social-link-box__content.bottom {
  border-bottom: none;
}
@media (max-width: 450px) {
  footer .social-link-box .social-link-box__content.top {
    border-top: 1px solid #111113;
  }
}

footer .social-link-box .social-link-box__content .social-link-box-image {
  color: #ffffff;
  width: 50%;
  text-align: center;
  padding: 40px;
  border-right: 1px solid #111113;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
footer .social-link-box .social-link-box__content .social-link-box-image > img {
  margin-right: 10px;
}
footer .social-link-box .social-link-box__content .social-link-box-image.right {
  border-right: none;
}
footer .social-link-box .social-link-box__content .social-link-box-image:hover {
  color: #00ccff;
}
@media (max-width: 450px) {
  footer .social-link-box .social-link-box__content .social-link-box-image {
    font-size: 13px;
    padding: 30px 40px;
  }
}

footer .footer__top .company-description {
  border-right: 1px solid #122540;
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
@media (max-width: 450px) {
  footer .footer__top .company-description {
    border-right: none;
  }
}

@media (max-width: 450px) {
  footer .footer__top .company-description .description-wrapper {
    text-align: center;
  }
}

footer .footer__top .company-description .description-wrapper .footer-logo {
  height: 38px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  footer .footer__top .company-description .description-wrapper .footer-logo {
    height: 20px;
  }
}

footer .footer__top .company-description .description-wrapper p {
  font-size: 16px;
  line-height: 26px;
  width: 70%;
}
@media (max-width: 450px) {
  footer .footer__top .company-description .description-wrapper p {
    margin-bottom: 0;
  }
}

footer .footer__center {
  text-align: center;
}

.footer__top {
  border-top: 1px solid #122540;
  border-bottom: 1px solid #122540;
  padding: 30px 0;
}

footer .footer__bottom {
  color: #b9b9b9;
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .footer__bottom .footer-logo {
  margin-bottom: 30px;
}

/*# sourceMappingURL=main.css.map */
