/* line 3, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
body {
  font-family: 'Montserrat', sans-serif;
  color: #54565B;
  overflow-x: hidden;
}

/* line 9, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.primary {
  color: #F4511E;
}

/* line 14, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
#hero h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
}

/* line 19, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
#hero h1 span {
  color: #F4511E;
}

/* line 22, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
#hero p {
  font-size: 18px;
  line-height: 58px;
}

/* line 27, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
#hero .hero-image {
  background-image: url(/assets/custom_pages/simple_pages/pan/background-01388c142e263a2df971bf556b3d0e267f72cd7e84a1ce53c32427f1a21c5ad2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 992px) {
  /* line 13, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  #hero {
    text-align: center;
  }
  /* line 37, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  #hero h1 {
    font-size: 25px;
    line-height: 35px;
  }
  /* line 42, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  #hero img {
    max-height: 190px;
  }
  /* line 46, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  #hero p {
    font-size: 12px;
  }
  /* line 48, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  #hero .hero-image {
    background-size: 100% 90%;
  }
}

/* line 54, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.navbar-brand {
  color: inherit !important;
  text-decoration: none !important;
}

@media screen and (max-width: 992px) {
  /* line 54, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .navbar-brand {
    width: 100%;
  }
}

/* line 63, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.features span {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

/* line 68, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.features span span {
  color: #F4511E;
}

@media screen and (max-width: 992px) {
  /* line 63, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .features span {
    font-size: 16px;
    line-height: 22px;
  }
}

/* line 76, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.features svg {
  max-width: 60px;
  max-height: 60px;
}

/* line 83, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.btn-pan {
  background: #F4511E;
  border-radius: 100px;
  color: #fff;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 58px;
  font-weight: 600;
  border: 2px solid #F4511E;
}

/* line 93, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.btn-pan.btn-pan-outline {
  background: transparent;
  color: #F4511E;
}

/* line 97, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.btn-pan:hover {
  background: #F4511E;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  /* line 83, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .btn-pan {
    padding: 12px 20px;
    font-size: 12px;
  }
}

/* line 109, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.footer {
  border-top: 1px solid #E5E5E5;
  padding: 1.5rem 0;
  background-color: #F9F9F9;
}

/* line 114, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E5E5E5;
}

/* line 121, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.footer__logos span {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 1rem;
}

/* line 128, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.footer__logos__pipe {
  height: 110%;
  width: 1px;
  margin: 0 1rem;
  border-left: 1px solid #D8D8D8;
}

/* line 136, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.footer__legal {
  padding-top: 2rem;
  font-size: 0.75rem;
}

/* line 140, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.footer__legal a {
  font-weight: normal;
  line-height: 1rem;
  color: currentColor;
  text-decoration-line: underline;
}

/* line 148, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.footer__legal p {
  margin: 0.5rem 0 0;
}

/* line 154, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info {
  color: #fff;
  background-color: #039BE5;
}

/* line 158, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info-img {
  position: relative;
}

/* line 160, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info-img:before {
  content: '';
  position: absolute;
  top: -50px;
  left: -40px;
  height: 100%;
  width: 140%;
  background-image: url(/assets/custom_pages/simple_pages/pan/background2-b4e4e5c84ecc1aaaf017f6dadc97ee7fd740a9b6a27e22ffcad0ebe64fb7e3fa.png);
}

/* line 170, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info-img img {
  position: relative;
  z-index: 2;
}

/* line 176, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info img {
  max-height: 400px;
}

/* line 180, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info h3 {
  font-weight: 900;
  font-size: 38px;
}

/* line 183, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info h3 span span {
  color: #070F22;
}

/* line 188, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info p {
  font-size: 18px;
}

/* line 190, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info p b {
  color: #070F22;
}

/* line 195, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info .btn-pan {
  border: 2px solid #fff;
}

/* line 198, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info .btn-pan.btn-pan-outline {
  background: transparent;
  color: #fff;
}

/* line 202, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.info .btn-pan:hover {
  background: #fff;
  color: #070F22;
}

@media screen and (max-width: 992px) {
  /* line 154, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .info {
    margin-bottom: 120px !important;
  }
  /* line 210, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .info h3 {
    font-size: 24px;
  }
  /* line 213, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .info-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 125px;
    margin-top: 50px;
  }
  /* line 214, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .info-img:before {
    display: none;
  }
  /* line 219, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .info img {
    max-height: 250px;
  }
  /* line 223, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .info a {
    width: 100%;
  }
}

/* line 230, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.how-to h2 {
  font-weight: bold;
  font-size: 38px;
  color: #F4511E;
}

/* line 237, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.how-to .how-to-item div {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  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: 75px;
  height: 75px;
  margin: 0 auto 20px;
  color: #F4511E;
}

/* line 249, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.how-to .how-to-item div:before, .how-to .how-to-item div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 1px solid #F4511E;
}

/* line 260, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.how-to .how-to-item div:after {
  border-color: #039BE5;
  top: 4px;
  left: -4px;
}

/* line 267, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.how-to .how-to-item p {
  font-weight: 500;
}

/* line 268, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.how-to .how-to-item p b {
  font-weight: 900;
}

/* line 269, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
.how-to .how-to-item p span {
  color: #F4511E;
}

@media screen and (max-width: 992px) {
  /* line 274, app/assets/stylesheets/custom_pages/simple_pages/pan_account.scss */
  .how-to h2 {
    font-size: 24px;
  }
}
