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

@charset "UTF-8";

.line-yellow {
  background: linear-gradient(transparent 80%, #EBD35C 80%);
}

.section01-content {
    padding: 80px 0 0 0;
}

.section03-label{
  width: 85%;
}

@media screen and (min-width: 992px){
    .section03-list {
      height: 300px;
    }
}

  .section05-subtitle {
      color: #0b3557;
      font-size: 18px;
      line-height: 1.4;
  }
  .section05-title {
      color: #0b3557;
      font-size: 36px;
      line-height: 1.3;
  }

@media screen and (min-width: 992px){

  .section05-subtitle {
      color: #0b3557;
      font-size: 26px;
      line-height: 1.4;
  }
  .section05-title {
      color: #0b3557;
      font-size: 56px;
      line-height: 1.3;
  }
  .mb-lg-90{
    margin-bottom: 90px !important;
  }
}

.section07-title {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
}

.section12-heading {
    color: #0b3557;
        font-size: clamp(2rem, 3vw, 2.8rem);
}

.section08{
  position: relative;
}

.section08::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid #0E4679;
}

@media (min-width: 0px) and (max-width: 991px) {
    .section12-card-img {
        width: 180px;
        height: 80px;
    }
}

@media (max-width: 991.98px) {
    .flow-pill {
        width: 300px;
        min-height: 56px;
        font-size: 0.95rem;
        writing-mode: horizontal-tb;
        white-space: normal;
        padding: 0.5rem 0.75rem;
    }
}

@media screen and (max-width: 991px) {
    .section06-arrow {
        width: 35px;
        height: 35px;
        right: 7px;
    }
}

.section19-heading {
    color: #0b3557;
    font-size: clamp(1.6rem, 5vw, 3.4rem);
}

.badge-circle{
  position: relative;
  z-index: 2;
  margin-bottom: -20px !important;
}

@media (min-width: 992px) {
    .badge-circle {
        width: 80px;
        height: 80px;
    }
    .badge-circle{
      margin-bottom: -30px !important;
    }
}


@media screen and (max-width: 991px) {
    .section08-title {
        font-size: 2rem;
    }
    .section20-table tbody td {
    background-color: #ffffff;
    color: #1b3045;
    vertical-align: middle;
    padding: 18px 3px !important;

   }
}
    .section03-btn-red, .section03-btn-blue {
        font-size: 1.2rem;
    }
    @media screen and (max-width: 991px) {
    .section03-btn-red, .section03-btn-blue {
        font-size: 0.8rem;
    }
}

.btn-link-arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 38px;
    height: 46px;
    background-image: url(../../assets/img/btn-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section03-label {
    background-color: #dcc856;
    max-width: 500px;
    padding: 14px 20px;
    top: -15px;
}

.btn-link-red,
.btn-link-blue{
  transition: .3s;
}

.btn-link-red:hover,
.btn-link-blue:hover{
  background-color: #0448B7 !important;
  color: #fff !important;
}

.section03-btn-red,
.section03-btn-blue{
  transition: .3s;
}

.section03-btn-red:hover,
.section03-btn-blue:hover{
  background-color: #0448B7 !important;
  color: #fff !important;
}
.section08-title {
    font-size: 34px;
}

@media (min-width: 992px) {
    .flow-pill {
        width: 72px;
        min-height: 380px;
        padding: 0.6rem 0.4rem;
    }
    .section08-title {
    font-size: 44px;
}
}
@media (min-width: 992px) {
    .section19 .row > [class*="col-"]:not(:last-child)::after {
        top: 55%;
    }
}

.point-tab {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: #B1AA8A;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    text-align: center;
    min-width: 220px;
}

.fv-link-hover img {
  transition: all 0.3s ease;
}

.fv-link-hover:hover img {
  transform: translateY(-3px);
  opacity: .9;
}


.section32-link {
    line-height: 1.3;
}

.section01-title {
    color: #0b3557;
    font-size: clamp(33px, 5vw, 78px);
    letter-spacing: 0.03em;
}

.section06-link {
  transition: all 0.3s ease;
}

.section06-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
}


.fv-text-bg{
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 40px;
  border-radius: 8px;
}
.fv-text-bg{
  background: rgba(0,0,0,.6);
  padding: 20px 10px 10px 10px;
  border-radius: 8px;

  margin-top: -12px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px){
    .fv-text-bg{
    padding: 30px 20px 20px;
    }
}

.point-card {
    border: 1px solid #c0c0c0;
    position: relative;
    padding-top: 1rem;
}

.section01-title {
    color: #0b3557;
    font-size: 32px;
    letter-spacing: 0.03em;
}

@media (min-width: 992px) {
    .section01-title {
        font-size: 56px;
    }
}


/* .section03-scroll{
  overflow-x: auto;
  padding-bottom: 10px; 
}

.section03-scroll .row{
  flex-wrap: nowrap;
}

@media (min-width: 992px){
  .section03-scroll{
    overflow-x: visible;
  }

  .section03-scroll .row{
    flex-wrap: wrap;
  }
}

.section03-scroll{
  overflow-x: scroll;
  border: 3px solid red;
} */

.section03-scrollbar{
  width: 120px;
  height: 4px;
  background: #ddd;
  border-radius: 999px;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
}

.section03-scrollbar-thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgb(75, 75, 75);
  border-radius: 999px;
}

.height-40{
    height: 40px;
}

#blog .wp-block-button .wp-block-button__link {
    background-color: #fca518 !important;
    color: #fff;
    border-radius: 50px;
    padding: 1em 0em;
    position: relative;
    text-decoration: none;
    display: block;
}

#back-button img {
  width:50px;
}