@charset "UTF-8";
/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
body {
  background-color: #f9f9f9;
}

/* ===== GUIDES PAGE (gp) ===== */
@media (max-width: 640px) {
  .sec-header {
    max-width: 100%;
  }
}

.guides.cardlist-grid {
  grid-gap: 32px;
}
@media (max-width: 767px) {
  .guides {
    margin-top: 0;
  }
}
.guides h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .guides h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .guides h3 {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
}
.guides p {
  margin-bottom: 20px;
  max-width: 80%;
  color: #595959;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .guides p {
    font-size: 1.125rem;
    line-height: 1.14;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .guides p {
    font-size: 1rem;
    line-height: 1.76;
  }
}

/* VIEW MORE */
.gp-testimonials .sec-header.with-cta .view-more:link, .gp-testimonials .sec-header.with-cta .view-more:visited {
  color: #53a700;
}

/* GUIDES SEARCH */
.gp-search {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .gp-search {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .gp-search {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .gp-search {
    border-bottom: 1px solid #c7c7c7;
  }
}

.gp-search .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #53a700;
}
@media (max-width: 767px) {
  .gp-search .search-field {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    padding: 15px;
    border-radius: 6px;
    border-color: transparent;
  }
}
@media (max-width: 640px) {
  .gp-search .search-field {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.gp-search .search-field label {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .gp-search .search-field label {
    padding-right: 15px;
  }
}
.gp-search .search-field label i::before {
  color: #53a700;
  font-size: 2.375rem;
}
@media (max-width: 767px) {
  .gp-search .search-field label i::before {
    font-size: 1.5rem;
  }
}
.gp-search .search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 2.375rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .gp-search .search-field input {
    font-size: 1.5rem;
  }
}
.gp-search .search-field input::-webkit-input-placeholder {
  color: #80899d;
}
.gp-search .search-field input::-moz-placeholder {
  color: #80899d;
}
.gp-search .search-field input:-ms-input-placeholder {
  color: #80899d;
}
.gp-search .search-field input::-ms-input-placeholder {
  color: #80899d;
}
.gp-search .search-field input::placeholder {
  color: #80899d;
}
@media (max-width: 640px) {
  .gp-search .search-field input::-webkit-input-placeholder {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212121;
  }
  .gp-search .search-field input::-moz-placeholder {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212121;
  }
  .gp-search .search-field input:-ms-input-placeholder {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212121;
  }
  .gp-search .search-field input::-ms-input-placeholder {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212121;
  }
  .gp-search .search-field input::placeholder {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212121;
  }
}

/* GUIDES RESULTS */
.gp-results {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .gp-results {
    padding-top: 40px;
  }
}
.gp-results .hide {
  display: none;
}

.gp-results .sec-header {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .gp-results .sec-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.gp-results .card-side {
  padding: 20px 0;
  margin-bottom: 0;
}
.gp-results .card-side:first-of-type {
  padding-top: 0;
}
.gp-results .card-side:not(:last-of-type) {
  border-bottom: 1px solid #94a2bf;
}
.gp-results .card-side .meta {
  margin-bottom: 8px;
}
.gp-results .card-side .meta > a {
  display: inline-block;
  padding: 4px 8px;
  background-color: #10398e;
  color: #ffffff;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gp-results .card-side .meta > a:hover {
  color: #ffffff;
  background-color: #53a700;
}
.gp-results .card-side .excerpt {
  max-width: 100%;
  font-size: 1rem;
}
.gp-results .card-side.hide {
  display: none;
}
@media (max-width: 640px) {
  .gp-results .card-side .meta > a:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.gp-results .custom-select {
  background-color: #f9f9f9;
  max-width: 200px;
}
.gp-results .custom-select select,
.gp-results .custom-select label::before {
  font-weight: 600;
}
.gp-results .custom-select > label::before {
  content: "";
  padding: 0;
}
@media (max-width: 767px) {
  .gp-results .custom-select {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}

/* STEPS */
.gp-steps, .gp-payment {
  padding-top: 0;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .gp-steps, .gp-payment {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .gp-steps {
    padding-top: 40px;
  }
}

/* EXPERT */
.gp-expert {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .gp-expert {
    padding-bottom: 40px;
  }
}

/* TESTIMONIALS */
.gp-testimonials {
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .gp-testimonials {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gp-testimonials .sec-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .gp-testimonials .sec-header h2 {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .gp-testimonials .sec-header .custom-select {
    max-width: unset;
    width: 100%;
  }
}
.gp-testimonials .sec-header .custom-select > label::before {
  content: "";
  padding: 0;
}
.gp-testimonials .feature-info .mini .card-item:not(:last-of-type) {
  position: relative;
  margin: 0;
  padding: 5px 0 40px;
}
.gp-testimonials .feature-info .mini .card-item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #94a2bf;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

.gp-testimonials .custom-select {
  background-color: #f9f9f9;
  max-width: 200px;
}
.gp-testimonials .custom-select select,
.gp-testimonials .custom-select label::before {
  padding: 13.1px 15px;
  padding-right: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gp-testimonials .custom-select {
    margin-top: 20px;
  }
}

/* COMMUNITY GUIDE CTA */
.gp-community-guide {
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .gp-community-guide {
    padding: 0 0 50px;
  }
}
.gp-community-guide .container {
  position: relative;
}
@media (max-width: 767px) {
  .gp-community-guide .container {
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 640px) {
  .gp-community-guide .container {
    min-height: 350px;
  }
}
.gp-community-guide .cta-bg img {
  max-height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .gp-community-guide .cta-bg img {
    max-height: 100%;
    min-height: 100%;
  }
}
.gp-community-guide .cta-content {
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .gp-community-guide .cta-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .gp-community-guide .cta-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gp-community-guide .cta-content img {
  max-width: 180px;
}
@media (max-width: 991px) {
  .gp-community-guide .cta-content img {
    max-width: 250px;
  }
}
.gp-community-guide .cta-content p {
  color: #ffffff;
  margin-top: 10px;
  padding: 0 30px 0 50px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .gp-community-guide .cta-content p {
    width: 100%;
    margin: 30px 0;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 640px) {
  .gp-community-guide .cta-content p {
    font-size: 1.875rem;
    padding: 0 30px;
  }
}
.gp-community-guide .cta-content .button--primary {
  margin: 0 auto;
  margin-right: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .gp-community-guide .cta-content .button--primary {
    margin-right: auto;
  }
}

/* BLOGS */
.gp-community-blogs {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .gp-community-blogs {
    padding-bottom: 50px;
  }
}
.gp-community-blogs .sec-header .logo {
  max-width: 200px;
}
@media (max-width: 640px) {
  .gp-community-blogs .sec-header .logo {
    max-width: 180px;
  }
}
@media (max-width: 640px) {
  .gp-community-blogs .sec-header .view-more span {
    display: none;
  }
}
@media (max-width: 640px) {
  .gp-community-blogs .cardlist--carousel, .gp-community-blogs .owl-item {
    max-width: 180px;
  }
}
.gp-community-blogs .cardlist-03 {
  margin: 0 -12px;
}
.gp-community-blogs .cardlist-03 > li {
  padding: 0 12px;
}

@media (max-width: 480px) {
  .gp-community-blogs .cardlist--carousel, .gp-community-blogs .cardlist--carousel .owl-item {
    max-width: 180px;
  }
}
.gp-community-blogs .cardlist--carousel .card-item {
  background-color: #eeeeee;
  padding: 15px;
}
@media (max-width: 767px) {
  .gp-community-blogs .cardlist--carousel .card-item .info {
    min-height: 100px;
  }
}

/* PORTAL */
.gp-portal {
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .gp-portal {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .gp-portal .box-item-wrapper .box-item:nth-of-type(odd) .box-assets {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
/* COMMUNITY APP */
.gp-community-app {
  padding: 50px 0 0;
  background-color: #10398e;
}
@media (max-width: 767px) {
  .gp-community-app {
    padding: 50px 0;
  }
}
.gp-community-app .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gp-community-app {
  position: relative;
  overflow: hidden;
  background-color: #10398e;
  color: #ffffff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gp-community-app, .gp-community-app .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gp-community-app .container {
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .gp-community-app .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .gp-community-app .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.gp-community-app img {
  width: auto;
}
@media (max-width: 767px) {
  .gp-community-app h2 {
    font-size: 2.375rem;
  }
}

.gp-community-app .content {
  width: 100%;
  max-width: 400px;
  margin-right: 60px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .gp-community-app .content {
    max-width: unset;
    margin-right: 30px;
    text-align: center;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .gp-community-app .content {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .gp-community-app .content {
    text-align: left;
  }
}
.gp-community-app .content p:not(.h1-text) {
  margin-top: 30px;
  font-size: 1rem;
  color: #c7c7c7;
}

.gp-community-app .app-cta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .gp-community-app .app-cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .gp-community-app .app-cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.gp-community-app .app-cta a {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .gp-community-app .app-cta a {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.gp-community-app .app-cta a:not(:last-of-type) {
  margin-right: 25px;
}
@media (max-width: 640px) {
  .gp-community-app .app-cta a:not(:last-of-type) {
    margin-right: 0;
  }
}
.gp-community-app .app-cta a img {
  width: 100%;
  max-width: 150px;
}
@media (max-width: 640px) {
  .gp-community-app .app-cta a img {
    max-width: 100%;
  }
}

.gp-community-app .qr-code {
  text-align: center;
}
@media (max-width: 991px) {
  .gp-community-app .qr-code {
    margin: 0 auto;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .gp-community-app .qr-code {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .gp-community-app .qr-code {
    display: none;
  }
}
.gp-community-app .qr-code p {
  margin-bottom: 24px;
}
.gp-community-app .qr-code img {
  width: 100%;
  max-width: 180px;
  max-height: 195px;
  -o-object-fit: contain;
     object-fit: contain;
}

.gp-community-app .mobile-app {
  margin: 0 auto;
  margin-right: 0;
  margin-bottom: -15%;
}
@media (max-width: 991px) {
  .gp-community-app .mobile-app {
    margin: 0 0 -22%;
  }
}
@media (max-width: 640px) {
  .gp-community-app .mobile-app {
    margin: 0 -40% -80% 0;
  }
}
@media (max-width: 991px) {
  .gp-community-app .mobile-app figure {
    max-width: 90%;
    margin: 0 auto;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .gp-community-app .mobile-app figure {
    min-width: 500px;
  }
}
.gp-community-app .mobile-app figure img {
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .gp-community-app .mobile-app figure img {
    margin-right: auto;
    margin-left: 0;
  }
}

/* CONTACT */
.pl-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pl-contact {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .pl-contact .sec-header {
    max-width: 100%;
  }
}