body, html {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px; }

body * {
  box-sizing: border-box;
  font-family: "Montserrat" ,sans-serif;
  line-height: 25px;
}

a {
    color: #DB2C45;
}

header {
  background-color: #FBFBFC; }
  header .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px; }
  header .outer__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px; }
    header .outer__header .right__menu {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      header .outer__header .right__menu .btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding-left: 16px;
        padding-right: 16px;
        text-decoration: none;
        border-radius: 8px;
        background-color: #DB2C45;
        font-size: 24px;
        color: #FBFBFC;
        font-weight: 500; }
      header .outer__header .right__menu ul {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center; }
        header .outer__header .right__menu ul > li {
          margin-right: 8px; }
          header .outer__header .right__menu ul > li > a {
            text-decoration: none;
            min-height: 64px;
            padding-left: 8px;
            padding-right: 8px;
            font-family: "Open Sans" ,sans-serif;
            font-size: 20px;
            color: #1E1F24;
            white-space: nowrap;
            font-weight: 400;
            transition: .3s ease all; }
            header .outer__header .right__menu ul > li > a:hover {
              color: #DB2C45; }
            header .outer__header .right__menu ul > li > a.current {
              color: #DB2C45;
              font-weight: bold; }
          header .outer__header .right__menu ul > li:last-child {
            margin-right: 0px; }
    header .outer__header > a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      header .outer__header > a img {
        min-width: 210px;
        max-width: 210px; }

.container {
  max-width: 1528px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px; }

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }

