/* Use media

@include media-up(sm) {
  padding: 1.5rem;
  width: 300px;
}

@include media-up(lg) {
  padding: 2rem;
  width: 350px;
}

@include media-down(md) {
  font-size: 0.9rem;
}

@include media-between(md, lg) {
  padding: 1.75rem;
}
*/
body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #414D60;
  font-size: 16px; }

main {
  overflow-x: hidden; }

a {
  text-decoration: none; }
  a:hover {
    color: #3561FF !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Reddit Sans", sans-serif;
  font-weight: 600;
  color: #1E242C; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1224px; } }
.title-section {
  font-size: 56px;
  font-weight: 600; }

.desc {
  color: rgba(0, 0, 0, 0.6); }

.row {
  --bs-gutter-x: 20px; }

.btn-primary {
  background: #3561FF;
  border: none;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-primary img {
    z-index: 1; }
  .btn-primary span {
    position: relative;
    z-index: 1; }
  .btn-primary:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: width 0.2s ease-in-out; }
  .btn-primary:hover:before {
    width: 100%; }

.block {
  padding: 60px 0; }
  .block .head {
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-flow: column;
    align-items: center; }
  .block h3 {
    font-size: 48px;
    font-weight: 600; }
  .block .desc {
    max-width: 488px;
    text-align: center; }
  .block .title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3561FF; }
  .block p {
    margin-top: 20px; }
  .block .content.photo-r .photo {
    display: flex;
    justify-content: center;
    order: 1; }
  .block .content .photo img {
    width: 100%; }
  .block .cards {
    position: relative; }
  .block .card {
    background-color: #F0FFF9;
    border: none;
    display: flex;
    flex-flow: column;
    height: 100%;
    align-items: center;
    border-radius: 8px;
    padding: 6px 6px 60px 6px;
    color: #414D60;
    position: relative;
    z-index: 0;
    transition: all 0.2s ease-in-out; }
    .block .card:hover {
      background: #ffffff;
      box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.15);
      z-index: 1; }
    .block .card img {
      max-width: 157px;
      margin-top: 74px; }
    .block .card h4 {
      font-size: 22px;
      font-weight: 600;
      margin-top: 24px;
      margin-bottom: 4px;
      text-align: center; }
    .block .card p {
      text-align: center; }

p {
  line-height: 150%; }

canvas {
  display: block;
  width: 100%;
  height: 100% !important;
  filter: blur(60px);
  -webket-filter: blur(60px); }
  @media (max-width: 991px) {
    canvas {
      filter: blur(30px);
      -webket-filter: blur(30px); } }

