﻿

#header-fixed {position:static !important;background: #faab00;}
h1.gnaviSP {position:static !important;background-color: #faab00;}

.container-cstm,
.container-wrap,
.container-full {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.container-wrap {
  padding-right: 2rem;
  padding-left: 2rem;
}

.content-text br{
  display: none;
}

@media screen and (min-width: 420px) and (max-width: 575.98px) {
  .img-custom {
    width: 80%;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .container-cstm,
  .container-wrap {
    width: 80%;
  }

  .img-custom {
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .container-cstm,
  .container-wrap {
    max-width: 90%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin: 0 auto;
  }

  .content-text br{
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .container-cstm{
    max-width: 850px;
    margin: 30px auto;
    padding: 0;
  }
  .container-wrap {
    max-width: 750px;
    margin: 30px auto;
    padding: 0;
  }
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.align-center {
  align-items: center;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.justify-center {
  justify-content: center;
}

.justify-left {
  justify-content: flex-start;
}

.justify-right {
  justify-content: flex-end;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }

  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
}
.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

.bg-light-blue{
  background-color: #f5fcff;
}
.bg-light-yellow {
  background: #fffae9;
}

.bg-light-gray {
  background: #e7e7e7;
}

.bg-pattens-blue {
  background: #d8f4ff;
}
.bg-white {
  background: #fff;
}

.img-fluid {
  max-width: 100%;
}

.title-img img {
  width: 330px;
}

.sec-faq .title-img img {
  width: 230px !important;
}

.sec-wrap {
  padding: 30px 0;

  &.sec-instructions {
    padding-top: 0;
  }
}

.content-grp {
  display: inline-flex;
  flex-direction: column;
}

.container-wrap .title {
  position: relative;
  padding-bottom: 0;
  margin: 0;
}

.lp-axis {
  color: #333333;
}
.pb-space {
  padding-bottom: 17px;
}

.sec-masthead {
  @media screen and (max-width: 767.98px) {
    & .bg-wrap {
      margin: 0 auto;

      & img {
        width: auto;
        object-fit: cover;
        /* height: 600px; */
      }
    }
  }

  @media screen and (max-width: 375px) {
    & .bg-wrap {
      & img {
        width: 100%;
        height: auto;
      }
    }
  }

  @media screen and (min-width: 768px) {
    & .bg-wrap img {
      width: 100%;
      height: 750px;
      object-fit: cover;
    }

    & .banner-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 600px;
    }
  }

  @media screen and (min-width: 1200px) {
    & .banner-wrap {
      width: 750px;
    }
  }
}

.sec-cta {
  & .fs-xxs-title {
    font-size: 14px;
  }
  & .subtitle {
    margin: 14px 0;
  }
  @media screen and (max-width: 420px) {
    & .content-grp {
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) {
    & .subtitle {
      margin: 18px 0;
    }
    & .fs-xxs-title {
      font-size: 16px;
    }
  }
}

.cstm-button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 12px  15px 12px 15px;
  font-size: 16px;
  background-color: #00baff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: .4s ease-in-out;
  width: 360px;
    max-width: 100%;

  & .circle {
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  transform: scale(.65);
  }

  & .arrow {
    font-size: 11px;
    vertical-align: middle;
    color: #00baff;
    margin: -1px 0 0 1px;
  }
}

.cstm-button:hover {
  background-color: #007acc;
}

@media screen and (min-width: 768px) {
  .cstm-button {
    padding: 15px 50px;
    font-size: 22px;
    width: auto;
    & .circle {
      transform: scale(1);
      right: 15px;
    }
    & .arrow {
      margin: -1px 0 0 2px;
    }
  }
}

.fs-hl-title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 8px 20px;
}

.fs-xxl-title {
  font-size: 24px;
}

.fs-xl-title {
  font-size: 20px;
}

.fs-lg-title {
  font-size: 26px;
}

.fs-md-title {
  font-size: 16px;
}

.fs-sm-title {
  font-size: 18px;
}

.fs-xs-title ,
.fs-xxs-title {
  font-size: 16px;
}

.fs-xs {
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  .fs-xxl-title {
    font-size: 28px;
  }
  .fs-md-title {
    font-size: 18px;
  }
  .fs-sm-title {
    font-size: 22px;
  }
  .fs-xs-title {
    font-size: 20px;
  }
  .fs-xxs-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .fs-xxl-title {
    font-size: 32px;
  }
  .fs-xl-title {
    font-size: 28px;
  }
  .fs-md-title {
    font-size: 24px;
  }
}

.pt-space {
  padding-top: 30px
}

.mt-sm {
  margin-top: 15px;
}

.mt-xs {
  margin-top: 5px;
}

.mb-sm {
  margin-bottom: 15px;
}

.highlight {
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: 200% .25em;
  background-position-x: 100%;
}

.hl-thin-center {
  background-position-y: 50% !important;
  background-size: 200% .1em !important;
}

.hl-blue {
  background-image: linear-gradient(#9cdaf1, #9cdaf1);
}

.hl-gray {
  background-image: linear-gradient(#c6c6c6, #c6c6c6);
}

.hl-orange {
  background-image: linear-gradient(#ec6a3e, #ec6a3e);
}

.hl-yellow {
  background-image: linear-gradient(#f4bb0b, #f4bb0b);
}
.hl-yellow2 {
  background-image: linear-gradient(#f5dd95, #f5dd95);
}
.hl-arrow{
  position: relative;
}

.hl-arrow:after{
  position: absolute;
  content: '';
  background-image: url('img/title-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 100%;
  top: 88%;
  left: 50%;
  transform: translateX(-50%);
}

.hl-arrow.arrow-lblue:after{
  background-image: url('img/title-arrow-bg-lblue.png')!important;
}

@media screen and (min-width: 576px){
  .highlight {
    background-size: 200% .3em;
  }
  .hl-arrow:after{
    top: 90%;
  }
}
@media screen and (min-width: 1200px){
  .hl-arrow:after{
    top: 91%;
  }
}

.hl-bottom {
  border-bottom: 6px solid #f4bb0b;
  padding-bottom: 10px;
}

.flt-top,
.flt-bottom {
  position: absolute;
}

.flt-bottom {
  bottom: 2px;
  margin-left: 1px;
}

.img-flt-left {
  position: absolute;
  left: 90px;
  width: 70px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media screen and (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }

  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block;
  }

  .d-lg-none {
    display: none;
  }
}

.vl-edge::before,
.vl-edge::after {
  position: absolute;
  content: '|';
  color: #323232;
  font-weight: 700;
}

.vl-edge::before {
  margin-left: -25px;
  transform: rotate3d(1, 1, 1, -45deg);
}

.vl-edge::after {
  margin-left: 10px;
  transform: rotate3d(1, 1, 1, 45deg);
}

.cmp-text-img {
  justify-content: space-between;
  align-items: center;

  & .text-grp {
    margin-top: 20px;
  }

  & img {
    width: 250px;
  }

  @media screen and (max-width: 575.98px) {
    & h4 {
      font-size: 23px;
    }
    & h5 {
      padding-top: 10px;
      font-size: 15px;
    }

  }

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

    & .text-grp {
      text-align: right;
      margin-top: 0;
    }
  }
}

.cmp-convo {
  & .img-grp {
    & li {
      padding: 10px 8px;
    }

    & img {
      width: 80%;
    }
  }
  & .user {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
    & p {
      display: inline-block;
      padding: 15px 15px 15px 40px;
      border-radius: 8px;
      text-align: left;
      font-size: 16px;
    }

    & img {
      position: absolute;
      left: -5px;
      top: -5px;
      width: 35px;
    }

    & .img-axis{
      width: 45px;
      left: -10px;
    }
  }
  & .user-img{
    margin-top: 25px
  }
  @media screen and (min-width: 576px) {
    & .user {
      & p {
        font-size: 18px;
      }
      img {
      width: 40px;
      }
      & .img-axis{
        width: 60px;
        left: -12px;
      }
    }
  }

  @media screen and (min-width: 992px) {
    margin: 0 20px;
    & .user-left {
      justify-content: flex-start;

      & img {
        left: -75px;
      }
    }

    & .user-right {
      justify-content: flex-end;

      & img {
        right: -75px;
        left: unset;
      }
    }

    & .user {
      position: relative;
      & p {
        padding: 10px;
      }

      & img {
        width: 60px;
        top: 50%;
        transform: translateY(-50%);
      }
      & .img-axis{
        width: 70px;
        left: -85px;
      }
    }
  }

  @media screen and (max-width: 991.98px) {
    .user-img {
      margin-bottom: 20px;
    }
  }

}

.cmp-banner-wrap {
  position: relative;
  border: 3px solid #f4bb0b;
  padding: 50px 30px 30px;
  margin-top: 60px;

  & .img-flt-top {
    width: 80px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.cmp-two-cols{
  & .title-logo {
    width: 205px;
  }
  & .text-grp {
    text-align: center;
  }
  & .img-col {
    width: 100%;
  }
  @media screen and (max-width:575.98px) {
    & .text-grp{
      h5{
        font-size: 23px;
      }
      & p {
        font-size: 14px;
      }
    }

  }

  @media screen and (max-width:767.98px) {
    & .text-grp{
      padding: 15px 18px;
    }
  }
  @media screen and (min-width:768px) {
    & .title-logo {
      width: 250px;
    }
    & .img-col {
      float: right;
      width: 300px;
      margin-left: 15px;
    }

    & .text-grp {
      text-align: left;
    }
  }
}

.sec-concerns .img-cstm {
  width: 700px;
}

.sec-faq{
  @media screen and (max-width: 419.98px) {
    & .container-wrap{
      padding-left: .5rem;
      padding-right: .5rem;
    }
  }
}

.faq-item {
  border: 3px solid #f4bb0b;
  background-color: #fff;
  margin-top: 25px;
}

.faq-item:first-child {
  margin-top: 0px;
}

.answer,
.question {
  display: flex;
  align-items: flex-start;
}

.question{
  background-color: #f4bb0b;
  padding: 10px;
  font-weight: 700;
  color: #333333;
  & .text {
    text-align: left;
  }

}
.answer {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 10px;
  border-radius: 5px;
  background-color: #fff;
  & .initials {
    font-size: 22px;
    color: #f4bb0b;
  }
}

span.initials {
  position: relative;
  font-weight: 900;
  padding: 0 20px 0 10px;
}

span.initials:after{
  position: absolute;
  content: " ";
  width: 16px;
  height: 20px;
  border-right: 2px solid;
  top: 55%;
  transform: translateY(-50%);
}

.question .text,
.answer .text {
  padding-left: 12px;
}

@media screen and (min-width: 768px) {
  .question .text,
  .answer .text {
    padding-left: 15px;
  }
  span.initials:after{
    width: 18px;
  }
  .answer {
    & .text {
      border-left: 2px solid #f4bb0b;;
    }
    & span.initials:after{
      content:unset;
    }
  }

}

.fnav.bg-white {
  background-color: #fff;

  & li {
    color: #f4bb0b;

    a {
      color: inherit;
    }
  }
}

.sec-graph-text {
  & .content-row{
    padding: 20px 25px 30px;
    margin: 20px;
  }
  & .img-w-text {

  }
  @media screen and (max-width: 767.98px) {
    & .img-w-text img {
      width: 300px;
    }
  }
  @media screen and (min-width: 768px) {
    & .img-w-text {
      display: flex;

      & .img-diagram {
        width: 220px;
      }
      & .text-grp {
        padding-left: 50px;
      }
    }

    & .content-row{
      padding: 20px 35px 30px;
    }
  }
}

.awards-grp {
  & .col img {
    width:400px;
  }

  & .bg-wrap {
    background-color: #fffae9;
    padding: 20px;
    & li {
      position: relative;
      .flt-bottom {
        position: relative;
      }

    }
  }

  & .fs-xl-title{
    line-height: 1.2;
  }

  & .fs-xxs {
    font-size: 10px;
  }

  .wrap-awards {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .awards-num {
    font-size: 31px;
    font-weight: bold;
    display: block;
    padding:4px 32px 2px;
    line-height: 1;
    background-image: url(../img/awards-l.png), url(../img/awards-r.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: contain, contain;
    b {
      color: #ec6a3e;
      font-size: 45px;
      font-weight: bold;
      small {
        font-size: 21px;
      }
    }
  }

  .lastyear {
    width: 50px;
    height: 50px;
    background: #ffc3af;
    border-radius: 100%;
    line-height: 1.1;
    font-size: 12.6px;
    font-weight: bold;
    padding-top: 7px;
    margin-left: 10px;
    .plus {
      font-size:18px;
      font-weight: bold;
      letter-spacing: 0;
      white-space: nowrap;
      &:before {
        content: "+";
        font-size: 14px;
        margin-right: -2px;
      }
      small {
        font-size:8px;
      }
    }
  }

  @media screen and (max-width: 767.98px) {
    & .col-right {
      margin-top: 15px;
    }
    & .small-text{
      margin: 15px 0 0 12px;
    }
    & .bg-wrap {
      font-size: 18px;
    }
    .awards-num {
      font-size: 7.5vw;
      padding:.8vw 6.4vw 1vw;
      b {
        font-size: 10vw;
        small {
          font-size: 5vw;
        }
      }
    }
    .lastyear {
      width:11vw;
      height: 11vw;
      font-size: 2.8vw;
      padding-top: 1.3vw;
      margin-left: 3.5vw;
      .plus {
        font-size:4vw;
        &:before {
          font-size: 3vw;
          margin-right: -.5vw;
        }
        small {
          font-size:2vw;
        }
      }
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1023.9px) {
    .awards-num {
      font-size: 2.5vw;
      padding:.2vw 2.5vw .75vw;
      b {
        font-size: 3.2vw;
        small {
          font-size: 2vw;
        }
      }
    }
    .lastyear {
      width:4.5vw;
      height: 4.5vw;
      font-size: 1.2vw;
      padding-top: 0.3vw;
      margin-left: 1vw;
      .plus {
        font-size:1.8vw;
        &:before {
          font-size: 1.5vw;
        }
        small {
          font-size:1.1vw;
        }
      }
    }
    & .bg-wrap {
      padding: 20px 10px;
    }
  }

  @media screen and (min-width: 768px) {
    & .two-cols {
      display: flex;
      justify-content: center;
      margin-top: 10px;
    }

    & .col {
      margin: 0 10px 20px;
    }
    & .col img {
      width: 320px!important;
    }
    & .justify-end {
      display: flex;
      justify-content: flex-end;
    }

  }

  @media screen and (min-width: 576px) {
    & .col img {
      width:400px!important;
    }
    & .fs-xxs {
    font-size: 12px;
    }
  }


}


footer {
  padding-top: 0;
  margin-bottom: 0!important;
  & .copyright {
  align-items: center;
  background-color: #ffc80b;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-family: "Montserrat", serif!important;
  height: 40px;
  justify-content: center;
  text-align: center;
  @include breakpoint(767px, max-width) { 
    font-size: 12px;
    height: 35px;
  }
  }
  & .fnav {
  margin: 0 !important;
  background-color: #fff;
  color: #fabe00;
  padding: 60px 0;
  & li {
  padding: 5px 34px !important;
  }
  & a {
  color: #fabe00;
  &:hover {
  color: #333333;
  }
  }
  @media screen and (max-width: 768px) {
  padding: calc(80px / 2) 0;
  width: 100% !important;
  & li {
  padding: 10px 34px !important;
  & a{
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0 20px;
  }
  }
  }
  }
  & dl.about {
  border-top: 2px solid #fabe00;
  & .footer-logo {
  width: 100%;
  }
  }
  & p.copy {
  background: #ffc80b;
  color: #fff;
  @media screen and (max-width: 768px) {
  padding: 20px;
  }
  }
  @media screen and (max-width: 768px) {
  & ul.fnav li {
  position: relative;
  border: none !important;
  &:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%);
  }
  }
  .row {
  height: 100%;
  flex-direction: column;
  }
  }
  }
  /* NEW SP FIX - previous */
  @media screen and (max-width: 465px) {
  footer .fnav {
  padding: 40px 0;
  }
  }


.sec-concerns {
  .list {
    text-align: left;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0 30px;
    li {
      padding-left:5rem;
      position: relative;
      margin-top: 2rem;
    }
    li:before {
      content: "";
      position: absolute;
      left: 0;
      display: block;
      width: 28px;
      height: 28px;
      border: 3px solid #333;
    }
    li:after  {
      content: "";
      position: absolute;
      left: 12px;
      top: -2px;
      display: block;
      width: 14px;
      height: 24px;
      border-right: 4px solid #00baff;
      border-bottom: 4px solid #00baff;
      transform: rotate(45deg);
    }
    @media screen and (max-width: 768px) {
      font-size: 1.75rem;
      margin: -1.5rem 0 0;
      li {
        padding-left: 3.25rem;
      }
      li:before {
        width: 20px;
        height: 20px;
        top: 4px;
      }
      li:after {
        width: 10px;
        height: 18px;
        left: 9px;
        top: 0;
      }
    }
  }
}

.sec-course {
  .blk-course {
    text-align: left;
    position: relative;
    padding: 0 30px 0 42%;
    margin-top: 32px;
    min-height: 232px;
    .img-course {
      width: 35%;
      position: absolute;
      left: 30px;
    }
    .heading {
      background: #111;
      color: #fff;
      font-size: 2.1rem;
      padding: 12px 15px;
      line-height: 1.4;
      margin-bottom: 1rem;
      position: relative;
    }
    .num {
      background: #f4bb0b;
      color: #111;
      font-weight: 900;
      font-size: 2.2rem;
      text-align: center;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      position: absolute;
      left: -17px;
      top: -17px;
    }
    p {
      font-size: 1.4rem;
      line-height: 1.5;
      font-weight: 500;
    }
    @media screen and (max-width: 767.98px) {
      padding: 0 12px;
      display: flex;
      flex-direction: column;
      min-height: auto;
      margin-top: 0;
      + .blk-course {
        margin-top: 32px;
      }
      .img-course {
        position: relative;
        width: 100%;
        left: 0;
        order: 2;
        margin-bottom: 1rem;
      }
      .heading {
        order: 1;
        padding: 14px 2px;
        text-align: center;
        font-size: 5vw;
      }
      .num {
        left: calc(50% - 12px);
        top: -12px;
        width: 24px;
        height: 24px;
        font-size: 1.6rem;
        line-height: 24px;
      }
      p {
        order: 3;
        font-size: 1.6rem;
      }
    }
  }
}

.sec-instructions {
  .head-instructions {
    background: #f4bb0b;
    font-size: 6rem;
    line-height: 1.2;
    position: relative;
    padding: 15px 0;
    margin-bottom: 100px;
    span {
      font-size: 75%;
    }
    @media screen and (max-width: 768px) {
      font-size: 3rem;
      padding: 5px;
      margin-bottom: 60px;
      line-height: 1.1;
    }
  }
  .head-instructions:after {
    content: "";
    display: block;
    background: #f4bb0b;
    width: 100%;
    height: 40px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    bottom: -39px;
    left: 0;
    @media screen and (max-width: 768px) {
      height: 20px;
      bottom: -19px;
    }
  }

  .blk-instruction {
    border: 4px solid #f4bb0b;
    border-radius: 8px;
    position: relative;
    padding: 30px 0 20px;
    @media screen and (max-width: 768px) {
      border-width: 3px;
      border-radius: 4px;
    }
    + .blk-instruction {
      margin-top: 40px;
    }
    .heading {
      background: #f4bb0b;
      font-size: 3.2rem;
      @media screen and (max-width: 768px) {
        font-size: 2.4rem;
        padding: 8px;
        line-height: 1.2;
      }
    }
    .num {
      font-size: 2.7rem;
      font-weight: 700;
      position: absolute;
      text-align: center;
      left: 0;
      display: block;
      background: #fff;
      border: 4px solid #f4bb0b;
      text-align: center;
      width:4.4rem;
      height: 4.4rem;
      border-radius: 100%;
      top: -2.2rem;
      line-height: 3.6rem;
      left: calc(50% - 2.2rem);
      @media screen and (max-width: 768px) {
        border-width: 3px;
      }
    }
    .text-content {
      padding: 20px;
      text-align: left;
      margin: 0 auto;
      width: 90%;
      @media screen and (max-width: 768px) {
        width: 100%;
        padding: 20px 16px;
      }
    }
    .text1 {
      color: #00bafe;
      font-weight: 800;
      font-size: 2.4rem;
      text-align: center;
      @media screen and (max-width: 768px) {
        line-height: 1.2;
        font-size: 2.2rem;
      }
    }
    .text2 {
      font-weight: 800;
      font-size: 2.3rem;
      @media screen and (max-width: 768px) {
        text-align: center;
        font-size: 1.8rem;
        margin-top: .5rem;
      }
    }
    .list {
      font-weight: bold;
      font-size: 2.1rem;
      padding-bottom: 2rem;
      border-bottom: 2px solid #f4bb0b;
      margin-bottom: 1.25rem;
      li {
        position: relative;
        padding-left: 40px;
        margin-top: 1.5rem;
        line-height: 1.25;
      }
      li:before {
        content: "！";
        font-size: 2.7rem;
        font-weight: 900;
        position: absolute;
        left: 0;
        display: block;
        background: #f4bb0b;
        text-align: center;
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 100%;
        top: 0;
        line-height: 2.6rem;
      }
    }
    .text3 {
      text-align: center;
      font-weight: 800;
      font-size: 2.2rem;
      line-height: 1.4;
      margin-bottom: 1.5rem;
    }
    .text {
      font-size: 1.45rem;
      font-weight: 500;
      line-height: 1.4;
      .highlight {
        font-weight: 700;
      }
      + .text {
        margin-top: 1.45rem;
      }
      @media screen and (max-width: 768px) {
        font-size: 1.6rem;
        text-align: justify;
      }
    }
  }
  .blk-instruction:nth-of-type(1) {
    .text-content {
      background: url(../img/il-instructions-1.png) no-repeat right 20px top 40%;
      background-size: 90px auto;
      @media screen and (max-width: 768px) {
        background:none;
      }
    }
    .text1 {
      @media screen and (max-width: 768px) {
        margin-left: -.5rem;
        margin-right: -.5rem;
        letter-spacing: -.05em;
      } 
    }
  }
  .blk-instruction:nth-of-type(2) {
    .text-content {
      background: url(../img/il-instructions-2.png) no-repeat right top 32%;
      background-size: 116px auto;
      @media screen and (max-width: 768px) {
        background:none;
      }
    }
    .text3 {
      @media screen and (max-width: 768px) {
        letter-spacing: -.075em;
      }
    }
  }
  
}

.sec-message {
  .blk-message {
    border: 3px solid #fabe00;
    padding: 40px;
    font-family:  "Zen Antique", serif;
    margin-bottom: 2rem;
    .heading {
      font-size: 2.9rem;
      margin-bottom: 2rem;
      font-weight: 400;
      letter-spacing: .05em;
    }
    .text {
      font-size: 1.7rem;
      line-height: 2.2;
      font-weight: 400;
      margin-bottom: 3rem;
      letter-spacing: -.05em;
    }
    .logo {
      width: 150px;
    }
    @media screen and (max-width: 768px) {
      padding: 24px 12px 2.5rem;
      .heading {
        line-height: 1.2;
        letter-spacing: 0;
      }
      .text {
        font-size: 1.4rem;
        line-height: 1.65;
        margin-bottom: 2.5rem;
      }
      .text-right {
        text-align: center;
      }
    }
  }
}