footer {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #334A61;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px; }
  footer .bottom__part {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px; }
    footer .bottom__part .left {
      max-width: 390px;
      margin-top: -24px; }
      footer .bottom__part .left > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start; }
        footer .bottom__part .left > ul > li {
          margin-top: 4px;
          margin-bottom: 4px; }
          footer .bottom__part .left > ul > li > a {
            font-size: 13px;
            line-height: 18px;
            font-family: "Open Sans" ,sans-serif;
            color: #CCCCCC;
            text-decoration: none; }
          footer .bottom__part .left > ul > li.spacer {
            margin: 0px 10px;
            height: 20px;
            min-width: 1px;
            background-color: #CCCCCC; }
      footer .bottom__part .left .ssl {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px; }
        footer .bottom__part .left .ssl img {
          max-width: 240px; }
      footer .bottom__part .left > .socials {
        margin-bottom: 20px; }
        footer .bottom__part .left > .socials ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          footer .bottom__part .left > .socials ul > li {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 7px; }
            footer .bottom__part .left > .socials ul > li:last-child {
              margin-right: 0px; }
            footer .bottom__part .left > .socials ul > li > a {
              transition: .3s ease all;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              min-width: 42px;
              max-width: 42px;
              min-height: 42px;
              max-height: 42px;
              border-radius: 250px;
              background-color: #1C2835; }
              footer .bottom__part .left > .socials ul > li > a:hover {
                background-color: #DB2C45; }
      footer .bottom__part .left > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px; }
        footer .bottom__part .left > a img {
          max-width: 250px; }
    footer .bottom__part .right {
      max-width: 690px; }
      footer .bottom__part .right .contact__details {
        width: 100%; }
        footer .bottom__part .right .contact__details ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px; }
          footer .bottom__part .right .contact__details ul > li {
            display: inilne-flex;
            align-items: center;
            margin-bottom: 10px;
            justify-content: flex-start;
            font-size: 13px;
            line-height: 18px;
            color: #FFFFFF;
            font-weight: 400; }
            footer .bottom__part .right .contact__details ul > li:last-child {
              margin-bottom: 0px; }
            footer .bottom__part .right .contact__details ul > li span {
              display: inilne-flex;
              position: relative;
              top: 2.5px;
              align-items: center;
              justify-content: center;
              margin-right: 7px; }
        footer .bottom__part .right .contact__details > p {
          margin-top: 0px;
          margin-bottom: 10px;
          font-size: 13px;
          line-height: 18px;
          color: #FFFFFF;
          font-weight: bold;
          font-family: "Open Sans", sans-serif; }
      footer .bottom__part .right > p {
        margin: 0px;
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
        font-weight: 400;
        font-family: "Open Sans",sans-serif; }
  footer .top__part {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 43px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
    footer .top__part > .elem:nth-child(2) {
      width: 100%;
      max-width: 690px; }
    footer .top__part > .elem > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px; }
      footer .top__part > .elem > ul > li {
        margin-bottom: 16px; }
        footer .top__part > .elem > ul > li > a {
          text-decoration: none;
          font-size: 16px;
          line-height: 24px;
          color: #FBFBFC;
          font-family: "Open Sans" ,sans-serif;
          transition: .3s ease all; }
          footer .top__part > .elem > ul > li > a:hover {
            opacity: .7; }
        footer .top__part > .elem > ul > li:last-child {
          margin-bottom: 0px; }
    footer .top__part > .elem > p {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 24px;
      line-height: 28px;
      color: #FFFFFF;
      font-weight: bold; }

.right__menu .close__btn {
  display: none; }

.video__wrapper {
  background-color: #000000;
  padding: 100px 0px; }
  .video__wrapper .outer__video .share > p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
    color: #FBFBFC;
    font-weight: 500; }
  .video__wrapper .outer__video .share ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .video__wrapper .outer__video .share ul > li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 24px; }
      .video__wrapper .outer__video .share ul > li:last-child {
        margin-right: 0px; }
      .video__wrapper .outer__video .share ul > li > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 56px;
        max-width: 56px;
        min-height: 56px;
        max-height: 56px;
        border-radius: 250px;
        transition: .3s ease all; }
        .video__wrapper .outer__video .share ul > li > a:hover {
          opacity: .7; }
        .video__wrapper .outer__video .share ul > li > a.twitter {
          background-color: #FFFFFF; }
        .video__wrapper .outer__video .share ul > li > a.facebook {
          background-color: #3959B4; }
        .video__wrapper .outer__video .share ul > li > a.reddit {
          background-color: #FB4326; }
        .video__wrapper .outer__video .share ul > li > a.email {
          background-color: #757984; }
  .video__wrapper .outer__video .video__box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 48px; }
    .video__wrapper .outer__video .video__box .video {
      width: 100%;
      max-width: 760px;
      position: relative; }
      .video__wrapper .outer__video .video__box .video iframe {
        width: 100%;
        height: 427px; }
  .video__wrapper .outer__video .tag {
    display: flex;
    justify-content: flex-start; }
    .video__wrapper .outer__video .tag > span {
      min-height: 43px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #CF1E3C;
      border-radius: 16px;
      font-size: 20px;
      line-height: 24px;
      color: #FBFBFC;
      font-weight: 400;
      font-family: "Open Sans" , sans-serif;
      padding: 8px 10px; }
  .video__wrapper .outer__video > h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 56px;
    color: #FBFBFC;
    font-weight: bold; }
  .video__wrapper .breadcrumbs {
    margin-bottom: 25px; }
    .video__wrapper .breadcrumbs ul > li {
      color: #FBFBFC; }
      .video__wrapper .breadcrumbs ul > li > a {
        color: #FBFBFC;
        transition: .3s ease all; }
        .video__wrapper .breadcrumbs ul > li > a:hover {
          color: #fff; }

.breadcrumbs ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .breadcrumbs ul > li {
    margin: 4px 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-family: "Open Sans" ,sans-serif; }
    .breadcrumbs ul > li > a {
      font-size: 14px;
      line-height: 16px;
      font-style: italic;
      text-decoration: none;
      font-weight: 400;
      font-family: "Open Sans" ,sans-serif; }
    .breadcrumbs ul > li.spacer {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 4px; }

.category__select {
  padding: 64px 0px;
  background-color: #FBFBFC; }
  .category__select .outer__select > h2 {
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 48px;
    color: #1E1F24;
    font-weight: bold; }
  .category__select .outer__select ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px; }
    .category__select .outer__select ul > li {
      margin-bottom: 24px; }
      .category__select .outer__select ul > li > a {
        text-decoration: none;
        font-size: 20px;
        line-height: 25px;
        color: #334A61;
        transition: .3s ease all; }
        .category__select .outer__select ul > li > a:hover {
          color: #DB2C45; }
      .category__select .outer__select ul > li:last-child {
        margin-bottom: 0px; }

.logos__wrapper {
  padding: 100px 0px;
  background-color: #fff; }

.outer__logos ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .outer__logos ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .outer__logos ul li img {
      min-height: 128px;
      max-height: 128px; }
.outer__logos > h6 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8); }

.other__articles {
  padding: 64px 0px; }
  .other__articles .outer__other .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 38px;
    grid-row-gap: 20px;
    grid-row-gap: 35px; }
    .other__articles .outer__other .grid .elem {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      padding: 16px;
      padding-bottom: 16px;
      border-radius: 16px;
      background-color: #FBFBFC;
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
      position: relative; }
      .other__articles .outer__other .grid .elem:hover .desc > h2 {
        color: #DB2C45; }
      .other__articles .outer__other .grid .elem .bottom {
        position: static;
        width: 100%;
        margin-top: 13px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
        .other__articles .outer__other .grid .elem .bottom .dot {
          display: inline-flex;
          align-items: center;
          margin: 3px  14px; }
        .other__articles .outer__other .grid .elem .bottom .tag {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 32px;
          padding-left: 4px;
          padding-right: 4px;
          margin: 3px;
          border-radius: 4px;
          font-family: "Open Sans" ,sans-serif; }
        .other__articles .outer__other .grid .elem .bottom > p {
          margin: 3px;
          font-size: 16px;
          line-height: 24px;
          color: #000;
          font-weight: 400;
          font-family: "Open Sans" ,sans-serif; }
      .other__articles .outer__other .grid .elem .desc > h2 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
        color: #1E1F24;
        transition: .3s ease all;
        font-weight: bold; }
      .other__articles .outer__other .grid .elem .desc > p {
        min-height: 96px;
        margin: 0px;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        font-family: "Open Sans" ,sans-serif;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
      .other__articles .outer__other .grid .elem .media {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 65%;
        margin-bottom: 16px; }
        .other__articles .outer__other .grid .elem .media span {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .other__articles .outer__other .grid .elem .media span img {
            max-width: 40px;
            min-width: 40px; }
        .other__articles .outer__other .grid .elem .media > img {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .other__articles .outer__other > h2 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 48px;
    color: #1E1F24;
    font-weight: bold; }

.description__wrapper {
  padding: 48px 0px;
  background-color: #EEEFF2; }
  .description__wrapper .outer__description {
    display: flex;
    justify-content: space-between; }
    .description__wrapper .outer__description .main {
      width: 100%;
      background-color: #FFFFFF;
      border-radius: 32px;
      overflow: hidden; }
      .description__wrapper .outer__description .main .author {
        padding: 64px;
        background-color: #E7F2FE; }
        .description__wrapper .outer__description .main .author .top__author {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .description__wrapper .outer__description .main .author .top__author .desc {
            display: flex;
            flex-direction: column;
            align-items: flex-start; }
            .description__wrapper .outer__description .main .author .top__author .desc > span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              font-size: 16px;
              line-height: 24px;
              color: #1E1F24;
              font-weight: bold;
              font-family: "Open Sans" ,sans-serif; }
            .description__wrapper .outer__description .main .author .top__author .desc > p {
              margin: 0px;
              display: inline-flex;
              align-items: center;
              justify-content: flex-start;
              font-size: 14px;
              line-height: 16px;
              color: #000;
              font-family: "Open Sans" ,sans-serif;
              font-style: italic; }
              .description__wrapper .outer__description .main .author .top__author .desc > p span {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-right: 4px; }
          .description__wrapper .outer__description .main .author .top__author .media {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px; }
            .description__wrapper .outer__description .main .author .top__author .media img {
              min-width: 64px;
              max-width: 64px;
              min-height: 64px;
              max-height: 64px;
              border-radius: 250px;
              object-fit: cover; }
        .description__wrapper .outer__description .main .author > p {
          font-size: 16px;
          line-height: 24px;
          color: #1E1F24;
          font-weight: 400; }
      .description__wrapper .outer__description .main .topic {
        padding: 64px; }
        .description__wrapper .outer__description .main .topic .breadcrumbs {
          margin-bottom: 48px; }
        .description__wrapper .outer__description .main .topic > h1 {
          margin-bottom: 48px;
          margin-top: 0px;
          font-size: 48px;
          line-height: 56px;
          color: #1E1F24; }
        .description__wrapper .outer__description .main .topic > h2 {
          margin-top: 0px;
          margin-bottom: 48px;
          font-size: 32px;
          line-height: 36px;
          font-weight: 600;
          color: #1E1F24; }
        .description__wrapper .outer__description .main .topic ul.numbered {
          list-style-type: decimal;
          margin-bottom: 48px; }
          .description__wrapper .outer__description .main .topic ul.numbered:last-child {
            margin-bottom: 0px; }
          .description__wrapper .outer__description .main .topic ul.numbered > li {
            font-family: "Open Sans" ,sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #000; }
            .description__wrapper .outer__description .main .topic ul.numbered > li > a {
              font-family: "Open Sans" ,sans-serif;
              font-size: 16px;
              line-height: 24px;
              color: #334A61;
              text-decoration: underline;
              font-weight: 400; }
        .description__wrapper .outer__description .main .topic > p {
          margin-top: 0px;
          margin-bottom: 25px;
          font-size: 16px;
          line-height: 24px;
          color: #1E1F24;
          font-weight: 400;
          font-family: "Open Sans" ,sans-serif; }
          .description__wrapper .outer__description .main .topic > p:last-child {
            margin-bottom: 0px; }
        .description__wrapper .outer__description .main .topic.grey {
          background-color: #FBFBFC; }
    .description__wrapper .outer__description .side__wrapper {
      min-width: 290px;
      max-width: 290px;
      margin-right: 48px; }
      .description__wrapper .outer__description .side__wrapper .side {
        position: relative;
        padding: 24px;
        background-color: #FBFBFC;
        border-radius: 16px;
        box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05); }
        .description__wrapper .outer__description .side__wrapper .side ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px; }
          .description__wrapper .outer__description .side__wrapper .side ul > li {
            text-decoration: none;
            font-size: 20px;
            font-family: "Open Sans" ,sans-serif;
            color: #334A61;
            font-weight: 400;
            transition: .3s ease all;
            margin-bottom: 24px; }
            .description__wrapper .outer__description .side__wrapper .side ul > li > ul {
              list-style-type: desc;
              padding-left: 24px;
              padding-right: 8px; }
              .description__wrapper .outer__description .side__wrapper .side ul > li > ul > li {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 16px; }
                .description__wrapper .outer__description .side__wrapper .side ul > li > ul > li > a {
                  font-size: 16px;
                  line-height: 24px;
                  color: #334A61; }
                .description__wrapper .outer__description .side__wrapper .side ul > li > ul > li:last-child {
                  margin-bottom: 0px; }
            .description__wrapper .outer__description .side__wrapper .side ul > li > a {
              text-decoration: none;
              font-size: 20px;
              font-family: "Open Sans" ,sans-serif;
              color: #334A61;
              font-weight: 400;
              transition: .3s ease all; }
              .description__wrapper .outer__description .side__wrapper .side ul > li > a:hover {
                opacity: .7; }
            .description__wrapper .outer__description .side__wrapper .side ul > li:last-child {
              margin-bottom: 0px; }

.author__wrapper {
  padding: 100px 0px;
  background-color: #E7F2FE; }
  .author__wrapper .outer__author {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .author__wrapper .outer__author .author__info .socials {
      margin-top: 24px; }
      .author__wrapper .outer__author .author__info .socials ul {
        padding: 0px;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .author__wrapper .outer__author .author__info .socials ul > li {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 24px; }
          .author__wrapper .outer__author .author__info .socials ul > li > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 42px;
            max-width: 42px;
            min-height: 42px;
            max-height: 42px;
            border-radius: 250px;
            background-color: #1C2835;
            transition: .3s ease all; }
            .author__wrapper .outer__author .author__info .socials ul > li > a:hover {
              background-color: #DB2C45; }
          .author__wrapper .outer__author .author__info .socials ul > li:last-child {
            margin-right: 0px; }
    .author__wrapper .outer__author .author__info > h2 {
      margin-top: 0px;
      margin-top: 24px;
      margin-bottom: 24px;
      font-size: 48px;
      line-height: 56px;
      color: #1E1F24;
      font-weight: bold; }
    .author__wrapper .outer__author .author__info > p {
      margin: 0px;
      font-size: 20px;
      line-height: 25px;
      color: #1E1F24;
      font-weight: 400; }
    .author__wrapper .outer__author .author__info .breadcrumbs ul li a {
      color: #1E1F24; }
    .author__wrapper .outer__author .media {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 64px; }
      .author__wrapper .outer__author .media img {
        min-width: 325px;
        max-width: 325px;
        border-radius: 32px; }

.articles__wrapper {
  padding: 64px 0px; }
  .articles__wrapper .outer__articles .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 38px;
    grid-row-gap: 20px;
    grid-row-gap: 35px; }
    .articles__wrapper .outer__articles .grid .elem {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      padding: 16px;
      padding-bottom: 16px;
      border-radius: 16px;
      background-color: #FBFBFC;
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
      position: relative; }
      .articles__wrapper .outer__articles .grid .elem:hover .bottom .read {
        color: #DB2C45; }
      .articles__wrapper .outer__articles .grid .elem:hover .desc > h2 {
        color: #DB2C45; }
      .articles__wrapper .outer__articles .grid .elem .bottom {
        position: relative;
        width: 100%;
        margin-top: 13px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-right: 60px;
        flex-wrap: wrap; }
        .articles__wrapper .outer__articles .grid .elem .bottom .read {
          position: absolute;
          right: 0px;
          bottom: 8px;
          text-decoration: underline;
          transition: .3s ease all;
          font-size: 20px;
          line-height: 24px;
          font-weight: 500;
          color: #334A61; }
        .articles__wrapper .outer__articles .grid .elem .bottom .dot {
          display: inline-flex;
          align-items: center;
          margin: 3px  14px; }
        .articles__wrapper .outer__articles .grid .elem .bottom .tag {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 32px;
          padding-left: 4px;
          padding-right: 4px;
          margin: 3px;
          border-radius: 4px;
          font-family: "Open Sans" ,sans-serif; }
        .articles__wrapper .outer__articles .grid .elem .bottom > p {
          margin: 3px;
          font-size: 16px;
          line-height: 24px;
          color: #000;
          font-weight: 400;
          font-family: "Open Sans" ,sans-serif; }
      .articles__wrapper .outer__articles .grid .elem .desc > h2 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
        color: #1E1F24;
        transition: .3s ease all;
        font-weight: bold; }
      .articles__wrapper .outer__articles .grid .elem .desc > p {
        min-height: 96px;
        margin: 0px;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        font-family: "Open Sans" ,sans-serif;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
      .articles__wrapper .outer__articles .grid .elem .media {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 65%;
        margin-bottom: 16px; }
        .articles__wrapper .outer__articles .grid .elem .media span {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .articles__wrapper .outer__articles .grid .elem .media span img {
            max-width: 40px;
            min-width: 40px; }
        .articles__wrapper .outer__articles .grid .elem .media > img {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .articles__wrapper .outer__articles > h2 {
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 48px;
    color: #1E1F24;
    font-weight: bold; }
  .articles__wrapper .outer__articles .categories {
    margin-bottom: 48px; }
    .articles__wrapper .outer__articles .categories > p {
      margin-top: 0px;
      margin-bottom: 16px;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      color: #334A61; }
    .articles__wrapper .outer__articles .categories ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      flex-wrap: wrap;
      margin-left: -8px;
      margin-top: -8px; }
      .articles__wrapper .outer__articles .categories ul > li {
        margin: 8px; }
        .articles__wrapper .outer__articles .categories ul > li > a {
          min-width: 64px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          font-size: 20px;
          line-height: 24px;
          color: #334A61;
          font-weight: 400;
          border: 1px solid #334A61;
          border-radius: 16px;
          padding: 12px;
          min-height: 51px;
          transition: .3s ease all; }
          .articles__wrapper .outer__articles .categories ul > li > a:hover {
            color: #FBFBFC;
            background-color: #334A61; }
          .articles__wrapper .outer__articles .categories ul > li > a.current {
            color: #FBFBFC;
            background-color: #334A61; }

.trusted {
  background-color: #334A61; }
  .trusted .outer {
    text-align: center; }
    .trusted .outer > p {
      margin: 0px;
      padding: 25px 0px;
      font-size: 24px;
      line-height: 28px;
      color: #FBFBFC;
      font-weight: bold; }

.blog__post {
  position: relative; }
  .blog__post .media {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%; }
    .blog__post .media img {
      max-height: 100%; }
  .blog__post .outer__blog {
    padding-top: 115px;
    padding-bottom: 115px; }
    .blog__post .outer__blog .desc {
      max-width: 770px;
      width: 100%; }
      .blog__post .outer__blog .desc .breadcrumbs {
        margin-bottom: 24px; }
      .blog__post .outer__blog .desc > h1 {
        margin-top: 0px;
        margin-bottom: 24px;
        font-size: 48px;
        line-height: 56px;
        color: #1E1F24;
        font-weight: bold; }
      .blog__post .outer__blog .desc .bottom__info {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        .blog__post .outer__blog .desc .bottom__info > .el {
          margin-right: 64px;
          display: flex;
          flex-direction: column; }
          .blog__post .outer__blog .desc .bottom__info > .el > p {
            margin: 0px;
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 14px;
            line-height: 16px;
            color: #000;
            font-style: italic;
            font-family: "Open Sans" ,sans-serif;
            margin-bottom: 4px; }
            .blog__post .outer__blog .desc .bottom__info > .el > p span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 4px; }
          .blog__post .outer__blog .desc .bottom__info > .el > span {
            font-size: 16px;
            line-height: 24px;
            color: #1E1F24;
            font-family: "Open Sans" ,sans-serif; }
          .blog__post .outer__blog .desc .bottom__info > .el:last-child {
            margin-right: 0px; }
    .blog__post .outer__blog .breadcrumbs ul li {
      color: #1E1F24; }
    .blog__post .outer__blog .breadcrumbs ul li a {
      color: #000; }

.recent__posts {
  padding: 64px 0px; }
  .recent__posts .outer__recent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start; }
    .recent__posts .outer__recent.spacer {
      grid-column-gap: 45px; }
    .recent__posts .outer__recent > .elem > .long__post .bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 24px; }
      .recent__posts .outer__recent > .elem > .long__post .bottom .right {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .recent__posts .outer__recent > .elem > .long__post .bottom .right > .el {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          margin-right: 16px; }
          .recent__posts .outer__recent > .elem > .long__post .bottom .right > .el:last-child {
            margin-right: 0px; }
          .recent__posts .outer__recent > .elem > .long__post .bottom .right > .el > span {
            display: inline-flex;
            align-items: center;
            font-size: 14px;
            line-height: 16px;
            font-style: italic;
            color: #000;
            font-weight: 400;
            justify-content: flex-start; }
            .recent__posts .outer__recent > .elem > .long__post .bottom .right > .el > span img {
              margin-right: 4px; }
          .recent__posts .outer__recent > .elem > .long__post .bottom .right > .el > p {
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            font-weight: bold;
            color: #1E1F24; }
      .recent__posts .outer__recent > .elem > .long__post .bottom .left {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .recent__posts .outer__recent > .elem > .long__post .bottom .left .tag {
          min-height: 32px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding-left: 4px;
          padding-right: 4px;
          border-radius: 4px;
          margin-top: 4px;
          margin-bottom: 4px; }
        .recent__posts .outer__recent > .elem > .long__post .bottom .left .desc {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          margin-right: 16px; }
          .recent__posts .outer__recent > .elem > .long__post .bottom .left .desc > p {
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            color: #1E1F24;
            font-weight: bold; }
          .recent__posts .outer__recent > .elem > .long__post .bottom .left .desc > span {
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 14px;
            line-height: 16px;
            font-style: italic;
            font-weight: 400;
            color: #000; }
            .recent__posts .outer__recent > .elem > .long__post .bottom .left .desc > span > span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 4px; }
        .recent__posts .outer__recent > .elem > .long__post .bottom .left > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
          .recent__posts .outer__recent > .elem > .long__post .bottom .left > span > img {
            min-width: 43px;
            max-width: 43px;
            min-height: 43px;
            max-height: 43px;
            border-radius: 250px; }
    .recent__posts .outer__recent > .elem > .long__post .desc > h6 {
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 32px;
      line-height: 36px;
      font-weight: 600;
      color: #1E1F24; }
    .recent__posts .outer__recent > .elem > .long__post .desc > p {
      margin: 0px;
      font-size: 16px;
      line-height: 24px;
      color: #1E1F24;
      font-weight: 400;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .recent__posts .outer__recent > .elem > .long__post .media {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px; }
      .recent__posts .outer__recent > .elem > .long__post .media > img {
        max-width: 100%;
        border-radius: 16px; }
    .recent__posts .outer__recent > .elem > .posts > .el {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-decoration: none;
      padding: 16px 8px;
      margin-bottom: 24px; }
      .recent__posts .outer__recent > .elem > .posts > .el:last-child {
        margin-bottom: 0px; }
      .recent__posts .outer__recent > .elem > .posts > .el:hover .desc > p {
        color: #DB2C45; }
      .recent__posts .outer__recent > .elem > .posts > .el .desc {
        width: 100%; }
        .recent__posts .outer__recent > .elem > .posts > .el .desc ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start; }
          .recent__posts .outer__recent > .elem > .posts > .el .desc ul > li {
            margin: 3px 0px;
            font-size: 16px;
            line-height: 24px;
            color: #000;
            font-family: "Open Sans" ,sans-serif; }
            .recent__posts .outer__recent > .elem > .posts > .el .desc ul > li .tag {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              min-height: 32epx;
              padding-left: 4px;
              padding-right: 4px;
              border-radius: 4px;
              font-size: 16px;
              line-height: 24px;
              color: #334A61; }
            .recent__posts .outer__recent > .elem > .posts > .el .desc ul > li.spacer {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin: 3px 16px; }
        .recent__posts .outer__recent > .elem > .posts > .el .desc > p {
          margin-top: 0px;
          margin-bottom: 15px;
          font-size: 28px;
          line-height: 32px;
          font-weight: 600;
          color: #1E1F24;
          transition: .3s ease all; }
      .recent__posts .outer__recent > .elem > .posts > .el .img {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 24px; }
        .recent__posts .outer__recent > .elem > .posts > .el .img img {
          min-width: 110px;
          max-width: 110px;
          min-height: 110px;
          max-height: 110px;
          border-radius: 16px;
          object-fit: cover; }
    .recent__posts .outer__recent > .elem.category > h6 {
      max-width: 465px;
      margin-left: auto;
      margin-right: auto; }
    .recent__posts .outer__recent > .elem > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      max-width: 465px;
      margin-left: auto;
      margin-right: auto;
      padding: 24px;
      border-radius: 16px;
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05); }
      .recent__posts .outer__recent > .elem > ul > li {
        margin-bottom: 24px; }
        .recent__posts .outer__recent > .elem > ul > li > a {
          text-decoration: none;
          font-size: 20px;
          line-height: 24px;
          color: #334A61;
          font-weight: 400;
          transition: .3s ease all; }
          .recent__posts .outer__recent > .elem > ul > li > a:hover {
            opacity: .7; }
        .recent__posts .outer__recent > .elem > ul > li:last-child {
          margin-bottom: 0px; }
    .recent__posts .outer__recent > .elem > h6 {
      margin-top: 0px;
      margin-bottom: 48px;
      font-size: 40px;
      line-height: 48px;
      color: #1E1F24;
      font-weight: bold; }

.topic .outer__logos ul li {
  margin: 0px 15px; }

.articles__wrapper.grey {
  background-color: #FBFBFC; }

.topic .outer__logos ul li img {
  max-width: 100%;
  min-height: 0px;
  max-height: 128px; }

.latest__videos {
  background-color: #FBFBFC; }
  .latest__videos .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px; }
  .latest__videos .outer__latest {
    max-width: 100%;
    padding: 100px 125px;
    background-color: #E7F2FE;
    border-radius: 64px;
    box-shadow: 0px 4px 4px 0px rgba(12, 12, 13, 0.1), 0px 4px 4px 0px rgba(12, 12, 13, 0.05);
    width: 100%; }
    .latest__videos .outer__latest > h2 {
      margin-top: 0px;
      margin-bottom: 48px;
      color: #1E1F24;
      font-size: 40px;
      line-height: 48px;
      font-weight: bold; }
    .latest__videos .outer__latest .slick-slide {
      margin: 0 8px; }
    .latest__videos .outer__latest .slick-prev {
      min-width: 80px;
      max-width: 80px;
      min-height: 80px;
      max-height: 80px;
      border-radius: 250px;
      background: url("/wp-content/themes/smarter-loan-new/img/prevarr.svg");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center;
      background-color: rgba(231, 242, 254, 0.5);
      z-index: 2;
      left: 20px;
      transition: .3s ease all; }
      .latest__videos .outer__latest .slick-prev:hover {
        background-color: #e7f2fe; }
      .latest__videos .outer__latest .slick-prev:before {
        content: none; }
    .latest__videos .outer__latest .slick-next {
      min-width: 80px;
      max-width: 80px;
      min-height: 80px;
      max-height: 80px;
      border-radius: 250px;
      background: url("/wp-content/themes/smarter-loan-new/img/nextarr.svg");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center;
      background-color: rgba(231, 242, 254, 0.5);
      z-index: 2;
      right: 20px;
      transition: .3s ease all; }
      .latest__videos .outer__latest .slick-next:hover {
        background-color: #e7f2fe; }
      .latest__videos .outer__latest .slick-next:before {
        content: none; }
    .latest__videos .outer__latest .slick-list {
      margin: 0 -8px; }
    .latest__videos .outer__latest .slick-list {
      padding: 0 10% 0 0; }
    .latest__videos .outer__latest .slider__elem .inn {
      position: relative;
      padding-bottom: 177%;
      cursor: pointer; }
      .latest__videos .outer__latest .slider__elem .inn iframe, .latest__videos .outer__latest .slider__elem .inn video {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 3;
        object-fit: cover;
        display: none; }
      .latest__videos .outer__latest .slider__elem .inn > a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
        border-radius: 250px;
        background-color: rgba(238, 239, 242, 0.2);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-left: 4px;
        transition: .3s ease all; }
        .latest__videos .outer__latest .slider__elem .inn > a:hover {
          background-color: rgba(238, 239, 242, 0.4); }
      .latest__videos .outer__latest .slider__elem .inn > img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.recent__posts > .container > h6 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 48px;
  color: #1E1F24;
  font-weight: bold; }

.recent__posts .outer__recent > .elem > .long__post .bottom .right > .el > p {
  white-space: nowrap; }

.recent__posts .outer__recent > .elem > .long__post .bottom .right > .el > span {
  white-space: nowrap; }

.recent__posts .outer__recent > .elem > .long__post .bottom .right {
  margin-left: 12px; }

.recent__posts .outer__recent > .elem > .long__post .bottom .left {
  flex-wrap: wrap; }

.learning__hero {
  background-color: #FBFBFC; }
  .learning__hero .outer__learning {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .learning__hero .outer__learning .desc > h1 {
      margin: 0px;
      font-size: 48px;
      line-height: 56px;
      color: #1E1F24;
      font-weight: bold; }
    .learning__hero .outer__learning .breadcrumbs {
      margin-bottom: 25px; }
      .learning__hero .outer__learning .breadcrumbs ul li a {
        color: #000; }
    .learning__hero .outer__learning .media {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .learning__hero .outer__learning .media img {
        max-width: 705px; }

.lender__wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FBFBFC; }
  .lender__wrapper .outer__lender {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .lender__wrapper .outer__lender .left {
      width: 100%;
      max-width: 350px;
      margin-right: 64px; }
      .lender__wrapper .outer__lender .left > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px; }
        .lender__wrapper .outer__lender .left > ul > li {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .lender__wrapper .outer__lender .left > ul > li > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 72px;
            max-width: 72px;
            min-height: 72px;
            max-height: 72px; }
            .lender__wrapper .outer__lender .left > ul > li > a:hover svg path {
              fill: #DB2C45; }
            .lender__wrapper .outer__lender .left > ul > li > a svg path {
              transition: .3s ease all; }
      .lender__wrapper .outer__lender .left > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 350px;
        max-width: 350px;
        min-height: 350px;
        max-height: 350px;
        padding: 25px;
        border-radius: 250px;
        box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px 0px rgba(12, 12, 13, 0.05); }
        .lender__wrapper .outer__lender .left > span img {
          max-width: 100%;
          max-height: 100%; }
    .lender__wrapper .outer__lender .desc {
      padding-left: 420px; }
      .lender__wrapper .outer__lender .desc .left {
        position: absolute;
        left: 0px;
        top: 0px; }
      .lender__wrapper .outer__lender .desc .btns {
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .lender__wrapper .outer__lender .desc .btns > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 56px;
          margin-right: 24px; }
          .lender__wrapper .outer__lender .desc .btns > a.review {
            border: 1px solid #334A61;
            border-radius: 8px;
            text-decoration: none;
            font-size: 24px;
            line-height: 24px;
            font-weight: 500;
            color: #334A61;
            padding-left: 16px;
            padding-right: 16px;
            transition: .3s ease all; }
            .lender__wrapper .outer__lender .desc .btns > a.review:hover {
              background-color: #334A61;
              color: #fff; }
          .lender__wrapper .outer__lender .desc .btns > a.apply {
            background-color: #DB2C45;
            border-radius: 8px;
            text-decoration: none;
            font-size: 24px;
            line-height: 24px;
            font-weight: 500;
            color: #FBFBFC;
            padding-left: 16px;
            padding-right: 16px;
            transition: .3s ease all; }
            .lender__wrapper .outer__lender .desc .btns > a.apply:hover {
              opacity: .7; }
          .lender__wrapper .outer__lender .desc .btns > a:last-child {
            margin-right: 0px; }
      .lender__wrapper .outer__lender .desc > h1 {
        margin-top: 0px;
        margin-bottom: 16px;
        font-size: 48px;
        line-height: 56px;
        color: #1E1F24;
        font-weight: bold; }
      .lender__wrapper .outer__lender .desc > p {
        margin-top: 0px;
        font-size: 20px;
        line-height: 28px;
        color: #1E1F24;
        font-weight: 400;
        font-family: "Open Sans" ,sans-serif; }
      .lender__wrapper .outer__lender .desc .breadcrumbs {
        margin-bottom: 24px; }
        .lender__wrapper .outer__lender .desc .breadcrumbs ul li a {
          color: #1E1F24; }

.side__wrapper .side {
  margin-bottom: 80px; }
  .side__wrapper .side > a {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #DB2C45;
    border-radius: 16px;
    text-decoration: none;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #FBFBFC;
    transition: .3s ease all;
    position: absolute;
    left: 0px;
    bottom: -80px; }
    .side__wrapper .side > a:hover {
      opacity: .7; }

.topic .address {
  width: 100%; }
  .topic .address .grid__info {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px; }
    .topic .address .grid__info > .el {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .topic .address .grid__info > .el > p {
        margin-top: 0px;
        margin-bottom: 7px;
        font-size: 20px;
        line-height: 24px;
        color: #1E1F24;
        font-weight: 500; }
      .topic .address .grid__info > .el > ul {
        padding-left: 18px;
        margin: 0px; }
        .topic .address .grid__info > .el > ul > li {
          font-size: 16px;
          line-height: 24px;
          color: #2C3F53;
          font-weight: 400; }
      .topic .address .grid__info > .el > span {
        font-size: 16px;
        line-height: 24px;
        color: #1E1F24; }
  .topic .address .soc {
    margin-top: 16px; }
    .topic .address .soc > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .topic .address .soc > ul > li {
        display: inline-flex;
        align-items: center;
        margin-right: 4px;
        justify-content: center; }
        .topic .address .soc > ul > li:last-child {
          margin-right: 0px; }
        .topic .address .soc > ul > li > a {
          transition: .3s ease all;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 32px;
          min-height: 30px;
          max-height: 30px;
          max-width: 32px;
          border-radius: 250px;
          background-color: #334A61; }
          .topic .address .soc > ul > li > a:hover {
            background-color: #DB2C45; }
  .topic .address > ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .topic .address > ul > li {
      display: inline-flex;
      align-items: center;
      margin-bottom: 16px;
      justify-content: flex-start;
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      color: #334A61; }
      .topic .address > ul > li:last-child {
        margin-bottom: 0px; }
      .topic .address > ul > li > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
.topic.faq {
  background-color: #E7F2FE; }
  .topic.faq .rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 96px; }
    .topic.faq .rows .row .el {
      width: 100%;
      margin-bottom: 24px; }
      .topic.faq .rows .row .el > .head.opened > span {
        transform: rotate(180deg); }
      .topic.faq .rows .row .el:last-child {
        margin-bottom: 0px; }
      .topic.faq .rows .row .el > .content {
        display: none;
        margin-top: 15px; }
        .topic.faq .rows .row .el > .content > p {
          margin: 0px;
          font-size: 20px;
          line-height: 25px;
          color: #1E1F24;
          font-weight: 400; }
      .topic.faq .rows .row .el > .head {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: space-between; }
        .topic.faq .rows .row .el > .head > p {
          margin: 0px;
          font-size: 20px;
          line-height: 25px;
          font-weight: 500;
          color: #1E1F24; }
        .topic.faq .rows .row .el > .head > span {
          display: inline-flex;
          align-items: center;
          transition: .3s ease all;
          justify-content: center;
          margin-left: 7px; }
  .topic.faq > h6 {
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #1E1F24; }
.topic .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 48px;
  padding: 32px 48px;
  background-color: #FBFBFC;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(12, 12, 13, 0.1), 0px 4px 4px 0px rgba(12, 12, 13, 0.05); }
  .topic .grid > .elem {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start; }
    .topic .grid > .elem > span {
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      color: #1E1F24;
      font-family: "Open Sans" , sans-serif;
      margin-bottom: 5px; }
    .topic .grid > .elem > p {
      margin: 0px;
      font-size: 32px;
      line-height: 40px;
      color: #1E1F24;
      font-weight: 600; }
/*
.topic > h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  oclor: #1E1F24;
}
.topic > h6 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 32px;
  color: #1E1F24;
  font-weight: 500;
}
*/

.small__info {
  padding: 18px 0px;
  background-color: #334A61; }
  .small__info .outer__small {
   display: flex;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    gap: 0.5em;
    flex-direction: column; }
    .small__info .outer__small .elem {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .small__info .outer__small .elem > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 16px;
        color: #FBFBFC;
        font-style: italic; }
        .small__info .outer__small .elem > span img {
          margin-right: 4px; }
      .small__info .outer__small .elem > p {
        margin: 0px;
        font-size: 16px;
        line-height: 24px;
        color: #FBFBFC;
        font-weight: 500;
        margin-top: 4px; }

.topic .reviews__box {
  width: 100%; }
  .topic .reviews__box .slick-list {
    padding: 0 20% 15px 0 !important; }
  .topic .reviews__box .slick-track {
    display: flex !important; }
  .topic .reviews__box .slick-slide {
    height: inherit !important; }
  .topic .reviews__box .slick-list {
    padding-bottom: 15px; }
  .topic .reviews__box .slick-slide {
    margin: 0 24px; }
  .topic .reviews__box .slick-list {
    margin: 0 -24px; }
  .topic .reviews__box .elem {
    height: 500px;
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1em;
    overflow: hidden; }
    .topic .reviews__box .elem .inn {
      height: 100%;
      padding: 24px 32px;
      background-color: #FBFBFC;
      border-radius: 8px;
      box-shadow: 0px 4px 4px 0px rgba(12, 12, 13, 0.1), 0px 4px 4px 0px rgba(12, 12, 13, 0.05);
      position: relative;
      padding-bottom: 72px; }
      .topic .reviews__box .elem .inn .author__feedback {
        position: absolute;
        left: 32px;
        bottom: 24px; }
        .topic .reviews__box .elem .inn .author__feedback p {
          margin: 0px;
          font-size: 16px;
          line-height: 24px;
          color: #1E1F24;
          font-weight: 400; }
      .topic .reviews__box .elem .inn > p {
        margin: 0px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #1E1F24; }
      .topic .reviews__box .elem .inn .rate {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 25px; }
        .topic .reviews__box .elem .inn .rate > p {
          margin: 0px;
          font-size: 16px;
          line-height: 24px;
          color: #000; }
        .topic .reviews__box .elem .inn .rate > ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-right: 8px; }
          .topic .reviews__box .elem .inn .rate > ul > li {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 4px; }
            .topic .reviews__box .elem .inn .rate > ul > li:last-child {
              margin-right: 0px; }
      .topic .reviews__box .elem .inn > span {
        display: block;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;
        color: #1E1F24;
        font-weight: bold; }
.topic .reviews__top {
  margin-bottom: 25px; }
  .topic .reviews__top .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .topic .reviews__top .bottom > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .topic .reviews__top .bottom > ul > li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 7px; }
        .topic .reviews__top .bottom > ul > li:last-child {
          margin-right: 0px; }
    .topic .reviews__top .bottom > p {
      margin: 0px;
      margin-left: 16px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #000; }
  .topic .reviews__top > h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #1E1F24; }

.side__wrapper .side > a {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 8px; }
  .side__wrapper .side > a.complex {
    bottom: -95px;
    font-size: 20px;
    line-height: 24px; }
  .side__wrapper .side > a span {
    font-weight: bold; }

.topic .facts {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  max-width: 365px;
  padding: 24px;
  border-radius: 24px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(12, 12, 13, 0.1), 0px 0px 4px 0px rgba(12, 12, 13, 0.05); }
  .topic .facts.longer {
    max-width: none; }
  .topic .facts ul {
    list-style-type: desc;
    padding: 0px;
    margin: 0px;
    padding-left: 15px; }
    .topic .facts ul > li {
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      color: #1E1F24; }
.topic .plates {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 48px; }
  .topic .plates > .el {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 0px 4px 0px rgba(12, 12, 13, 0.1), 0px 0px 4px 0px rgba(12, 12, 13, 0.05);
    grid-column: span 2; }
    .topic .plates > .el > span {
      display: block;
      margin-bottom: 5px;
      font-size: 20px;
      line-height: 25px;
      color: #1E1F24;
      font-weight: bold; }
    .topic .plates > .el > p {
      margin: 0px;
      font-size: 20px;
      line-height: 25px;
      color: #1E1F24;
      font-weight: 400; }
    .topic .plates > .el:nth-child(4), .topic .plates > .el:nth-child(5) {
      grid-column: span 3; }
.topic .info__media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px; }
  .topic .info__media .desc {
    max-width: 555px;
    width: 100%; }
    .topic .info__media .desc > p {
      margin: 0px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 25px;
      color: #000000; }
      .topic .info__media .desc > p:last-child {
        margin-bottom: 0px; }
  .topic .info__media .media {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 45px; }
    .topic .info__media .media > p {
      margin: 0px;
      margin-top: 4px;
      font-size: 11px;
      line-height: 14px;
      font-weight: 400;
      color: #676B6D; }
    .topic .info__media .media > img {
      max-width: 500px;
      width: 100%; }
.topic .loans__list {
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px; }
  .topic .loans__list > .elem {
    padding: 24px;
    border-radius: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(12, 12, 13, 0.1), 0px 0px 4px 0px rgba(12, 12, 13, 0.05); }
    .topic .loans__list > .elem ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px; }
      .topic .loans__list > .elem ul > li {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 25px;
        color: #334A61;
        font-weight: 400; }
        .topic .loans__list > .elem ul > li > a {
          text-decoration: none;
          font-size: 20px;
          line-height: 25px;
          color: #334A61;
          font-weight: 400;
          transition: .3s ease all; }
          .topic .loans__list > .elem ul > li > a:hover {
            opacity: .7; }
        .topic .loans__list > .elem ul > li:last-child {
          margin-bottom: 0px; }
.topic > .dots {
  padding-left: 15px;
  margin: 0px;
  margin-top: -22px;
  margin-bottom: 3px; }
.topic .services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 32px; }
  .topic .services > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 8px;
    padding-bottom: 25px;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: #1E1F24;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgba(12, 12, 13, 0.1), 0px 0px 4px 0px rgba(12, 12, 13, 0.05);
    border-radius: 8px; }
    .topic .services > a span {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px; }

.double__authors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 48px; }
  .double__authors > .elem > .top {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .double__authors > .elem > .top > img {
      min-width: 64px;
      max-width: 64px;
      min-height: 64px;
      max-height: 64px;
      border-radius: 250px;
      object-fit: cover;
      margin-right: 15px; }
    .double__authors > .elem > .top .desc {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .double__authors > .elem > .top .desc > span {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        line-height: 16px;
        font-style: italic;
        color: #000; }
        .double__authors > .elem > .top .desc > span img {
          margin-right: 4px; }
      .double__authors > .elem > .top .desc > p {
        margin: 0px;
        margin-top: 3px;
        font-size: 16px;
        line-height: 24px;
        color: #1E1F24;
        font-weight: 600; }
  .double__authors > .elem > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1E1F24;
    margin-top: 20px;
    margin-bottom: 0px; }

.topic .smart__loans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  grid-auto-rows: 1fr; }
  .topic .smart__loans > div {
    padding: 16px;
    background-color: #FBFBFC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .topic .smart__loans > div > span {
      display: inline-flex;
      margin-bottom: 16px; }
    .topic .smart__loans > div > p {
      margin: 0px;
      font-size: 20px;
      line-height: 25px;
      color: #1E1F24;
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      font-weight: bold; }

.customer__main .slick-list {
  padding: 0 12% 0 0 !important; }
.customer__main .slick-track {
  display: flex !important; }
.customer__main .slick-slide {
  height: inherit !important; }
.customer__main .slick-slide {
  margin: 0 24px; }
.customer__main .slick-list {
  margin: 0 -24px;
  padding: 15px 0px; }
.customer__main .elem {
  padding-top: 65px;
  padding-bottom: 20px;
  display: flex;
  align-items: center; }
  .customer__main .elem .inn {
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 24px;
    position: relative;
    border-radius: 8px;
    background-color: #FBFBFC;
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05); }
    .customer__main .elem .inn > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      position: absolute;
      left: 32px;
      top: 24px; }
      .customer__main .elem .inn > ul > li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
        .customer__main .elem .inn > ul > li > a {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .customer__main .elem .inn > ul > li > a img {
            min-width: 48px;
            max-width: 48px; }
        .customer__main .elem .inn > ul > li:last-child {
          margin-right: 0px; }
    .customer__main .elem .inn .desc .text {
      text-align: center;
      margin-top: 32px; }
      .customer__main .elem .inn .desc .text > p {
        margin: 0px;
        font-size: 24px;
        line-height: 32px;
        color: #1E1F24;
        font-weight: 400;
        font-family: "Open Sans" ,sans-serif; }
    .customer__main .elem .inn .desc > p {
      text-align: center;
      margin: 0px;
      font-size: 16px;
      line-height: 24px;
      color: #000;
      font-weight: 400;
      font-family: "Open Sans" ,sans-serif; }
    .customer__main .elem .inn .desc > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: cetner;
      margin-bottom: 16px;
      justify-content: center; }
      .customer__main .elem .inn .desc > ul > li {
        display: inline-flex;
        align-items: center;
        margin-right: 4px; }
        .customer__main .elem .inn .desc > ul > li:last-child {
          margin-right: 0px; }
    .customer__main .elem .inn .desc > span {
      display: block;
      text-align: center;
      margin-bottom: 15px;
      font-size: 24px;
      line-height: 28px;
      color: #1E1F24;
      font-weight: bold; }
    .customer__main .elem .inn .media {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: -64px;
      margin-bottom: -24px; }
      .customer__main .elem .inn .media img {
        min-width: 128px;
        max-width: 128px;
        min-height: 128px;
        max-height: 128px;
        object-fit: cover; }

.top__customer {
  margin-bottom: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start; }
  .top__customer > h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 48px;
    color: #1E1F24;
    font-weight: bold; }
  .top__customer > p {
    margin: 0px;
    font-size: 20px;
    line-height: 26px;
    color: #2C4054;
    font-weight: 500; }

.customer__main {
  width: calc(100% + 64px); }

.customer__main .elem .inn > ul {
  z-index: 3;
  display: inline-flex; }

.description__wrapper .container {
  max-width: 1680px; }

.topic > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px; }
  .topic > .btn > a {
    padding: 16px;
    text-decoration: none;
    border-radius: 8px;
    background-color: #334A61;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #FBFBFC;
    text-align: center; }

.loan__providers > .elem {
  padding: 16px 32px;
  box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
  border-radius: 16px;
  margin-bottom: 16px;
  transition: .3s ease all; }
  .loan__providers > .elem:last-child {
    margin-bottom: 0px; }
  .loan__providers > .elem.opened {
    background-color: #FBFBFC;
    box-shadow: 0px 16px 32px 4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05); }
  .loan__providers > .elem .txt {
    margin-top: 24px; }
    .loan__providers > .elem .txt > p {
      margin-top: 0px;
      line-height: 25px;
      color: #1E1F24;
      font-weight: 400;
      margin-bottom: 25px; }
      .loan__providers > .elem .txt > p:last-child {
        margin-bottom: 0px; }
  .loan__providers > .elem > .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5em;}
    .loan__providers > .elem > .top > .row {
        flex: 20;
    }
  .loan__providers > .elem > .top > .row > .view__details.opened img {
    transform: rotate(180deg); }
  .loan__providers > .elem > .top > .row > a.apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #FBFBFC;
    background-color: #DB2C45; }
  .loan__providers > .elem > .top > .row.centered {
    flex-direction: column;
    align-items: flex-start; }
    .loan__providers > .elem > .top > .row.centered > span {
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 17px;
      color: #1E1F24;
      font-family: "Open Sans" ,sans-serif; }
    .loan__providers > .elem > .top > .row.centered > h6 {
      margin: 0px;
      font-size: 32px;
      line-height: 40px;
      color: #1E1F24;
      font-weight: 600; }
  .loan__providers > .elem > .top > .row:nth-child(1) {
    max-width: 130px;
    width: 100%; }
    .loan__providers > .elem > .top > .row:nth-child(1) > a {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      text-decoration: underline;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
      color: #334A61;
      }
      .loan__providers > .elem > .top > .row:nth-child(1) > a img {
        transition: .3s ease all; }
    .loan__providers > .elem > .top > .row:nth-child(1) > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start; }
      .loan__providers > .elem > .top > .row:nth-child(1) > ul > li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px; }
        .loan__providers > .elem > .top > .row:nth-child(1) > ul > li:last-child {
          margin-right: 0px; }
    .loan__providers > .elem > .top > .row:nth-child(1) > img {
      max-width: 100%;
      margin-bottom: 15px; }

.topic .form__search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px; }
  .topic .form__search .group__dropdown {
    width: 175px;
    margin-right: 24px;
    position: relative; }
    .topic .form__search .group__dropdown > .dropdown {
      position: absolute;
      left: 0px;
      top: 44px;
      width: 100%;
      border: 1px solid #B7B9C5;
      border-radius: 8px;
      background-color: #fff;
      z-index: 2;
      padding: 12px 10px;
      max-height: 240px;
      display: none;
      overflow-y: auto; }
      .topic .form__search .group__dropdown > .dropdown::-webkit-scrollbar {
        width: 4px; }
      .topic .form__search .group__dropdown > .dropdown::-webkit-scrollbar-thumb {
        background-color: #334A61; }
      .topic .form__search .group__dropdown > .dropdown ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px; }
        .topic .form__search .group__dropdown > .dropdown ul > li {
          margin-bottom: 2px; }
          .topic .form__search .group__dropdown > .dropdown ul > li > a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 7px 12px;
            border-radius: 4px;
            text-decoration: none;
            transition: .3s ease all;
            font-size: 14px;
            line-height: 18px;
            color: #000;
            transition: .3s ease all; }
            .topic .form__search .group__dropdown > .dropdown ul > li > a:hover {
              background-color: rgba(0, 0, 0, 0.05); }
          .topic .form__search .group__dropdown > .dropdown ul > li:last-child {
            margin-bottom: 0px; }
    .topic .form__search .group__dropdown:last-child {
      margin-right: 0px; }
    .topic .form__search .group__dropdown > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 40px;
      border: 1px solid #B7B9C5;
      border-radius: 8px;
      padding-left: 10px;
      padding-right: 16px;
      text-decoration: none; }
      .topic .form__search .group__dropdown > a.picked > span {
        color: #000; }
      .topic .form__search .group__dropdown > a.opened > img {
        transform: rotate(180deg); }
      .topic .form__search .group__dropdown > a > img {
        margin-right: -8px;
        transition: .3s ease all; }
      .topic .form__search .group__dropdown > a > span {
        font-size: 14px;
        line-height: 17px;
        color: #000;
        font-style: italic;
        font-weight: 400; }

.find__loan {
  position: relative; }
  .find__loan .outer__find .desc {
    max-width: 860px;
    width: 100%;
    padding-top:20px;
    padding-bottom: 20px; }
    .find__loan .outer__find .desc form > p {
      margin-top: 48px;
      margin-bottom: 0px;
      font-size: 20px;
      line-height: 26px;
      color: #1E1F24;
      font-weight: 500; }
      .find__loan .outer__find .desc form > p a {
        color: #1E1F24;
        text-decoration: underline; }
    .find__loan .outer__find .desc form .group__input {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .find__loan .outer__find .desc form .group__input > input {
        width: 100%;
        height: 48px;
        padding-left: 12px;
        border: 1px solid #CCCCCC;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      .find__loan .outer__find .desc form .group__input > button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        color: #FBFBFC;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        background-color: #DB2C45;
        cursor: pointer;
        white-space: nowrap;
        outline: none;
        border: 0px;
        transition: .3s ease all; }
        .find__loan .outer__find .desc form .group__input > button:hover {
          opacity: .7; }
    .find__loan .outer__find .desc form > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      margin-bottom: 16px; }
      .find__loan .outer__find .desc form > ul > li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 20px;
        line-height: 25px;
        color: #1E1F24;
        margin-bottom: 16px;
        font-weight: 400; }
        .find__loan .outer__find .desc form > ul > li:last-child {
          margin-bottom: 0px; }
        .find__loan .outer__find .desc form > ul > li > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
    .find__loan .outer__find .desc > .grid {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 48px; }
      .find__loan .outer__find .desc > .grid > .el {
        display: inline-flex;
        flex-direction: column;
        margin-right: 64px;
        align-items: flex-start; }
        .find__loan .outer__find .desc > .grid > .el:last-child {
          margin-right: 0px; }
        .find__loan .outer__find .desc > .grid > .el > p {
          margin: 0px;
          font-size: 16px;
          line-height: 24px;
          color: #1E1F24;
          font-weight: 600;
          font-family: "Open Sans" ,sans-serif; }
        .find__loan .outer__find .desc > .grid > .el > span {
          display: inline-flex;
          align-items: center;
          justify-content: flex-start;
          font-size: 14px;
          line-height: 16px;
          color: #000;
          font-style: italic;
          font-family: "Open Sans" ,sans-serif; }
          .find__loan .outer__find .desc > .grid > .el > span > img {
            margin-right: 4px; }
    .find__loan .outer__find .desc > h1 {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 34px;
      line-height: 48px;
      color: #1E1F24;
      font-weight: bold; }
    .find__loan .outer__find .desc .breadcrumbs ul li a {
      color: #000; }
  .find__loan > img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 800px; }

.find__loan > img {
  pointer-events: none; }

.customer__wrapper {
  padding: 60px 0px; }
  .customer__wrapper .customer__main {
    width: 100%; }
  .customer__wrapper .customer__main .slick-list {
    padding: 0px !important; }

.logos__wrapper.grey {
  background-color: #FBFBFC; }

.faq__wrapper {
  padding: 100px 0px;
  padding-bottom: 150px;
  margin-bottom: -50px; }

.faq__wrapper > .container > h6 {
  margin: 0px;
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 48px;
  color: #1E1F24;
  font-weight: bold; }

.latest__block .container {
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px; }
.latest__block .outer__latest {
  background-color: #FEE9E9;
  border-radius: 64px;
  box-shadow: 0px 4px 4px 0px rgba(12, 12, 13, 0.1), 0px 4px 4px 0px rgba(12, 12, 13, 0.05); }
  .latest__block .outer__latest .inn {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto; }
    .latest__block .outer__latest .inn .slider .slick-slide {
      margin: 0 6px; }
    .latest__block .outer__latest .inn .slider .slick-list {
      margin: 0 -6px; }
    .latest__block .outer__latest .inn .slider .elem > a {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      padding: 16px;
      padding-bottom: 16px;
      border-radius: 16px;
      background-color: #FBFBFC;
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
      position: relative; }
      .latest__block .outer__latest .inn .slider .elem > a:hover > .desc > h2 {
        color: #DB2C45; }
      .latest__block .outer__latest .inn .slider .elem > a:hover .bottom .read {
        color: #DB2C45; }
      .latest__block .outer__latest .inn .slider .elem > a > .bottom {
        position: relative;
        width: 100%;
        margin-top: 13px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-right: 60px;
        flex-wrap: wrap; }
        .latest__block .outer__latest .inn .slider .elem > a > .bottom > .read {
          position: absolute;
          right: 0px;
          bottom: 8px;
          text-decoration: underline;
          transition: .3s ease all;
          font-size: 20px;
          line-height: 24px;
          font-weight: 500;
          color: #334A61; }
        .latest__block .outer__latest .inn .slider .elem > a > .bottom .tag {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 32px;
          padding-left: 4px;
          padding-right: 4px;
          margin: 3px;
          border-radius: 4px;
          font-family: "Open Sans", sans-serif; }
        .latest__block .outer__latest .inn .slider .elem > a > .bottom > p {
          margin: 3px;
          font-size: 16px;
          line-height: 24px;
          color: #000;
          font-weight: 400;
          font-family: "Open Sans", sans-serif; }
        .latest__block .outer__latest .inn .slider .elem > a > .bottom .dot {
          display: inline-flex;
          align-items: center;
          margin: 3px 14px; }
      .latest__block .outer__latest .inn .slider .elem > a > .desc > h2 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
        color: #1E1F24;
        transition: .3s ease all;
        font-weight: bold;
        transition: .3s ease all; }
      .latest__block .outer__latest .inn .slider .elem > a > .desc > p {
        min-height: 96px;
        margin: 0px;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
      .latest__block .outer__latest .inn .slider .elem > a > .media {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 65%;
        margin-bottom: 16px; }
        .latest__block .outer__latest .inn .slider .elem > a > .media > img {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .latest__block .outer__latest .inn > h2 {
      margin-top: 0px;
      margin-bottom: 48px;
      color: #1E1F24;
      font-size: 40px;
      line-height: 48px;
      font-weight: bold; }

.bank__info {
  padding: 96px 0px; }
  .bank__info .outer__bank .inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .bank__info .outer__bank .inner .desc {
      width: 100%;
      max-width: 620px;
      margin-right: 24px; }
      .bank__info .outer__bank .inner .desc > .elem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        border-radius: 8px;
        background-color: #FBFBFC;
        box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
        margin-bottom: 70px;
        text-decoration: none;
        transition: .3s ease all; }
        .bank__info .outer__bank .inner .desc > .elem:hover {
          opacity: .7; }
        .bank__info .outer__bank .inner .desc > .elem .main__part {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .bank__info .outer__bank .inner .desc > .elem .main__part > .txt {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-right: 8px; }
            .bank__info .outer__bank .inner .desc > .elem .main__part > .txt > p {
              margin: 0px;
              margin-bottom: 5px;
              font-size: 20px;
              line-height: 24px;
              font-weight: bold;
              color: #1E1F24; }
            .bank__info .outer__bank .inner .desc > .elem .main__part > .txt > span {
              font-size: 20px;
              line-height: 24px;
              color: #1E1F24;
              font-weight: 400; }
        .bank__info .outer__bank .inner .desc > .elem > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 64px;
          margin-right: 16px;
          max-width: 64px; }
        .bank__info .outer__bank .inner .desc > .elem:last-child {
          margin-bottom: 0px; }
    .bank__info .outer__bank .inner .media {
      display: flex;
      align-items: center;
      justify-content: center; }
      .bank__info .outer__bank .inner .media img {
        max-width: 820px;
        width: 100%; }
  .bank__info .outer__bank > h2 {
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    font-weight: bold; }

.deal__wrapper {
  padding-top: 50px;
  background-color: #FBFBFC; }
  .deal__wrapper .outer__deal {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .deal__wrapper .outer__deal .desc {
      max-width: 600px;
      width: 100%; }
      .deal__wrapper .outer__deal .desc > h2 {
        margin-top: 0px;
        margin-bottom: 48px;
        font-size: 40px;
        line-height: 48px;
        color: #1E1F24;
        font-weight: bold; }
      .deal__wrapper .outer__deal .desc > p {
        margin: 0px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
        color: #1E1F24; }
    .deal__wrapper .outer__deal .media {
      display: flex;
      align-items: center;
      margin-right: 90px;
      justify-content: center; }
      .deal__wrapper .outer__deal .media img {
        width: 100%;
        max-width: 800px;
        min-width: 600px; }

.why__us .outer__why {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .why__us .outer__why .desc {
    max-width: 600px; }
    .why__us .outer__why .desc > h2 {
      margin-top: 0px;
      margin-bottom: 48px;
      font-size: 40px;
      line-height: 48px;
      color: #1E1F24;
      font-weight: bold; }
    .why__us .outer__why .desc ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px; }
      .why__us .outer__why .desc ul > li {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 20px;
        line-height: 24px;
        color: #334A61;
        font-weight: 600;
        margin-bottom: 16px; }
        .why__us .outer__why .desc ul > li span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
        .why__us .outer__why .desc ul > li:last-child {
          margin-bottom: 0px; }
  .why__us .outer__why .media {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }

.loan__finder {
  padding: 100px 0px; }
  .loan__finder .topic > h2 {
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #1E1F24; }

.loan__hero {
  padding-top: 50px;
  padding-bottom: 25px;
  background: linear-gradient(to top, #FEEAE7, #fff);
  margin-bottom: -100px; }
  .loan__hero .outer__loan {
    max-width: 1045px;
    margin-left: auto;
    margin-right: auto; }
    .loan__hero .outer__loan .grid {
      margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 24px;
      position: relative;
      z-index: 2; }
      .loan__hero .outer__loan .grid > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: 160px;
        background-color: #FBFBFC;
        border-radius: 8px;
        text-align: center;
        text-decoration: none;
        padding-left: 12px;
        padding-right: 12px;
        transition: .3s ease all;
        box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05); }
        .loan__hero .outer__loan .grid > a p {
          margin: 0px;
          margin-top: 8px;
          font-size: 20px;
          line-height: 24px;
          color: #1E1F24;
          font-weight: 500;
          min-height: 56px;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
        .loan__hero .outer__loan .grid > a:hover {
          opacity: .7; }
    .loan__hero .outer__loan > p {
      text-align: center;
      font-size: 20px;
      line-height: 26px;
      color: #1E1F24;
      font-weight: 500; }
    .loan__hero .outer__loan > h1 {
      color: #1E1F24;
      font-size: 48px;
      line-height: 56px;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: center;
      margin-top: 0px; }

.trusted__hero {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #DB2C45;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  padding-top: 150px;
  padding-bottom: 48px; }
  .trusted__hero .leaders {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .trusted__hero .leaders .box {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
      background-color: #FBFBFC;
      border-radius: 250px;
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05); }
      .trusted__hero .leaders .box > img {
        margin: 0px 24px; }
    .trusted__hero .leaders > p {
      margin-top: 0px;
      margin-bottom: 16px;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 28px;
      color: #FBFBFC;
      font-weight: bold; }
  .trusted__hero .google__info {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px; }
    .trusted__hero .google__info .box {
      display: flex;
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
      align-items: center;
      justify-content: center;
      padding: 16px 48px;
      background-color: #FBFBFC;
      border-radius: 2500px; }
      .trusted__hero .google__info .box > span {
        display: inline-flex;
        margin: 0px 16px;
        font-size: 24px;
        line-height: 28px;
        color: #1E1F24;
        font-weight: bold; }
      .trusted__hero .google__info .box > img {
        min-width: 145px;
        max-width: 145px; }
      .trusted__hero .google__info .box > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .trusted__hero .google__info .box > ul > li {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 7px; }
          .trusted__hero .google__info .box > ul > li:last-child {
            margin-right: 7px; }
    .trusted__hero .google__info > p {
      margin-top: 0px;
      margin-bottom: 16px;
      font-size: 24px;
      line-height: 28px;
      color: #FBFBFC;
      font-weight: bold; }

.item_expert {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 5em;
    min-height: 465px;
}

.select_items ul li{margin-bottom: 30px; width:19%;float:left;margin-left:1%;}

@media (max-width: 600px) {
  .find__loan > img {
    display: none; } 
    
    .item_expert {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom:1em;
}
.select_items ul li{margin-bottom: 10px; width:47%;float:left;margin-left:1%;}

.select_items ul li a {min-height: 230px; padding: 125px 0 10px;}

.topic .reviews__box .elem {
    width: 100%; }
}

@media (max-width: 1840px) {
  .find__loan > img {
    max-width: 700px; }
}
@media (max-width: 1740px) {
  .loan__providers > .elem > .top > .row.centered > h6 {
    font-size: 24px;
    line-height: 32px; }

  .blog__post .media {
    width: calc(100% - 880px); }
    .blog__post .media img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }
@media (max-width: 1640px) {
  .find__loan > img {
    max-width: 605px; } }
@media (max-width: 1540px) {
  .why__us .outer__why .media {
    right: -50px; }
    .why__us .outer__why .media img {
      max-width: 640px; }

  .deal__wrapper .outer__deal .desc > h2 {
    margin-bottom: 25px; }

  .bank__info .outer__bank .inner .desc > .elem {
    margin-bottom: 45px; }

  .customer__wrapper .customer__main .slick-list {
    padding: 0 12% 0 0 !important; }

  .loan__providers > .elem > .top > .row.centered > h6 {
    font-size: 20px;
    line-height: 25px; }

  .find__loan > img {
    max-width: 470px; }

  .topic .grid > .elem > p {
    font-size: 27px;
    line-height: 34px; }

  .topic .grid {
    padding: 32px; }

  .latest__videos .outer__latest {
    padding: 64px 40px; }

  .latest__videos .outer__latest .slick-prev {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    background-size: 12px; }

  .latest__videos .outer__latest .slick-next {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    background-size: 12px; }

  .blog__post .media {
    width: calc(100% - 650px); }

  .blog__post .outer__blog .desc {
    max-width: 640px; }

  header .outer__header .right__menu ul > li > a {
    font-size: 18px; }

  header .outer__header .right__menu .btn > a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    min-height: 40px; }

  header .outer__header > a img {
    min-width: 180px;
    max-width: 180px; } }
@media (max-width: 1360px) {
  .trusted__hero .leaders .box {
    max-width: 940px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    border-radius: 24px; }
    .trusted__hero .leaders .box > img {
      margin-left: auto;
      margin-right: auto; }
      .trusted__hero .leaders .box > img:last-child {
        grid-column: span 3;
        position: relative; }

  .find__loan .outer__find .desc {
    max-width: 100%;
    padding: 10px 0px; }

  .find__loan > img {
    position: static;
    max-width: 100%;
    width: 100%; }

  .learning__hero .outer__learning .media img {
    max-width: 580px; }

  .other__articles .outer__other .grid {
    grid-template-columns: repeat(2, 1fr); }

  .articles__wrapper .outer__articles .grid {
    grid-template-columns: repeat(2, 1fr); }

  header .outer__header .right__menu ul > li > a {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px; }

  header .outer__header .right__menu ul > li {
    margin-right: 4px; }

  header .outer__header > a img {
    min-width: 165px;
    max-width: 165px; } }
.menu__btn {
  display: none; }

.address > ul > li.wordbreak {
  word-break: break-all; }

.view__mobile {
  display: none; }

@media (max-width: 1280px) {
  .deal__wrapper .outer__deal .media {
    margin-right: 45px; }

  .loan__providers > .elem .txt > p {
    font-size: 16px;
    line-height: 24px; }

  .view__mobile {
    display: flex;
    justify-content: center;
    margin-top: 16px; }
    .view__mobile > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      line-height: 24px;
      color: #334A61;
      font-family: "Open Sans" ,sans-serif; }
      .view__mobile > a.opened > img {
        transform: rotate(180deg); }
      .view__mobile > a img {
        transition: .3s ease all; }

  .loan__providers > .elem > .top > .row.centered > span {
    margin-bottom: 0px; }

  .loan__providers > .elem > .top {
    flex-direction: column; }

  .loan__providers > .elem > .top > .row:nth-child(1) {
    max-width: 100%;
    margin-bottom: 16px;
    text-align: center;}
    .loan__providers > .elem > .top > .row:nth-child(1) > a.view__details {
      display: none; }

  .loan__providers > .elem > .top > .row > a.apply {
    width: 100%; }

  .loan__providers > .elem > .top > .row.centered {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px; }
    .loan__providers > .elem > .top > .row.centered:last-child {
      margin-bottom: 0px; }
    .loan__providers > .elem > .top > .row.centered > h6 {
      margin: 0px;
      font-size: 16px;
      line-height: 24px;
      color: #1E1F24;
      font-weight: 400; }
    .loan__providers > .elem > .top > .row.centered > span {
      display: inline-flex;
      font-size: 14px;
      line-height: 18px;
      color: #000; }

  .loan__providers > .elem {
    padding: 16px 24px; }

  .loan__providers > .elem > .top > .row:nth-child(1) > img {
    
    margin-bottom: 8px; }

  .loan__providers > .elem > .top > .row:nth-child(1) > ul {
    margin-bottom: 0px; }

  .loan__providers > .elem > .top > .row:nth-child(1) > ul > li > img {
    min-width: 12px;
    max-width: 12px; 
      
  } 
     .loan__providers > .elem > .top {
        gap:0;
    }
    
    .top .row a img {
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
}
    
}
@media (max-width: 1200px) {
  .loan__finder {
    padding: 80px 0px; }

  .loan__hero {
    margin-bottom: 0px; }

  .trusted__hero {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding-top: 40px; }

  .loan__hero {
    padding-top: 25px; }

  .loan__hero .outer__loan {
    text-align: left; }

  .loan__hero .outer__loan > h1 {
    text-align: left; 
      font-size: 36px;
  }

  .loan__hero .outer__loan > p {
    text-align: left; }

  .loan__hero .outer__loan .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 24px; }

  .why__us .outer__why {
    padding: 80px 0px;
    flex-direction: column; }

  .why__us .outer__why .media {
    position: static;
    transform: none; }
    .why__us .outer__why .media img {
      max-width: 100%; }

  .why__us .outer__why .desc {
    max-width: 100%;
    width: 100%; }

  .deal__wrapper .outer__deal .desc > h2 {
    font-size: 32px;
    line-height: 40px; }

  .deal__wrapper .outer__deal .media {
    margin-right: 0px;
    margin-top: 45px;
    width: calc(100% + 40px);
    margin-left: 0px; }
    .deal__wrapper .outer__deal .media img {
      min-width: 0px; }

  .deal__wrapper .outer__deal .desc {
    max-width: 800px;
    width: 100%; }

  .deal__wrapper .outer__deal {
    flex-direction: column-reverse; }

  .bank__info {
    padding: 80px 0px; }

  .bank__info .outer__bank .inner .media {
    display: none; }

  .bank__info .outer__bank .inner .desc {
    max-width: 100%;
    margin-right: 0px; }

  .bank__info .outer__bank .inner .desc > .elem {
    margin-bottom: 32px; }

  .topic > .btn > a span {
    display: none; }

  .topic .services {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 32px; }

  .topic .plates {
    grid-template-columns: repeat(2, 1fr); }

  .topic .plates > .el:nth-child(4), .topic .plates > .el:nth-child(5) {
    grid-column: span 2; }

  .topic .info__media {
    flex-direction: column; }

  .topic .info__media .desc {
    max-width: 100%;
    margin-bottom: 20px; }

  .topic .info__media .media {
    margin-left: 0px; }

  .topic .info__media .media > img {
    max-width: 100%; }

  .topic.faq .rows {
    grid-column-gap: 45px; }

  .topic .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px; }

  .learning__hero .outer__learning {
    flex-direction: column; }
    .learning__hero .outer__learning .desc {
      width: 100%;
      max-width: 100%;
      padding-top: 48px;
      margin-bottom: 48px; }

  .learning__hero .outer__learning .media img {
    max-width: 740px;
    width: 100%; }

  .latest__videos .container {
    padding-left: 0px;
    padding-right: 0px; }

  .latest__videos .outer__latest {
    border-radius: 0px;
    padding: 64px 24px; }

  .latest__videos {
    padding-bottom: 95px;
    margin-bottom: -31px; }

  .latest__videos .outer__latest {
    box-shadow: none; }

  .recent__posts .outer__recent > .elem > ul {
    box-shadow: none; }

  .recent__posts .outer__recent {
    grid-template-columns: 1fr;
    grid-row-gap: 80px; }

  .recent__posts .outer__recent > .elem.category > h6 {
    max-width: 100%; }

  .recent__posts .outer__recent > .elem > ul {
    max-width: 100%; }

  .blog__post .outer__blog {
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 0px; }

  .blog__post .media {
    position: static;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 48px; }

  .blog__post .outer__blog .desc {
    max-width: 100%; }

  .description__wrapper .outer__description .side__wrapper {
    margin-right: 25px; }

  .description__wrapper .outer__description .main .topic, .description__wrapper .outer__description .main .author {
    padding: 64px 24px; }

  .outer__logos ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px; }
    .outer__logos ul li:nth-child(1), .outer__logos ul li:nth-child(4) {
      justify-content: flex-start; }
    .outer__logos ul li:nth-child(3), .outer__logos ul li:nth-child(6) {
      justify-content: flex-end; }

  footer .top__part > .elem:nth-child(2) {
    max-width: 540px; }

  footer .bottom__part .right {
    max-width: 540px; }

  .right__menu .close__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px; }
    .right__menu .close__btn img {
      min-width: 20px;
      max-width: 20px; }

  .menu__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .menu__btn > a {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 30px;
      max-width: 30px;
      min-height: 30px;
      max-height: 30px; }
      .menu__btn > a > span {
        min-width: 18px;
        margin-bottom: 4px;
        min-height: 2.2px;
        background-color: #1E1F24; }
        .menu__btn > a > span:last-child {
          margin-bottom: 0px; }

  header .outer__header .right__menu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    max-width: 290px;
    height: 100%;
    z-index: 4;
    background-color: #FBFBFC;
    padding: 25px 15px;
    right: -290px;
    transition: .45s ease all; }

  header .outer__header .right__menu ul {
    flex-direction: column;
    align-items: flex-start;
    transform: none; }
    header .outer__header .right__menu ul > li {
      margin-bottom: 10px; }
      header .outer__header .right__menu ul > li:last-child {
        margin-bottom: 0px; }
      header .outer__header .right__menu ul > li > a {
        width: 100%;
        font-size: 18px;
        line-height: 24px; }

  header .outer__header .right__menu .btn > a {
    width: 100%; }

  header .outer__header .right__menu ul {
    position: static; } }
.side__wrapper > .popup__mobile {
  display: none; }

.blog__post .outer__blog .desc .bottom__info > .el > span {
  font-weight: bold; }

.latest__videos.pink .outer__latest {
  background-color: #FEE9E9; }

@media (max-width: 991px) {
  .why__us .outer__why .desc > h2 {
    font-size: 32px;
    line-height: 40px; }

  .latest__block .container {
    padding-left: 0px;
    padding-right: 0px; }

  .latest__block {
    overflow: hidden; }

  .latest__block .outer__latest {
    border-radius: 0px; }

  .latest__block .outer__latest .inn {
    padding: 80px 24px; }

  .outer__latest .slider {
    width: calc(100% + 24px); }
    .outer__latest .slider .slick-list {
      padding: 0 10% 0 0; }

  .logos__wrapper.grey {
    padding-bottom: 105px; }

  .side__wrapper .side > a {
    position: static;
    bottom: 0px;
    margin-top: 15px;
    font-size: 16px !important;
    line-height: 20px !important; }

  .customer__main .elem .inn {
    padding-left: 14px;
    padding-right: 14px; }

  .customer__main .elem .inn > ul {
    left: 14px; }
    .customer__main .elem .inn > ul li a img {
      min-width: 30px;
      max-width: 30px; }

  .customer__main .slick-list {
    padding: 0 20% 0 0 !important; }

  .small__info .outer__small .elem > p {
    text-align: center; }

  .topic .facts {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }

  .topic .reviews__box {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5px; }

  .topic .reviews__box {
    width: 100%; }

  .topic .reviews__top {
    margin-bottom: 60px; }

  .topic .grid {
    padding: 32px;
    grid-template-columns: 1fr;
    grid-row-gap: 32px; }

  .topic.faq .rows {
    grid-template-columns: 1fr;
    grid-row-gap: 24px; }

  .small__info .outer__small {
    flex-direction: column; }
    .small__info .outer__small > .elem {
      margin-bottom: 16px; }
      .small__info .outer__small > .elem:last-child {
        margin-bottom: 0px; }

  .topic .address .grid__info {
    grid-template-columns: 1fr;
    grid-row-gap: 24px; }

  .lender__wrapper .outer__lender .desc {
    padding-left: 0px; }

  .lender__wrapper .outer__lender .desc .left {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    margin-top: 24px; }

  .recent__posts .outer__recent > .elem > .long__post .bottom {
    flex-direction: column;
    align-items: flex-start; }

  .recent__posts .outer__recent > .elem > .long__post .bottom .right {
    margin-left: 0px;
    margin-top: 10px; }

  .latest__videos .outer__latest .slick-next {
    right: 10px; }

  .latest__videos .outer__latest .slick-prev {
    left: 10px; }

  .recent__posts .outer__recent > .elem > .posts > .el .desc ul > li:nth-child(1), .recent__posts .outer__recent > .elem > .posts > .el .desc ul > li:nth-child(2), .recent__posts .outer__recent > .elem > .posts > .el .desc ul > li:nth-child(4), .recent__posts .outer__recent > .elem > .posts > .el .desc ul > li:nth-child(5) {
    display: none; }

  .logos__wrapper {
    padding: 80px 0px; }

  .trusted .outer > p {
    font-size: 20px;
    padding: 20px 0px; }

  .author__wrapper {
    padding: 48px 0px; }

  .author__wrapper .outer__author {
    flex-direction: column;
    align-items: center; }

  .author__wrapper .outer__author .media {
    margin-right: 0px;
    margin-bottom: 64px; }

  .author__wrapper .outer__author .media img {
    min-width: 0px;
    max-width: 325px;
    width: 100%; }

  .description__wrapper .outer__description .main {
    width: calc(100% + 48px);
    margin-left: -24px;
    border-radius: 0px; }

  .description__wrapper {
    padding: 0px; }

  .side__wrapper {
    padding: 24px 0px;
    position: relative; }

  .description__wrapper .outer__description .side__wrapper .side {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: absolute;
    top: 78px;
    display: none;
    background-color: #fff;
    left: 0px;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 4px 4px 0px rgba(12, 12, 13, 0.1), 0px 4px 4px 0px rgba(12, 12, 13, 0.05); }

  .side__wrapper > .popup__mobile {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #83AAD2;
    text-decoration: none;
    background-color: #fff;
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px; }
    .side__wrapper > .popup__mobile > img {
      transition: .3s ease all; }
    .side__wrapper > .popup__mobile.opened {
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
      border-color: transparent;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
      .side__wrapper > .popup__mobile.opened > img {
        transform: rotate(180deg); }
    .side__wrapper > .popup__mobile > p {
      margin: 0px;
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 24px;
      font-family: "Open Sans" ,sans-serif;
      color: #334A61;
      font-weight: bold;
      justify-content: flex-start; }
      .side__wrapper > .popup__mobile > p span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }

  .description__wrapper .outer__description {
    flex-direction: column; }

  .description__wrapper .outer__description .side__wrapper {
    min-width: 0px;
    max-width: 100%;
    width: 100%; }

  .video__wrapper {
    padding-top: 48px;
    padding-bottom: 48px; }

  footer {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px; }

  footer .bottom__part {
    flex-direction: column; }

  footer .bottom__part .left {
    max-width: 100%; }

  footer .bottom__part .right {
    max-width: 100%;
    margin-top: 24px; }

  footer {
    padding-bottom: 48px; }

  footer .top__part {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px; }

  .recent__posts .outer__recent > .elem > .posts > .el {
    padding: 16px 0px; }

  .recent__posts .outer__recent > .elem > .posts > .el .img {
    margin-right: 16px; }
    .recent__posts .outer__recent > .elem > .posts > .el .img img {
      min-width: 105px;
      max-width: 105px;
      min-height: 105px;
      max-height: 105px; }

  .recent__posts .outer__recent > .elem > .posts > .el .desc > p {
    font-size: 24px;
    line-height: 28px; } }
.recent__posts .outer__recent > .elem > .posts > .el .desc > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.link {
  word-break: break-all; }

.explore__double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 48px; }
  .explore__double > .elem {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    background-color: #E7F2FE;
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05), 0px 1px 4px 0px rgba(12, 12, 13, 0.1); }
    .explore__double > .elem > p {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #1E1F24;
      font-family: "Open Sans" ,sans-serif;
      font-weight: 600; }
    .explore__double > .elem .two__list .el {
      grid-column-gap: 38px;
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      .explore__double > .elem .two__list .el > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px; }
        .explore__double > .elem .two__list .el > ul > li {
          margin-bottom: 16px; }
          .explore__double > .elem .two__list .el > ul > li > a {
            text-decoration: none;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #334A61;
            text-decoration: none;
            transition: .3s ease all;
            font-family: "Open Sans" ,sans-serif; }
            .explore__double > .elem .two__list .el > ul > li > a:hover {
              opacity: .7; }
          .explore__double > .elem .two__list .el > ul > li:last-child {
            margin-bottom: 0px; }

@media (max-width: 767px) {
  .trusted__hero .leaders > p {
    text-align: center; }

  .loan__hero .outer__loan .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr; }

  .trusted__hero .leaders .box {
    grid-template-columns: repeat(2, 1fr); }

  .trusted__hero .leaders .box > img:last-child {
    grid-column: span 2; }

  .trusted__hero .leaders .box > img {
    max-width: 100%; }

  .trusted__hero .google__info > p {
    text-align: center; }

  .trusted__hero .google__info .box {
    flex-direction: column;
    border-radius: 24px;
    align-items: center;
    justify-content: center; }

  .trusted__hero .google__info .box > span {
    margin: 16px 0px; }

  .bank__info .outer__bank .inner .desc > .elem {
    flex-direction: column; }

  .bank__info .outer__bank .inner .desc > .elem > span {
    width: 100%;
    justify-content: flex-start;
    margin-right: 0px;
    margin-bottom: 16px;
    display: flex;
    max-width: 100%; }

  .latest__block .outer__latest .inn .slider .elem > a > .bottom > p, .latest__block .outer__latest .inn .slider .elem > a > .bottom > .dot, .latest__block .outer__latest .inn .slider .elem > a > .bottom > .tag {
    display: none; }

  .latest__block .outer__latest .inn .slider .elem > a > .bottom > .read {
    position: static;
    margin-left: auto; }

  .latest__block .outer__latest .inn .slider .elem > a > .bottom {
    padding-right: 0px; }

  .customer__wrapper .customer__main .slick-list {
    padding: 0 7% 0 0 !important; }

  .find__loan .outer__find .desc > .grid {
    margin-bottom: 25px; }

  .find__loan .outer__find .desc form > p {
    font-size: 18px;
    line-height: 24px; }

  .find__loan .outer__find .desc > .grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 1em; }

  .find__loan .outer__find .desc > .grid > .el {
    margin-right: 0px;
    margin-bottom: 16px; }

  .find__loan .outer__find .desc form .group__input {
    flex-direction: column; }

  .find__loan .outer__find .desc form .group__input > input {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 10px; }

  .find__loan .outer__find .desc form .group__input > button {
    width: 100%;
    border-radius: 8px; }

  .topic .form__search {
    flex-direction: column; }
    .topic .form__search > .group__dropdown {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 24px; }
      .topic .form__search > .group__dropdown:last-child {
        margin-bottom: 0px; }

  .topic .smart__loans {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; }

  .explore__double {
    grid-template-columns: 1fr;
    grid-row-gap: 48px; }

  .double__authors {
    grid-template-columns: 1fr;
    grid-row-gap: 48px; }

  .topic .services {
    grid-template-columns: 1fr; }

  .topic .loans__list {
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto; }

  .recent__posts .outer__recent > .elem > .long__post .media {
    display: block;
    padding-bottom: 60%;
    position: relative; }
    .recent__posts .outer__recent > .elem > .long__post .media img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px; }

  .blog__post .outer__blog .desc > h1 {
    font-size: 40px;
    line-height: 48px; }

  .articles__wrapper .outer__articles .grid {
    grid-template-columns: 1fr; }

  .other__articles .outer__other .grid {
    grid-template-columns: 1fr; }

  .other__articles .outer__other .grid .elem .bottom {
    position: static;
    margin-top: 15px; }

  .other__articles .outer__other .grid .elem .bottom {
    flex-wrap: wrap; }

  .other__articles .outer__other .grid .elem {
    padding-bottom: 16px; }

  .outer__logos ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 15px; }
    .outer__logos ul li img {
      max-width: 100%;
      height: auto;
      min-height: 0px; }
    .outer__logos ul li:nth-child(1), .outer__logos ul li:nth-child(3), .outer__logos ul li:nth-child(5) {
      justify-content: flex-start; }
    .outer__logos ul li:nth-child(2), .outer__logos ul li:nth-child(4), .outer__logos ul li:nth-child(6) {
      justify-content: flex-end; }

  .video__wrapper .outer__video .video__box .video {
    padding-bottom: 65%; }
    .video__wrapper .outer__video .video__box .video iframe {
      position: absolute;
      height: 100%; } }
@media (max-width: 480px) {
  .explore__double > .elem .two__list .el {
    grid-column-gap: 15px; }

  .topic .reviews__top .bottom {
    flex-direction: column;
    align-items: flex-start; }

  .topic .reviews__top .bottom > p {
    margin-left: 0px;
    margin-top: 6px; }

  .lender__wrapper .outer__lender .desc .btns {
    flex-direction: column; }
    .lender__wrapper .outer__lender .desc .btns > a {
      width: 100%;
      margin-bottom: 24px;
      margin-right: 0px; }
      .lender__wrapper .outer__lender .desc .btns > a:last-child {
        margin-bottom: 0px; }

  .lender__wrapper .outer__lender .left > span {
    min-width: 240px;
    max-width: 240px;
    min-height: 240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-height: 240px; }
    .lender__wrapper .outer__lender .left > span img {
      max-width: 100%;
      max-height: 100%; }

  .recent__posts .outer__recent > .elem > .long__post .media {
    padding-bottom: 70%; }

  .video__wrapper .outer__video .share ul > li {
    margin-right: 15px; }

  footer .top__part > .elem > p {
    max-width: 90px; } }
@media (max-width: 390px) {
  .loan__hero .outer__loan > h1 {
    font-size: 40px;
    line-height: 48px; }

  .loan__hero .outer__loan .grid > a p {
    font-size: 17px;
    line-height: 21px; }

  .find__loan .outer__find .desc > h1 {
    font-size: 40px;
    line-height: 48px; }

  .loan__providers > .elem > .top > .row.centered > h6 {
    font-size: 14px;
    line-height: 18px; }

  .loan__providers > .elem > .top > .row.centered > span {
    font-size: 12px;
    line-height: 16px; }

  .customer__main .elem .inn .desc .text > p {
    font-size: 20px;
    line-height: 27px; }

  .topic .reviews__box .elem .inn .rate {
    flex-direction: column;
    align-items: flex-start; }

  .topic .reviews__box .elem .inn .rate > p {
    margin-top: 4px; }

  .blog__post .outer__blog .desc > h1 {
    font-size: 34px;
    line-height: 42px; }

  .blog__post .outer__blog .desc .bottom__info > .el {
    margin-right: 35px; }

  .other__articles .outer__other .grid .elem {
    padding: 10px; }

  .other__articles .outer__other > h2 {
    font-size: 40px;
    line-height: 48px; }

  .category__select .outer__select > h2 {
    font-size: 32px;
    line-height: 40px; }

  .category__select .outer__select ul > li > a {
    font-size: 18px;
    line-height: 23px; }

  .video__wrapper .outer__video > h1 {
    font-size: 40px;
    line-height: 48px; }

  .video__wrapper .outer__video .tag > span {
    font-size: 16px;
    line-height: 21px; }

  footer .bottom__part, footer .top__part {
    padding-left: 0px;
    padding-right: 0px; }

  footer .top__part > .elem > ul > li > a {
    font-size: 14px;
    line-height: 20px; }

  footer .top__part > .elem > p {
    font-size: 20px;
    line-height: 24px; } }

/*# sourceMappingURL=style.css.map */


header .outer__header .right__menu ul > li.current-menu-item > a {
  color: #DB2C45;
  font-weight: bold;
}

footer .bottom__part .left ul.footer-menu {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

footer .bottom__part .left ul.footer-menu > li {
  margin-top: 4px;
  margin-bottom: 4px;
}

footer .bottom__part .left ul.footer-menu > li > a {
  font-size: 13px;
  line-height: 18px;
  font-family: "Open Sans" ,sans-serif;
  color: #CCCCCC;
  text-decoration: none;
}

footer .bottom__part .left ul.footer-menu > li > a:after{
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  height: 20px;
  min-width: 1px;
  background-color: #CCCCCC;
}

footer .bottom__part .left ul.footer-menu > li:nth-last-of-type(1) > a:after{
  display: none;
}

footer .bottom__part .left ul > li.spacer {
  margin: 0px 10px;
  height: 20px;
  min-width: 1px;
  background-color: #CCCCCC;
}

footer .bottom__part .right ul > li > a{
  color: #fff;
  text-decoration: none;
  transition: .3s ease all;
}

footer .bottom__part .right ul > li > a:hover,
footer .bottom__part .right ul > li > a:focus{
  opacity: .7;
}

.articles__wrapper .outer__articles .grid .elem .media img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles__wrapper .outer__articles .grid .elem .bottom .dot{
  margin: 3px 12px;
}

.articles__wrapper .outer__articles .grid .elem{
  display: none;
}

.articles__wrapper .outer__articles .grid .elem.show-all,
.articles__wrapper .outer__articles .grid .elem.show-single{
  display: flex;
}

/* ------------ CATEGORY ARCHIVE PAGE START ------------ */

body.category .title_banner {
  padding: 120px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.category .title_banner h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
}

body.category .breadcrumbs ul > li > a{
  color: #1E1F24;
}

body.category .masonry-grid{
  margin: 30px 0;
}

body.category .masonry-grid article{
  display: flex;
  flex-wrap: wrap;
}

body.category .masonry-grid article section{
  width: calc(33.33% - 20px);
  margin: 10px;
}

body.archive.category .container .row,
body.post-type-archive-videos .container .row,
body.tax-videos_category .container .row{
  display: flex;
}

.col-sm-12{
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 992px){
  .col-md-8{
    width: 66.66%;
  }
  .col-md-4{
    width: 33.33%;
  }
}

/* ------------ CATEGORY ARCHIVE PAGE END ------------ */

.latest__videos .outer__latest .slider__elem .inn picture img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1741px){
  .blog__post .media {
    width: 100%;
    max-width: 840px;
  }
  .blog__post .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.category__select .outer__select ul > li{
  font-size: 20px;
  line-height: 25px;
  color: #334A61;
}

.recent__posts .outer__recent > .elem > ul > li{
  font-size: 20px;
  line-height: 24px;
  color: #334A61;
}

/* ------------ VIDEO ARCHIVE PAGE START ------------ */
.video-portal-banner .slide-body .post-item {
  float: left;
  padding: 2px;
}

.video-portal-banner .slide-body .post-item:nth-child(1) {
  width: 66%;
}

.video-portal-banner .slide-body .post-item:nth-child(2),
.video-portal-banner .slide-body .post-item:nth-child(3) {
  width: 34%;
  padding-left: 30px;
}

.video-portal-banner .slide-body .post-item:nth-child(3) {
  padding-top: 30px;
}

.video-portal-banner:after{
  display: block;
  clear: both;
  content: '';
}

.video_portal_about .container .row{
  flex-wrap: wrap;
}

.video_portal_about .col-md-4{
  padding: 0 15px;
}

.video_portal_about .video_head_txt{
  display: none !important;
}
/* ------------ VIDEO ARCHIVE PAGE END ------------ */

.video__wrapper .outer__video .tag > span{
  margin-right: 10px;
}

.other__articles .outer__other .grid .elem .media picture img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other__articles .outer__other .grid .elem .bottom .dot{
  margin: 3px 12px;
}

body.single-videos .description__wrapper .outer__description .main .topic ul,
body.single-videos .description__wrapper .outer__description .main .topic ol{
  list-style-type: decimal;
  margin-bottom: 48px;
}

body.single-videos .description__wrapper .outer__description .main .topic ul > li,
body.single-videos .description__wrapper .outer__description .main .topic ol > li{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

body.single-videos .description__wrapper .outer__description .main .topic ul > li > a,
body.single-videos .description__wrapper .outer__description .main .topic ol > li > a{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #334A61;
  text-decoration: underline;
  font-weight: 400;
}

.description__wrapper .outer__description .breadcrumbs ul li a{
  color: #000;
}

.lender__wrapper .outer__lender .desc{
  min-height: 440px;
}

.default-topic.topic > h4,
body.page-template-template-privacy-policy .topic > h4,
body.single-videos .topic > h4,
body.single-lenders .topic > h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #1E1F24;
}

.default-topic.topic > h6,
body.page-template-template-privacy-policy .topic > h6,
body.single-videos .topic > h6,
body.single-lenders .topic > h6 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 32px;
  color: #1E1F24;
  font-weight: 500;
}

body.single-lenders .topic.faq > h6{
  margin-top: 0px;
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  color: #1E1F24;
}

#submitReview #acf-display_on_homepage,
#submitReview .acf-field[data-name="display_on_homepage"],
#submitReview .acf-field[data-name="lender"],
#submitReview .acf-field[data-name="rating"] input,
#submitReview #message.updated{
  display: none !important;
}

body.single-lenders .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
   color: #3c763d;
   background-color: #dff0d8;
   border-color: #d6e9c6;
}

#submitReview{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 80%);
  overflow-y: auto;
}

#submitReview.show{
  display: block;
}

.submit-review-content{
  position: absolute;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
}

@media (max-height: 750px) {
  .submit-review-content {
    top: 0;
    transform: translate(-50%, 0);
  }
}

.submit-review-close{
  position: absolute;
  right: 40px;
  top: 40px;
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  transition: 0.4s all;
  padding: 0;
}

@media (max-width: 972px) {
  .submit-review-close {
    right: 1px;
  }
}

.submit-review-close:hover,
.submit-review-close:focus,
#submitReview input[type="submit"]:hover,
#submitReview input[type="submit"]:focus{
  opacity: .7;
}

#submitReview .acf-fields>.acf-field{
  padding: 16px 0;
}

#submitReview input[type="submit"]{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  border-radius: 8px;
  background-color: #DB2C45;
  font-size: 20px;
  color: #FBFBFC;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: 0.4s all;
}

#submitReview .stars-wrapper{
  position: relative;
  width: 150px;
  display: flex;
}

#submitReview .stars-empty{
  cursor: pointer;
  width: 120px;
  height: 25px;
  background-image: url("/wp-content/themes/smarter-loan-new/img/5stars-empty.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#submitReview .stars-fill{
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 0;
  height: 25px;
  background-image: url("/wp-content/themes/smarter-loan-new/img/5stars-fill.svg");
  background-position: left;
  background-size: initial;
  background-repeat: no-repeat;
}

#submitReview .stars-number{
  width: 24px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background: #a4bddd;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-left: 6px;
  font-weight: 500;
}

.find__loan .outer__find .desc > h1{
  max-width: 660px;
}

.double__authors > .elem > .top > picture > img{
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  border-radius: 250px;
  object-fit: cover;
  margin-right: 15px;
}

.explore__double > .elem .two__list .el > ul > li > a{
  text-transform: capitalize;
}

.wp-gr .grw-review .wp-google-feedback{
  height: auto !important;
}

.customer-google-reviews-wrapper .grw-reviews{
  width: calc(100% + 64px) !important;
  overflow: visible !important;
  flex: none !important;
}

.customer-google-reviews-wrapper .slick-list {
  padding: 0 12% 0 0 !important;
}

.customer-google-reviews-wrapper .slick-list {
  margin: 0 -24px !important;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .customer-google-reviews-wrapper .slick-list {
    padding: 0 20% 0 0 !important;
  }
}

.customer-google-reviews-wrapper .slick-track {
  display: flex !important;
  transition: 0.2s all !important;
}

.customer-google-reviews-wrapper .slick-slide {
  margin: 0 24px !important;
}

.customer-google-reviews-wrapper .grw-header{
  display: none !important;
}

.customer-google-reviews-wrapper .wp-gr .grw-review{
  padding-top: 65px !important;
  padding-bottom: 20px !important;
  display: flex !important;
  align-items: center !important;
  flex: none !important;
  outline: none !important;
}

.customer-google-reviews-wrapper .wp-gr .grw-review .grw-review-inner{
  width: 100% !important;
  padding-top: 0 !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-bottom: 24px !important;
  position: relative !important;
  border-radius: 8px !important;
  background-color: #FBFBFC !important;
  box-shadow: 0 1px 4px 0px rgba(12, 12, 13, 0.1), 0 1px 4px 0px rgba(12, 12, 13, 0.05) !important;
}

.customer-google-reviews-wrapper .wp-google-feedback {
  text-align: center !important;
  margin-top: 32px !important;
}

.customer-google-reviews-wrapper .wp-google-feedback .wp-google-text{
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #1E1F24 !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  outline: none !important;
}

.customer-google-reviews-wrapper .wp-gr.wpac .wp-google-left img{
  position: absolute !important;
  width: 128px !important;
  height: 128px !important;
  border-radius: 50% !important;
  margin: 0 !important;
  left: 50% !important;
  top: -64px !important;
  transform: translate(-50%, 0) !important;
  box-shadow: none !important;
}

.customer-google-reviews-wrapper .wp-gr .grw-review .wp-google-left{
  text-align: center !important;
  overflow: visible !important;
}

.customer-google-reviews-wrapper .wp-gr.wpac a.wp-google-name{
  margin-top: 104px !important;
  display: block !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #1E1F24 !important;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif !important;
  outline: none !important;
}

.customer-google-reviews-wrapper .wp-gr .grw-review .wp-google-stars{
  text-align: center !important;
  transform: translate(0, -39px) !important;
}

.customer-google-reviews-wrapper .wp-gr .wp-google-time{
  text-align: center !important;
  margin: 0px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #7F818B !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  transform: translate(0, 39px) !important;
}

.customer-google-reviews-wrapper .wp-gr .grw-review-inner>svg{
  width: 42px !important;
  height: 42px !important;
  left: 32px !important;
  top: 26px !important;
  right: auto !important;
}

@media (max-width: 991px){
  .customer-google-reviews-wrapper .wp-gr .grw-review-inner>svg{
    width: 27px !important;
    height: 27px !important;
    left: 14px !important;
  }
}

.side__wrapper .side > a.complex > p{
  margin: 0;
}

.loan__providers .elem{
  display: none;
}

.loan__providers .elem.show{
  display: block;
}

.loan__providers > .elem > .top > .row.centered{
  max-width: 25%;
}
@media (max-width: 1600px) {
  .loan__providers > .elem > .top > .row.centered{
    max-width: 23%;
  }
}
@media (max-width: 1440px) {
  .loan__providers > .elem > .top > .row.centered{
    max-width: 21%;
  }
}
@media (max-width: 1280px) {
  .loan__providers > .elem > .top > .row.centered{
    max-width: 100%;
  }
}

.loan__providers > .elem > .top > .row:nth-child(1) > picture > img{
  max-width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .loan__providers > .elem > .top > .row:nth-child(1) > picture > img{
    
    margin-bottom: 8px;
  }
}

.customer__wrapper .customer-google-reviews-wrapper .slick-list {
  padding: 0 !important;
}

@media (max-width: 1540px) {
  .customer__wrapper .customer-google-reviews-wrapper .slick-list {
    padding: 0 12% 0 0 !important;
  }
}

@media (max-width: 767px) {
  .customer__wrapper .customer-google-reviews-wrapper .slick-list {
    padding: 0 7% 0 0 !important;
  }
}



.customer__wrapper .customer-google-reviews-wrapper .grw-reviews{
  width: 100% !important;
}

.latest__block .outer__latest .inn .slider .elem > a > .media img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest__block .outer__latest .inn .slider .elem > a > .bottom .dot{
  margin: 3px 12px;
}

.select_items{
	margin-bottom: 50px;
    float: left;
    width: 100%;
}
.select_items ul{
	padding:0;
	list-style:none;
}

.select_items ul li a{
	background-color: #fff;
    display: block;
    padding: 150px 0 10px;
    border-radius: 20px;
    border: 1px solid #CDCDCD;
    transition: all ease 0.5s;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}
.select_items ul li a h4{
	font-family: 'Roboto Slab',serif;
    font-weight: 700;
    color: #E93E51;
    position: relative;
    z-index: 11;
} 
.select_items ul li a:focus{
	outline:none;
	text-decoration:none;
}
.select_items ul li a:hover{
	background-color:#E93E51;
	text-decoration:none;
	border: 1px solid #E93E51;
} 
.select_items ul li a:hover h4{
	color:#fff;
}
.cat_hover{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display:none;
	transition:all ease 0.5s;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#E93E51;
}

 .select_items ul li a:hover .cat_hover{
	 display:block;
}
 

.select_items ul li.sb a{
	background-image:url(images/sm_business_b.png);
}
.select_items ul li.sb a:hover{
	background-image:url(images/sm_business_w.png);
}


.select_items ul li.pi a{
	background-image:url(images/pi_b.png);
}
.select_items ul li.pi a:hover{
	background-image:url(images/pi_w.png);
}

.select_items ul li.pd a{
	background-image:url(images/pd_b.png);
}
.select_items ul li.pd a:hover{
	background-image:url(images/pd_w.png);
}


.select_items ul li.ep a{
	background-image:url(images/ep_b.png);
}
.select_items ul li.ep a:hover{
	background-image:url(images/ep_w.png);
}


.select_items ul li.bc a{
	background-image:url(images/bc_b.png);
}
.select_items ul li.bc a:hover{
	background-image:url(images/bc_w.png);
}


.select_items ul li.mg a{
	background-image:url(images/mg_b.png);
}
.select_items ul li.mg a:hover{
	background-image:url(images/mg_w.png);
}

.select_items ul li.car a{
	background-image:url(images/car_b.png);
}
.select_items ul li.car a:hover{
	background-image:url(images/car_w.png);
}


.select_items ul li.af a{
	background-image:url(images/af_b.png);
}
.select_items ul li.af a:hover{
	background-image:url(images/af_w.png);
}


.select_items ul li.by a{
	background-image:url(images/by_b.png);
}
.select_items ul li.by a:hover{
	background-image:url(images/by_w.png);
}

.select_items ul li.hd a{
	background-image:url(images/hd_b.png);
}
.select_items ul li.hd a:hover{
	background-image:url(images/hd_w.png);
}


.select_items ul li.tt a{
	background-image:url(images/t_b.png);
}
.select_items ul li.tt a:hover{
	background-image:url(images/t_w.png);
}

.video_text_space.video_border {
    color: black;
    text-decoration: none!important;
}

@media (max-width: 600px) {
.select_items ul li{margin-bottom: 10px; width:47%;float:left;margin-left:1%;}

.select_items ul li a {min-height: 230px; padding: 125px 0 10px;}
}