header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.07);
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20; }
  header.fixed-top .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 14px; }
  header.fixed-top .navbar-brand {
    width: 146px;
    height: 31px; }
  header .navbar-brand {
    width: 220px;
    height: 44px;
    padding: 0;
    transition: all 0.2s ease-in-out; }
    header .navbar-brand img {
      width: 100%; }
    header .navbar-brand h1 {
      text-indent: -9999px; }
  header .navbar {
    justify-content: space-between;
    width: 100%;
    padding: 0; }
    header .navbar .navbar-toggler {
      position: relative;
      width: 32px;
      height: 32px;
      padding: 0;
      border: none; }
      header .navbar .navbar-toggler:focus {
        box-shadow: none; }
      header .navbar .navbar-toggler span {
        display: block;
        position: absolute;
        width: 16px;
        height: 1.3px;
        background-color: #000000;
        border-radius: 1px;
        left: 7px; }
        header .navbar .navbar-toggler span:nth-child(1) {
          top: 9px; }
        header .navbar .navbar-toggler span:nth-child(2) {
          top: 15px; }
        header .navbar .navbar-toggler span:nth-child(3) {
          top: 21px; }
    header .navbar .navbar-collapse {
      flex-grow: inherit; }
    header .navbar.navbar-expand-lg .navbar-nav .nav-link {
      font-size: 16px;
      padding: 36px 10px;
      color: #414D60;
      transition: all 0.2s ease-in-out; }
      header .navbar.navbar-expand-lg .navbar-nav .nav-link.active {
        color: #1E242C;
        font-weight: 700; }
      header .navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #3561FF; }
      @media (min-width: 992px) and (max-width: 1399px) {
        header .navbar.navbar-expand-lg .navbar-nav .nav-link {
          font-size: 14px; } }
    header .navbar .btn-primary {
      line-height: 36px; }
      @media (max-width: 767px) {
        header .navbar .btn-primary {
          font-weight: 700;
          line-height: 30px; } }
  header .btn-default {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .btn-default {
        font-size: 14px; } }
    header .btn-default span {
      flex: 0 0 1%;
      white-space: nowrap; }
    header .btn-default span.icon {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background-color: #3561FF;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: auto; }
    header .btn-default:hover {
      color: #3561FF; }

.background-blur {
  overflow: hidden;
  height: 540px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0; }
  .background-blur:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    left: 0;
    bottom: 0; }

.hero {
  padding-top: 156px;
  padding-bottom: 120px;
  position: relative; }
  .hero .users img {
    width: 100%; }
  .hero .content-hero {
    max-width: 720px;
    margin: 0 auto 40px auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative; }
    .hero .content-hero .tag {
      width: auto;
      display: inline-flex;
      align-items: center;
      background-color: #ffffff;
      gap: 8px;
      padding: 8px 24px;
      border-radius: 24px;
      color: #002B6B;
      margin-bottom: 16px; }
    .hero .content-hero h3 {
      color: #002B6B;
      text-align: center;
      font-size: 72px;
      font-weight: 500;
      line-height: 120%;
      margin-bottom: 16px; }
    .hero .content-hero p {
      text-align: center;
      max-width: 520px;
      margin: 0 auto; }
    .hero .content-hero .hero-1 {
      position: absolute;
      left: -150px;
      top: 90px;
      transform: rotate(-15deg); }
    .hero .content-hero .hero-2 {
      position: absolute;
      right: -210px;
      top: 70px; }
  .hero .search-hero {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px; }
  .hero .search-box {
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-radius: 30px;
    gap: 16px; }
    .hero .search-box input {
      border: none;
      background: none;
      color: #848D9B;
      min-width: 180px;
      outline: none !important; }
    .hero .search-box .input-icon {
      display: flex;
      align-items: center;
      gap: 8px; }
      .hero .search-box .input-icon:first-child {
        border-right: 1px solid #EDEDED; }
  .hero .btn-primary {
    padding: 16px 48px;
    font-weight: 700;
    border-radius: 28px; }

.about {
  padding: 70px 0;
  padding-top: 120px;
  margin-top: -120px; }
  .about .photo-about {
    max-width: 610px; }
  .about .content-about {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-flow: column; }
    .about .content-about h3 {
      margin-bottom: 28px; }

.software {
  padding: 88px 0;
  background-color: #fafafa; }
  .software .content-software {
    height: 100%;
    background-color: #1E242C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 20px; }
    .software .content-software h4 {
      color: #ffffff;
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 40px; }
    .software .content-software p {
      color: #ffffff;
      max-width: 510px; }
  .software .photo-software img {
    border-radius: 20px; }

.approach {
  padding: 100px 0; }
  .approach .photo-approach {
    max-width: 530px; }
    .approach .photo-approach img {
      border-radius: 20px; }
  .approach .content-approach {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column; }
    .approach .content-approach h3 {
      margin-bottom: 40px; }

.whyChoose {
  padding: 88px 0; }
  .whyChoose .photo-whyChoose {
    max-width: 540px;
    position: relative;
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    .whyChoose .photo-whyChoose .whyChoose-2 {
      width: 281px;
      height: 88px;
      position: absolute;
      bottom: 460px;
      left: -2px;
      border-radius: 20px;
      box-shadow: 10px 25px 100px rgba(0, 43, 107, 0.25); }
  .whyChoose .content-whyChoose h3 {
    margin-bottom: 48px; }
  .whyChoose .content-whyChoose ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .whyChoose .content-whyChoose ul li {
      display: flex;
      gap: 24px;
      margin-bottom: 30px; }
      .whyChoose .content-whyChoose ul li:last-child {
        margin-bottom: 0; }
      .whyChoose .content-whyChoose ul li:nth-child(2n+2) .number {
        order: 2; }
      .whyChoose .content-whyChoose ul li:nth-child(2n+2) .feature {
        order: 1; }
      .whyChoose .content-whyChoose ul li .number {
        font-size: 108px;
        color: rgba(0, 43, 107, 0.15); }
      .whyChoose .content-whyChoose ul li .feature {
        padding: 24px;
        border-radius: 20px;
        display: flex;
        gap: 16px;
        background-color: #ffffff;
        align-items: center;
        border: 1px solid #EDEEF0;
        box-shadow: 10px 25px 100px rgba(0, 43, 107, 0.25); }
        .whyChoose .content-whyChoose ul li .feature .content-feature h4 {
          font-size: 24px;
          font-weight: 400; }
        .whyChoose .content-whyChoose ul li .feature .content-feature p {
          margin-bottom: 0; }

.solution {
  padding: 70px 0; }
  .solution .head-solution {
    margin: 0 auto 40px auto;
    max-width: 600px;
    display: flex;
    flex-flow: column;
    align-items: center; }
    .solution .head-solution p {
      text-align: center; }
  .solution .content-solution .accordion {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .solution .content-solution .accordion {
        min-height: 420px; } }
    @media (min-width: 1200px) {
      .solution .content-solution .accordion {
        min-height: 372px; } }
    .solution .content-solution .accordion .accordion-item {
      border: 1px solid #E6E9EA;
      border-radius: 20px;
      background-color: #ffffff;
      margin-bottom: 32px;
      transition: all 0.2s ease-in-out; }
      .solution .content-solution .accordion .accordion-item:has(.accordion-collapse.show) {
        background-color: #E6F0FF;
        border-color: #8AB9FF;
        box-shadow: 10px 25px 100px rgba(0, 43, 107, 0.25); }
        .solution .content-solution .accordion .accordion-item:has(.accordion-collapse.show) .accordion-button .number {
          background-color: #ffffff; }
        .solution .content-solution .accordion .accordion-item:has(.accordion-collapse.show) .accordion-body {
          transform: translateY(-24px); }
      .solution .content-solution .accordion .accordion-item .accordion-button:not(.collapsed) {
        background: none; }
        .solution .content-solution .accordion .accordion-item .accordion-button:not(.collapsed):after {
          transform: rotate(135deg); }
      .solution .content-solution .accordion .accordion-item .accordion-button {
        background: none;
        font-size: 24px;
        box-shadow: none;
        color: #1E242C;
        font-family: "Reddit Sans", sans-serif; }
        .solution .content-solution .accordion .accordion-item .accordion-button:after {
          background-image: url("../images/star.svg"); }
        .solution .content-solution .accordion .accordion-item .accordion-button .number {
          width: 56px;
          height: 56px;
          color: #002B6B;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #EDEEF0;
          border-radius: 28px;
          margin-right: 16px;
          transition: background-color 0.2s ease-in-out; }
      .solution .content-solution .accordion .accordion-item .accordion-header {
        background: none; }
      .solution .content-solution .accordion .accordion-item .accordion-body {
        padding-left: 94px;
        transition: transform 0.2s ease-in-out; }

.banks {
  padding-top: 50px;
  padding-bottom: 80px; }
  .banks .head-banks {
    max-width: 730px;
    margin: 0 auto 40px auto;
    padding-bottom: 40px;
    position: relative; }
    .banks .head-banks:after {
      content: "";
      width: 60%;
      height: 0.5px;
      background-color: #0A225F;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .banks .head-banks h3 {
      font-size: 48px;
      color: #002B6B;
      font-weight: 600;
      text-align: center;
      margin-bottom: 16px; }
    .banks .head-banks p {
      text-align: center;
      color: #103697;
      margin-bottom: 0; }
      .banks .head-banks p.note {
        font-size: 14px;
        color: #0A225F; }

.contact {
  margin-bottom: 60px; }
  .contact .box-form {
    background-color: #3561FF;
    border-radius: 24px;
    padding: 88px 0 56px 0;
    position: relative; }
  .contact .circle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 24px; }
    .contact .circle span {
      display: block;
      position: absolute;
      width: 485px;
      height: 482px;
      background: linear-gradient(177.26deg, #3461FF 10.7%, #8399E9 103.87%);
      transform: rotate(90deg);
      border-radius: 100%; }
      .contact .circle span:nth-child(1) {
        left: -382px;
        top: -59px;
        z-index: 4; }
      .contact .circle span:nth-child(2) {
        left: -151px;
        top: -59px;
        z-index: 3; }
      .contact .circle span:nth-child(3) {
        left: 334px;
        top: -59px;
        z-index: 2; }
      .contact .circle span:nth-child(4) {
        left: 78px;
        top: -59px;
        z-index: 1;
        background: linear-gradient(177.26deg, #3461FF 10.7%, #8399E9 103.87%); }
  .contact .contact-form {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5; }
    .contact .contact-form h3 {
      font-size: 40px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 16px; }
    .contact .contact-form p {
      color: rgba(255, 255, 255, 0.75);
      max-width: 540px;
      margin: 0 auto 32px auto; }
    .contact .contact-form .form-subcribe {
      display: flex;
      align-items: center;
      gap: 8px;
      height: 56px;
      padding: 0 24px; }
      .contact .contact-form .form-subcribe .btn-submit {
        height: 100%;
        width: 152px;
        background-color: #ffffff;
        font-weight: 700;
        border: none;
        border-radius: 28px;
        flex: 0 0 auto; }
      .contact .contact-form .form-subcribe .input-email {
        position: relative;
        height: 100%;
        width: 100%; }
        .contact .contact-form .form-subcribe .input-email img {
          position: absolute;
          top: 16px;
          left: 24px; }
        .contact .contact-form .form-subcribe .input-email input {
          background-color: #ffffff;
          border: none;
          padding-left: 56px;
          height: 100%;
          width: 100%;
          border-radius: 28px;
          outline: none !important; }

footer {
  position: relative; }
  footer .background-blur {
    bottom: 0;
    top: auto; }
    footer .background-blur canvas {
      transform: rotate(180deg); }
    footer .background-blur:after {
      background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
      background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff); }
  footer .brand {
    margin-bottom: 30px;
    width: 220px;
    height: 50px;
    display: block; }
  footer h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul.list-info {
      max-width: 460px; }
      footer ul.list-info li {
        margin-bottom: 8px; }
        footer ul.list-info li a {
          color: rgba(0, 0, 0, 0.6); }
    footer ul.menu-footer li a {
      display: block;
      padding: 4px 0;
      color: rgba(0, 0, 0, 0.6); }
    footer ul.list-social {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px; }
      footer ul.list-social li a {
        display: block; }
  footer .copyright {
    color: #002B6B; }

@media (max-width: 991px) {
  .container {
    --bs-gutter-x: 3rem; }

  .title-section {
    font-size: 24px; }

  .hero {
    padding-top: 56px; }
    .hero .btn-primary {
      font-size: 12px;
      font-weight: 400;
      padding: 4px 15px; }
    .hero .search-box {
      padding: 4px 8px;
      width: 1%;
      flex: 1 1 auto; }
      .hero .search-box .input-icon {
        width: 50%; }
        .hero .search-box .input-icon img {
          width: 12px; }
        .hero .search-box .input-icon input {
          font-size: 12px; }
    .hero .search-hero {
      margin-bottom: 28px; }
    .hero .content-hero {
      margin-bottom: 20px; }
      .hero .content-hero .tag {
        font-size: 10px; }
        .hero .content-hero .tag img {
          width: 12px;
          height: 12px; }
      .hero .content-hero h3 {
        font-size: 28px;
        max-width: 240px; }
      .hero .content-hero p {
        font-size: 10px;
        max-width: 250px; }
      .hero .content-hero .hero-1 {
        width: 73px;
        height: 21px;
        left: -3px;
        top: 46px; }
      .hero .content-hero .hero-2 {
        width: 44px;
        height: 22px;
        right: 0; }

  .background-blur {
    height: 240px; }

  .about {
    padding: 30px 0; }
    .about .content-about h3 {
      margin-bottom: 12px; }

  .software {
    padding: 30px 0; }
    .software .content-software {
      padding: 30px; }
      .software .content-software h4 {
        font-size: 16px;
        margin-bottom: 20px; }
    .software .photo-software {
      margin-top: 20px; }

  .approach {
    padding: 30px 0; }
    .approach .content-approach h3 {
      margin-bottom: 20px; }

  .whyChoose {
    padding: 30px 0; }
    .whyChoose .content-whyChoose h3 {
      margin-bottom: 20px; }
    .whyChoose .content-whyChoose ul li {
      gap: 12px;
      margin-bottom: 15px; }
      .whyChoose .content-whyChoose ul li .number {
        font-size: 64px; }
      .whyChoose .content-whyChoose ul li .feature {
        padding: 12px;
        gap: 8px;
        border-radius: 12px; }
        .whyChoose .content-whyChoose ul li .feature img {
          width: 32px;
          height: 32px; }
        .whyChoose .content-whyChoose ul li .feature .content-feature h4 {
          font-size: 14px;
          margin-bottom: 4px; }
        .whyChoose .content-whyChoose ul li .feature .content-feature p {
          font-size: 10px; }
    .whyChoose .photo-whyChoose {
      margin-top: 20px; }
      .whyChoose .photo-whyChoose .whyChoose-2 {
        width: 168px;
        height: 52px;
        bottom: 290px; }

  .solution {
    padding: 40px 0; }
    .solution .head-solution {
      align-items: flex-start;
      margin-bottom: 20px; }
      .solution .head-solution p {
        text-align: left; }
    .solution .content-solution .accordion .accordion-item {
      margin-bottom: 12px; }
      .solution .content-solution .accordion .accordion-item .accordion-body {
        padding-left: 69px; }
      .solution .content-solution .accordion .accordion-item .accordion-button {
        font-size: 20px;
        padding: 20px; }
        .solution .content-solution .accordion .accordion-item .accordion-button .number {
          width: 40px;
          height: 40px;
          font-size: 16px;
          margin-right: 8px; }

  .banks {
    padding: 0 0 30px 0; }
    .banks .head-banks {
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .banks .head-banks:after {
        width: calc(100% - 24px); }
      .banks .head-banks h3 {
        font-size: 28px;
        margin-bottom: 8px; }
      .banks .head-banks p {
        font-size: 12px;
        margin-bottom: 4px; }
        .banks .head-banks p.note {
          font-size: 10px; }

  .contact {
    margin-bottom: 30px; }
    .contact .circle {
      border-radius: 8px; }
      .contact .circle span {
        width: 186px;
        height: 186px;
        top: -12px !important; }
        .contact .circle span:nth-child(1) {
          left: -121px; }
        .contact .circle span:nth-child(2) {
          left: -62px; }
        .contact .circle span:nth-child(3) {
          left: 113px; }
        .contact .circle span:nth-child(4) {
          left: 20px; }
    .contact .box-form {
      padding: 24px 15px;
      border-radius: 8px; }
    .contact .contact-form h3 {
      font-size: 16px;
      margin-bottom: 4px; }
    .contact .contact-form p {
      font-size: 10px;
      margin-bottom: 16px; }
    .contact .contact-form .form-subcribe {
      height: 36px; }
      .contact .contact-form .form-subcribe .input-email {
        width: 1%;
        flex: 1 1 auto; }
        .contact .contact-form .form-subcribe .input-email img {
          width: 14px;
          height: 14px;
          top: 12px;
          left: 12px; }
        .contact .contact-form .form-subcribe .input-email input {
          font-size: 10px;
          padding-left: 32px;
          border-radius: 8px; }
      .contact .contact-form .form-subcribe .btn-submit {
        font-size: 10px;
        padding: 10px 15px;
        border-radius: 8px;
        width: auto; }

  footer .mb-5 {
    margin-bottom: 20px !important; }
  footer .mt-5 {
    margin-top: 20px !important; }
  footer ul.list-social {
    justify-content: flex-start;
    margin-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-toggler {
    display: block; }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin: 0 auto; } }
@media (max-width: 1200px) {
  main {
    padding-top: 52px; }

  header {
    height: 52px; }
    header .navbar-brand {
      width: 140px !important;
      height: 30px !important; }
    header .navbar-nav {
      margin-top: 128px; }
    header .navbar-toggler {
      z-index: 10;
      transition: transform 0.2s ease-in-out; }
      header .navbar-toggler span {
        transition: all 0.2s ease-in-out; }
      header .navbar-toggler[aria-expanded="true"] {
        transform: translateY(80px); }
        header .navbar-toggler[aria-expanded="true"] span {
          background-color: #444444; }
          header .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
            transform: rotate(-45deg);
            top: 15px;
            width: 24px; }
          header .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
            opacity: 0; }
          header .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
            transform: rotate(45deg);
            top: 15px;
            width: 24px; }
    header .navbar-collapse {
      position: fixed;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      height: 100vh !important;
      z-index: 9;
      background-color: #ffffff;
      padding: 12px 0;
      opacity: 0;
      transition: opacity 0.2s ease-in-out; }
      header .navbar-collapse.show {
        opacity: 1; }
    header .nav-item {
      display: flex;
      justify-content: center; }
      header .nav-item .btn-primary {
        margin-top: 24px;
        width: 112px;
        height: 45px;
        line-height: 30px;
        font-weight: 700; }
        header .nav-item .btn-primary:before {
          display: none; }
        header .nav-item .btn-primary span {
          font-size: 16px;
          margin-right: 4px; }
        header .nav-item .btn-primary img {
          width: 13px; }
    header .navbar.navbar-expand-lg .navbar-nav .nav-link {
      padding: 12px 24px !important;
      color: #44444;
      font-size: 20px;
      font-weight: 700;
      text-align: center; }
      header .navbar.navbar-expand-lg .navbar-nav .nav-link.active {
        color: #3561FF; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  main {
    padding-top: 60px; }

  header {
    height: 60px; }
    header .nav-item {
      display: flex;
      justify-content: center; }
      header .nav-item .btn-primary {
        margin-top: 54px;
        width: 160px;
        height: 50px; }
        header .nav-item .btn-primary span {
          font-size: 16px;
          margin-right: 8px;
          font-weight: 700; }
        header .nav-item .btn-primary img {
          width: 16px; }

  .approach .photo-approach {
    max-width: 100%; } }
