/* Base colors*/
/*  Media query variables */
/** Media query **/
/*  (min-width:481px), (max-width: 595px) */
/*  (max-width:480px) */
/*  (max-width:480px) */
/*  (min-width:596px), (max-width: 767px) */
/* (min-width:596px) */
/* (max-width:595px) */
/*  (min-width:768px), (max-width: 991px) */
/* (min-width:768px) */
/* (max-width:767px) */
/* (min-width:992px), (max-width: 1024px) */
/* (max-width: 1024px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:1199px) */
/* (min-width: 1024px), (max-width: 1200px) */
/* (min-width: 1200px), (max-width:1366px) */
/* (min-width:1200px), (max-width: 1450px) */
/* (min-width:1200px) */
/* (max-width:1200px) */
/* (min-width: 1450px) */
/* (max-width: 1450px) */
/* (max-width: 1600px) */
/* (max-width: 1599px) */
/* (min-width: 1600px), (max-width: 1920px) */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media (max-width: 595px) {
  .col-two-content .pattern-rectangle {
    display: none; } }

.col-two-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .col-two-content .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.col-two-content__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(35% - 50px);
          flex: 0 0 calc(35% - 50px);
  max-width: calc(35% - 50px);
  margin-right: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-content__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(45% - 30px);
              flex: 0 0 calc(45% - 30px);
      max-width: calc(45% - 30px);
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .col-two-content__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 0px;
      margin-top: 10px;
      text-align: center; } }
  .col-two-content__content h6 {
    max-width: 290px;
    font-family: "Choplin", sans-serif; }
    @media (max-width: 767px) {
      .col-two-content__content h6 {
        max-width: 450px;
        margin: 0 auto; } }
  .col-two-content__content h2 + h6 {
    margin-top: 35px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-content__content h2 + h6 {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .col-two-content__content h2 + h6 {
        margin-top: 15px; } }
  .col-two-content__content p {
    margin-top: 17px;
    max-width: 266px; }
    @media (max-width: 767px) {
      .col-two-content__content p {
        max-width: 550px;
        margin: 17px auto 0; } }
    @media (max-width: 480px) {
      .col-two-content__content p {
        max-width: 300px; } }
  .col-two-content__content > ul {
    padding: 0;
    margin-top: 48px; }
    .col-two-content__content > ul > li {
      margin-top: 29px;
      padding-left: 53px;
      color: #1d334d; }
      @media (min-width: 596px) and (max-width: 767px) {
        .col-two-content__content > ul > li {
          margin-top: 25px; } }
      @media (max-width: 595px) {
        .col-two-content__content > ul > li {
          margin-top: 18px; } }
      .col-two-content__content > ul > li::before {
        content: "";
        position: absolute;
        top: -3px;
        left: 0;
        width: 36px;
        height: 36px;
        background: url("/wp-content/themes/akasa/assets/images/icons/bondi-blue-checkmark.svg") no-repeat center;
        background-size: contain; }
      .col-two-content__content > ul > li h6 {
        padding-top: 4px;
        font-family: "Choplin", sans-serif; }
      .col-two-content__content > ul > li p {
        margin-top: 25px;
        max-width: 95%; }
        @media (min-width: 596px) and (max-width: 767px) {
          .col-two-content__content > ul > li p {
            margin-top: 15px; } }
        @media (max-width: 595px) {
          .col-two-content__content > ul > li p {
            margin-top: 12px; } }

.col-two-content__action {
  margin-top: 25px; }

.col-two-content__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 714px;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-content__figure {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 55%;
              flex: 0 0 55%; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .col-two-content__figure {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 450px; } }
  @media (max-width: 595px) {
    .col-two-content__figure {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .col-two-content__figure .play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .col-two-content__figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .col-two-content__figure--border-white {
    border: 2px solid #ffffff; }

.col-two-content--reverse .col-two-content__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(35% - 60px);
          flex: 0 0 calc(35% - 60px);
  max-width: calc(35% - 60px);
  margin-left: 60px;
  margin-right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-content--reverse .col-two-content__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(45% - 50px);
              flex: 0 0 calc(45% - 50px);
      max-width: calc(45% - 50px);
      margin-left: 50px; } }
  @media (max-width: 767px) {
    .col-two-content--reverse .col-two-content__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; } }

.col-two-content--reverse .col-two-content__figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.col-two-content.without-video .col-two-content__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 30px; }
  @media (max-width: 767px) {
    .col-two-content.without-video .col-two-content__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0;
      text-align: center; } }
  .col-two-content.without-video .col-two-content__content h2 {
    max-width: 350px;
    position: relative; }
    @media (max-width: 767px) {
      .col-two-content.without-video .col-two-content__content h2 {
        max-width: 100%; } }
    .col-two-content.without-video .col-two-content__content h2 span {
      font-size: 20px;
      vertical-align: top; }
      @media (max-width: 767px) {
        .col-two-content.without-video .col-two-content__content h2 span {
          font-size: 14px; } }
  .col-two-content.without-video .col-two-content__content h2 + h6 {
    margin-top: 35px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-content.without-video .col-two-content__content h2 + h6 {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .col-two-content.without-video .col-two-content__content h2 + h6 {
        margin-top: 15px; } }
  .col-two-content.without-video .col-two-content__content h6 {
    max-width: 350px;
    margin-top: 15px;
    font-family: "Choplin", sans-serif; }
    @media (max-width: 767px) {
      .col-two-content.without-video .col-two-content__content h6 {
        max-width: 450px;
        margin: 15px auto 0; } }
  .col-two-content.without-video .col-two-content__content p {
    margin-top: 5px;
    max-width: 440px; }
    @media (max-width: 767px) {
      .col-two-content.without-video .col-two-content__content p {
        max-width: 590px;
        margin: 5px auto 0; } }
    @media (max-width: 480px) {
      .col-two-content.without-video .col-two-content__content p {
        max-width: 300px; } }

.col-two-content.without-video .col-two-content__action {
  margin-top: 56px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-content.without-video .col-two-content__action {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .col-two-content.without-video .col-two-content__action {
      margin-top: 25px; } }

.col-two-content.without-video .col-two-content__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  overflow: visible; }
  @media (min-width: 596px) and (max-width: 767px) {
    .col-two-content.without-video .col-two-content__figure {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 530px;
      margin: 25px 0 0; } }
  @media (max-width: 595px) {
    .col-two-content.without-video .col-two-content__figure {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 25px; } }
  .col-two-content.without-video .col-two-content__figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .col-two-content.without-video .col-two-content__figure #ai-perform {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
    @media (max-width: 767px) {
      .col-two-content.without-video .col-two-content__figure #ai-perform {
        margin-bottom: 30px; } }

.col-two-content.without-video.col-two-content--reverse .col-two-content__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 90px);
          flex: 0 0 calc(50% - 90px);
  max-width: calc(50% - 90px);
  margin-right: 30px; }
  @media (max-width: 767px) {
    .col-two-content.without-video.col-two-content--reverse .col-two-content__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0; } }

.col-two-content.issuu-block .col-two-content__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  .col-two-content.issuu-block .col-two-content__content iframe {
    width: 100% !important; }

.cards-with-content .pattern {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 767px) {
    .cards-with-content .pattern {
      top: 0;
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); } }

.cards-with-content .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    .cards-with-content .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .cards-with-content .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .cards-with-content .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.cards-with-content .col-two:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  max-width: 57%; }
  @media (max-width: 1200px) {
    .cards-with-content .col-two:nth-child(1) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .cards-with-content .col-two:nth-child(1) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.cards-with-content .col-two:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  max-width: 43%; }
  @media (min-width: 1450px) {
    .cards-with-content .col-two:nth-child(2) {
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  @media (max-width: 1200px) {
    .cards-with-content .col-two:nth-child(2) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .cards-with-content .col-two:nth-child(2) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.cards-with-content .col-two .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 767px) {
  .cards-with-content .horizontal-cards {
    margin-top: 35px; } }

@media (min-width: 1450px) {
  .cards-with-content .horizontal-card:first-child {
    margin-left: -78px; } }

.cards-with-content .horizontal-card:not(:first-child) {
  margin-top: 35px; }
  @media (max-width: 595px) {
    .cards-with-content .horizontal-card:not(:first-child) {
      margin-top: 17px; } }

.cards-with-content__content {
  max-width: 580px;
  margin-left: 121px; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .cards-with-content__content {
      margin-left: 70px; } }
  @media (max-width: 1200px) {
    .cards-with-content__content {
      margin-left: 50px; } }
  @media (max-width: 767px) {
    .cards-with-content__content {
      margin-left: 0;
      text-align: center; } }
  .cards-with-content__content h2 {
    max-width: 372px; }
    @media (min-width: 596px) and (max-width: 767px) {
      .cards-with-content__content h2 {
        max-width: 100%;
        margin: 0 auto; } }
    @media (max-width: 595px) {
      .cards-with-content__content h2 {
        max-width: 100%;
        margin: 0 auto; } }
  .cards-with-content__content h6 {
    margin-top: 36px;
    font-family: "Choplin", sans-serif; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cards-with-content__content h6 {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .cards-with-content__content h6 {
        margin-top: 15px; } }
  .cards-with-content__content p {
    margin-top: 18px;
    max-width: 348px; }
    @media (max-width: 767px) {
      .cards-with-content__content p {
        margin: 10px auto 0; } }
    @media (max-width: 480px) {
      .cards-with-content__content p {
        max-width: 300px; } }

.cards-with-content__action {
  margin-top: 56px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .cards-with-content__action {
      margin-top: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .cards-with-content__action {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .cards-with-content__action {
      margin-top: 25px; } }

.col-two-img .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.col-two-img__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 30px; }
  @media (max-width: 767px) {
    .col-two-img__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0; } }
  .col-two-img__content h2 {
    max-width: 350px;
    position: relative; }
    @media (max-width: 480px) {
      .col-two-img__content h2 {
        max-width: 270px; } }
    .col-two-img__content h2 span {
      font-size: 20px;
      vertical-align: top; }
      @media (max-width: 767px) {
        .col-two-img__content h2 span {
          font-size: 14px; } }
  .col-two-img__content h2 + h6 {
    margin-top: 35px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-img__content h2 + h6 {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .col-two-img__content h2 + h6 {
        margin-top: 15px; } }
  .col-two-img__content h6 {
    max-width: 350px;
    margin-top: 15px;
    font-family: "Choplin", sans-serif; }
    @media (max-width: 767px) {
      .col-two-img__content h6 {
        max-width: 450px; } }
  .col-two-img__content p {
    margin-top: 5px;
    max-width: 440px; }
    @media (max-width: 767px) {
      .col-two-img__content p {
        max-width: 590px; } }
    @media (max-width: 480px) {
      .col-two-img__content p {
        max-width: 300px; } }

.col-two-img__actions {
  margin-top: 56px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-img__actions {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .col-two-img__actions {
      margin-top: 25px; } }

.col-two-img__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  height: 455px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .col-two-img__figure {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 25px; } }
  @media (max-width: 480px) {
    .col-two-img__figure {
      height: 190px; } }
  .col-two-img__figure img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.col-two-logos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-logos .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-two-logos .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .col-two-logos .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.col-two-logos__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  max-width: 64%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-logos__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 55%;
              flex: 0 0 55%;
      max-width: 55%; } }
  @media (max-width: 767px) {
    .col-two-logos__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 10px; } }
  .col-two-logos__content .content {
    max-width: 475px;
    margin-left: auto; }
    @media (max-width: 1200px) {
      .col-two-logos__content .content {
        max-width: 625px; } }
    @media (max-width: 767px) {
      .col-two-logos__content .content {
        max-width: 100%; } }
  .col-two-logos__content h2 {
    margin-bottom: 33px; }
  .col-two-logos__content h6 {
    margin-bottom: 20px;
    font-family: Choplin; }
  .col-two-logos__content p {
    line-height: 1.6; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-logos__content ul {
      padding-left: 48px; } }
  @media (max-width: 767px) {
    .col-two-logos__content ul {
      padding-left: 38px; } }
  .col-two-logos__content ul li {
    color: #1d334d;
    position: relative;
    margin-bottom: 34px;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .col-two-logos__content ul li {
        padding-left: 0; } }
    .col-two-logos__content ul li:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -41px;
      height: 33px;
      width: 33px;
      background: url(/wp-content/themes/akasa/src/images/icons/bondi-blue-checkmark.svg) no-repeat;
      background-size: cover; }
      @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
        .col-two-logos__content ul li:before {
          left: -24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .col-two-logos__content ul li:before {
          left: -51px; } }
      @media (max-width: 767px) {
        .col-two-logos__content ul li:before {
          left: -38px;
          height: 20px;
          width: 20px; } }

.col-two-logos__action {
  margin-top: 53px; }
  @media (max-width: 595px) {
    .col-two-logos__action {
      margin-top: 30px; } }

.col-two-logos__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(36% - 30px);
          flex: 0 0 calc(36% - 30px);
  max-width: calc(36% - 30px);
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-logos__logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(45% - 30px);
              flex: 0 0 calc(45% - 30px);
      max-width: calc(45% - 30px); } }
  @media (max-width: 767px) {
    .col-two-logos__logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      max-width: 400px;
      margin: 0 auto; } }
  .col-two-logos__logo .col-two {
    margin: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px); }
  .col-two-logos__logo .logo {
    position: relative;
    max-width: 155px;
    max-height: 155px;
    margin: 15px auto;
    border-radius: 50%;
    background: #f2f2f2; }
    @media (min-width: 596px) and (max-width: 767px) {
      .col-two-logos__logo .logo {
        max-width: 130px;
        max-height: 130px; } }
    @media (max-width: 595px) {
      .col-two-logos__logo .logo {
        max-width: 120px;
        max-height: 120px; } }
    .col-two-logos__logo .logo img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.col-two-logos.overflow-v {
  overflow: visible; }

@media (max-width: 767px) {
  .card-slider .intro {
    text-align: left; } }

.card-slider .row {
  margin-top: 62px; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .card-slider .row {
      margin-top: 40px; } }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    .card-slider .row {
      margin-top: 15px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .card-slider .row {
      margin-top: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .card-slider .row {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .card-slider .row {
      margin-top: 7px; } }

.card-slider .col-three {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 660px;
          flex: 0 0 660px;
  max-width: 660px;
  width: 660px;
  padding: 20px 22px 0;
  background-color: #ffffff; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .card-slider .col-three {
      padding: 20px 10px 0; } }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    .card-slider .col-three {
      padding: 20px 10px 0; } }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .card-slider .col-three {
      padding: 20px 15px 0; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .card-slider .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 600px;
              flex: 0 0 600px;
      max-width: 600px;
      width: 600px;
      padding-top: 20px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    .card-slider .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 500px;
              flex: 0 0 500px;
      max-width: 500px;
      width: 500px;
      padding-top: 20px; } }
  @media (max-width: 480px) {
    .card-slider .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px;
      max-width: 300px;
      width: 300px;
      padding-top: 20px; } }

.card-slider .resources-feature-card {
  position: relative; }
  @media (max-width: 480px) {
    .card-slider .resources-feature-card__image img {
      -o-object-position: top;
         object-position: top; } }
  .card-slider .resources-feature-card__content {
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .card-slider .resources-feature-card__content {
        padding-bottom: 35px; } }
  .card-slider .resources-feature-card__cta {
    position: absolute;
    bottom: 2px; }
  .card-slider .resources-feature-card h3 a {
    color: #000000; }

.card-slider .slider-controls {
  margin: 86px auto 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .card-slider .slider-controls {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .card-slider .slider-controls {
      margin-top: 41px; } }

.card-slider.no-slider .col-three {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%; }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    .card-slider.no-slider .col-three {
      padding: 20px 20px 0; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .card-slider.no-slider .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 20px 20px 0; } }

@media (min-width: 1024px) {
  .card-slider.no-slider .slider-controls {
    margin-top: 0; } }

.card-slider.no-slider .slider-controls__dots {
  display: none; }
  @media (max-width: 1024px) {
    .card-slider.no-slider .slider-controls__dots {
      display: inline-block; } }

.card-slider.less-card .col-three {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    .card-slider.less-card .col-three {
      padding: 20px 20px 0; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .card-slider.less-card .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 20px 20px 0; } }

@media (min-width: 1024px) {
  .card-slider.less-card .slider-controls {
    margin-top: 0; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .card-slider.less-card .slider-controls {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .card-slider.less-card .slider-controls {
    display: none; } }

.card-slider.less-card .slider-controls__dots {
  display: none; }
  @media (max-width: 1024px) {
    .card-slider.less-card .slider-controls__dots {
      display: inline-block; } }

.dot-pattern {
  min-height: 400px; }
  @media (max-width: 767px) {
    .dot-pattern {
      min-height: 150px; } }
  @media (max-width: 767px) {
    .dot-pattern .pattern--up-dot {
      height: 250px; } }
  @media (max-width: 767px) {
    .dot-pattern .pattern--up-dot::before {
      top: 0;
      background-position: 34% 100%; } }

.featured-cards-slider .row {
  width: 1560px;
  margin-left: -17px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  @media (max-width: 595px) {
    .featured-cards-slider .row {
      width: calc(100% + 20px);
      margin-left: -10px; } }

.featured-cards-slider .col-three {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 20px 18px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .featured-cards-slider .col-three {
      height: 157px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .featured-cards-slider .col-three {
      margin: 20px 15px; } }
  @media (max-width: 595px) {
    .featured-cards-slider .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 30px);
              flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px);
      margin: 20px 15px; } }

.featured-cards-slider .slider-controls {
  margin-top: 20px; }
  @media (max-width: 991px) {
    .featured-cards-slider .slider-controls {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 5px; } }

.featured-cards-slider .hero-featured-card {
  height: 100%; }
  @media (max-width: 595px) {
    .featured-cards-slider .hero-featured-card__icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media (max-width: 595px) {
    .featured-cards-slider .hero-featured-card__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0;
      margin-top: 15px; } }

.featured-cards-slider .hide {
  display: none; }

@media (min-width: 1600px) and (max-width: 1920px) {
  .featured-cards-slider.no-slider .row {
    width: 1320px; } }

@media (min-width: 1451px) and (max-width: 1599px) {
  .featured-cards-slider.no-slider .row {
    width: 1320px; } }

@media (min-width: 1200px) and (max-width: 1450px) {
  .featured-cards-slider.no-slider .row {
    width: 1190px; } }

@media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
  .featured-cards-slider.no-slider .row {
    width: 1160px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .featured-cards-slider.no-slider .row {
    width: 1160px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .featured-cards-slider.no-slider .row {
    width: 1000px; } }

@media (min-width: 596px) and (max-width: 767px) {
  .featured-cards-slider.no-slider .row {
    width: 1000px; } }

@media (min-width: 1200px) {
  .featured-cards-slider.no-slider .row .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 36px);
            flex: 0 0 calc(33.33% - 36px);
    max-width: calc(33.33% - 36px); } }

@media (min-width: 1200px) and (max-width: 1450px) {
  .featured-cards-slider.no-slider .row .hero-featured-card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (min-width: 1200px) and (max-width: 1450px) {
  .featured-cards-slider.no-slider .row .hero-featured-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    margin-top: 15px; } }

.featured-cards-slider.overlap {
  margin-top: -100px; }
  @media (max-width: 1200px) {
    .featured-cards-slider.overlap {
      margin-top: 0; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .featured-cards-slider.overlap {
      margin-top: -100px; } }
  @media (max-width: 595px) {
    .featured-cards-slider.overlap {
      margin-top: -50px; } }

.footer-cta .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer-cta__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-right: 20px; }
  @media (max-width: 767px) {
    .footer-cta__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0; } }
  .footer-cta__content h2 {
    max-width: 430px; }

.footer-cta__actions {
  margin-top: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-cta__actions {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .footer-cta__actions {
      margin-top: 25px; } }
  .footer-cta__actions a:not(:last-child) {
    margin-right: 22px; }

.footer-cta__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-left: 20px; }
  @media (max-width: 767px) {
    .footer-cta__figure {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      margin-top: 25px; } }

.footer-cta.without-img .footer-cta__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center; }
  .footer-cta.without-img .footer-cta__content h2 {
    max-width: 100%; }

.hero-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 743px;
  overflow-y: visible; }
  @media (min-width: 1600px) and (max-width: 1920px) {
    .hero-banner {
      min-height: 743px;
      padding-top: 25px; } }
  @media (max-width: 1200px) {
    .hero-banner {
      min-height: 420px; } }
  .hero-banner__img {
    position: absolute;
    top: -19px;
    width: 100%;
    height: 100%; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .hero-banner__img {
        top: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-banner__img {
        top: 0; } }
    @media (max-width: 767px) {
      .hero-banner__img {
        display: none; } }
    .hero-banner__img img {
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      display: inline-block;
      top: 0;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: none;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
  .hero-banner__mobile-img {
    display: none;
    width: 800px;
    height: 345px; }
    @media (max-width: 767px) {
      .hero-banner__mobile-img {
        display: block; } }
    .hero-banner__mobile-img img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 595px) {
        .hero-banner__mobile-img img {
          -o-object-position: -70px;
             object-position: -70px; } }
  .hero-banner__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-right: 20px;
    padding-top: 32px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-banner__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(60% - 20px);
                flex: 0 0 calc(60% - 20px);
        max-width: calc(60% - 20px); } }
    @media (max-width: 767px) {
      .hero-banner__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        padding-top: 0; } }
    .hero-banner__content h1 {
      max-width: 410px; }
      @media (max-width: 991px) {
        .hero-banner__content h1 {
          max-width: 290px; } }
      .hero-banner__content h1 span {
        color: #e7314e; }
    .hero-banner__content h6 {
      max-width: 380px;
      margin-top: 33px;
      letter-spacing: 0.15px;
      line-height: 1.4; }
      @media (max-width: 480px) {
        .hero-banner__content h6 {
          font-size: 15px;
          margin-top: 20px; } }
  .hero-banner__actions {
    margin-top: 56px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-banner__actions {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .hero-banner__actions {
        margin-top: 30px; } }
    .hero-banner__actions a:not(:last-child) {
      margin-right: 22px; }
    @media (max-width: 480px) {
      .hero-banner__actions .text-link {
        margin-top: 20px; } }

@media (max-width: 767px) {
  .logo-grid .container {
    max-width: 100%;
    padding: 0; } }

.logo-grid .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 20px);
  margin-left: -10px; }
  @media (min-width: 1450px) {
    .logo-grid .row {
      width: calc(100% + 100px);
      margin-left: -50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo-grid .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 595px) {
    .logo-grid .row {
      width: 100%;
      margin-left: 0; } }

.logo-grid .col-four {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 20px);
          flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
  margin: 0 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo-grid .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33% - 20px);
              flex: 0 0 calc(33.33% - 20px);
      max-width: calc(33.33% - 20px); } }
  @media (min-width: 596px) and (max-width: 767px) {
    .logo-grid .col-four {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      max-width: 50%;
      margin: 0; } }
  @media (max-width: 595px) {
    .logo-grid .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin: 0; } }

.logo-grid__logo {
  max-width: 281px;
  height: 137px;
  margin: 20px auto 0;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .logo-grid__logo {
      height: 150px;
      max-width: 200px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo-grid__logo {
      max-width: 200px;
      height: 130px; } }
  @media (max-width: 767px) {
    .logo-grid__logo {
      max-width: 150px;
      height: 90px;
      margin: 20px 10px 0; } }
  .logo-grid__logo img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-filter: grayscale(80%);
            filter: grayscale(80%);
    vertical-align: middle;
    transition: 1s filter linear, 1s -webkit-filter linear; }
  .logo-grid__logo:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.stats {
  overflow: visible; }
  @media (min-width: 992px) {
    .stats .pattern--full-width-left {
      top: -50px; } }
  .stats .row {
    width: calc(100% + 34px);
    margin-left: -17px; }
    .stats .row .col-three {
      position: relative;
      padding: 17px; }
      @media (max-width: 991px) {
        .stats .row .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 767px) {
        .stats .row .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
  .stats__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 68px; }
    @media (max-width: 767px) {
      .stats__heading {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 27px;
        padding-right: 25px; } }
    .stats__heading h2 {
      color: #1d334d; }
  .stats__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-right: 20px; }
    @media (max-width: 767px) {
      .stats__title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0; } }
    .stats__title h2 {
      max-width: 500px; }
      @media (max-width: 767px) {
        .stats__title h2 {
          max-width: 100%; } }
  .stats__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 520px; }
    @media (max-width: 767px) {
      .stats__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 27px; } }
    .stats__content h6 {
      font-family: "Choplin", sans-serif; }
    .stats__content p {
      margin-top: 15px; }
  @media (min-width: 768px) {
    .stats .col-three:nth-child(3n) .vertical-card--reverse-animate .vertical-card__front {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) {
    .stats .col-three:nth-child(3n) .vertical-card--reverse-animate .vertical-card__aside {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .stats .col-three:nth-child(2n) .vertical-card--reverse-animate .vertical-card__front {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .stats .col-three:nth-child(2n) .vertical-card--reverse-animate .vertical-card__aside {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .stats.hover-visible .row .col-three .vertical-card:hover .vertical-card__aside {
      -ms-flex-preferred-size: 340px;
          flex-basis: 340px;
      max-width: 340px;
      width: 340px; } }
  .stats.hover-visible .row .col-three .vertical-card:hover .text-link::before {
    opacity: 1; }
  .stats.hover-visible .row .col-three .vertical-card:hover .text-link::after {
    opacity: 0; }
  .stats.hover-visible .row .col-three .vertical-card:hover .text-link span {
    border-bottom: 3px solid #e7314e; }
    @media (max-width: 767px) {
      .stats.hover-visible .row .col-three .vertical-card:hover .text-link span {
        border-bottom: none; } }
  @media (min-width: 768px) {
    .stats.hover-visible .row .col-three:nth-child(3n) .vertical-card--reverse-animate .vertical-card__front {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) {
    .stats.hover-visible .row .col-three:nth-child(3n) .vertical-card--reverse-animate .vertical-card__aside {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .stats.hover-visible .row .col-three:nth-child(2n) .vertical-card--reverse-animate .vertical-card__front {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .stats.hover-visible .row .col-three:nth-child(2n) .vertical-card--reverse-animate .vertical-card__aside {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

@media (max-width: 767px) {
  .testimonial .intro h2 {
    margin-right: auto;
    text-align: left; } }

.testimonial .testimonial-slider-space {
  width: calc(100% + 80px);
  margin-left: -40px; }
  .testimonial .testimonial-slider-space .testimonial-card {
    width: calc(100% + 80px);
    margin: 74px 40px 0; }
    @media (max-width: 767px) {
      .testimonial .testimonial-slider-space .testimonial-card {
        margin: 48px 40px 0; } }

.testimonial .testimonial-card {
  margin-top: 74px; }
  @media (max-width: 767px) {
    .testimonial .testimonial-card {
      margin-top: 48px; } }

.testimonial .featured-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  width: calc(100% + 30px);
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .testimonial .featured-cards {
      width: 100%;
      margin-left: 0;
      margin-top: 0; } }
  .testimonial .featured-cards .article-feature-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    margin: 0 15px; }
    @media (max-width: 767px) {
      .testimonial .featured-cards .article-feature-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0 0; } }
    @media (min-width: 596px) {
      .testimonial .featured-cards .article-feature-card__content {
        position: relative; } }
    @media (min-width: 596px) {
      .testimonial .featured-cards .article-feature-card__content p {
        margin-bottom: 40px; } }
    @media (min-width: 596px) {
      .testimonial .featured-cards .article-feature-card__cta {
        position: absolute;
        bottom: 0; } }

.testimonial .logo-grid {
  padding-top: 60px; }
  @media (max-width: 991px) {
    .testimonial .logo-grid {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .testimonial .logo-grid {
      padding-top: 16px; } }

.testimonial .slider-controls {
  margin: 117px auto 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimonial .slider-controls {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .testimonial .slider-controls {
      margin-top: 41px; } }

.banner-second-level {
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    .banner-second-level {
      min-height: 650px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .banner-second-level {
      min-height: 635px; } }
  .banner-second-level h1 {
    margin-top: 20px; }
  .banner-second-level h6 {
    color: #1d334d;
    margin-top: 32px;
    line-height: 1.4;
    letter-spacing: 0.009em;
    max-width: 560px; }
    @media (max-width: 991px) {
      .banner-second-level h6 {
        margin-top: 20px;
        max-width: 100%; } }
  .banner-second-level .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .banner-second-level .bg-img {
        position: relative; } }
  .banner-second-level .icon-wrap {
    position: absolute;
    bottom: 21px;
    left: -68px;
    max-width: 211px;
    max-height: 211px;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.13);
    background: #ffffff;
    padding: 40px; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .banner-second-level .icon-wrap {
        max-width: 170px;
        max-height: 170px;
        padding: 35px;
        bottom: -5px;
        left: -50; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-second-level .icon-wrap {
        max-width: 170px;
        max-height: 170px;
        padding: 35px;
        bottom: -5px;
        left: -50; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-second-level .icon-wrap {
        bottom: -10px;
        left: -10px;
        max-width: 150px;
        max-height: 150px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .banner-second-level .icon-wrap {
        bottom: 0;
        left: -15px;
        max-width: 140px;
        max-height: 140px;
        padding: 25px; } }
    @media (max-width: 595px) {
      .banner-second-level .icon-wrap {
        bottom: 5px;
        left: 20px;
        max-width: 100px;
        max-height: 100px;
        padding: 20px; } }
    .banner-second-level .icon-wrap img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: auto; }
  .banner-second-level .img-wrap {
    max-width: 627px;
    height: 580px;
    padding-top: 30px;
    margin-left: auto;
    position: relative; }
    @media (min-width: 2201px) {
      .banner-second-level .img-wrap {
        max-width: 890px; } }
    @media (min-width: 1920px) and (max-width: 2200px) {
      .banner-second-level .img-wrap {
        max-width: 830px; } }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .banner-second-level .img-wrap {
        max-width: 560px; } }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .banner-second-level .img-wrap {
        max-width: 500px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-second-level .img-wrap {
        max-width: 500px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-second-level .img-wrap {
        max-width: 360px; } }
    @media (max-width: 767px) {
      .banner-second-level .img-wrap {
        max-width: 500px;
        height: 400px;
        padding-left: 20px;
        padding-top: 0; } }
    .banner-second-level .img-wrap > img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 420px 0 0 420px; }
  .banner-second-level .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 23px 0 0; }
    @media (max-width: 1200px) {
      .banner-second-level .col-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-second-level .col-wrap {
        margin-top: 20px;
        padding-top: 0; } }
    @media (max-width: 767px) {
      .banner-second-level .col-wrap {
        padding-top: 0; } }
  .banner-second-level .breadcrumbs {
    font-size: 0;
    padding: 0; }
    .banner-second-level .breadcrumbs li {
      display: inline-block;
      font-weight: bold;
      letter-spacing: 0.044em;
      color: #1d334d;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .banner-second-level .breadcrumbs li {
          font-size: 12px; } }
      .banner-second-level .breadcrumbs li a {
        pointer-events: none;
        color: #1d334d;
        text-transform: uppercase; }
      .banner-second-level .breadcrumbs li:not(:last-child) {
        padding-right: 13px;
        margin-right: 13px; }
        .banner-second-level .breadcrumbs li:not(:last-child):after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          height: 16px;
          width: 1px;
          background-color: #1d334d;
          -webkit-transform: translatey(-50%);
               -o-transform: translatey(-50%);
                  transform: translatey(-50%); }
      .banner-second-level .breadcrumbs li.active a {
        pointer-events: visible;
        text-decoration: underline;
        color: #e7314e;
        text-transform: uppercase; }
  .banner-second-level .content-wrap {
    max-width: 640px;
    padding-right: 10px;
    margin: 0 0 40px 0; }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .banner-second-level .content-wrap {
        max-width: 640px; } }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .banner-second-level .content-wrap {
        max-width: 500px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-second-level .content-wrap {
        max-width: 420px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-second-level .content-wrap {
        padding-right: 20px;
        max-width: 415px; } }
  .banner-second-level__actions {
    margin-top: 28px; }
    @media (max-width: 991px) {
      .banner-second-level__actions {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .banner-second-level__actions {
        margin-top: 10px; } }
    .banner-second-level__actions a {
      margin-right: 20px;
      margin-top: 25px; }
      @media (max-width: 767px) {
        .banner-second-level__actions a {
          margin-top: 20px; } }
  .banner-second-level.reverse-banner .col-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0; }
  .banner-second-level.reverse-banner .content-wrap {
    max-width: 677px;
    padding-right: 0; }
    @media (min-width: 768px) {
      .banner-second-level.reverse-banner .content-wrap {
        margin: 0  0  27px; } }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .banner-second-level.reverse-banner .content-wrap {
        max-width: 600px; } }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .banner-second-level.reverse-banner .content-wrap {
        max-width: 460px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-second-level.reverse-banner .content-wrap {
        max-width: 420px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-second-level.reverse-banner .content-wrap {
        max-width: 400px;
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .banner-second-level.reverse-banner .content-wrap {
        margin-right: auto; } }
  .banner-second-level.reverse-banner .bg-img {
    left: 0;
    max-width: 1600px;
    margin: 0 auto; }
  .banner-second-level.reverse-banner .img-wrap {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px; }
    @media (min-width: 1600px) {
      .banner-second-level.reverse-banner .img-wrap {
        max-width: 830px;
        left: -202px; } }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .banner-second-level.reverse-banner .img-wrap {
        max-width: 540px; } }
    .banner-second-level.reverse-banner .img-wrap > img {
      border-radius: 0 420px 420px 0; }
  .banner-second-level.reverse-banner .icon-wrap {
    top: 18px;
    right: -6px;
    left: unset;
    width: 100%; }
    @media (max-width: 767px) {
      .banner-second-level.reverse-banner .icon-wrap {
        right: 10px; } }
    .banner-second-level.reverse-banner .icon-wrap img {
      height: 100%; }

.sticky-nav {
  padding: 0;
  height: 88px; }
  .sticky-nav .sub-menu {
    position: relative;
    left: 0;
    right: 0;
    height: 88px;
    background-color: #f2fbfc;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    z-index: 99; }
  .sticky-nav .sticky-wrap {
    padding-left: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sticky-nav li {
    margin-right: 47px; }
    .sticky-nav li:last-child {
      margin-right: 0; }
    .sticky-nav li a {
      display: inline-block;
      padding: 35px 0 28px;
      letter-spacing: -0.01em;
      color: #000000;
      -webkit-transition: text-shadow 0.3s ease-in-out;
      -o-transition: text-shadow 0.3s ease-in-out;
      transition: text-shadow 0.3s ease-in-out; }
    .sticky-nav li:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0;
      height: 5px;
      width: 0;
      background-color: #00b5c2;
      -webkit-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }
    .sticky-nav li:hover:after {
      width: 100%; }
    .sticky-nav li:hover a {
      text-shadow: -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000; }
    .sticky-nav li.active:after {
      width: 100%; }
    .sticky-nav li.active a {
      font-weight: bold;
      text-shadow: none; }
  .sticky-nav.active .sub-menu {
    -webkit-box-shadow: 0 9px 20px -9px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 20px -9px rgba(0, 0, 0, 0.15); }

.col-two-cards .col-wrap {
  width: calc(100% + 36px);
  margin: 0 -18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 595px) {
    .col-two-cards .col-wrap {
      width: 100%;
      margin: 0; } }

.col-two-cards .col-two {
  position: relative;
  max-width: calc(50% - 36px);
  padding: 54px 65px 55px 56px;
  margin: 36px 18px 0;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .col-two-cards .col-two {
      padding: 40px; } }
  @media (max-width: 991px) {
    .col-two-cards .col-two {
      padding: 40px 30px; } }
  @media (max-width: 595px) {
    .col-two-cards .col-two {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin: 0 0 30px; } }

.col-two-cards .icon-wrap {
  max-width: 74px;
  max-height: 74px;
  height: 100%;
  overflow: hidden; }

.col-two-cards h3 {
  margin-top: 34px; }

.col-two-cards p {
  margin-top: 16px; }

.col-two-cards a.text-link,
.col-two-cards span.text-link {
  position: absolute;
  top: 42px;
  right: 40px;
  max-width: 300px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-cards a.text-link,
    .col-two-cards span.text-link {
      right: 20px; } }
  @media (max-width: 767px) {
    .col-two-cards a.text-link,
    .col-two-cards span.text-link {
      top: 34px;
      right: 20px; } }

.col-two-cards a.empty-link:hover ~ .text-link::before {
  opacity: 1; }

.col-two-cards a.empty-link:hover ~ .text-link::after {
  opacity: 0; }

.col-two-cards a.empty-link:hover ~ .text-link span {
  border-bottom: 3px solid #e7314e; }

.col-two-grid .col-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .col-two-grid .col-wrap .col-two {
    max-width: calc(50% - 83px);
    margin: 49px 0 0; }
    @media (max-width: 1200px) {
      .col-two-grid .col-wrap .col-two {
        max-width: calc(50% - 20px);
        margin: 20px 0 0; } }
    @media (max-width: 767px) {
      .col-two-grid .col-wrap .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0 0; } }
    .col-two-grid .col-wrap .col-two .icon-wrap {
      max-width: 74px;
      max-height: 74px;
      height: 100%;
      overflow: hidden; }

.col-two-grid span {
  display: block;
  font-size: 43.3px;
  color: #00b5c2; }

.col-two-grid h6 {
  font-family: "Choplin", sans-serif;
  margin-top: 13px; }
  @media (max-width: 767px) {
    .col-two-grid h6 {
      margin-top: 10px; } }

.col-two-grid p {
  margin-top: 20px;
  line-height: 1.63; }
  @media (max-width: 991px) {
    .col-two-grid p {
      margin-top: 10px; } }

.tab-slider .intro {
  margin-bottom: 67px; }

.tab-slider .logos-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 0; }
  @media (min-width: 1200px) {
    .tab-slider .logos-slider {
      width: 1300px;
      margin-left: -70px; } }
  .tab-slider .logos-slider .slick-track {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .tab-slider .logos-slider + .wrapper .info-slider::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 33px 16px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 50%;
    top: -33px;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }

.tab-slider .logo-wrap {
  cursor: pointer;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 230px;
  margin: 0 10px;
  /* slide when not active/center*/
  /* slide when active/center */ }
  @media (min-width: 992px) {
    .tab-slider .logo-wrap {
      min-width: 240px; } }
  @media (max-width: 480px) {
    .tab-slider .logo-wrap {
      margin: 0; } }
  .tab-slider .logo-wrap .img-wrap {
    max-width: 140px;
    max-height: 105px;
    width: 100%;
    height: 100%;
    margin: 34px auto 0; }
    @media (min-width: 596px) and (max-width: 767px) {
      .tab-slider .logo-wrap .img-wrap {
        max-width: 105px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .tab-slider .logo-wrap .img-wrap {
        max-width: 105px; } }
    .tab-slider .logo-wrap .img-wrap img {
      display: inline-block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .tab-slider .logo-wrap.slick-slide {
    border-top: 8px solid transparent; }
  .tab-slider .logo-wrap.slick-slide[aria-hidden='true']:not(.slick-cloned) ~ .slick-cloned[aria-hidden='true'] {
    border-top: 8px solid transparent;
    background: transparent; }
  .tab-slider .logo-wrap.slick-slide[aria-hidden='true']:not([tabindex='-1']) + .slick-cloned[aria-hidden='true'], .tab-slider .logo-wrap.slick-center, .tab-slider .logo-wrap.slick-current {
    border-radius: 8px;
    border-top: 8px solid #00b5c2;
    background-color: rgba(0, 181, 194, 0.07); }

.tab-slider .info-slider {
  background-color: #ffffff;
  padding: 42px 50px 41px 62px;
  -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
  border-radius: 8px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .tab-slider .info-slider {
      padding: 30px;
      border: red; } }
  @media (max-width: 767px) {
    .tab-slider .info-slider {
      padding: 35px; } }
  .tab-slider .info-slider .slide-wrap .col-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .tab-slider .info-slider .slide-wrap .col-wrap {
        text-align: center; } }
  .tab-slider .info-slider .slide-wrap .col-six {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.61%;
            flex: 0 0 62.61%;
    max-width: 62.61%;
    padding-right: 60px;
    border-right: 1px solid #979797; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .tab-slider .info-slider .slide-wrap .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58%;
                flex: 0 0 58%;
        max-width: 58%; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .tab-slider .info-slider .slide-wrap .col-six {
        padding-right: 40px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58%;
                flex: 0 0 58%;
        max-width: 58%; } }
    @media (max-width: 767px) {
      .tab-slider .info-slider .slide-wrap .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #979797; } }
  .tab-slider .info-slider .slide-wrap .col-four {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.39%;
            flex: 0 0 37.39%;
    max-width: 37.39%;
    padding-left: 30px; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .tab-slider .info-slider .slide-wrap .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42%;
                flex: 0 0 42%;
        max-width: 42%;
        padding-left: 30px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .tab-slider .info-slider .slide-wrap .col-four {
        padding-left: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42%;
                flex: 0 0 42%;
        max-width: 42%; } }
    @media (max-width: 767px) {
      .tab-slider .info-slider .slide-wrap .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
        padding-left: 0; } }
    .tab-slider .info-slider .slide-wrap .col-four > h6 {
      font-family: "Choplin", sans-serif;
      letter-spacing: 0.8px;
      text-align: left; }
      @media (max-width: 991px) {
        .tab-slider .info-slider .slide-wrap .col-four > h6 {
          text-align: center; } }
  .tab-slider .info-slider .slide-wrap .icon-wrap {
    max-width: 119px;
    max-height: 88px;
    margin-top: 16px;
    margin-left: 4px; }
    @media (max-width: 767px) {
      .tab-slider .info-slider .slide-wrap .icon-wrap {
        margin: 0 auto; } }
  .tab-slider .info-slider .slide-wrap h3 {
    margin-top: 35px; }
  .tab-slider .info-slider .slide-wrap p {
    margin-top: 17px;
    line-height: 1.63; }
  .tab-slider .info-slider .slide-wrap .metric-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px; }
    @media (max-width: 991px) {
      .tab-slider .info-slider .slide-wrap .metric-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
    .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 130px;
              flex: 0 0 130px;
      max-width: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 120px;
      height: 120px;
      border-radius: 8px; }
      .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box h2 {
        color: #ffffff; }
      .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box span {
        color: #ffffff;
        font-size: 34.7px;
        position: relative; }
        @media (min-width: 768px) and (max-width: 991px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box span {
            font-size: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box span {
            font-size: 30px; } }
        @media (max-width: 595px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box span {
            font-size: 25px; } }
      .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box sup {
        color: #ffffff;
        font-size: 27.7px;
        display: inline-block;
        letter-spacing: -0.018em;
        position: relative;
        top: -7px; }
        @media (max-width: 1450px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box sup {
            top: -3px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box sup {
            font-size: 22px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box sup {
            font-size: 22px; } }
        @media (max-width: 595px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-box sup {
            font-size: 20px; } }
    .tab-slider .info-slider .slide-wrap .metric-wrap .metric-text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      max-width: 100%;
      padding-left: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .tab-slider .info-slider .slide-wrap .metric-wrap .metric-text {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin-top: 20px;
          padding-left: 0; } }
      @media (max-width: 767px) {
        .tab-slider .info-slider .slide-wrap .metric-wrap .metric-text {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 20px auto 0;
          padding-left: 0; } }
      .tab-slider .info-slider .slide-wrap .metric-wrap .metric-text span {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 1px;
        max-width: 220px;
        display: inline-block; }
        @media (min-width: 768px) and (max-width: 991px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-text span {
            font-size: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-text span {
            font-size: 20px;
            max-width: 160px; } }
        @media (max-width: 595px) {
          .tab-slider .info-slider .slide-wrap .metric-wrap .metric-text span {
            font-size: 20px;
            max-width: 260px; } }
    .tab-slider .info-slider .slide-wrap .metric-wrap.metric-bondi-blue .metric-box {
      background-color: #00b5c2; }
    .tab-slider .info-slider .slide-wrap .metric-wrap.metric-bondi-blue .metric-text span {
      color: #00b5c2; }
    .tab-slider .info-slider .slide-wrap .metric-wrap.metric-indigo .metric-box {
      background-color: #4a5ecc; }
    .tab-slider .info-slider .slide-wrap .metric-wrap.metric-indigo .metric-text span {
      color: #4a5ecc; }

.tab-slider .info-slider-actions {
  position: relative;
  left: 50%;
  display: inline-block;
  width: auto;
  margin: 62px auto 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  .tab-slider .info-slider-actions .slick-prev {
    left: -27px; }
    @media (max-width: 595px) {
      .tab-slider .info-slider-actions .slick-prev {
        bottom: -2px; } }
  .tab-slider .info-slider-actions .slick-next {
    right: -27px; }
    @media (max-width: 595px) {
      .tab-slider .info-slider-actions .slick-next {
        bottom: -2px; } }
  .tab-slider .info-slider-actions ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0; }

.cta-with-stats {
  background-color: rgba(29, 51, 77, 0.1);
  padding: 55px 0; }
  .cta-with-stats h3 {
    letter-spacing: 0.038em;
    margin-top: 5px;
    color: #1d334d; }
    @media (max-width: 480px) {
      .cta-with-stats h3 {
        text-align: center; } }
  .cta-with-stats .col-wrap {
    font-size: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cta-with-stats .col-six {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: calc(60% - 53px);
    padding-left: 61px;
    margin-right: 53px;
    position: relative; }
    @media (max-width: 1200px) {
      .cta-with-stats .col-six {
        max-width: calc(60% - 40px);
        padding-left: 20px;
        margin-right: 40px; } }
    @media (max-width: 991px) {
      .cta-with-stats .col-six {
        padding-left: 0;
        max-width: calc(60% - 30px);
        margin-right: 30px; } }
    @media (max-width: 767px) {
      .cta-with-stats .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0; } }
    @media (max-width: 480px) {
      .cta-with-stats .col-six {
        text-align: center; } }
    .cta-with-stats .col-six:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 2px;
      background: #979797; }
      @media (max-width: 767px) {
        .cta-with-stats .col-six:after {
          display: none; } }
  .cta-with-stats .col-four {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding: 0 87px 0 2px; }
    @media (max-width: 1200px) {
      .cta-with-stats .col-four {
        padding: 0 20px 0 2px; } }
    @media (max-width: 767px) {
      .cta-with-stats .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px; } }
    @media (max-width: 480px) {
      .cta-with-stats .col-four {
        margin-top: 10px;
        padding: 0; } }
  .cta-with-stats .counter {
    position: relative;
    max-width: 234px;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .cta-with-stats .counter {
        max-width: 200px; } }
    @media (max-width: 991px) {
      .cta-with-stats .counter {
        max-width: 190px; } }
    @media (max-width: 767px) {
      .cta-with-stats .counter {
        max-width: 160px; } }
    @media (max-width: 480px) {
      .cta-with-stats .counter {
        margin: 0 auto; } }
    .cta-with-stats .counter .counter-count-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1; }
    .cta-with-stats .counter__count {
      padding-left: 7px;
      font-size: 72.2px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: -3.03px;
      color: #1d334d; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .cta-with-stats .counter__count {
          font-size: 52.2px; } }
      @media (max-width: 991px) {
        .cta-with-stats .counter__count {
          font-size: 52.2px; } }
      .cta-with-stats .counter__count:before {
        display: none; }
    .cta-with-stats .counter sub {
      padding-left: 3px;
      font-size: 57.8px;
      font-weight: 500;
      letter-spacing: 0.036em;
      position: relative;
      top: -16px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .cta-with-stats .counter sub {
          font-size: 37.8px; } }
      @media (max-width: 991px) {
        .cta-with-stats .counter sub {
          font-size: 37.8px; } }
      @media (max-width: 595px) {
        .cta-with-stats .counter sub {
          font-size: 26.2px; } }
    .cta-with-stats .counter__area {
      width: 100%;
      height: 100%;
      fill: none;
      -webkit-transform: rotate(-90deg);
           -o-transform: rotate(-90deg);
              transform: rotate(-90deg);
      border-radius: 50%; }
    .cta-with-stats .counter circle {
      width: 100%;
      height: 100%;
      fill: none;
      stroke-width: 15; }
    .cta-with-stats .counter__track {
      stroke: #ffffff; }
    .cta-with-stats .counter__progress {
      stroke: #1d334d;
      stroke-dasharray: 691; }
  .cta-with-stats .heading-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: calc(100% - 234px);
    padding: 0 20px 0 35px;
    margin-bottom: 18px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .cta-with-stats .heading-wrap {
        max-width: calc(100% - 200px); } }
    @media (max-width: 991px) {
      .cta-with-stats .heading-wrap {
        max-width: calc(100% - 190px);
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .cta-with-stats .heading-wrap {
        max-width: calc(100% - 160px); } }
    @media (max-width: 480px) {
      .cta-with-stats .heading-wrap {
        max-width: 100%;
        margin: 10px 0 0 0;
        text-align: center; } }
  .cta-with-stats .btn-wrap {
    margin-top: 32px; }
    @media (max-width: 1200px) {
      .cta-with-stats .btn-wrap {
        margin-top: 20px; } }
    @media (max-width: 480px) {
      .cta-with-stats .btn-wrap {
        text-align: center; } }
  .cta-with-stats.without-stats .col-six {
    max-width: calc(60% - 100px);
    margin-right: 100px; }
    @media (max-width: 767px) {
      .cta-with-stats.without-stats .col-six {
        max-width: 100%;
        margin-right: 0; } }
    .cta-with-stats.without-stats .col-six:after {
      top: 50%;
      height: 188px;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  .cta-with-stats.without-stats .heading-wrap {
    max-width: 500px; }
    @media (max-width: 767px) {
      .cta-with-stats.without-stats .heading-wrap {
        max-width: 100%;
        padding: 0; } }
  .cta-with-stats.without-stats .col-four {
    padding: 0 0 0 2px; }
  .cta-with-stats.resource-detail-form .col-six {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: calc(55% - 55px); }
    @media (min-width: 768px) and (max-width: 991px) {
      .cta-with-stats.resource-detail-form .col-six {
        padding-left: 0;
        max-width: calc(55% - 30px);
        margin-right: 30px; } }
    @media (max-width: 767px) {
      .cta-with-stats.resource-detail-form .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0; } }
    @media (max-width: 480px) {
      .cta-with-stats.resource-detail-form .col-six {
        text-align: center; } }
  .cta-with-stats.resource-detail-form .counter {
    max-width: 76px; }
    @media (max-width: 767px) {
      .cta-with-stats.resource-detail-form .counter {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
        display: block; } }
  .cta-with-stats.resource-detail-form .col-four {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%; }
    @media (max-width: 767px) {
      .cta-with-stats.resource-detail-form .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px; } }
    @media (max-width: 480px) {
      .cta-with-stats.resource-detail-form .col-four {
        margin-top: 10px;
        padding: 0; } }
  .cta-with-stats.resource-detail-form .heading-wrap {
    max-width: calc(100% - 76px);
    width: 100%; }
    @media (max-width: 767px) {
      .cta-with-stats.resource-detail-form .heading-wrap {
        max-width: initial;
        text-align: center;
        margin-bottom: 0; } }
  .cta-with-stats.resource-detail-form .sign-up-form-wrap {
    position: relative; }
    @media (max-width: 767px) {
      .cta-with-stats.resource-detail-form .sign-up-form-wrap {
        max-width: 500px;
        margin: 0 auto; } }
    .cta-with-stats.resource-detail-form .sign-up-form-wrap input {
      width: 100%;
      height: 49px;
      padding: 13px 137px 17px 15px;
      border: 1px solid #c5c5c5;
      border-radius: 8px; }
      @media (max-width: 767px) {
        .cta-with-stats.resource-detail-form .sign-up-form-wrap input {
          height: 47px; } }
    .cta-with-stats.resource-detail-form .sign-up-form-wrap .btn-wrap {
      margin: 0;
      position: absolute;
      top: -1px;
      right: 3px;
      width: 125px;
      height: 50px; }
      @media (max-width: 767px) {
        .cta-with-stats.resource-detail-form .sign-up-form-wrap .btn-wrap {
          top: 0;
          right: -5px; } }
      @media (max-width: 480px) {
        .cta-with-stats.resource-detail-form .sign-up-form-wrap .btn-wrap {
          position: relative;
          margin-top: 10px;
          right: 0; } }
  .cta-with-stats.resource-detail-form .hbspt-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .cta-with-stats.resource-detail-form .hbspt-form .field {
    width: calc(100% - 130px);
    display: inline-block;
    margin-top: 0; }
    .cta-with-stats.resource-detail-form .hbspt-form .field label#label-email-dc27d8a8-ae9a-44d8-bfee-51ee7b3df682 {
      display: none; }
  .cta-with-stats.resource-detail-form .hbspt-form .hs-submit {
    max-width: 150px;
    margin: 0 auto; }
    .cta-with-stats.resource-detail-form .hbspt-form .hs-submit input {
      padding: 15px 40px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      background-color: #1d334d; }
      .cta-with-stats.resource-detail-form .hbspt-form .hs-submit input:hover {
        color: #1d334d;
        background-color: rgba(134, 217, 233, 0.2); }
  .cta-with-stats.resource-detail-form .hbspt-form .hs-error-msgs {
    position: absolute;
    width: 100%;
    left: 0; }
  .cta-with-stats.resource-detail-form .hbspt-form .hs_error_rollup {
    display: none; }

.banner-third-level {
  overflow: visible; }
  .banner-third-level .wrapper {
    max-width: 890px; }
    @media (max-width: 322px) {
      .banner-third-level .wrapper h1 {
        font-size: 40px; } }
    .banner-third-level .wrapper > span {
      font-size: 16px;
      color: #1d334d;
      font-weight: 900;
      margin-bottom: 25px;
      display: block;
      letter-spacing: 0.04em; }
      @media (max-width: 767px) {
        .banner-third-level .wrapper > span {
          padding-top: 30px; } }
    .banner-third-level .wrapper h6 {
      margin-top: 33px;
      letter-spacing: 0.02em;
      max-width: 575px;
      line-height: 1.4;
      color: #1d334d; }
    .banner-third-level .wrapper p {
      max-width: 450px;
      margin-top: 20px; }
    .banner-third-level .wrapper .btn-wrap {
      margin-top: 53px; }
  .banner-third-level.contact-form .container .form-wrapper .form-box {
    padding: 50px 30px; }
  .banner-third-level.with-form {
    min-height: 1030px;
    overflow: visible; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-third-level.with-form {
        padding-top: 100px !important; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-third-level.with-form .pattern--full-width-left.with-img {
        border-bottom-right-radius: 50%;
        border-top-right-radius: 50%;
        overflow: hidden; } }
    .banner-third-level.with-form .pattern--full-width-left.with-img .img-wrap {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 936px;
      height: 100%; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .banner-third-level.with-form .pattern--full-width-left.with-img .img-wrap {
          right: -100px; } }
      .banner-third-level.with-form .pattern--full-width-left.with-img .img-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        vertical-align: bottom; }
    .banner-third-level.with-form .pattern--up-dot {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      .banner-third-level.with-form .pattern--up-dot::before {
        content: '';
        top: 440px;
        left: -160px;
        width: 150%;
        height: 699px;
        background: url("/wp-content/themes/akasa/assets/images/patterns/dot_pattern_up.svg") no-repeat;
        -webkit-transform: rotate(354deg);
             -o-transform: rotate(354deg);
                transform: rotate(354deg); }
        @media (min-width: 1200px) and (max-width: 1366px) {
          .banner-third-level.with-form .pattern--up-dot::before {
            top: 370px;
            left: -590px; } }
        @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
          .banner-third-level.with-form .pattern--up-dot::before {
            left: -370px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          .banner-third-level.with-form .pattern--up-dot::before {
            top: 405px;
            height: 369px;
            left: -30px; } }
        @media (max-width: 991px) {
          .banner-third-level.with-form .pattern--up-dot::before {
            top: 550px;
            left: -220px; } }
        @media (max-width: 480px) {
          .banner-third-level.with-form .pattern--up-dot::before {
            left: 0;
            bottom: -20%; } }
      .banner-third-level.with-form .pattern--up-dot .icon-outer-wrap {
        position: absolute;
        top: 640px;
        left: 0;
        right: 0;
        overflow: visible;
        margin: 0 auto; }
        @media (min-width: 1200px) and (max-width: 1366px) {
          .banner-third-level.with-form .pattern--up-dot .icon-outer-wrap {
            top: 560px; } }
        @media (max-width: 1200px) {
          .banner-third-level.with-form .pattern--up-dot .icon-outer-wrap {
            bottom: 280px; } }
        @media (max-width: 991px) {
          .banner-third-level.with-form .pattern--up-dot .icon-outer-wrap {
            display: none; } }
        .banner-third-level.with-form .pattern--up-dot .icon-outer-wrap .icon-wrap {
          max-width: 210px;
          max-height: 210px;
          width: 100%;
          height: 210px;
          border-radius: 50%;
          background-color: #ffffff;
          -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.13);
                  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.13); }
          .banner-third-level.with-form .pattern--up-dot .icon-outer-wrap .icon-wrap .icon-inner-wrap {
            position: relative;
            top: 50%;
            max-width: 151px;
            max-height: 151px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .banner-third-level.with-form .pattern--up-dot .icon-outer-wrap .icon-wrap .icon-inner-wrap img {
              width: 100%;
              -o-object-fit: contain;
                 object-fit: contain;
              vertical-align: middle; }
    .banner-third-level.with-form.has-description .pattern--up-dot::before {
      opacity: 0.2; }
    .banner-third-level.with-form .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .banner-third-level.with-form .wrapper {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 436px);
          flex-basis: calc(100% - 436px);
      max-width: calc(100% - 436px);
      padding-right: 70px;
      margin-top: 5px; }
      @media (max-width: 991px) {
        .banner-third-level.with-form .wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      @media (max-width: 595px) {
        .banner-third-level.with-form .wrapper {
          padding-right: 0; } }
      .banner-third-level.with-form .wrapper h2 {
        letter-spacing: 0.75px; }
      .banner-third-level.with-form .wrapper h1 {
        margin-top: 26px; }
        @media (max-width: 991px) {
          .banner-third-level.with-form .wrapper h1 {
            max-width: 95%; } }
      .banner-third-level.with-form .wrapper ul {
        padding: 0;
        margin-top: 48px; }
        .banner-third-level.with-form .wrapper ul > li {
          margin-top: 29px;
          padding-left: 53px;
          font-size: 20px;
          font-weight: normal;
          line-height: 1.2;
          letter-spacing: 1.25px;
          padding-top: 4px;
          font-family: "Choplin", sans-serif;
          color: #1d334d; }
          @media (min-width: 596px) and (max-width: 767px) {
            .banner-third-level.with-form .wrapper ul > li {
              margin-top: 25px; } }
          @media (max-width: 595px) {
            .banner-third-level.with-form .wrapper ul > li {
              font-size: 16px;
              margin-top: 18px; } }
          .banner-third-level.with-form .wrapper ul > li::before {
            content: "";
            position: absolute;
            top: -3px;
            left: 0;
            width: 36px;
            height: 36px;
            background: url("/wp-content/themes/akasa/assets/images/icons/bondi-blue-checkmark.svg") no-repeat center;
            background-size: contain; }
          .banner-third-level.with-form .wrapper ul > li h6 {
            padding-top: 4px;
            font-family: "Choplin", sans-serif; }
          .banner-third-level.with-form .wrapper ul > li p {
            margin-top: 25px;
            max-width: 95%; }
            @media (min-width: 596px) and (max-width: 767px) {
              .banner-third-level.with-form .wrapper ul > li p {
                margin-top: 15px; } }
            @media (max-width: 595px) {
              .banner-third-level.with-form .wrapper ul > li p {
                margin-top: 12px; } }
      .banner-third-level.with-form .wrapper:nth-child(1) {
        -ms-flex-item-align: start;
            align-self: flex-start; }
        .banner-third-level.with-form .wrapper:nth-child(1) h3 {
          max-width: 450px; }
          @media (max-width: 991px) {
            .banner-third-level.with-form .wrapper:nth-child(1) h3 {
              max-width: 100%; } }
        .banner-third-level.with-form .wrapper:nth-child(1) p {
          max-width: 530px; }
          @media (max-width: 991px) {
            .banner-third-level.with-form .wrapper:nth-child(1) p {
              max-width: 100%; } }
      .banner-third-level.with-form .wrapper:nth-child(2) {
        padding-left: 124px; }
        @media (max-width: 991px) {
          .banner-third-level.with-form .wrapper:nth-child(2) {
            padding-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .banner-third-level.with-form .wrapper:nth-child(2) {
            margin-top: 45px; } }
        @media (max-width: 767px) {
          .banner-third-level.with-form .wrapper:nth-child(2) {
            margin-top: 30px; } }
        .banner-third-level.with-form .wrapper:nth-child(2) h5 {
          font-family: "Choplin", sans-serif;
          letter-spacing: 0.01em; }
        @media (min-width: 768px) and (max-width: 991px) {
          .banner-third-level.with-form .wrapper:nth-child(2) ul {
            margin-top: 35px; } }
        @media (max-width: 767px) {
          .banner-third-level.with-form .wrapper:nth-child(2) ul {
            margin-top: 25px; } }
    .banner-third-level.with-form .form-wrapper {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 436px;
              flex: 0 0 436px;
      max-width: 436px; }
      @media (max-width: 991px) {
        .banner-third-level.with-form .form-wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-top: 45px; } }
      .banner-third-level.with-form .form-wrapper .form-outer .blue-gradient--rectangle-full-width-down {
        bottom: -80px;
        width: calc(100% + 140px);
        max-height: 500px;
        margin-left: -70px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #f3fbfd), color-stop(30%, #f3fbfd));
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%);
        background-image: linear-gradient(180deg, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%); }
        @media (min-width: 1200px) and (max-width: 1366px) {
          .banner-third-level.with-form .form-wrapper .form-outer .blue-gradient--rectangle-full-width-down {
            bottom: -30px;
            width: calc(100% + 80px);
            max-height: 450px;
            margin-left: -40px; } }
        @media (max-width: 1200px) {
          .banner-third-level.with-form .form-wrapper .form-outer .blue-gradient--rectangle-full-width-down {
            bottom: -20px;
            width: calc(100% + 40px);
            margin-left: -20px; } }
      .banner-third-level.with-form .form-wrapper .form-outer .form-box {
        position: relative;
        margin-left: auto;
        width: 100%;
        padding: 60px 0;
        border-top: 8px solid #00b5c2;
        border-radius: 8px;
        -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
                box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
        background-color: #ffffff;
        text-align: center; }
        @media (max-width: 595px) {
          .banner-third-level.with-form .form-wrapper .form-outer .form-box {
            padding: 60px 0 30px; } }
        .banner-third-level.with-form .form-wrapper .form-outer .form-box::before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 16px 14px 0 14px;
          border-color: #00b5c2 transparent transparent transparent;
          position: absolute;
          left: 50%;
          top: -1px;
          -webkit-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .banner-third-level.with-form .form-wrapper .form-outer .form-box h6 {
          margin-bottom: 15px;
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          color: #1d334d; }
        .banner-third-level.with-form .form-wrapper .form-outer .form-box h2 {
          max-width: 339px;
          padding: 0 20px;
          margin: 0 auto;
          text-align: center; }
        .banner-third-level.with-form .form-wrapper .form-outer .form-box p {
          max-width: 300px;
          padding: 0 20px;
          margin: 25px auto 0;
          text-align: center; }
          @media (max-width: 991px) {
            .banner-third-level.with-form .form-wrapper .form-outer .form-box p {
              max-width: 90%; } }
        .banner-third-level.with-form .form-wrapper .form-outer .form-box .form-wrap {
          margin-top: 15px;
          padding: 0 31px; }
          @media (max-width: 480px) {
            .banner-third-level.with-form .form-wrapper .form-outer .form-box .form-wrap {
              padding: 0 15px; } }
          .banner-third-level.with-form .form-wrapper .form-outer .form-box .form-wrap .field > label {
            pointer-events: none; }
      .banner-third-level.with-form .form-wrapper.form-with-content #thankyou-message {
        display: none; }
  .banner-third-level.no-form-gradient .form-wrapper .form-outer .blue-gradient {
    display: none; }
  .banner-third-level.pattern-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 94%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, #f1fbfd));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
    background-image: -o-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
    background-image: linear-gradient(to right, #ffffff 0%, #f1fbfd 20%);
    border-radius: 0 420px 420px 0; }
  .banner-third-level.with-picture {
    min-height: 1030px;
    overflow: visible; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-third-level.with-picture {
        padding-top: 100px !important; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-third-level.with-picture .pattern--full-width-left.with-img {
        border-bottom-right-radius: 50%;
        border-top-right-radius: 50%;
        overflow: hidden; } }
    @media (max-width: 991px) {
      .banner-third-level.with-picture .pattern--full-width-left.with-img {
        height: 850px; } }
    .banner-third-level.with-picture .pattern--full-width-left.with-img .img-wrap {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 936px;
      height: 100%; }
      @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
        .banner-third-level.with-picture .pattern--full-width-left.with-img .img-wrap {
          right: -100px;
          max-width: 736px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .banner-third-level.with-picture .pattern--full-width-left.with-img .img-wrap {
          right: -100px;
          max-width: 736px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .banner-third-level.with-picture .pattern--full-width-left.with-img .img-wrap {
          top: 174px;
          right: 130px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .banner-third-level.with-picture .pattern--full-width-left.with-img .img-wrap {
          top: 180px; } }
      @media (max-width: 595px) {
        .banner-third-level.with-picture .pattern--full-width-left.with-img .img-wrap {
          top: 250px; } }
      .banner-third-level.with-picture .pattern--full-width-left.with-img .img-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        vertical-align: bottom; }
    .banner-third-level.with-picture .pattern--up-dot {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      .banner-third-level.with-picture .pattern--up-dot::before {
        content: '';
        top: 440px;
        left: -160px;
        width: 150%;
        height: 699px;
        background: url("/wp-content/themes/akasa/assets/images/patterns/dot_pattern_up.svg") no-repeat;
        -webkit-transform: rotate(354deg);
             -o-transform: rotate(354deg);
                transform: rotate(354deg); }
        @media (min-width: 1200px) and (max-width: 1366px) {
          .banner-third-level.with-picture .pattern--up-dot::before {
            top: 370px;
            left: -590px; } }
        @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
          .banner-third-level.with-picture .pattern--up-dot::before {
            left: -370px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          .banner-third-level.with-picture .pattern--up-dot::before {
            top: 405px;
            height: 369px;
            left: -30px; } }
        @media (max-width: 991px) {
          .banner-third-level.with-picture .pattern--up-dot::before {
            top: 550px;
            left: -220px; } }
        @media (max-width: 480px) {
          .banner-third-level.with-picture .pattern--up-dot::before {
            left: 0;
            bottom: -20%; } }
      .banner-third-level.with-picture .pattern--up-dot .icon-outer-wrap {
        position: absolute;
        top: 640px;
        left: 0;
        right: 0;
        overflow: visible;
        margin: 0 auto; }
        @media (min-width: 1200px) and (max-width: 1366px) {
          .banner-third-level.with-picture .pattern--up-dot .icon-outer-wrap {
            top: 560px; } }
        @media (max-width: 1200px) {
          .banner-third-level.with-picture .pattern--up-dot .icon-outer-wrap {
            bottom: 280px; } }
        @media (max-width: 991px) {
          .banner-third-level.with-picture .pattern--up-dot .icon-outer-wrap {
            display: none; } }
        .banner-third-level.with-picture .pattern--up-dot .icon-outer-wrap .icon-wrap {
          max-width: 210px;
          max-height: 210px;
          width: 100%;
          height: 210px;
          border-radius: 50%;
          background-color: #ffffff;
          -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.13);
                  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.13); }
          .banner-third-level.with-picture .pattern--up-dot .icon-outer-wrap .icon-wrap .icon-inner-wrap {
            position: relative;
            top: 50%;
            max-width: 151px;
            max-height: 151px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .banner-third-level.with-picture .pattern--up-dot .icon-outer-wrap .icon-wrap .icon-inner-wrap img {
              width: 100%;
              -o-object-fit: contain;
                 object-fit: contain;
              vertical-align: middle; }
    .banner-third-level.with-picture .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .banner-third-level.with-picture .wrapper {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% - 436px);
          flex-basis: calc(100% - 436px);
      max-width: calc(100% - 436px);
      padding-right: 70px;
      margin-top: 5px; }
      @media (max-width: 991px) {
        .banner-third-level.with-picture .wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      @media (max-width: 595px) {
        .banner-third-level.with-picture .wrapper {
          padding-right: 0; } }
      .banner-third-level.with-picture .wrapper h2 {
        letter-spacing: 0.75px; }
      .banner-third-level.with-picture .wrapper h1 {
        margin-top: 26px;
        max-width: 540px; }
        @media (max-width: 991px) {
          .banner-third-level.with-picture .wrapper h1 {
            max-width: 95%; } }
    .banner-third-level.with-picture .form-wrapper {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 436px;
              flex: 0 0 436px;
      max-width: 436px; }
      @media (max-width: 991px) {
        .banner-third-level.with-picture .form-wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-top: 45px; } }
      .banner-third-level.with-picture .form-wrapper .form-outer .blue-gradient--rectangle-full-width-down {
        bottom: -80px;
        width: calc(100% + 140px);
        max-height: 500px;
        margin-left: -70px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #f3fbfd), color-stop(30%, #f3fbfd));
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%);
        background-image: linear-gradient(180deg, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%); }
        @media (min-width: 1200px) and (max-width: 1366px) {
          .banner-third-level.with-picture .form-wrapper .form-outer .blue-gradient--rectangle-full-width-down {
            bottom: -30px;
            width: calc(100% + 80px);
            max-height: 450px;
            margin-left: -40px; } }
        @media (max-width: 1200px) {
          .banner-third-level.with-picture .form-wrapper .form-outer .blue-gradient--rectangle-full-width-down {
            bottom: -20px;
            width: calc(100% + 40px);
            margin-left: -20px; } }
      .banner-third-level.with-picture .form-wrapper .form-outer .form-box {
        position: relative;
        margin-left: auto;
        width: 100%;
        padding: 60px 0;
        border-top: 8px solid #00b5c2;
        border-radius: 8px;
        -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
                box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
        background-color: #ffffff;
        text-align: center; }
        .banner-third-level.with-picture .form-wrapper .form-outer .form-box::before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 16px 14px 0 14px;
          border-color: #00b5c2 transparent transparent transparent;
          position: absolute;
          left: 50%;
          top: -1px;
          -webkit-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .banner-third-level.with-picture .form-wrapper .form-outer .form-box h6 {
          margin-bottom: 15px;
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          color: #1d334d; }
        .banner-third-level.with-picture .form-wrapper .form-outer .form-box h2 {
          max-width: 339px;
          padding: 0 20px;
          margin: 0 auto;
          text-align: center; }
        .banner-third-level.with-picture .form-wrapper .form-outer .form-box p {
          max-width: 300px;
          padding: 0 20px;
          margin: 25px auto 0;
          text-align: center; }
          @media (max-width: 991px) {
            .banner-third-level.with-picture .form-wrapper .form-outer .form-box p {
              max-width: 90%; } }
        .banner-third-level.with-picture .form-wrapper .form-outer .form-box .form-wrap {
          margin-top: 15px;
          padding: 0 31px; }
          @media (max-width: 480px) {
            .banner-third-level.with-picture .form-wrapper .form-outer .form-box .form-wrap {
              padding: 0 15px; } }
  .banner-third-level.no-bg-pattern {
    min-height: 628px; }
    .banner-third-level.no-bg-pattern .pattern--up-dot::before {
      top: unset;
      bottom: -236px; }
      @media (min-width: 1920px) {
        .banner-third-level.no-bg-pattern .pattern--up-dot::before {
          top: 35px;
          left: 85px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .banner-third-level.no-bg-pattern .pattern--up-dot::before {
          bottom: 100px; } }
      @media (max-width: 991px) {
        .banner-third-level.no-bg-pattern .pattern--up-dot::before {
          bottom: 0px;
          left: -220px; } }
    .banner-third-level.no-bg-pattern .form-wrapper .form-outer {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%; }
      @media (max-width: 991px) {
        .banner-third-level.no-bg-pattern .form-wrapper .form-outer {
          position: relative;
          left: 0;
          min-height: 797px; } }
  .banner-third-level.bg-pattern::before {
    bottom: -20%; }
    @media (max-width: 767px) {
      .banner-third-level.bg-pattern::before {
        bottom: -25%; } }
  .banner-third-level.gated {
    min-height: 1030px; }
  .banner-third-level.half-width .wrapper {
    max-width: 570px; }

.intro-with-icon .row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .intro-with-icon .row-wrap .icon-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
    @media (max-width: 595px) {
      .intro-with-icon .row-wrap .icon-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    .intro-with-icon .row-wrap .icon-wrap .icon {
      background: #fff;
      border-radius: 50%;
      padding: 45px;
      max-width: 214px;
      -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.3); }
      @media (max-width: 991px) {
        .intro-with-icon .row-wrap .icon-wrap .icon {
          padding: 30px; } }
      @media (max-width: 595px) {
        .intro-with-icon .row-wrap .icon-wrap .icon {
          max-width: 150px; } }
  .intro-with-icon .row-wrap .content-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding: 0 90px 0 40px; }
    @media (max-width: 991px) {
      .intro-with-icon .row-wrap .content-wrap {
        padding: 0 0 0 30px; } }
    @media (max-width: 595px) {
      .intro-with-icon .row-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 0 0 0; } }
    .intro-with-icon .row-wrap .content-wrap h2 {
      margin-bottom: 30px; }
      @media (max-width: 595px) {
        .intro-with-icon .row-wrap .content-wrap h2 {
          margin-bottom: 20px; } }

.col-three-cards {
  overflow-y: visible;
  overflow-x: clip; }
  .col-three-cards.wave-pattern::before {
    content: '';
    position: absolute;
    top: -300px;
    left: -950px;
    width: 2637px;
    height: 84%;
    background: url(/wp-content/themes/akasa/src/images/patterns/pattern-red.svg) no-repeat;
    background-position: left;
    background-size: cover;
    z-index: 1; }
    @media (min-width: 1600px) {
      .col-three-cards.wave-pattern::before {
        top: -298px;
        left: -600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-three-cards.wave-pattern::before {
        top: -195px;
        left: -175px;
        width: 1500px;
        height: 84%;
        background-position: center; } }
    @media (max-width: 767px) {
      .col-three-cards.wave-pattern::before {
        top: -26%;
        left: -141px;
        width: 1200px;
        height: 84%;
        background-position: center; } }
  .col-three-cards .intro {
    max-width: 740px;
    margin-bottom: 52px; }
    @media (max-width: 991px) {
      .col-three-cards .intro {
        margin-bottom: 40px; } }
    @media (max-width: 595px) {
      .col-three-cards .intro {
        margin-bottom: 20px; } }
  .col-three-cards .half-rectangle:before {
    width: 80%;
    height: 100%; }
  .col-three-cards .intro {
    text-align: left; }
  .col-three-cards .row {
    width: calc(100% + 35px);
    margin-left: -17px; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .col-three-cards .row {
        width: calc(100% + 20px);
        margin-left: -20px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .col-three-cards .row {
        width: calc(100% + 40px);
        margin-left: -20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-three-cards .row {
        width: calc(100% + 40px);
        margin-left: -20px; } }
    @media (max-width: 767px) {
      .col-three-cards .row {
        width: 100%;
        margin-left: 0; } }
  .col-three-cards .col-three {
    padding: 0 20px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .col-three-cards .col-three {
        padding: 0; } }
  .col-three-cards .card-wrap {
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 47px 48px 24px 56px;
    height: 100%; }
    @media (max-width: 1200px) {
      .col-three-cards .card-wrap {
        padding: 20px 30px; } }
    @media (max-width: 767px) {
      .col-three-cards .card-wrap {
        min-height: 236px; } }
    .col-three-cards .card-wrap .icon-wrap {
      max-width: 87px;
      margin-bottom: 27px; }
      @media (max-width: 767px) {
        .col-three-cards .card-wrap .icon-wrap {
          max-width: 55px; } }
      .col-three-cards .card-wrap .icon-wrap img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .col-three-cards .card-wrap h3 {
      margin-bottom: 27px; }
    .col-three-cards .card-wrap p {
      position: relative;
      margin-bottom: 20px; }
    .col-three-cards .card-wrap _::-webkit-full-page-media,
    .col-three-cards .card-wrap _:future,
    .col-three-cards .card-wrap :root .safari_only {
      border: 2px solid #000; }
  .col-three-cards .stats-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .col-three-cards .stats-wrap {
        padding: 22px 18px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .col-three-cards .stats-wrap {
        padding: 22px 15px; } }
    @media (max-width: 991px) {
      .col-three-cards .stats-wrap {
        padding: 22px 10px; } }
    .col-three-cards .stats-wrap .arrow {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
      .col-three-cards .stats-wrap .arrow:before {
        content: "";
        position: absolute;
        top: -26px;
        background: url("/wp-content/themes/akasa/src/images/svg/icons/down-arrow-circle.svg") no-repeat;
        bottom: 0;
        left: 10px;
        width: 50px;
        height: 50px;
        background-size: cover; }
        @media (max-width: 1200px) {
          .col-three-cards .stats-wrap .arrow:before {
            left: -2px; } }
        @media (max-width: 991px) {
          .col-three-cards .stats-wrap .arrow:before {
            left: 12px; } }
      .col-three-cards .stats-wrap .arrow.up-arrow:before {
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
    .col-three-cards .stats-wrap .number {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      max-width: 30%;
      text-align: center; }
      @media (max-width: 767px) {
        .col-three-cards .stats-wrap .number {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(30% - 10px);
                  flex: 0 0 calc(30% - 10px);
          max-width: calc(30% - 10px);
          margin-left: 10px; } }
      .col-three-cards .stats-wrap .number h2 {
        color: #ffffff; }
        @media (min-width: 1450px) {
          .col-three-cards .stats-wrap .number h2 {
            font-size: 43.3px; } }
        @media (max-width: 1200px) {
          .col-three-cards .stats-wrap .number h2 {
            font-size: 30px; } }
        .col-three-cards .stats-wrap .number h2 span {
          font-size: 35px;
          color: inherit;
          display: inline-block;
          position: relative;
          top: -5px;
          font-size: 35px; }
          @media (min-width: 1200px) and (max-width: 1450px) {
            .col-three-cards .stats-wrap .number h2 span {
              top: -2px;
              font-size: 30px; } }
          @media (min-width: 1600px) {
            .col-three-cards .stats-wrap .number h2 span {
              top: -10px; } }
          @media (max-width: 1200px) {
            .col-three-cards .stats-wrap .number h2 span {
              font-size: 20px; } }
    .col-three-cards .stats-wrap .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .col-three-cards .stats-wrap .text p {
        color: #ffffff;
        font-weight: bold;
        line-height: 1.3; }
        @media (max-width: 1200px) {
          .col-three-cards .stats-wrap .text p {
            font-size: 14px; } }
  .col-three-cards.card-with-icon .intro {
    max-width: 957px;
    width: 100%;
    margin-bottom: 77px;
    text-align: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-three-cards.card-with-icon .intro {
        margin-bottom: 50px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .col-three-cards.card-with-icon .intro {
        margin-bottom: 40px;
        text-align: center; } }
    @media (max-width: 595px) {
      .col-three-cards.card-with-icon .intro {
        margin-bottom: 25px;
        text-align: left; } }
    .col-three-cards.card-with-icon .intro h2 {
      max-width: 100%; }
    .col-three-cards.card-with-icon .intro h6 {
      margin: 38px 0 18px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .col-three-cards.card-with-icon .intro h6 {
          margin: 28px 0 15px; } }
      @media (max-width: 767px) {
        .col-three-cards.card-with-icon .intro h6 {
          margin: 15px 0; } }
    .col-three-cards.card-with-icon .intro p {
      margin: 0; }

.col-two-intro .title h2 {
  max-width: 530px; }

.col-two-intro .description {
  padding: 0 57px; }
  @media (max-width: 991px) {
    .col-two-intro .description {
      padding: 0;
      margin-top: 20px; } }
  .col-two-intro .description h6 {
    font-family: "Choplin", sans-serif;
    margin-bottom: 19px; }
  .col-two-intro .description p {
    line-height: 1.63; }

.col-two-intro.full-width h2 {
  max-width: 100%; }

.col-two-intro.full-width .col-two {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }

.col-two-intro.full-width .description {
  margin-top: 26px; }

.col-two-intro.full-width .img-wrap {
  margin-top: 65px; }

.col-two-intro.page-not-found .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 991px) {
  .col-two-intro.page-not-found .col-two {
    text-align: center; } }

.col-two-intro.page-not-found .col-two span {
  font-size: 180px;
  font-weight: 300;
  color: #e7314e; }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .col-two-intro.page-not-found .col-two span {
      font-size: 150px; } }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    .col-two-intro.page-not-found .col-two span {
      font-size: 130px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .col-two-intro.page-not-found .col-two span {
      font-size: 110px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-intro.page-not-found .col-two span {
      font-size: 100px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .col-two-intro.page-not-found .col-two span {
      font-size: 80px; } }
  @media (max-width: 595px) {
    .col-two-intro.page-not-found .col-two span {
      font-weight: 400;
      font-size: 60px; } }

.col-two-intro.page-not-found .col-two h2 {
  margin-bottom: 15px; }

.col-two-intro.page-not-found .col-two .btn-wrap {
  margin-top: 30px; }

.col-two-intro.page-not-found .title {
  padding: 0px 0 0 90px; }
  @media (max-width: 991px) {
    .col-two-intro.page-not-found .title {
      padding: 0; } }

.col-two-intro.page-not-found .description {
  padding: 22px 0 0 51px; }
  @media (max-width: 991px) {
    .col-two-intro.page-not-found .description {
      padding: 0; } }

.col-two-intro.intro-format .title h2 {
  font-size: 20px;
  font-family: "Choplin", sans-serif; }
  @media (max-width: 767px) {
    .col-two-intro.intro-format .title h2 {
      font-size: 16px; } }

.col-two-intro.intro-format .description h6 {
  font-size: 45px;
  font-family: "Montserrat", sans-serif; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-intro.intro-format .description h6 {
      font-size: 32px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .col-two-intro.intro-format .description h6 {
      font-size: 32px; } }
  @media (max-width: 595px) {
    .col-two-intro.intro-format .description h6 {
      font-size: 31px; } }

.content-with-img .row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .content-with-img .row-wrap .card-wrap {
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    padding: 40px 61px;
    position: relative; }
    @media (max-width: 991px) {
      .content-with-img .row-wrap .card-wrap {
        padding: 30px; } }
    .content-with-img .row-wrap .card-wrap .icon-wrap {
      max-width: 90px;
      margin-bottom: 35px; }
    .content-with-img .row-wrap .card-wrap h3 {
      margin-bottom: 16px; }
    .content-with-img .row-wrap .card-wrap .link-wrap {
      position: absolute;
      right: 53px;
      top: 42px; }
      @media (max-width: 1024px) {
        .content-with-img .row-wrap .card-wrap .link-wrap {
          right: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .content-with-img .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .content-with-img .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.content-with-img .col-two .col-two {
  max-width: 100%; }
  .content-with-img .col-two .col-two.content-wrap .content {
    max-width: 100%;
    margin-left: 10px; }

@media (min-width: 768px) and (max-width: 991px) {
  .content-with-img .content-wrap {
    padding-right: 30px; } }

.content-with-img .content-wrap .content {
  max-width: 75%; }
  @media (max-width: 1200px) {
    .content-with-img .content-wrap .content {
      max-width: 90%; } }
  @media (max-width: 991px) {
    .content-with-img .content-wrap .content {
      max-width: 100%; } }

.content-with-img .content-wrap h2 {
  margin-bottom: 33px;
  max-width: 450px; }

.content-with-img .content-wrap h6 {
  margin-bottom: 20px;
  font-family: "Choplin", sans-serif; }

.content-with-img .content-wrap p {
  line-height: 1.6;
  max-width: 425px; }

@media (min-width: 768px) and (max-width: 991px) {
  .content-with-img .content-wrap ul {
    padding-left: 48px; } }

@media (max-width: 767px) {
  .content-with-img .content-wrap ul {
    padding-left: 38px; } }

.content-with-img .content-wrap ul li {
  color: #1d334d;
  position: relative;
  margin-bottom: 34px;
  padding-left: 40px; }
  @media (max-width: 991px) {
    .content-with-img .content-wrap ul li {
      padding-left: 0; } }
  .content-with-img .content-wrap ul li:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -41px;
    height: 33px;
    width: 33px;
    background: url(/wp-content/themes/akasa/src/images/icons/bondi-blue-checkmark.svg) no-repeat;
    background-size: cover; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .content-with-img .content-wrap ul li:before {
        left: -24px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .content-with-img .content-wrap ul li:before {
        left: -51px; } }
    @media (max-width: 767px) {
      .content-with-img .content-wrap ul li:before {
        left: -38px;
        height: 20px;
        width: 20px; } }
  .content-with-img .content-wrap ul li a {
    color: #e7314e; }

.content-with-img .content-wrap .btn-wrap {
  margin-top: 53px; }
  @media (max-width: 595px) {
    .content-with-img .content-wrap .btn-wrap {
      margin-top: 30px; } }

@media (max-width: 767px) {
  .content-with-img .img-wrap {
    margin-top: 30px; } }

.content-with-img .img-wrap .image {
  position: relative;
  max-width: 500px; }
  @media (max-width: 767px) {
    .content-with-img .img-wrap .image {
      max-width: 450px;
      margin: 0 auto; } }
  .content-with-img .img-wrap .image .play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px; }

.content-with-img .text_card_link {
  margin-top: 40px; }

.content-with-img .gradient-wrap {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 702px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .content-with-img .gradient-wrap {
      height: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-with-img .gradient-wrap {
      height: 600px;
      top: 0;
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); } }
  @media (max-width: 767px) {
    .content-with-img .gradient-wrap {
      height: 100%;
      width: 100%; } }

.content-with-img.right-rectangle:before {
  height: 100%;
  width: 70%; }

.content-with-img.with-card .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.content-with-img.row-reverse .content-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-with-img.row-reverse .content-wrap {
      padding: 0 30px 0 0; } }
  @media (max-width: 595px) {
    .content-with-img.row-reverse .content-wrap {
      margin-top: 30px; } }
  .content-with-img.row-reverse .content-wrap .content {
    margin-left: auto;
    max-width: 90%; }
    @media (max-width: 991px) {
      .content-with-img.row-reverse .content-wrap .content {
        max-width: 100%; } }

.content-with-img.row-reverse .right-rectangle::before {
  left: unset;
  right: 0;
  border-radius: 420px 0% 0% 420px;
  background: -webkit-gradient(linear, right top, left top, from(#f3fbfd), color-stop(12%, #ffffff), color-stop(38%, #f3fbfd));
  background: -webkit-linear-gradient(right, #f3fbfd 0%, #ffffff 12%, #f3fbfd 38%);
  background: -o-linear-gradient(right, #f3fbfd 0%, #ffffff 12%, #f3fbfd 38%);
  background: linear-gradient(to left, #f3fbfd 0%, #ffffff 12%, #f3fbfd 38%); }

.content-with-img.overflow-v {
  overflow: visible; }

.resource-with-featured .intro {
  text-align: center;
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .resource-with-featured .intro {
      margin-bottom: 40px; } }
  @media (max-width: 595px) {
    .resource-with-featured .intro {
      margin-bottom: 30px; } }

.resource-with-featured .resource-tag {
  position: absolute;
  top: 0;
  right: 46px;
  min-width: 136px;
  text-align: center;
  color: #ffffff;
  padding: 16px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #00b5c2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 2; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .resource-with-featured .resource-tag {
      padding: 15px 25px;
      font-size: 14px;
      min-width: 110px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resource-with-featured .resource-tag {
      padding: 15px 25px;
      font-size: 14px;
      min-width: 100px; } }
  @media (max-width: 767px) {
    .resource-with-featured .resource-tag {
      padding: 12px 25px;
      font-size: 12px;
      min-width: 100px;
      right: 25px; } }

.resource-with-featured .card-wrap {
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  padding: 35px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .resource-with-featured .card-wrap {
      margin-bottom: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto; } }
  @media (max-width: 767px) {
    .resource-with-featured .card-wrap {
      margin-bottom: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px;
      height: auto; } }

.resource-with-featured .img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  max-width: 170px;
  height: 170px;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .resource-with-featured .img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 160px;
              flex: 0 0 160px;
      max-width: 160px;
      height: 160px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resource-with-featured .img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 140px;
              flex: 0 0 140px;
      max-width: 140px;
      height: 140px; } }
  @media (max-width: 595px) {
    .resource-with-featured .img-wrap {
      margin: 0 auto 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 120px;
      height: 120px; } }
  .resource-with-featured .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .resource-with-featured .img-wrap .video-play-button {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer; }

.resource-with-featured .content-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 170px);
          flex: 0 0 calc(100% - 170px);
  max-width: 300px;
  padding-left: 30px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .resource-with-featured .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 140px);
              flex: 0 0 calc(100% - 140px);
      max-width: 440px; } }
  @media (max-width: 595px) {
    .resource-with-featured .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0;
      text-align: center; } }
  .resource-with-featured .content-wrap .date {
    font-family: Choplin;
    margin-bottom: 20px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .resource-with-featured .content-wrap .date {
        font-size: 18px;
        margin-bottom: 15px; } }
    @media (max-width: 991px) {
      .resource-with-featured .content-wrap .date {
        font-size: 16px;
        margin-bottom: 10px; } }
  .resource-with-featured .content-wrap h3 {
    margin-bottom: 20px; }
  .resource-with-featured .content-wrap p {
    margin-bottom: 37px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 120px; }
  .resource-with-featured .content-wrap .btn-wrap {
    position: absolute;
    bottom: -8px; }
    @media (min-width: 596px) and (max-width: 767px) {
      .resource-with-featured .content-wrap .btn-wrap {
        bottom: 0px; } }
    @media (max-width: 595px) {
      .resource-with-featured .content-wrap .btn-wrap {
        bottom: 0px;
        left: 50%;
        -webkit-transform: translatex(-50%);
             -o-transform: translatex(-50%);
                transform: translatex(-50%); } }

.resource-with-featured .resource-grid {
  margin-top: 40px; }
  .resource-with-featured .resource-grid .row {
    width: calc(100% + 40px);
    margin-left: -20px; }
    @media (max-width: 991px) {
      .resource-with-featured .resource-grid .row {
        width: 100%;
        margin-left: 0; } }
  .resource-with-featured .resource-grid .col-two {
    padding: 0 20px; }
    @media (max-width: 991px) {
      .resource-with-featured .resource-grid .col-two {
        padding: 0; } }

.resource-with-featured .full-card .card-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.resource-with-featured .full-card .img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  height: 325px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .resource-with-featured .full-card .img-wrap {
      height: 300px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resource-with-featured .full-card .img-wrap {
      height: 250px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .resource-with-featured .full-card .img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 595px) {
    .resource-with-featured .full-card .img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      height: 230px;
      margin-bottom: 0; } }
  @media (max-width: 430px) {
    .resource-with-featured .full-card .img-wrap {
      height: 150px; } }

.resource-with-featured .full-card .content-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
  padding-right: 42px;
  position: relative;
  margin-top: 11px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .resource-with-featured .full-card .content-wrap {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .resource-with-featured .full-card .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 25px; } }
  @media (min-width: 992px) {
    .resource-with-featured .full-card .content-wrap p {
      margin-bottom: 50px; } }

.resource-with-featured .full-card .btn-wrap {
  bottom: 0px; }

.resource-with-featured .outer-container {
  max-width: 1416px; }

.cta {
  background: #1d334d;
  padding: 95px 0; }
  @media (max-width: 595px) {
    .cta {
      padding: 80px 0; } }
  .cta .wrapper {
    max-width: 950px;
    margin: 0 auto;
    text-align: center; }
    .cta .wrapper h2 {
      color: #ffffff; }
    .cta .wrapper .btn-wrap {
      margin-top: 59px; }
      @media (max-width: 595px) {
        .cta .wrapper .btn-wrap {
          margin-top: 30px; } }
      .cta .wrapper .btn-wrap a {
        margin-right: 10px; }
        .cta .wrapper .btn-wrap a:last-child {
          margin-right: 0; }

@media (max-width: 991px) {
  .tabs-with-cards .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.tabs-with-cards .tab-wrap > .icon-wrap {
  max-width: 86px;
  max-height: 86px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .tabs-with-cards .tab-wrap > .icon-wrap {
      max-width: 56px;
      max-height: 56px; } }
  .tabs-with-cards .tab-wrap > .icon-wrap img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.tabs-with-cards .tab-wrap > .img-wrap {
  max-width: 86px;
  max-height: 86px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .tabs-with-cards .tab-wrap > .img-wrap {
      max-width: 56px;
      max-height: 56px; } }
  .tabs-with-cards .tab-wrap > .img-wrap img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.tabs-with-cards .tab-wrap h2 {
  margin-bottom: 28px; }

.tabs-with-cards .tab-wrap p {
  max-width: 320px;
  line-height: 1.6;
  margin-bottom: 51px; }
  @media (max-width: 991px) {
    .tabs-with-cards .tab-wrap p {
      max-width: 100%; } }

.tabs-with-cards .tabs {
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 992px) {
    .tabs-with-cards .tabs {
      display: block !important; } }
  @media (max-width: 991px) {
    .tabs-with-cards .tabs {
      display: none; } }
  .tabs-with-cards .tabs li {
    background: none;
    padding: 17px 20px;
    cursor: pointer;
    font-weight: 900;
    color: #1d334d;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% + 48px); }
    @media (max-width: 991px) {
      .tabs-with-cards .tabs li {
        width: 100%; } }
    @media (max-width: 595px) {
      .tabs-with-cards .tabs li {
        width: 100%;
        padding: 12px 20px; } }
    .tabs-with-cards .tabs li .icon-wrap {
      width: 36px;
      height: 36px;
      margin-right: 10px; }
      .tabs-with-cards .tabs li .icon-wrap img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .tabs-with-cards .tabs li .icon-label {
      display: inline-block;
      max-width: 100%;
      text-transform: uppercase; }
    .tabs-with-cards .tabs li.current {
      color: #00b5c2;
      background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(20%, #f1fbfd));
      background-image: -webkit-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
      background-image: -o-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
      background-image: linear-gradient(to left, #ffffff 0%, #f1fbfd 20%);
      border-radius: 4px; }
      .tabs-with-cards .tabs li.current img {
        -webkit-filter: invert(59%) sepia(56%) saturate(5490%) hue-rotate(151deg) brightness(101%) contrast(101%);
                filter: invert(59%) sepia(56%) saturate(5490%) hue-rotate(151deg) brightness(101%) contrast(101%); }

.tabs-with-cards .tab-content {
  display: none;
  -webkit-animation: fadeIn 0.5s ease-in-out;
       -o-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
  padding-left: 12px; }
  @media (max-width: 991px) {
    .tabs-with-cards .tab-content {
      padding-left: 0;
      margin-top: 1px; } }
  .tabs-with-cards .tab-content .link-wrap {
    margin-top: 52px; }
  .tabs-with-cards .tab-content.current {
    display: inherit; }

.tabs-with-cards .card-wrap {
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 28px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 28px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 42px 42px 52px;
  position: relative; }
  @media (max-width: 595px) {
    .tabs-with-cards .card-wrap {
      padding: 30px 30px;
      margin-bottom: 20px; } }
  .tabs-with-cards .card-wrap .icon-wrap {
    max-width: 85px;
    margin-bottom: 28px; }
  .tabs-with-cards .card-wrap .img-wrap {
    margin-bottom: 42px; }
  .tabs-with-cards .card-wrap h3 {
    margin-bottom: 27px; }
  .tabs-with-cards .card-wrap p {
    max-width: 640px; }

.tabs-with-cards .dropdown {
  display: none;
  font-size: 16px;
  background: #f1fbfd;
  color: #00b5c2;
  padding: 13px 8px;
  font-weight: 900;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 2;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  @media (max-width: 991px) {
    .tabs-with-cards .dropdown {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  .tabs-with-cards .dropdown img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-filter: invert(59%) sepia(56%) saturate(5490%) hue-rotate(151deg) brightness(101%) contrast(101%);
            filter: invert(59%) sepia(56%) saturate(5490%) hue-rotate(151deg) brightness(101%) contrast(101%); }
  .tabs-with-cards .dropdown .dropdown-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 17px;
    height: 9.5px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
    .tabs-with-cards .dropdown .dropdown-icon::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url(/wp-content/themes/akasa/assets/images/icons/black-dropdown-arrow.svg) no-repeat center;
      background-size: contain;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
  .tabs-with-cards .dropdown .icon-label {
    max-width: 300px; }
  .tabs-with-cards .dropdown.open, .tabs-with-cards .dropdown.active {
    border-color: #00b5c2;
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .tabs-with-cards .dropdown.open .dropdown-icon::before, .tabs-with-cards .dropdown.active .dropdown-icon::before {
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }

.tabs-with-cards.with-icon .card-wrap .link-wrap {
  position: absolute;
  right: 40px;
  top: 45px;
  margin-top: 0; }

.customer-stories .intro {
  margin-bottom: 75px; }
  @media (max-width: 595px) {
    .customer-stories .intro {
      margin-bottom: 30px; } }

.customer-stories .slider-wrap {
  opacity: 0;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
  background: #ffffff;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .customer-stories .slider-wrap .col-wrap {
    border-radius: 8px;
    padding: 41px 30px 41px 63px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .customer-stories .slider-wrap .col-wrap {
        padding: 35px; } }
    @media (max-width: 767px) {
      .customer-stories .slider-wrap .col-wrap {
        padding: 30px 20px; } }

.customer-stories .slide-wrap.full-row .col-four {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  border-right: 0; }

.customer-stories .col-four {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  max-width: 27%;
  padding-right: 60px;
  position: relative;
  border-right: 1px solid #979797; }
  @media (min-width: 1450px) {
    .customer-stories .col-four {
      margin-top: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .customer-stories .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-right: 35px; } }
  @media (max-width: 767px) {
    .customer-stories .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      border-right: none;
      padding-right: 20px; } }
  .customer-stories .col-four .icon-wrap + h3 {
    margin-top: 35px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .customer-stories .col-four .icon-wrap + h3 {
        margin-top: 20px; } }
  .customer-stories .col-four p {
    margin-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .customer-stories .col-four p {
        margin-top: 15px; } }

.customer-stories .col-six {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73%;
          flex: 0 0 73%;
  max-width: 73%;
  padding-left: 56px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .customer-stories .col-six {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 35px; } }
  @media (max-width: 767px) {
    .customer-stories .col-six {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0px;
      margin-top: 30px; } }
  .customer-stories .col-six h6 {
    font-family: "Choplin", sans-serif;
    letter-spacing: 0.04em; }

.customer-stories .col-four.full-row,
.customer-stories .col-six.full-row {
  padding-left: 0;
  padding-right: 0; }

.customer-stories .icon-wrap {
  width: 119px;
  height: 88px;
  overflow: hidden;
  margin-bottom: 35px; }
  .customer-stories .icon-wrap img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%; }

.customer-stories .metrics-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 992px) {
    .customer-stories .metrics-wrapper {
      padding-top: 8px; } }
  .customer-stories .metrics-wrapper .col-two {
    margin-top: 30px; }
    @media (min-width: 596px) and (max-width: 767px) {
      .customer-stories .metrics-wrapper .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }

.customer-stories .metric-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.customer-stories .metric-bondi-blue .metric-box {
  background: #00b5c2; }

.customer-stories .metric-bondi-blue .metric-text span {
  color: #00b5c2; }

.customer-stories .metric-tangerine .metric-box {
  background: #ff9661; }

.customer-stories .metric-tangerine .metric-text span {
  color: #ff9661; }

.customer-stories .metric-indigo .metric-box {
  background: #4a5ecc; }

.customer-stories .metric-indigo .metric-text span {
  color: #4a5ecc; }

.customer-stories .metric-amaranth .metric-box {
  background: #e7314e; }

.customer-stories .metric-amaranth .metric-text span {
  color: #e7314e; }

.customer-stories .metric-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  max-width: 96px;
  text-align: center;
  height: 96px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .customer-stories .metric-box span {
    font-size: 34.7px;
    font-weight: 600;
    color: #ffffff;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .customer-stories .metric-box span {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .customer-stories .metric-box span {
        font-size: 30px; } }
    @media (max-width: 595px) {
      .customer-stories .metric-box span {
        font-size: 25px; } }
  .customer-stories .metric-box sup {
    color: #ffffff;
    font-size: 27.7px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.018em;
    position: relative;
    top: -7px; }
    @media (max-width: 1450px) {
      .customer-stories .metric-box sup {
        top: -3px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .customer-stories .metric-box sup {
        font-size: 22px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .customer-stories .metric-box sup {
        font-size: 22px; } }
    @media (max-width: 595px) {
      .customer-stories .metric-box sup {
        font-size: 20px; } }

.customer-stories .metric-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 96px);
          flex: 0 0 calc(100% - 96px);
  max-width: calc(100% - 96px);
  padding-left: 20px; }
  @media (max-width: 767px) {
    .customer-stories .metric-text {
      max-width: 100%; } }
  .customer-stories .metric-text span {
    font-size: 25px;
    font-weight: 800;
    max-width: 220px;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      .customer-stories .metric-text span {
        font-size: 20px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .customer-stories .metric-text span {
        font-size: 20px;
        max-width: 160px; } }
    @media (max-width: 595px) {
      .customer-stories .metric-text span {
        font-size: 20px;
        max-width: 260px; } }

.customer-stories .slider-controls {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .customer-stories .slider-controls {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .customer-stories .slider-controls {
      margin-top: 35px; } }

.customer-stories.two-col .col-four {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%;
  max-width: 61%; }
  @media (max-width: 1200px) {
    .customer-stories.two-col .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .customer-stories.two-col .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; } }

.customer-stories.two-col .col-six {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  max-width: 39%; }
  @media (max-width: 1200px) {
    .customer-stories.two-col .col-six {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .customer-stories.two-col .col-six {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 20px; } }
  .customer-stories.two-col .col-six .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px; }

.customer-stories.two-col .metric-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  max-width: 130px;
  height: 130px; }
  @media (max-width: 991px) {
    .customer-stories.two-col .metric-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      max-width: 100px;
      height: 100px; } }

.customer-stories.two-col .metric-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 130px);
          flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px); }
  @media (max-width: 991px) {
    .customer-stories.two-col .metric-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 100px);
              flex: 0 0 calc(100% - 100px);
      max-width: calc(100% - 100px); } }

.banner-fourth-level {
  width: 100%;
  position: relative;
  min-height: 500px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .banner-fourth-level .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .banner-fourth-level .wrapper {
    width: 100%;
    position: relative;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px -36px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px -36px 45px 0 rgba(0, 0, 0, 0.11);
    padding: 104px 0 25px;
    overflow: hidden; }
    @media (min-width: 1600px) {
      .banner-fourth-level .wrapper {
        padding: 104px 0 45px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .banner-fourth-level .wrapper {
        padding: 100px 20px 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner-fourth-level .wrapper {
        padding: 90px 15px 20px; } }
    @media (max-width: 767px) {
      .banner-fourth-level .wrapper {
        padding: 70px 12px 15px; } }
    .banner-fourth-level .wrapper .center-icon {
      position: absolute;
      width: 118px;
      top: 7px;
      left: 50%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      background-color: #00b5c2;
      padding: 17px 0;
      border-radius: 0 0 5px 5px; }
      .banner-fourth-level .wrapper .center-icon span {
        text-transform: uppercase;
        color: #fff;
        font-weight: bold; }
      @media (max-width: 767px) {
        .banner-fourth-level .wrapper .center-icon {
          padding: 10px 0;
          width: 110px; } }
    .banner-fourth-level .wrapper .blog-wrap {
      max-width: 952px;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 480px) {
        .banner-fourth-level .wrapper .blog-wrap h1 {
          font-size: 35px; } }
      .banner-fourth-level .wrapper .blog-wrap h2 {
        font-weight: 500; }
      .banner-fourth-level .wrapper .blog-wrap p {
        margin-top: 30px; }
        @media (min-width: 1200px) {
          .banner-fourth-level .wrapper .blog-wrap p {
            font-size: 20px; } }
  .banner-fourth-level .border-top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    top: 0px;
    left: 0;
    background: #00b4c2; }

.case-study-grid {
  position: relative;
  width: 100%; }
  .case-study-grid .one-card {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 400px);
            flex: 0 0 calc(100% - 400px);
    width: calc(100% - 400px); }
    @media (max-width: 991px) {
      .case-study-grid .one-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px; } }
  .case-study-grid .two-card {
    position: relative;
    max-width: calc(400px - 36px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(400px - 36px);
            flex: 0 0 calc(400px - 36px);
    margin-left: 36px; }
    @media (max-width: 991px) {
      .case-study-grid .two-card {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0; } }
    .case-study-grid .two-card .card-wrapper .cards .img-wrap {
      max-height: 136px;
      overflow: hidden; }
  .case-study-grid .card-wrap {
    position: relative;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    height: 100%; }
    .case-study-grid .card-wrap .content-wrap {
      position: relative;
      width: 100%;
      padding: 41px 35px 40px 45px; }
      @media (max-width: 595px) {
        .case-study-grid .card-wrap .content-wrap {
          padding: 22px 40px 22px 24px; } }
      .case-study-grid .card-wrap .content-wrap span {
        display: inline-block;
        color: #e7314e;
        font-size: 14px; }
      .case-study-grid .card-wrap .content-wrap h3 {
        margin-top: 18px; }
      .case-study-grid .card-wrap .content-wrap p {
        margin-top: 15px;
        max-height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden; }
  .case-study-grid .img-wrap {
    position: relative;
    width: 100%;
    max-height: 285px;
    overflow: hidden; }
    .case-study-grid .img-wrap img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
  .case-study-grid .card-wrapper {
    position: relative;
    width: 100%; }
    @media (min-width: 596px) and (max-width: 767px) {
      .case-study-grid .card-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .case-study-grid .card-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .case-study-grid .cards {
    position: relative;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11); }
    .case-study-grid .cards:not(:last-child) {
      margin-bottom: 28px; }
      @media (min-width: 596px) and (max-width: 767px) {
        .case-study-grid .cards:not(:last-child) {
          margin-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .case-study-grid .cards:not(:last-child) {
          margin-bottom: 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .case-study-grid .cards {
        width: calc(50% - 30px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 30px);
                flex: 0 0 calc(50% - 30px);
        margin: 0 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .case-study-grid .cards {
        width: calc(50% - 30px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 30px);
                flex: 0 0 calc(50% - 30px);
        margin: 0 15px; } }
    .case-study-grid .cards:hover .hero-featured-card__cta:after {
      opacity: 1; }
    .case-study-grid .cards .content-wrap {
      position: relative;
      width: 100%;
      padding: 22px 29px 22px 36px;
      max-width: 315px; }
      @media (max-width: 767px) {
        .case-study-grid .cards .content-wrap {
          padding: 22px 34px 22px 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .case-study-grid .cards .content-wrap {
          max-width: 100%;
          padding: 22px 36px; } }
      @media (max-width: 595px) {
        .case-study-grid .cards .content-wrap {
          padding: 22px 40px 22px 24px; } }
      .case-study-grid .cards .content-wrap span {
        display: inline-block;
        color: #e7314e;
        font-size: 14px; }
      .case-study-grid .cards .content-wrap h3 {
        margin-top: 15px; }
      .case-study-grid .cards .content-wrap p {
        margin-top: 4px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden; }
  .case-study-grid .hero-featured-card__cta {
    bottom: 25px;
    top: auto;
    right: 0px;
    z-index: 0; }
    @media (max-width: 767px) {
      .case-study-grid .hero-featured-card__cta {
        right: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .case-study-grid .hero-featured-card__cta {
        right: 10px; } }
    @media (max-width: 595px) {
      .case-study-grid .hero-featured-card__cta {
        right: 12px; } }

.col-two-filter {
  position: relative;
  width: 100%;
  min-height: 650px; }
  .col-two-filter.no-shadow:after {
    display: none; }
  .col-two-filter:after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 166px;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255, 255, 255, 0)), color-stop(69%, #fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 5%, #fff 69%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 5%, #fff 69%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, #fff 69%);
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-filter:after {
        height: 160px;
        bottom: 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .col-two-filter:after {
        height: 85px;
        bottom: 0; } }
    @media (max-width: 595px) {
      .col-two-filter:after {
        height: 175px;
        bottom: 0; } }
  .col-two-filter .drop-down-with-card {
    position: relative;
    width: 100%;
    padding-top: 85px;
    border-top: solid 2px #979797; }
    @media (max-width: 991px) {
      .col-two-filter .drop-down-with-card {
        padding-top: 50px; } }
  .col-two-filter .drop-down-search-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 35px; }
  .col-two-filter .drop-down-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
    @media (max-width: 991px) {
      .col-two-filter .drop-down-wrapper {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 20px; } }
  .col-two-filter .first-drop-down {
    position: relative;
    max-width: 210px;
    width: 100%; }
    @media (max-width: 991px) {
      .col-two-filter .first-drop-down {
        max-width: calc(50% - 10px);
        width: 100%;
        margin-right: 10px; } }
    @media (max-width: 595px) {
      .col-two-filter .first-drop-down {
        max-width: 100%;
        margin-right: 0; } }
  .col-two-filter .table-title {
    padding: 12px 24px 13px 16px;
    border: solid 1px #c5c5c5;
    border-radius: 4px; }
    .col-two-filter .table-title:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      width: 14px;
      height: 8px;
      -webkit-transform: translate(-10px, -50%);
           -o-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      background: url("/wp-content/themes/akasa/src/images/svg/icons/light-drop-down-arrow.svg") no-repeat;
      background-size: cover; }
    .col-two-filter .table-title:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      width: 14px;
      height: 8px;
      opacity: 0;
      -webkit-transform: translate(-10px, -50%);
           -o-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%);
      -webkit-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      background: url("/wp-content/themes/akasa/src/images/svg/icons/dark-drop-down-arrow.svg") no-repeat;
      background-size: cover; }
    .col-two-filter .table-title p {
      font-size: 14px;
      color: #000000;
      opacity: 0.75; }
  .col-two-filter .active .table-title {
    border: solid 2px #00b5c2; }
    .col-two-filter .active .table-title:before {
      -webkit-transform: rotate(180deg), translate(-10px, -50%);
           -o-transform: rotate(180deg), translate(-10px, -50%);
              transform: rotate(180deg), translate(-10px, -50%);
      opacity: 0; }
    .col-two-filter .active .table-title:after {
      opacity: 1; }
    .col-two-filter .active .table-title p {
      font-weight: 600; }
  .col-two-filter .active .filter-category {
    display: block; }
  .col-two-filter .secound-drop-down {
    position: relative;
    max-width: 335px;
    margin-left: 35px;
    width: 100%; }
    @media (max-width: 991px) {
      .col-two-filter .secound-drop-down {
        max-width: calc(50% - 10px);
        width: 100%;
        margin-left: 10px; } }
    @media (max-width: 595px) {
      .col-two-filter .secound-drop-down {
        max-width: 100%;
        margin: 20px 0 0; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .col-two-filter .secound-drop-down {
        margin-left: 20px; } }
  .col-two-filter .filter-category {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 14px 20px;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.26);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.26); }
    .col-two-filter .filter-category ul {
      padding-left: 0; }
      .col-two-filter .filter-category ul > li {
        margin: 6px 0;
        border-radius: 8px;
        opacity: 0.5;
        padding: 4px 0px 4px 34px;
        cursor: pointer; }
        @media (max-width: 595px) {
          .col-two-filter .filter-category ul > li {
            padding: 0 0 0 10px; } }
        .col-two-filter .filter-category ul > li:hover {
          background-color: #f2f2f2; }
          .col-two-filter .filter-category ul > li:hover span {
            opacity: 1;
            font-weight: 600; }
          .col-two-filter .filter-category ul > li:hover p {
            opacity: 1;
            font-weight: 600; }
        .col-two-filter .filter-category ul > li > span {
          color: #000000;
          opacity: 0.75;
          font-size: 14px; }
        .col-two-filter .filter-category ul > li p {
          font-size: 14px;
          color: #000000;
          opacity: 0.75; }
        .col-two-filter .filter-category ul > li:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 12px;
          opacity: 0;
          width: 13px;
          height: 10px;
          background: url("/wp-content/themes/akasa/assets/images/svg/icons/bundi-blue-right-arrow.svg") no-repeat;
          background-size: cover;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 767px) {
            .col-two-filter .filter-category ul > li:before {
              left: -12px; } }
        .col-two-filter .filter-category ul > li:hover::before {
          opacity: 1; }
        .col-two-filter .filter-category ul > li.is-checked::before {
          opacity: 1; }
  .col-two-filter .serach-box {
    position: relative;
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991px) {
      .col-two-filter .serach-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .col-two-filter .serach-box .search-wrap {
      position: relative;
      max-width: 410px;
      width: 100%; }
      @media (max-width: 1024px) {
        .col-two-filter .serach-box .search-wrap {
          max-height: 42px; } }
      @media (max-width: 991px) {
        .col-two-filter .serach-box .search-wrap {
          max-width: 100%; } }
    .col-two-filter .serach-box label {
      display: none; }
    .col-two-filter .serach-box input {
      position: relative;
      width: 100%;
      padding: 12px 32px 12px 16px;
      font-size: 14px;
      font-weight: normal;
      border: solid 1px #c5c5c5;
      border-radius: 4px;
      outline: #00b5c2; }
      .col-two-filter .serach-box input:-webkit-autofill:focus, .col-two-filter .serach-box input:focus {
        border: solid 2px #00b5c2 !important; }
      .col-two-filter .serach-box input:-webkit-autofill, .col-two-filter .serach-box input:-webkit-autofill:hover, .col-two-filter .serach-box input:-webkit-autofill:focus, .col-two-filter .serach-box input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
        box-shadow: 0 0 0 30px #ffffff inset !important; }
  .col-two-filter .search-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 16px;
    height: 18px;
    -webkit-transform: translate(-10px, -50%);
         -o-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
    background: url("/wp-content/themes/akasa/src/images/svg/icons/search-icon.svg") no-repeat;
    background-size: cover; }
  .col-two-filter .col-two-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 130px);
    margin-left: -17px;
    max-height: 1930px;
    padding-right: 62px;
    overflow-Y: scroll;
    padding-top: 35px; }
    @media (max-width: 595px) {
      .col-two-filter .col-two-wrapper {
        width: calc(100% + 15px);
        margin: 40px 0 0;
        padding-right: 15px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .col-two-filter .col-two-wrapper {
        width: calc(100% + 15px);
        margin: 40px 0 0;
        padding-right: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-filter .col-two-wrapper {
        width: calc(100% + 15px);
        margin: 40px 0 0;
        padding-right: 15px; } }
    @media (max-width: 1024px) {
      .col-two-filter .col-two-wrapper {
        width: calc(100% + 15px) !important;
        padding-right: 0px;
        margin-left: 0; } }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .col-two-filter .col-two-wrapper {
        width: calc(100% + 15px) !important;
        padding-right: 0px;
        margin-left: 0; } }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .col-two-filter .col-two-wrapper {
        width: calc(100% + 70px);
        padding-right: 10px; } }
    .col-two-filter .col-two-wrapper::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 8px; }
    .col-two-filter .col-two-wrapper::-webkit-scrollbar-thumb {
      background-color: #dadada; }
    .col-two-filter .col-two-wrapper::-webkit-scrollbar-track {
      border-left: 1px solid #dadada;
      height: 2100px;
      margin-top: -170px;
      background: #dadada;
      border-left: 2px solid transparent;
      border-right: 4px solid transparent;
      background-clip: padding-box; }
      @media (max-width: 991px) {
        .col-two-filter .col-two-wrapper::-webkit-scrollbar-track {
          margin: 0; } }
    .col-two-filter .col-two-wrapper::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #dadada; }
  .col-two-filter .col-two {
    position: relative;
    width: calc(50% - 34px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 34px);
            flex: 0 0 calc(50% - 34px);
    margin: 0 17px 35px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 28px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 28px 0 rgba(0, 0, 0, 0.11);
    max-width: 563px;
    min-height: 356px; }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .col-two-filter .col-two {
        width: calc(50% - 40px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 40px);
                flex: 0 0 calc(50% - 40px);
        margin: 0 17px 35px;
        min-height: 300px; } }
    @media (max-width: 595px) {
      .col-two-filter .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 20px);
                flex: 0 0 calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 0 20px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: none;
                box-shadow: none;
        min-height: 265px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .col-two-filter .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(49% - 20px);
                flex: 0 0 calc(49% - 20px);
        width: calc(49% - 20px);
        margin: 0 10px 20px;
        min-height: 265px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-filter .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(49% - 20px);
                flex: 0 0 calc(49% - 20px);
        width: calc(49% - 20px);
        margin: 0 10px 20px;
        min-height: 280px; } }
    @media (max-width: 480px) {
      .col-two-filter .col-two {
        min-height: 245px; } }
    .col-two-filter .col-two .text-wrap {
      position: relative;
      width: 100%;
      padding: 30px 55px 34px 28px;
      height: 141px;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        .col-two-filter .col-two .text-wrap {
          height: 150px; } }
      @media (max-width: 767px) {
        .col-two-filter .col-two .text-wrap {
          padding: 30px 20px; } }
      .col-two-filter .col-two .text-wrap mark {
        background-color: transparent; }
      .col-two-filter .col-two .text-wrap span {
        display: inline-block;
        color: #e7314e; }
        .col-two-filter .col-two .text-wrap span.date {
          display: none; }
      .col-two-filter .col-two .text-wrap p {
        margin-top: 10px;
        color: #1d334d;
        max-height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .col-two-filter .col-two.event span.date {
      display: inline-block; }
  .col-two-filter .img-wrap {
    position: relative;
    width: 100%; }
    .col-two-filter .img-wrap img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 215px; }
  .col-two-filter .top-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 50px;
    z-index: 99;
    right: 95px;
    max-width: 123px;
    cursor: pointer; }
    @media (min-width: 2300px) and (max-width: 2560px) {
      .col-two-filter .top-button {
        right: 575px; } }
    @media (min-width: 1921px) and (max-width: 2299px) {
      .col-two-filter .top-button {
        right: 240px; } }
    @media (min-width: 1801px) and (max-width: 1920px) {
      .col-two-filter .top-button {
        right: 240px; } }
    @media (min-width: 1800px) and (max-width: 1899px) {
      .col-two-filter .top-button {
        right: 188px; } }
    @media (min-width: 1601px) and (max-width: 1799px) {
      .col-two-filter .top-button {
        right: 140px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .col-two-filter .top-button {
        right: 14px;
        bottom: 25px; } }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .col-two-filter .top-button {
        right: 14px;
        bottom: 25px; } }
    @media (max-width: 991px) {
      .col-two-filter .top-button {
        right: 24px;
        bottom: 26px; } }
    .col-two-filter .top-button .hero-featured-card__cta {
      top: -25px;
      right: auto; }
      .col-two-filter .top-button .hero-featured-card__cta:before {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .col-two-filter .top-button .hero-featured-card__cta:after {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .col-two-filter .top-button p {
      color: #e7314e;
      font-weight: bold; }
  .col-two-filter #noresult {
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    display: none;
    font-size: 30px; }
    @media (max-width: 767px) {
      .col-two-filter #noresult {
        font-size: 18px; } }

.form-with-info {
  position: relative;
  display: block;
  z-index: 3;
  overflow: visible; }
  .form-with-info .col-two {
    position: relative; }
    @media (max-width: 991px) {
      .form-with-info .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .form-with-info p {
    margin-top: 26px;
    line-height: 1.63; }
    @media (max-width: 595px) {
      .form-with-info p {
        margin-top: 16px; } }
  .form-with-info .col-two > ul {
    padding: 0;
    margin-top: 48px; }
    .form-with-info .col-two > ul > li {
      margin-top: 29px;
      padding-left: 53px;
      color: #1d334d; }
      @media (min-width: 596px) and (max-width: 767px) {
        .form-with-info .col-two > ul > li {
          margin-top: 25px; } }
      @media (max-width: 595px) {
        .form-with-info .col-two > ul > li {
          margin-top: 18px; } }
      .form-with-info .col-two > ul > li::before {
        content: "";
        position: absolute;
        top: -3px;
        left: 0;
        width: 36px;
        height: 36px;
        background: url("/wp-content/themes/akasa/assets/images/icons/bondi-blue-checkmark.svg") no-repeat center;
        background-size: contain; }
      .form-with-info .col-two > ul > li h6 {
        padding-top: 4px;
        font-family: "Choplin", sans-serif; }
      .form-with-info .col-two > ul > li p {
        margin-top: 25px;
        max-width: 95%; }
        @media (min-width: 596px) and (max-width: 767px) {
          .form-with-info .col-two > ul > li p {
            margin-top: 15px; } }
        @media (max-width: 595px) {
          .form-with-info .col-two > ul > li p {
            margin-top: 12px; } }
  .form-with-info .col-two:nth-child(1) {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .form-with-info .col-two:nth-child(1) h3 {
      max-width: 450px; }
      @media (max-width: 991px) {
        .form-with-info .col-two:nth-child(1) h3 {
          max-width: 100%; } }
    .form-with-info .col-two:nth-child(1) p {
      max-width: 530px; }
      @media (max-width: 991px) {
        .form-with-info .col-two:nth-child(1) p {
          max-width: 100%; } }
  .form-with-info .col-two:nth-child(2) {
    padding-left: 124px; }
    @media (max-width: 991px) {
      .form-with-info .col-two:nth-child(2) {
        padding-left: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .form-with-info .col-two:nth-child(2) {
        margin-top: 45px; } }
    @media (max-width: 767px) {
      .form-with-info .col-two:nth-child(2) {
        margin-top: 30px; } }
    .form-with-info .col-two:nth-child(2) h5 {
      font-family: "Choplin", sans-serif;
      letter-spacing: 0.01em; }
    @media (min-width: 768px) and (max-width: 991px) {
      .form-with-info .col-two:nth-child(2) ul {
        margin-top: 35px; } }
    @media (max-width: 767px) {
      .form-with-info .col-two:nth-child(2) ul {
        margin-top: 25px; } }
  .form-with-info .form-wrapper {
    position: relative;
    margin-top: -420px;
    margin-left: auto;
    margin-right: 0;
    width: 436px;
    padding: 0 0 60px;
    border-top: 8px solid #00b5c2;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    text-align: center; }
    @media (max-width: 991px) {
      .form-with-info .form-wrapper {
        width: 100%;
        margin-top: 25px; } }
    .form-with-info .form-wrapper::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 14px 0 14px;
      border-color: #00b5c2 transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .form-with-info .form-wrapper h2 {
      margin-top: 58px; }
    .form-with-info .form-wrapper .form-wrap {
      margin-top: 50px;
      padding: 0 31px; }
  .form-with-info .img-wrapper {
    margin-top: 126px;
    max-width: 100%;
    max-height: 608px;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .form-with-info .img-wrapper {
        margin-top: 80px; } }
    @media (max-width: 767px) {
      .form-with-info .img-wrapper {
        margin-top: 50px; } }
    .form-with-info .img-wrapper img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      vertical-align: top; }

.gist-card {
  width: 100%;
  position: relative;
  overflow-x: clip;
  overflow-y: visible; }
  .gist-card .card-wrap {
    width: 100%;
    position: relative;
    padding: 48px 67px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .gist-card .card-wrap {
        padding: 48px 48px; } }
    @media (max-width: 595px) {
      .gist-card .card-wrap {
        padding: 48px 20px; } }
  .gist-card .author-with-social-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 39px; }
    @media (min-width: 596px) and (max-width: 767px) {
      .gist-card .author-with-social-icon {
        margin-bottom: 30px; } }
    @media (max-width: 595px) {
      .gist-card .author-with-social-icon {
        margin-bottom: 20px; } }
    .gist-card .author-with-social-icon .author-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 80%;
      padding-right: 36px; }
      @media (max-width: 1200px) {
        .gist-card .author-with-social-icon .author-wrap {
          width: 70%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .gist-card .author-with-social-icon .author-wrap {
          width: 60%; } }
      @media (max-width: 767px) {
        .gist-card .author-with-social-icon .author-wrap {
          width: 100%;
          padding-right: 0; } }
      .gist-card .author-with-social-icon .author-wrap .author-img {
        width: 100%;
        max-width: 68px;
        max-height: 68px;
        border-radius: 50%;
        margin-right: 7px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .gist-card .author-with-social-icon .author-wrap .author-img {
            margin: 0 auto; } }
      .gist-card .author-with-social-icon .author-wrap .author-detail {
        width: calc(100% - 91px);
        padding-left: 16px; }
        @media (max-width: 991px) {
          .gist-card .author-with-social-icon .author-wrap .author-detail {
            padding-left: 13px; } }
        @media (max-width: 767px) {
          .gist-card .author-with-social-icon .author-wrap .author-detail {
            padding-left: 0;
            text-align: center;
            margin-left: 0;
            margin-top: 15px;
            width: 100%; } }
        .gist-card .author-with-social-icon .author-wrap .author-detail h6 {
          font-size: 16px;
          font-weight: 600;
          color: #1d334d; }
          @media (max-width: 595px) {
            .gist-card .author-with-social-icon .author-wrap .author-detail h6 {
              font-size: 13px; } }
        .gist-card .author-with-social-icon .author-wrap .author-detail span {
          font-size: 16px;
          color: #1d334d;
          margin-top: 50px; }
          @media (max-width: 595px) {
            .gist-card .author-with-social-icon .author-wrap .author-detail span {
              font-size: 13px; } }
    .gist-card .author-with-social-icon .icon-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 20%; }
      @media (max-width: 1200px) {
        .gist-card .author-with-social-icon .icon-wrap {
          width: 30%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .gist-card .author-with-social-icon .icon-wrap {
          width: 40%; } }
      @media (max-width: 767px) {
        .gist-card .author-with-social-icon .icon-wrap {
          position: relative;
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 10px 0 0;
          height: 39px; } }
      .gist-card .author-with-social-icon .icon-wrap .icon {
        width: 100%;
        max-width: 29px;
        max-height: 29px;
        margin-left: 26px; }
        @media (max-width: 767px) {
          .gist-card .author-with-social-icon .icon-wrap .icon {
            margin-left: 20px; } }
        .gist-card .author-with-social-icon .icon-wrap .icon:first-child {
          margin-left: 0; }
      .gist-card .author-with-social-icon .icon-wrap::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 69px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #1d334d;
        opacity: 0.4; }
        @media (max-width: 767px) {
          .gist-card .author-with-social-icon .icon-wrap::before {
            display: none; } }
      @media (max-width: 767px) {
        .gist-card .author-with-social-icon .icon-wrap .at-share-btn svg {
          width: 40px !important;
          height: 40px !important; } }
  .gist-card .text-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .gist-card .text-wrap .col-left {
      width: 100%;
      max-width: 245px;
      padding-left: 12px; }
      @media (max-width: 767px) {
        .gist-card .text-wrap .col-left {
          max-width: none;
          padding-left: 0;
          text-align: center; } }
      .gist-card .text-wrap .col-left h4 {
        color: #00b5c2;
        font-style: italic;
        font-weight: bold; }
        @media (min-width: 1200px) {
          .gist-card .text-wrap .col-left h4 {
            font-size: 27px; } }
      .gist-card .text-wrap .col-left p {
        font-size: 27px;
        margin-top: 11px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .gist-card .text-wrap .col-left p {
            font-size: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .gist-card .text-wrap .col-left p {
            font-size: 16px; } }
        @media (max-width: 595px) {
          .gist-card .text-wrap .col-left p {
            font-size: 14px; } }
    .gist-card .text-wrap .col-right {
      width: calc(100% - 255px);
      margin-left: 10px;
      padding: 0 0 0 78px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .gist-card .text-wrap .col-right {
          padding: 0 0 0 40px; } }
      @media (max-width: 767px) {
        .gist-card .text-wrap .col-right {
          width: 100%;
          margin-left: 0;
          margin-top: 15px;
          padding: 0 0 0 0;
          text-align: center; } }
      .gist-card .text-wrap .col-right p {
        font-size: 18px;
        color: #1d334d; }
        @media (min-width: 596px) and (max-width: 767px) {
          .gist-card .text-wrap .col-right p {
            font-size: 16px; } }
        @media (max-width: 595px) {
          .gist-card .text-wrap .col-right p {
            font-size: 14px; } }
  .gist-card.vertical-top-gradient:after {
    bottom: -18px; }

.overview {
  width: 100%;
  position: relative; }
  .overview .wrapper {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .overview .col-text {
    width: 100%;
    max-width: 440px;
    padding: 4px 96px 0 0; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .overview .col-text {
        padding: 0px 75px 0 0; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .overview .col-text {
        padding: 0px 60px 0 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .overview .col-text {
        width: 50%;
        padding: 0px 35px 0 0; } }
    @media (max-width: 767px) {
      .overview .col-text {
        width: 100%;
        max-width: 100%;
        padding: 0; } }
    .overview .col-text h6 {
      margin: 39px 0 17px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .overview .col-text h6 {
          margin: 30px 0 15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .overview .col-text h6 {
          margin: 20px 0 12px; } }
      @media (max-width: 767px) {
        .overview .col-text h6 {
          margin: 10px 0; } }
  .overview .col-video {
    width: calc(100% - 450px);
    margin-left: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .overview .col-video {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .overview .col-video {
        width: 100%;
        margin: 20px 0 0 0; } }
    .overview .col-video .img-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 6px;
      overflow: hidden;
      border: 2px solid #ffffff; }
      @media (min-width: 1200px) {
        .overview .col-video .img-wrap {
          min-height: 460px; } }
      .overview .col-video .img-wrap img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .overview .col-video .img-wrap::after {
        content: "";
        position: absolute;
        width: 196px;
        height: 197px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: url("/wp-content/themes/akasa/assets/images/overview/play.svg") no-repeat center;
        background-size: contain;
        cursor: pointer; }
      .overview .col-video .img-wrap.bg-dot-wave::before {
        content: "";
        position: absolute;
        width: 1000px;
        height: 99%;
        left: -120px;
        bottom: -174px;
        background: url("/wp-content/themes/akasa/assets/images/overview/dot-pattern.svg") no-repeat left;
        background-size: cover; }

.team-member-grid {
  position: relative;
  width: 100%; }
  .team-member-grid.bg-blue-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/akasa/src/images/svg/Nav/light-blue-bg.svg") no-repeat;
    background-size: cover; }
  .team-member-grid .sub-menu {
    position: relative;
    left: 0;
    right: 0;
    height: 88px;
    background-color: #f2fbfc;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    z-index: 2; }
  .team-member-grid .sticky-wrap {
    padding-left: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 595px) {
      .team-member-grid .sticky-wrap li {
        background-color: #ffffff;
        width: 100%;
        margin-right: auto;
        padding: 10px 20px;
        -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
                box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11); }
      .team-member-grid .sticky-wrap.active li {
        display: block; } }
    .team-member-grid .sticky-wrap p {
      position: relative;
      color: #000000;
      letter-spacing: -0.01em;
      -webkit-transition: text-shadow 0.3s ease-in-out;
      -o-transition: text-shadow 0.3s ease-in-out;
      transition: text-shadow 0.3s ease-in-out;
      padding: 38px 0 28px;
      cursor: pointer;
      font-size: 14px;
      width: 100%;
      display: none; }
      @media (max-width: 595px) {
        .team-member-grid .sticky-wrap p {
          display: block; } }
      .team-member-grid .sticky-wrap p:before {
        content: '';
        position: absolute;
        top: 60%;
        right: 10px;
        width: 14px;
        height: 8px;
        background: url(/wp-content/themes/akasa/src/images/svg/icons/light-drop-down-arrow.svg) no-repeat;
        background-size: cover;
        -webkit-transform: rotate(0deg) translateY(-60%);
             -o-transform: rotate(0deg) translateY(-60%);
                transform: rotate(0deg) translateY(-60%);
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      .team-member-grid .sticky-wrap p.active:before {
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
      .team-member-grid .sticky-wrap p.active:after {
        width: 100%; }
  .team-member-grid li {
    margin-right: 53px;
    color: #000000;
    letter-spacing: -0.01em;
    -webkit-transition: text-shadow 0.3s ease-in-out;
    -o-transition: text-shadow 0.3s ease-in-out;
    transition: text-shadow 0.3s ease-in-out;
    padding: 35px 0 28px;
    cursor: pointer; }
    .team-member-grid li:last-child {
      margin-right: 0; }
    @media (max-width: 595px) {
      .team-member-grid li {
        display: none;
        padding: 10px 0; } }
    .team-member-grid li:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0;
      height: 5px;
      width: 0;
      background-color: #00b5c2;
      -webkit-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; }
    .team-member-grid li:hover {
      text-shadow: -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000; }
      .team-member-grid li:hover:after {
        width: 100%; }
    .team-member-grid li.active {
      text-shadow: -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000, -0.7px -0.7px 0.9px #000000; }
      .team-member-grid li.active:after {
        width: 100%; }
      .team-member-grid li.active a {
        font-weight: bold;
        text-shadow: none; }
  .team-member-grid .col-three-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 34px);
    margin-left: -17px;
    margin-top: 95px;
    padding-bottom: 36px;
    display: none; }
    @media (max-width: 991px) {
      .team-member-grid .col-three-wrapper {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media (max-width: 595px) {
      .team-member-grid .col-three-wrapper {
        width: 100%;
        margin: 50px 0 0; } }
  .team-member-grid .col-three {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 34px);
            flex: 0 0 calc(33.33% - 34px);
    width: calc(33.33% - 34px);
    margin: 0 17px 35px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .team-member-grid .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33% - 20px);
                flex: 0 0 calc(33.33% - 20px);
        width: calc(33.33% - 20px);
        margin: 0 10px 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .team-member-grid .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 20px);
                flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0 10px 30px; } }
    @media (max-width: 595px) {
      .team-member-grid .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        margin: 0 0 20px; } }
    .team-member-grid .col-three:nth-child(3n + 2) .profile {
      left: calc((100% + 34px) * -1); }
      @media (min-width: 768px) and (max-width: 991px) {
        .team-member-grid .col-three:nth-child(3n + 2) .profile {
          left: calc((100% + 18px) * -1); } }
    .team-member-grid .col-three:nth-child(3n + 3) .profile {
      left: calc((200% + 68px) * -1); }
      @media (min-width: 768px) and (max-width: 991px) {
        .team-member-grid .col-three:nth-child(3n + 3) .profile {
          left: calc((200% + 38px) * -1); } }
    @media (min-width: 596px) and (max-width: 767px) {
      .team-member-grid .col-three:nth-child(2n + 2) .profile {
        left: calc((100% + 18px) * -1); }
      .team-member-grid .col-three:nth-child(2n + 1) .profile {
        left: 0; } }
    @media (max-width: 595px) {
      .team-member-grid .col-three:nth-child(1n + 1) .profile {
        left: 0; } }
  .team-member-grid .card {
    position: relative;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    min-height: 485px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11); }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .team-member-grid .card {
        min-height: 475px; } }
    @media (max-width: 1199px) {
      .team-member-grid .card {
        min-height: auto; } }
    .team-member-grid .card:before {
      content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      width: 100%;
      height: 100%;
      border: solid 5px none; }
    .team-member-grid .card .img-wrap {
      position: relative;
      width: 100%;
      height: 304px; }
      @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
        .team-member-grid .card .img-wrap {
          height: 254px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .team-member-grid .card .img-wrap {
          height: 230px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .team-member-grid .card .img-wrap {
          height: 254px; } }
      @media (max-width: 595px) {
        .team-member-grid .card .img-wrap {
          height: auto; } }
      .team-member-grid .card .img-wrap img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .team-member-grid .card:hover .hero-featured-card__cta::before {
      opacity: 0; }
    .team-member-grid .card:hover .hero-featured-card__cta:after {
      opacity: 1; }
  .team-member-grid .profile {
    display: none;
    position: relative;
    width: calc(100vw - 40px);
    max-width: 1160px;
    padding: 26px 152px 27px 38px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 44px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 44px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border-top: solid 5px #00b4c2;
    margin-top: 32px;
    z-index: 99; }
    @media (max-width: 595px) {
      .team-member-grid .profile {
        padding: 20px 50px 20px 20px; } }
    .team-member-grid .profile .cross-btn {
      position: absolute;
      top: 20px;
      right: 21px;
      width: 23px;
      height: 23px;
      cursor: pointer;
      background: url("/wp-content/themes/akasa/src/images/svg/icons/cross-icon.svg") no-repeat;
      background-size: cover; }
      @media (max-width: 595px) {
        .team-member-grid .profile .cross-btn {
          top: 14px;
          right: 14px;
          width: 18px;
          height: 18px; } }
    .team-member-grid .profile h6 {
      color: #1d334d;
      font-size: 20px;
      font-family: "Choplin", sans-serif; }
    .team-member-grid .profile p {
      margin-top: 4px;
      color: #1d334d; }
  .team-member-grid .active .card {
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.41);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.41); }
    .team-member-grid .active .card:after {
      content: '';
      position: absolute;
      bottom: -44px;
      left: 48%;
      width: 20px;
      height: 20px;
      background-color: #00b4c2;
      -webkit-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      z-index: -1; }
    .team-member-grid .active .card:before {
      border-radius: 8px;
      border: solid 5px #ffffff; }
    .team-member-grid .active .card .img-wrap img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  .team-member-grid .active .content-wrap {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #00b5c2; }
  .team-member-grid .active .text-wrap h3 {
    color: #ffffff; }
  .team-member-grid .active .text-wrap p {
    color: #ffffff; }
  .team-member-grid .active .hero-featured-card__cta {
    display: none;
    font-size: 0; }
  .team-member-grid .active .social-wrap .icon-wrap .white {
    display: block; }
  .team-member-grid .active .social-wrap .icon-wrap .blue {
    display: none;
    font-size: 0; }
  .team-member-grid .active .profile {
    display: block;
    margin-bottom: 8px; }
  .team-member-grid .content-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 26px 7px 29px 30px;
    height: calc(100% - 304px); }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .team-member-grid .content-wrap {
        height: calc(100% - 254px); } }
    @media (max-width: 991px) {
      .team-member-grid .content-wrap {
        padding: 20px 30px 25px 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .team-member-grid .content-wrap {
        height: calc(100% - 230px); } }
    @media (min-width: 596px) and (max-width: 767px) {
      .team-member-grid .content-wrap {
        height: calc(100% - 254px); } }
    @media (max-width: 595px) {
      .team-member-grid .content-wrap {
        height: auto; } }
    .team-member-grid .content-wrap .hero-featured-card__cta {
      top: auto;
      bottom: 20px;
      right: 20px; }
      @media (max-width: 991px) {
        .team-member-grid .content-wrap .hero-featured-card__cta {
          bottom: 25px; } }
  .team-member-grid .text-wrap {
    max-width: 216px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 216px;
            flex: 0 0 216px;
    width: 100%; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .team-member-grid .text-wrap {
        max-width: 200px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .team-member-grid .text-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px;
        max-width: 200px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .team-member-grid .text-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    .team-member-grid .text-wrap p {
      margin-top: 10px;
      min-height: 48px; }
  .team-member-grid .social-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 216px);
            flex: 0 0 calc(100% - 216px);
    width: calc(100% - 216px);
    height: 100%;
    margin-top: 8px; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .team-member-grid .social-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 200px);
                flex: 0 0 calc(100% - 200px);
        width: calc(100% - 200px); } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .team-member-grid .social-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 200px);
                flex: 0 0 calc(100% - 200px);
        width: calc(100% - 200px); } }
    @media (max-width: 991px) {
      .team-member-grid .social-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 35px; } }
    .team-member-grid .social-wrap .icon-wrap {
      position: relative;
      max-width: 26px;
      max-height: 24px; }
      .team-member-grid .social-wrap .icon-wrap:not(:last-child) {
        margin-right: 24px; }
        @media (max-width: 1200px) {
          .team-member-grid .social-wrap .icon-wrap:not(:last-child) {
            margin-right: 15px; } }
      .team-member-grid .social-wrap .icon-wrap .blue {
        display: block;
        font-size: 0; }
      .team-member-grid .social-wrap .icon-wrap .white {
        display: none; }
      @media (max-width: 1200px) {
        .team-member-grid .social-wrap .icon-wrap svg {
          width: 20px; } }

.logo-slider {
  position: relative;
  width: 100%; }
  @media (min-width: 1200px) {
    .logo-slider {
      padding: 142px 0; } }
  @media (max-width: 991px) {
    .logo-slider {
      padding: 50px 0; } }
  .logo-slider .intro h2 {
    max-width: 1050px; }
  .logo-slider .logo-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 58px; }
    @media (max-width: 991px) {
      .logo-slider .logo-wrapper {
        margin-top: 100px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .logo-slider .logo-wrapper {
        margin-top: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .logo-slider .logo-wrapper {
        margin-top: 70px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .logo-slider .logo-wrapper {
        margin-top: 50px; } }
    @media (max-width: 595px) {
      .logo-slider .logo-wrapper {
        margin-top: 41px; } }
  .logo-slider .item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 80px);
            flex: 0 0 calc(25% - 80px);
    width: calc(25% - 80px);
    margin: 0 40px; }
  .logo-slider .img-wrap {
    position: relative;
    max-width: 298px;
    height: 140px;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .logo-slider .img-wrap {
        max-width: 210px;
        height: 100px;
        margin: 0 auto; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .logo-slider .img-wrap {
        max-width: 210px;
        margin: 0 auto;
        height: 100px; } }
    @media (max-width: 595px) {
      .logo-slider .img-wrap {
        max-width: 210px;
        height: 100px;
        margin: 0 auto; } }
    .logo-slider .img-wrap img {
      -o-object-fit: contain;
         object-fit: contain;
      vertical-align: middle;
      height: 100%; }
  .logo-slider .slider-controls {
    margin: 80px auto 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .logo-slider .slider-controls {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .logo-slider .slider-controls {
        margin-top: 41px; } }

.card-three-grid {
  position: relative;
  width: 100%; }
  @media (min-width: 1200px) {
    .card-three-grid {
      padding: 68px 0 132px; } }
  .card-three-grid .bg-blue-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1416px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("/wp-content/themes/akasa/src/images/card-three-grid/light-blue-bottom.png") no-repeat;
    background-size: cover; }
  .card-three-grid .card-three-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-top: 70px; }
    @media (max-width: 991px) {
      .card-three-grid .card-three-wrapper {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media (max-width: 595px) {
      .card-three-grid .card-three-wrapper {
        width: 100%;
        margin: 40px 0 0 0; } }
  .card-three-grid .card-three {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 36px);
            flex: 0 0 calc(33.33% - 36px);
    width: calc(33.33% - 36px);
    margin: 0 18px 15px;
    padding: 85px 33px 62px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .card-three-grid .card-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33% - 20px);
                flex: 0 0 calc(33.33% - 20px);
        width: calc(33.33% - 20px);
        margin: 0 10px;
        padding: 60px 20px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .card-three-grid .card-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 20px);
                flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0 10px 20px;
        padding: 60px 20px; } }
    @media (max-width: 595px) {
      .card-three-grid .card-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        margin: 0 0 20px;
        padding: 60px 20px; } }
  .card-three-grid .img-wrap {
    position: relative;
    max-width: 236px;
    margin: 0 auto;
    width: 100%; }
    .card-three-grid .img-wrap img {
      height: 100%; }
  .card-three-grid .text-wrap {
    margin-top: 44px;
    height: calc(100% - 65px); }

.icon-with-text {
  width: 100%;
  position: relative;
  overflow: visible;
  overflow-x: clip; }
  .icon-with-text .right-rectangle::before {
    top: 100px;
    right: 0;
    left: unset;
    width: 82%;
    height: 83%;
    border-radius: 420px 0 0 420px;
    background: -webkit-gradient(linear, right top, left top, from(#f3fbfd), color-stop(12%, white), color-stop(90%, #f3fbfd));
    background: -webkit-linear-gradient(right, #f3fbfd 0%, white 12%, #f3fbfd 90%);
    background: -o-linear-gradient(right, #f3fbfd 0%, white 12%, #f3fbfd 90%);
    background: linear-gradient(to left, #f3fbfd 0%, white 12%, #f3fbfd 90%); }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .icon-with-text .right-rectangle::before {
        top: 100px;
        height: 70%; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .icon-with-text .right-rectangle::before {
        top: 79px;
        height: 68%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .icon-with-text .right-rectangle::before {
        top: 50px;
        height: 80%; } }
    @media (max-width: 767px) {
      .icon-with-text .right-rectangle::before {
        top: 15px;
        height: 80%; } }
  .icon-with-text .wrapper {
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .icon-with-text .wrapper {
        width: 100%;
        margin: 0; } }
  .icon-with-text .col-icon {
    position: relative;
    width: calc(55% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(55% - 20px);
            flex: 0 0 calc(55% - 20px);
    margin: 0 10px; }
    @media (max-width: 767px) {
      .icon-with-text .col-icon {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 0 15px; } }
    .icon-with-text .col-icon .icon {
      width: 100%; }
      @media (min-width: 596px) and (max-width: 767px) {
        .icon-with-text .col-icon .icon {
          max-width: 550px;
          margin: 0 auto; } }
      .icon-with-text .col-icon .icon image {
        height: 100%; }
  .icon-with-text .col-text {
    position: relative;
    width: calc(45% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 20px);
            flex: 0 0 calc(45% - 20px);
    margin: 0 10px; }
    @media (min-width: 1200px) {
      .icon-with-text .col-text {
        padding-left: 11px; } }
    @media (max-width: 767px) {
      .icon-with-text .col-text {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 0 15px; } }
    .icon-with-text .col-text .text-wrap {
      max-width: 425px; }
      @media (max-width: 767px) {
        .icon-with-text .col-text .text-wrap {
          text-align: center;
          max-width: 100%; } }
      @media (max-width: 595px) {
        .icon-with-text .col-text .text-wrap {
          text-align: left; } }
      .icon-with-text .col-text .text-wrap h2 {
        margin: 0 0 32px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .icon-with-text .col-text .text-wrap h2 {
            margin: 0 0 20px; } }
        @media (max-width: 767px) {
          .icon-with-text .col-text .text-wrap h2 {
            margin: 0 0 15px; } }
      .icon-with-text .col-text .text-wrap h6 {
        margin: 0 0 21px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .icon-with-text .col-text .text-wrap h6 {
            margin: 0 0 20px; } }
        @media (max-width: 767px) {
          .icon-with-text .col-text .text-wrap h6 {
            margin: 0 0 15px; } }
      .icon-with-text .col-text .text-wrap p {
        margin: 0 0 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .icon-with-text .col-text .text-wrap p {
            margin: 0 0 20px; } }
        @media (max-width: 767px) {
          .icon-with-text .col-text .text-wrap p {
            margin: 0 0 15px; } }
  .icon-with-text.bg-dot-pattern-down::before {
    content: "";
    position: absolute;
    width: 162%;
    height: 100%;
    top: -445px;
    right: -133px;
    background: url("/wp-content/themes/akasa/assets/images/patterns/dot-pattern-ternary.svg") no-repeat center;
    background-size: cover;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 991px) {
      .icon-with-text.bg-dot-pattern-down::before {
        width: 158%;
        height: 54%;
        top: -170px;
        right: -67px; } }

.benefits-list {
  width: 100%;
  position: relative; }
  .benefits-list .wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 595px) {
      .benefits-list .wrapper {
        width: 100%;
        margin: 0; } }
  .benefits-list .col-two {
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    margin: 0 10px; }
    @media (max-width: 595px) {
      .benefits-list .col-two {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 0 15px; } }
    .benefits-list .col-two .text-wrap {
      max-width: 504px; }
      @media (max-width: 595px) {
        .benefits-list .col-two .text-wrap {
          max-width: 100%; } }
      .benefits-list .col-two .text-wrap h2 {
        margin: 0 0 38px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .benefits-list .col-two .text-wrap h2 {
            margin: 0 0 25px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .benefits-list .col-two .text-wrap h2 {
            margin: 0 0 20px; } }
        @media (max-width: 595px) {
          .benefits-list .col-two .text-wrap h2 {
            margin: 0 0 15px; } }
      .benefits-list .col-two .text-wrap h6 {
        font-family: "Choplin", sans-serif;
        margin: 0 0 18px; }
        @media (max-width: 991px) {
          .benefits-list .col-two .text-wrap h6 {
            margin: 0 0 15px; } }
    .benefits-list .col-two .btn-wrap {
      margin-top: 40px; }
    .benefits-list .col-two ul {
      list-style: none;
      padding: 0 0 0 65px; }
      @media (min-width: 1200px) {
        .benefits-list .col-two ul {
          padding-top: 33px; } }
      @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
        .benefits-list .col-two ul {
          padding: 0 0 0 50px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .benefits-list .col-two ul {
          padding: 0 0 0 30px; } }
      @media (max-width: 595px) {
        .benefits-list .col-two ul {
          padding: 0; } }
      .benefits-list .col-two ul li {
        position: relative;
        padding-left: 47px;
        margin: 0 0 27px;
        color: #1d334d; }
        @media (min-width: 992px) and (max-width: 1024px) {
          .benefits-list .col-two ul li {
            margin: 0 0 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .benefits-list .col-two ul li {
            margin: 0 0 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .benefits-list .col-two ul li {
            margin: 0 0 15px; } }
        @media (max-width: 595px) {
          .benefits-list .col-two ul li {
            margin: 0 0 10px;
            padding-left: 35px; } }
        .benefits-list .col-two ul li::after {
          content: "";
          position: absolute;
          width: 27px;
          height: 27px;
          top: 3px;
          left: 0;
          background: url("/wp-content/themes/akasa/assets/images/benefits-list/check.svg") no-repeat center;
          background-size: contain; }
          @media (max-width: 1200px) {
            .benefits-list .col-two ul li::after {
              top: 0; } }
          @media (max-width: 595px) {
            .benefits-list .col-two ul li::after {
              width: 18px;
              height: 18px; } }

.member-quote {
  position: relative;
  overflow: unset; }
  .member-quote .col-two-wrapper {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .member-quote aside {
    position: sticky;
    top: 150px; }
  .member-quote .col-20 {
    position: relative;
    width: 30%;
    padding: 45px 45px 0 49px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .member-quote .col-20 {
        padding: 45px 30px 0 30px; } }
    @media (max-width: 767px) {
      .member-quote .col-20 {
        padding: 45px 0 0 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .member-quote .col-20 {
        padding: 45px 15px 0 15px; } }
    @media (max-width: 595px) {
      .member-quote .col-20 {
        width: 100%; } }
    .member-quote .col-20 img {
      max-width: 269px;
      max-height: 224px;
      margin: 0 auto; }
    .member-quote .col-20 h4 {
      color: #1d334d;
      font-size: 20px;
      font-family: "Choplin", sans-serif;
      margin-bottom: 33px; }
      @media (min-width: 596px) and (max-width: 767px) {
        .member-quote .col-20 h4 {
          font-size: 18px; } }
      @media (max-width: 595px) {
        .member-quote .col-20 h4 {
          font-size: 16px; } }
    .member-quote .col-20 h6 {
      font-weight: bold;
      margin-bottom: 10px;
      cursor: pointer; }
      @media (min-width: 1200px) {
        .member-quote .col-20 h6 {
          font-size: 16px; } }
      .member-quote .col-20 h6 a {
        color: #e7314e;
        pointer-events: none; }
    .member-quote .col-20 p {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-bottom: 27px; }
    .member-quote .col-20::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: -webkit-linear-gradient(271deg, #f8f9fa 42%, rgba(29, 51, 77, 0) 100%);
      background-image: -o-linear-gradient(271deg, #f8f9fa 42%, rgba(29, 51, 77, 0) 100%);
      background-image: linear-gradient(179deg, #f8f9fa 42%, rgba(29, 51, 77, 0) 100%);
      z-index: -1; }
  .member-quote .col-80 {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(70% - 30px);
            flex: 0 0 calc(70% - 30px);
    width: calc(70% - 30px);
    padding: 0 0 0 20px;
    margin: 0 0 0 30px; }
    @media (max-width: 595px) {
      .member-quote .col-80 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        padding: 0;
        margin: 15px 0 0 0; } }
    .member-quote .col-80 .active {
      padding-top: 140px; }
    .member-quote .col-80 h2 {
      margin-bottom: 20px;
      color: #00b5c2; }
      @media (min-width: 1200px) {
        .member-quote .col-80 h2 {
          font-size: 43.3; } }
    .member-quote .col-80 h4 {
      margin-bottom: 16px; }
      @media (min-width: 1200px) {
        .member-quote .col-80 h4 {
          font-size: 24px; } }
    .member-quote .col-80 img {
      max-width: 100%;
      max-height: 100%;
      margin: 41px 36px 50px 0;
      -o-object-fit: cover;
         object-fit: cover;
      float: none; }
      @media (max-width: 1200px) {
        .member-quote .col-80 img {
          -o-object-fit: contain;
             object-fit: contain; } }
      @media (max-width: 991px) {
        .member-quote .col-80 img {
          margin: 10px 36px 30px 0; } }
      @media (max-width: 480px) {
        .member-quote .col-80 img {
          max-width: initial;
          height: 170px;
          margin: 0 0 15px 0; } }
    .member-quote .col-80 p {
      margin: 16px 0 41px;
      max-width: 743px; }
      @media (min-width: 1200px) {
        .member-quote .col-80 p {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .member-quote .col-80 p {
          margin: 12px 0 30px; } }
      @media (max-width: 767px) {
        .member-quote .col-80 p {
          margin: 12px 0 20px; } }
      .member-quote .col-80 p .reverse {
        float: right;
        margin: 0 0 0 15px; }
        @media (max-width: 480px) {
          .member-quote .col-80 p .reverse {
            margin: 0 0 15px 0; } }
    .member-quote .col-80 ul {
      padding: 0 0 0 37px;
      margin: 0 0 66px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .member-quote .col-80 ul {
          padding-left: 48px;
          margin: 0 0 40px; } }
      @media (max-width: 767px) {
        .member-quote .col-80 ul {
          padding-left: 38px;
          margin: 0 0 20px; } }
      .member-quote .col-80 ul li {
        color: #1d334d;
        position: relative;
        margin-bottom: 25px;
        padding-left: 9px; }
        @media (max-width: 991px) {
          .member-quote .col-80 ul li {
            padding-left: 0; } }
        @media (max-width: 767px) {
          .member-quote .col-80 ul li {
            margin-bottom: 20px; } }
        @media (min-width: 1200px) {
          .member-quote .col-80 ul li {
            font-size: 18px; } }
        .member-quote .col-80 ul li:before {
          content: "";
          position: absolute;
          top: -1px;
          left: -41px;
          height: 33px;
          width: 33px;
          background: url(/wp-content/themes/akasa/src/images/icons/bondi-blue-checkmark.svg) no-repeat;
          background-size: cover; }
          @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
            .member-quote .col-80 ul li:before {
              left: -24px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .member-quote .col-80 ul li:before {
              left: -51px; } }
          @media (max-width: 767px) {
            .member-quote .col-80 ul li:before {
              left: -38px;
              height: 20px;
              width: 20px; } }
        .member-quote .col-80 ul li a {
          color: #e7314e; }
    .member-quote .col-80 blockquote {
      position: relative;
      border: 2px solid #00b5c2;
      border-radius: 8px;
      padding: 44px 34px 30px 56px;
      margin: 83px 0 79px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .member-quote .col-80 blockquote {
          margin: 50px 0 60px;
          padding: 30px 10px 20px 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .member-quote .col-80 blockquote {
          margin: 29px 0 40px;
          padding: 30px 30px 30px 30px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .member-quote .col-80 blockquote {
          margin: 29px 0 30px;
          padding: 30px 30px 30px 30px; } }
      @media (max-width: 480px) {
        .member-quote .col-80 blockquote {
          margin: 29px 0 20px;
          padding: 30px 10px 30px 20px; } }
      .member-quote .col-80 blockquote::after {
        content: '';
        position: absolute;
        top: -29px;
        left: 28px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: url(/wp-content/themes/akasa/assets/images/components/testimonial-card/quotation-circle-icon.svg) no-repeat center;
        background-size: contain; }
      .member-quote .col-80 blockquote h6 {
        position: relative;
        font-family: "Choplin", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        font-style: italic;
        margin-bottom: 31px;
        padding-left: 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .member-quote .col-80 blockquote h6 {
            font-size: 14px;
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          .member-quote .col-80 blockquote h6 {
            font-size: 14px;
            margin-bottom: 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .member-quote .col-80 blockquote h6 {
            padding: 0 0 0 0; } }
        @media (max-width: 480px) {
          .member-quote .col-80 blockquote h6 {
            padding: 0 0 0 0; } }
        .member-quote .col-80 blockquote h6::after {
          content: '';
          position: absolute;
          width: 1px;
          height: calc(100% + 44px);
          left: 0;
          top: 0;
          background: #000000; }
          @media (min-width: 768px) and (max-width: 991px) {
            .member-quote .col-80 blockquote h6::after {
              height: calc(100% + 40px); } }
          @media (min-width: 596px) and (max-width: 767px) {
            .member-quote .col-80 blockquote h6::after {
              display: none; } }
          @media (max-width: 480px) {
            .member-quote .col-80 blockquote h6::after {
              display: none; } }
      .member-quote .col-80 blockquote p {
        margin: 0;
        padding-left: 40px;
        font-size: 15px;
        font-weight: 600; }
        .member-quote .col-80 blockquote p span {
          font-weight: normal; }
        @media (min-width: 596px) and (max-width: 767px) {
          .member-quote .col-80 blockquote p {
            font-size: 12px;
            padding: 0 0 0 0; } }
        @media (max-width: 480px) {
          .member-quote .col-80 blockquote p {
            padding: 0 0 0 0; } }

.col-two-with-image {
  position: relative;
  width: 100%;
  min-height: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .col-two-with-image {
      min-height: auto; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .col-two-with-image {
      min-height: 520px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-with-image {
      min-height: 520px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-two-with-image .pattern--left {
      height: 400px; } }
  .col-two-with-image .col-image {
    position: relative;
    width: calc(52% - 20px);
    margin: 0 10px; }
    @media (max-width: 767px) {
      .col-two-with-image .col-image {
        width: calc(100% - 20px); } }
  .col-two-with-image .image-wrap {
    position: absolute;
    top: -37px;
    left: -170px;
    width: 777px;
    height: 424px; }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .col-two-with-image .image-wrap {
        left: -70px;
        width: 660px; } }
    @media (max-width: 1200px) {
      .col-two-with-image .image-wrap {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        height: auto; } }
  .col-two-with-image .outer-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .col-two-with-image .wrapper {
    width: calc(48% - 20px);
    margin: 0 10px;
    padding: 65px 0 0 46px; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .col-two-with-image .wrapper {
        padding: 0 0 0 20px; } }
    @media (max-width: 1200px) {
      .col-two-with-image .wrapper {
        padding-top: 0; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .col-two-with-image .wrapper {
        padding: 0 0 0 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-with-image .wrapper {
        padding: 0 0 0 25px; } }
    @media (max-width: 767px) {
      .col-two-with-image .wrapper {
        width: calc(100% - 20px);
        margin-top: 40px;
        padding: 0; } }
  .col-two-with-image .text-wrap {
    max-width: 496px; }
    @media (max-width: 767px) {
      .col-two-with-image .text-wrap {
        text-align: center;
        margin: 0 auto; } }
    .col-two-with-image .text-wrap h2 {
      margin-bottom: 46px; }
      @media (max-width: 1200px) {
        .col-two-with-image .text-wrap h2 {
          margin-bottom: 10px; } }
    .col-two-with-image .text-wrap h6 {
      margin-bottom: 19px;
      font-family: "Choplin", sans-serif; }
      @media (max-width: 1200px) {
        .col-two-with-image .text-wrap h6 {
          margin-bottom: 10px; } }
      @media (max-width: 595px) {
        .col-two-with-image .text-wrap h6 {
          margin-bottom: 20px; } }
    .col-two-with-image .text-wrap p {
      max-width: 425px; }
      @media (max-width: 1200px) {
        .col-two-with-image .text-wrap p {
          max-width: 100%; } }

.search-results {
  position: relative;
  width: 100%; }
  .search-results .title-wrap {
    position: relative;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
    background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
    background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);
    min-height: 177px; }
    @media (max-width: 991px) {
      .search-results .title-wrap {
        min-height: 140px; } }
  .search-results .text-wrap {
    position: relative;
    width: 100%;
    padding: 38px 4px 34px; }
    @media (max-width: 991px) {
      .search-results .text-wrap {
        padding: 30px 4px; } }
    .search-results .text-wrap h3 {
      color: #00b5c2;
      font-family: choplin;
      font-style: italic; }
      @media (min-width: 1200px) {
        .search-results .text-wrap h3 {
          font-size: 30px; } }
    .search-results .text-wrap h2 {
      margin-top: 10px; }
      @media (min-width: 1200px) {
        .search-results .text-wrap h2 {
          font-size: 45px; } }
  .search-results .search-items {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    padding: 0 0 70px; }
    @media (max-width: 991px) {
      .search-results .search-items {
        padding: 0 0 30px; } }
  .search-results .col-wrapper {
    position: relative;
    width: 100%; }
  .search-results .item-wrap {
    position: relative;
    width: 100%;
    padding: 38px 0 0; }
    @media (max-width: 991px) {
      .search-results .item-wrap {
        padding: 30px 0 0; } }
  .search-results .item {
    position: relative;
    width: 100%;
    padding: 48px 100px 54px 63px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .search-results .item:not(:first-child) {
      margin-top: 35px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .search-results .item:not(:first-child) {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .search-results .item:not(:first-child) {
          margin-top: 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .search-results .item {
        padding: 40px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .search-results .item {
        padding: 40px 60px 40px 30px; } }
    @media (max-width: 595px) {
      .search-results .item {
        padding: 20px 40px 20px 20px; } }
    .search-results .item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      border-left: solid 8px transparent;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .search-results .item:hover {
      -webkit-box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.35);
              box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.35); }
      .search-results .item:hover:before {
        border-left: solid 8px #00b5c2; }
      .search-results .item:hover .hero-featured-card__cta:after {
        opacity: 1; }
    .search-results .item .content-wrap {
      position: relative;
      width: 100%;
      padding-left: 3px; }
    .search-results .item h3 {
      margin-bottom: 23px;
      margin-right: 5px; }
      @media (min-width: 1200px) {
        .search-results .item h3 {
          font-size: 27px; } }
      @media (max-width: 991px) {
        .search-results .item h3 {
          margin-bottom: 16px; } }
    .search-results .item span {
      display: inline-block;
      font-size: 16px;
      color: #e7314e; }
      @media (min-width: 596px) and (max-width: 767px) {
        .search-results .item span {
          font-size: 14px; } }
      @media (max-width: 595px) {
        .search-results .item span {
          font-size: 12px; } }
    .search-results .item p {
      position: relative;
      width: 100%;
      margin-top: 10px;
      color: #1d334d;
      max-height: 48px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
  .search-results .hero-featured-card__cta {
    top: 22px;
    right: 20px; }
  .search-results .slider-controls {
    margin: 20px auto 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .search-results .slider-controls {
        margin: 0 auto; } }

.title-with-card {
  position: relative;
  width: 100%; }
  .title-with-card .card-wrapper {
    position: relative;
    width: 100%;
    margin-top: 60px; }
  .title-with-card .card {
    position: relative;
    width: 100%;
    padding: 35px 28px;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11); }
    .title-with-card .card:not(:last-child) {
      margin-bottom: 40px; }
  .title-with-card .img-with-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .title-with-card .img-with-text {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .title-with-card .img-with-text .img-wrap {
      position: relative;
      max-width: 567px;
      max-height: 325px;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .title-with-card .img-with-text .img-wrap {
          max-width: 300px; } }
      @media (max-width: 767px) {
        .title-with-card .img-with-text .img-wrap {
          max-height: 100%;
          max-width: 100%; } }
      .title-with-card .img-with-text .img-wrap img {
        height: 100%; }
    .title-with-card .img-with-text .text-wrap {
      width: calc(100% - 567px);
      margin-left: 25px;
      padding-top: 8px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .title-with-card .img-with-text .text-wrap {
          width: calc(100% - 300px); } }
      @media (max-width: 767px) {
        .title-with-card .img-with-text .text-wrap {
          width: 100%;
          margin: 10px 0 0; } }
      .title-with-card .img-with-text .text-wrap h3 {
        margin-bottom: 18px; }
      .title-with-card .img-with-text .text-wrap p {
        margin-bottom: 10px; }
      .title-with-card .img-with-text .text-wrap .resources-feature-card__cta {
        margin-top: 32px; }
  .title-with-card.bg-gradient-up:before {
    width: 100%; }

@media (min-width: 992px) {
  .col-two-counter .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.col-two-counter .content-wrap {
  position: relative; }
  .col-two-counter .content-wrap:before {
    content: "";
    position: absolute;
    right: -15px;
    height: 100%;
    top: 11px;
    width: 2px;
    background-color: #979797; }
    @media (min-width: 992px) {
      .col-two-counter .content-wrap:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .col-two-counter .content-wrap:before {
        right: 0; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .col-two-counter .content-wrap:before {
        right: 0; } }
    @media (max-width: 991px) {
      .col-two-counter .content-wrap:before {
        display: none; } }
  .col-two-counter .content-wrap h2 {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .col-two-counter .content-wrap h2 {
        margin-bottom: 30px; } }
  .col-two-counter .content-wrap ul {
    padding-left: 48px;
    max-width: 390px; }
    @media (max-width: 991px) {
      .col-two-counter .content-wrap ul {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .col-two-counter .content-wrap ul {
        padding-left: 38px; } }
    .col-two-counter .content-wrap ul li {
      position: relative;
      color: #1d334d; }
      .col-two-counter .content-wrap ul li:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -51px;
        height: 33px;
        width: 33px;
        background: url("/wp-content/themes/akasa/src/images/icons/bondi-blue-checkmark.svg") no-repeat;
        background-size: cover; }
        @media (max-width: 767px) {
          .col-two-counter .content-wrap ul li:before {
            left: -38px;
            height: 20px;
            width: 20px; } }
      .col-two-counter .content-wrap ul li:not(:last-child) {
        margin-bottom: 34px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .col-two-counter .content-wrap ul li:not(:last-child) {
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          .col-two-counter .content-wrap ul li:not(:last-child) {
            margin-bottom: 20px; } }
  .col-two-counter .content-wrap .btn-wrap {
    margin-top: 68px; }
    @media (max-width: 991px) {
      .col-two-counter .content-wrap .btn-wrap {
        margin-top: 40px; } }

.col-two-counter .counter-wrap {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  max-width: 458px;
  margin-left: auto; }
  @media (max-width: 991px) {
    .col-two-counter .counter-wrap {
      margin: 50px 0 0;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .col-two-counter .counter-wrap {
      margin-top: 25px; } }
  .col-two-counter .counter-wrap .counter__count {
    color: #1d334d; }
  .col-two-counter .counter-wrap .counter {
    max-width: 264px;
    margin-bottom: 30px;
    margin-left: 66px; }
    @media (max-width: 767px) {
      .col-two-counter .counter-wrap .counter {
        margin-top: 30px;
        max-width: 170px; } }
    @media (max-width: 991px) {
      .col-two-counter .counter-wrap .counter {
        margin-left: 0; } }
    .col-two-counter .counter-wrap .counter .counter__count {
      color: #1d334d; }
      @media (max-width: 595px) {
        .col-two-counter .counter-wrap .counter .counter__count {
          font-size: 40px; } }
      .col-two-counter .counter-wrap .counter .counter__count:before {
        display: none; }
    .col-two-counter .counter-wrap .counter__track {
      stroke: #dadada; }
  .col-two-counter .counter-wrap h3 {
    padding-right: 35px; }
  .col-two-counter .counter-wrap .text {
    margin-top: 40px;
    max-width: 50%; }
    @media (max-width: 767px) {
      .col-two-counter .counter-wrap .text {
        margin-top: 30px; } }
  .col-two-counter .counter-wrap .img-wrap {
    max-width: 205px;
    margin-bottom: 47px; }
    @media (max-width: 767px) {
      .col-two-counter .counter-wrap .img-wrap {
        margin: 0 auto 30px; } }

.col-two-counter .right-rectangle:before {
  height: 100%; }

.cards-with-intro {
  overflow: visible; }
  .cards-with-intro h6 {
    margin-top: 34px;
    font-family: "Choplin", sans-serif; }
    @media (max-width: 991px) {
      .cards-with-intro h6 {
        margin-top: 20px; } }
  .cards-with-intro p {
    margin-top: 20px;
    max-width: 340px;
    line-height: 1.63; }
    @media (max-width: 991px) {
      .cards-with-intro p {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .cards-with-intro p {
        max-width: 600px; } }
  .cards-with-intro .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cards-with-intro .col-two {
    max-width: calc(50% - 61px);
    font-size: 0; }
    @media (max-width: 1200px) {
      .cards-with-intro .col-two {
        max-width: calc(50% - 30px); } }
    @media (max-width: 991px) {
      .cards-with-intro .col-two {
        max-width: calc(50% - 20px); } }
    @media (max-width: 767px) {
      .cards-with-intro .col-two {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .cards-with-intro .wrapper {
    font-size: 0;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    max-width: 462px;
    width: 100%;
    padding: 21px 32px 19px; }
    @media (max-width: 1200px) {
      .cards-with-intro .wrapper {
        padding: 20px 25px; } }
    @media (max-width: 767px) {
      .cards-with-intro .wrapper {
        margin-top: 20px;
        max-width: 100%; } }
    @media (max-width: 480px) {
      .cards-with-intro .wrapper {
        padding: 15px; } }
    .cards-with-intro .wrapper .checkmark {
      display: inline-block;
      vertical-align: middle;
      max-width: 53px;
      width: 100%;
      height: 53px;
      margin-right: 35px;
      background: url("/wp-content/themes/akasa/assets/images/svg/icons/checkbox.svg") no-repeat; }
      @media (max-width: 991px) {
        .cards-with-intro .wrapper .checkmark {
          max-width: 40px;
          height: 40px;
          margin-right: 10px; } }
    .cards-with-intro .wrapper .content-wrap {
      display: inline-block;
      vertical-align: middle;
      max-width: calc(100% - 90px);
      width: 100%;
      font-size: 0;
      padding-right: 20px; }
      @media (max-width: 991px) {
        .cards-with-intro .wrapper .content-wrap {
          padding-right: 10px;
          max-width: calc(100% - 50px); } }
      @media (max-width: 480px) {
        .cards-with-intro .wrapper .content-wrap {
          max-width: calc(100% - 50px); } }
    .cards-with-intro .wrapper .icon-wrap {
      display: inline-block;
      vertical-align: middle;
      max-width: 90px;
      max-height: 90px;
      height: 100%;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cards-with-intro .wrapper .icon-wrap {
          max-width: 50px;
          max-height: 50px; } }
      @media (max-width: 767px) {
        .cards-with-intro .wrapper .icon-wrap {
          max-width: 50px;
          max-height: 50px; } }
      .cards-with-intro .wrapper .icon-wrap img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%; }
    .cards-with-intro .wrapper p {
      margin-top: 0;
      font-size: 22px;
      font-weight: bold;
      line-height: normal;
      letter-spacing: 0.038em;
      color: #ffffff;
      display: inline-block;
      vertical-align: middle;
      max-width: calc(100% - 88px); }
      @media (max-width: 991px) {
        .cards-with-intro .wrapper p {
          font-size: 16px; } }
    .cards-with-intro .wrapper:first-child {
      margin-top: -3px; }
      @media (max-width: 1200px) {
        .cards-with-intro .wrapper:first-child {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .cards-with-intro .wrapper:first-child {
          margin-top: 20px; } }
    .cards-with-intro .wrapper:nth-child(even) {
      margin-left: 60px; }
      @media (max-width: 1200px) {
        .cards-with-intro .wrapper:nth-child(even) {
          margin-left: 0; } }
    .cards-with-intro .wrapper:not(:first-child) {
      margin-top: 50px; }
      @media (max-width: 1200px) {
        .cards-with-intro .wrapper:not(:first-child) {
          margin-top: 40px; } }
      @media (max-width: 767px) {
        .cards-with-intro .wrapper:not(:first-child) {
          margin-top: 20px; } }
  .cards-with-intro .btn-wrap {
    margin-top: 60px; }
    @media (max-width: 1200px) {
      .cards-with-intro .btn-wrap {
        margin-top: 40px; } }
    @media (max-width: 991px) {
      .cards-with-intro .btn-wrap {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .cards-with-intro .btn-wrap {
        margin-top: 20px; } }
  .cards-with-intro.bg-pattern:before {
    z-index: 1; }
  .cards-with-intro.row-reverse .row .col-two:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 767px) {
      .cards-with-intro.row-reverse .row .col-two:first-child {
        margin-top: 15px; } }
  .cards-with-intro.row-reverse .row .col-two .wrapper:nth-child(even) {
    margin-left: 0px; }
  .cards-with-intro.row-reverse .row .col-two .wrapper:nth-child(odd) {
    margin-left: 60px; }
    @media (max-width: 1200px) {
      .cards-with-intro.row-reverse .row .col-two .wrapper:nth-child(odd) {
        margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .cards-with-intro .blue-gradient--circle-left {
      height: 570px; } }

.col-two-detail .profile-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .col-two-detail .profile-wrap::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #979797; }
  .col-two-detail .profile-wrap .col-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 345px;
    padding: 24px 24px 0px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-detail .profile-wrap .col-with-image {
        padding: 0px 64px 0px 0; } }
    @media (max-width: 767px) {
      .col-two-detail .profile-wrap .col-with-image {
        width: 100%;
        padding: 24px 0px 0px 0;
        max-width: initial; } }
    .col-two-detail .profile-wrap .col-with-image .image-wrap {
      max-width: 129px;
      max-height: 129px;
      margin-right: 37px;
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .col-two-detail .profile-wrap .col-with-image .image-wrap {
          margin: 0 auto 10px; } }
    .col-two-detail .profile-wrap .col-with-image .text {
      width: calc(100% - 166px); }
      @media (max-width: 767px) {
        .col-two-detail .profile-wrap .col-with-image .text {
          width: 100%;
          text-align: center;
          margin-top: 20px; } }
      .col-two-detail .profile-wrap .col-with-image .text h6 {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600; }
      .col-two-detail .profile-wrap .col-with-image .text span {
        font-size: 27px;
        display: inline-block;
        max-width: 152px;
        letter-spacing: 1.08px; }
        @media (max-width: 767px) {
          .col-two-detail .profile-wrap .col-with-image .text span {
            font-size: 20px;
            max-width: initial; } }
  .col-two-detail .profile-wrap .col-text {
    position: relative;
    width: calc(100% - 345px);
    padding: 60px 0 38px 45px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .col-two-detail .profile-wrap .col-text {
        padding: 25px 0 20px 45px; } }
    @media (max-width: 767px) {
      .col-two-detail .profile-wrap .col-text {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        padding: 0; } }
    .col-two-detail .profile-wrap .col-text::before {
      content: "";
      position: absolute;
      top: -3px;
      left: -5px;
      width: 2px;
      height: 100%;
      background-color: #979797; }
      @media (max-width: 767px) {
        .col-two-detail .profile-wrap .col-text::before {
          display: none; } }
    .col-two-detail .profile-wrap .col-text p {
      max-width: 686px;
      font-size: 16px;
      line-height: 24px;
      color: #1d334d; }

.three-col-grid .row-wrapper {
  width: calc(100% + 34px);
  margin-left: -17px;
  font-size: 0; }
  @media (max-width: 767px) {
    .three-col-grid .row-wrapper {
      width: 100%;
      margin-left: 0;
      text-align: center; } }
  .three-col-grid .row-wrapper .col-50 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 17px;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .three-col-grid .row-wrapper .col-50 {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
        text-align: left; } }
    @media (max-width: 595px) {
      .three-col-grid .row-wrapper .col-50 {
        width: 100%; } }
    .three-col-grid .row-wrapper .col-50 .card-wrap {
      padding: 44px 31px 35px;
      -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
      background-color: #ffffff;
      border-radius: 10px; }
      @media (max-width: 991px) {
        .three-col-grid .row-wrapper .col-50 .card-wrap {
          padding: 25px; } }
      .three-col-grid .row-wrapper .col-50 .card-wrap .head-wrap {
        margin-bottom: 28px;
        padding: 0 25px; }
        @media (max-width: 991px) {
          .three-col-grid .row-wrapper .col-50 .card-wrap .head-wrap {
            margin-bottom: 20px;
            padding: 0; } }
      .three-col-grid .row-wrapper .col-50 .card-wrap h3 {
        margin-bottom: 7px; }
      .three-col-grid .row-wrapper .col-50 .card-wrap h6 {
        font-family: "Choplin", sans-serif; }
        @media (max-width: 991px) {
          .three-col-grid .row-wrapper .col-50 .card-wrap h6 {
            margin-bottom: 20px; } }
      .three-col-grid .row-wrapper .col-50 .card-wrap .contact-info {
        background: #eceff1;
        padding: 26px 24px 21px;
        border-radius: 10px; }
        @media (max-width: 991px) {
          .three-col-grid .row-wrapper .col-50 .card-wrap .contact-info {
            padding: 10px; } }
        .three-col-grid .row-wrapper .col-50 .card-wrap .contact-info .row-wrap {
          margin-bottom: 5px; }
          .three-col-grid .row-wrapper .col-50 .card-wrap .contact-info .row-wrap .icon {
            display: inline-block;
            vertical-align: middle;
            max-width: 37px; }
            @media (max-width: 991px) {
              .three-col-grid .row-wrapper .col-50 .card-wrap .contact-info .row-wrap .icon {
                max-width: 25px; } }
          .three-col-grid .row-wrapper .col-50 .card-wrap .contact-info .row-wrap a {
            display: inline-block;
            overflow-wrap: break-word;
            vertical-align: middle;
            padding-left: 13px;
            font-size: 16px;
            width: calc(100% - 37px); }
            @media (max-width: 991px) {
              .three-col-grid .row-wrapper .col-50 .card-wrap .contact-info .row-wrap a {
                font-size: 14px; } }

.card-grid-with-cta {
  position: relative;
  width: 100%;
  min-height: 650px; }
  .card-grid-with-cta .drop-down-with-card {
    position: relative;
    width: 100%; }
  .card-grid-with-cta .drop-down-search-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 35px; }
  .card-grid-with-cta .drop-down-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
    @media (max-width: 991px) {
      .card-grid-with-cta .drop-down-wrapper {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 20px; } }
  .card-grid-with-cta .first-drop-down {
    position: relative;
    max-width: 210px;
    width: 100%; }
    @media (max-width: 991px) {
      .card-grid-with-cta .first-drop-down {
        max-width: calc(50% - 10px);
        width: 100%;
        margin-right: 10px; } }
    @media (max-width: 595px) {
      .card-grid-with-cta .first-drop-down {
        max-width: 100%;
        margin-right: 0; } }
  .card-grid-with-cta .table-title {
    padding: 12px 24px 13px 16px;
    border: solid 1px #c5c5c5;
    border-radius: 4px; }
    .card-grid-with-cta .table-title:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      width: 14px;
      height: 8px;
      -webkit-transform: translate(-10px, -50%);
           -o-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      background: url("/wp-content/themes/akasa/src/images/svg/icons/light-drop-down-arrow.svg") no-repeat;
      background-size: cover; }
    .card-grid-with-cta .table-title:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      width: 14px;
      height: 8px;
      opacity: 0;
      -webkit-transform: translate(-10px, -50%);
           -o-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%);
      -webkit-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      background: url("/wp-content/themes/akasa/src/images/svg/icons/dark-drop-down-arrow.svg") no-repeat;
      background-size: cover; }
    .card-grid-with-cta .table-title p {
      font-size: 14px;
      color: #000000;
      opacity: 0.75; }
  .card-grid-with-cta .active .table-title {
    border: solid 2px #00b5c2; }
    .card-grid-with-cta .active .table-title:before {
      -webkit-transform: rotate(180deg), translate(-10px, -50%);
           -o-transform: rotate(180deg), translate(-10px, -50%);
              transform: rotate(180deg), translate(-10px, -50%);
      opacity: 0; }
    .card-grid-with-cta .active .table-title:after {
      opacity: 1; }
    .card-grid-with-cta .active .table-title p {
      font-weight: 600; }
  .card-grid-with-cta .active .filter-category {
    display: block; }
  .card-grid-with-cta .secound-drop-down {
    position: relative;
    max-width: 335px;
    margin-left: 35px;
    width: 100%; }
    @media (max-width: 991px) {
      .card-grid-with-cta .secound-drop-down {
        max-width: calc(50% - 10px);
        width: 100%;
        margin-left: 10px; } }
    @media (max-width: 595px) {
      .card-grid-with-cta .secound-drop-down {
        max-width: 100%;
        margin: 20px 0 0; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .card-grid-with-cta .secound-drop-down {
        margin-left: 20px; } }
  .card-grid-with-cta .filter-category {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 14px 20px;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.26);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.26); }
    .card-grid-with-cta .filter-category ul {
      padding-left: 0; }
      .card-grid-with-cta .filter-category ul > li {
        margin: 6px 0;
        border-radius: 8px;
        opacity: 0.5;
        padding: 3px 0px 0px 34px;
        cursor: pointer; }
        @media (max-width: 595px) {
          .card-grid-with-cta .filter-category ul > li {
            padding: 0 0 0 10px; } }
        .card-grid-with-cta .filter-category ul > li:hover {
          background-color: #f2f2f2; }
          .card-grid-with-cta .filter-category ul > li:hover span {
            opacity: 1;
            font-weight: 600; }
          .card-grid-with-cta .filter-category ul > li:hover p {
            opacity: 1;
            font-weight: 600; }
        .card-grid-with-cta .filter-category ul > li > span {
          color: #000000;
          opacity: 0.75;
          font-size: 14px; }
        .card-grid-with-cta .filter-category ul > li p {
          font-size: 14px;
          color: #000000;
          opacity: 0.75; }
        .card-grid-with-cta .filter-category ul > li:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 12px;
          opacity: 0;
          width: 13px;
          height: 10px;
          background: url("/wp-content/themes/akasa/assets/images/svg/icons/bundi-blue-right-arrow.svg") no-repeat;
          background-size: cover;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 767px) {
            .card-grid-with-cta .filter-category ul > li:before {
              left: -12px; } }
        .card-grid-with-cta .filter-category ul > li:hover::before {
          opacity: 1; }
        .card-grid-with-cta .filter-category ul > li.is-checked::before {
          opacity: 1; }
  .card-grid-with-cta .serach-box {
    position: relative;
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991px) {
      .card-grid-with-cta .serach-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .card-grid-with-cta .serach-box .search-wrap {
      position: relative;
      max-width: 410px;
      width: 100%; }
      @media (max-width: 1024px) {
        .card-grid-with-cta .serach-box .search-wrap {
          max-height: 42px; } }
      @media (max-width: 991px) {
        .card-grid-with-cta .serach-box .search-wrap {
          max-width: 100%; } }
    .card-grid-with-cta .serach-box label {
      display: none; }
    .card-grid-with-cta .serach-box input {
      position: relative;
      width: 100%;
      padding: 12px 32px 12px 16px;
      font-size: 14px;
      font-weight: normal;
      border: solid 1px #c5c5c5;
      border-radius: 4px;
      outline: #00b5c2; }
      .card-grid-with-cta .serach-box input:-webkit-autofill:focus, .card-grid-with-cta .serach-box input:focus {
        border: solid 2px #00b5c2 !important; }
      .card-grid-with-cta .serach-box input:-webkit-autofill, .card-grid-with-cta .serach-box input:-webkit-autofill:hover, .card-grid-with-cta .serach-box input:-webkit-autofill:focus, .card-grid-with-cta .serach-box input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
        box-shadow: 0 0 0 30px #ffffff inset !important; }
  .card-grid-with-cta .search-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 16px;
    height: 18px;
    -webkit-transform: translate(-10px, -50%);
         -o-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
    background: url("/wp-content/themes/akasa/src/images/svg/icons/search-icon.svg") no-repeat;
    background-size: cover; }
  .card-grid-with-cta .col-two-container {
    position: relative;
    width: 100%;
    font-size: 0; }
  .card-grid-with-cta .btn-box {
    margin-top: 30px;
    text-align: center; }
    @media (max-width: 991px) {
      .card-grid-with-cta .btn-box {
        margin-top: 0; } }
  .card-grid-with-cta .col-wrap {
    display: inline-block;
    position: relative;
    width: 50%;
    margin-bottom: 37px; }
    @media (max-width: 767px) {
      .card-grid-with-cta .col-wrap {
        margin-bottom: 30px; } }
    .card-grid-with-cta .col-wrap:nth-child(odd) {
      padding-right: 16px; }
      @media (max-width: 767px) {
        .card-grid-with-cta .col-wrap:nth-child(odd) {
          padding-right: 10px; } }
      @media (max-width: 595px) {
        .card-grid-with-cta .col-wrap:nth-child(odd) {
          padding: 0; } }
    .card-grid-with-cta .col-wrap:nth-child(even) {
      padding-left: 16px; }
      @media (max-width: 767px) {
        .card-grid-with-cta .col-wrap:nth-child(even) {
          padding-left: 10px; } }
      @media (max-width: 595px) {
        .card-grid-with-cta .col-wrap:nth-child(even) {
          padding: 0; } }
    @media (max-width: 595px) {
      .card-grid-with-cta .col-wrap {
        width: 100%; } }
    .card-grid-with-cta .col-wrap .content {
      position: relative;
      -webkit-box-shadow: 4px 4px 28px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 4px 4px 28px 0 rgba(0, 0, 0, 0.11);
      border-radius: 5px; }
    .card-grid-with-cta .col-wrap .text-wrap {
      position: relative;
      width: 100%;
      padding: 29px 55px 34px 28px;
      height: 141px;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        .card-grid-with-cta .col-wrap .text-wrap {
          height: 150px; } }
      @media (max-width: 767px) {
        .card-grid-with-cta .col-wrap .text-wrap {
          padding: 30px 20px; } }
      @media (max-width: 595px) {
        .card-grid-with-cta .col-wrap .text-wrap {
          height: auto; } }
      .card-grid-with-cta .col-wrap .text-wrap span {
        display: inline-block;
        color: #e7314e;
        font-size: 14px; }
        .card-grid-with-cta .col-wrap .text-wrap span mark {
          margin: 0 4px 0 5px;
          background: transparent;
          color: #000000; }
          @media (max-width: 595px) {
            .card-grid-with-cta .col-wrap .text-wrap span mark {
              margin: 0 0; } }
      .card-grid-with-cta .col-wrap .text-wrap p {
        margin-top: 14px;
        color: #1d334d;
        max-height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .card-grid-with-cta .img-wrap {
    position: relative;
    width: 100%;
    height: 216px; }
    @media (max-width: 991px) {
      .card-grid-with-cta .img-wrap {
        height: 146px; } }
    .card-grid-with-cta .img-wrap img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  .card-grid-with-cta .top-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 50px;
    z-index: 99;
    right: 95px;
    max-width: 123px;
    cursor: pointer; }
    @media (min-width: 2300px) and (max-width: 2560px) {
      .card-grid-with-cta .top-button {
        right: 575px; } }
    @media (min-width: 1921px) and (max-width: 2299px) {
      .card-grid-with-cta .top-button {
        right: 240px; } }
    @media (min-width: 1801px) and (max-width: 1920px) {
      .card-grid-with-cta .top-button {
        right: 240px; } }
    @media (min-width: 1800px) and (max-width: 1899px) {
      .card-grid-with-cta .top-button {
        right: 188px; } }
    @media (min-width: 1601px) and (max-width: 1799px) {
      .card-grid-with-cta .top-button {
        right: 140px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .card-grid-with-cta .top-button {
        right: 14px;
        bottom: 25px; } }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .card-grid-with-cta .top-button {
        right: 14px;
        bottom: 25px; } }
    @media (max-width: 991px) {
      .card-grid-with-cta .top-button {
        right: 14px;
        bottom: 8px; } }
    .card-grid-with-cta .top-button .hero-featured-card__cta {
      top: -25px;
      right: auto; }
      .card-grid-with-cta .top-button .hero-featured-card__cta:before {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .card-grid-with-cta .top-button .hero-featured-card__cta:after {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .card-grid-with-cta .top-button p {
      color: #e7314e;
      font-weight: bold; }
  .card-grid-with-cta #noresult {
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    display: none;
    font-size: 30px; }
    @media (max-width: 767px) {
      .card-grid-with-cta #noresult {
        font-size: 18px; } }

.icon-text-with-cta {
  background-color: rgba(29, 51, 77, 0.1); }
  .icon-text-with-cta .wrapper {
    padding: 10px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 595px) {
      .icon-text-with-cta .wrapper {
        display: block;
        text-align: center; } }
    .icon-text-with-cta .wrapper .icon-wrap {
      max-width: 62px;
      margin-right: 36px; }
      @media (max-width: 767px) {
        .icon-text-with-cta .wrapper .icon-wrap {
          max-width: 42px; } }
      @media (max-width: 595px) {
        .icon-text-with-cta .wrapper .icon-wrap {
          margin: 0 auto 15px; } }
    .icon-text-with-cta .wrapper h3 {
      color: #1d334d; }
      @media (min-width: 1200px) {
        .icon-text-with-cta .wrapper h3 {
          margin-top: 9px; } }
    .icon-text-with-cta .wrapper .btn-box {
      margin-left: 59px; }
      @media (max-width: 595px) {
        .icon-text-with-cta .wrapper .btn-box {
          margin-left: 0;
          margin-top: 15px; } }

.pagination-wrapper .paging {
  text-align: center; }
  .pagination-wrapper .paging ul.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 40px 0 20px;
    border-radius: 0;
    text-align: center; }
    .pagination-wrapper .paging ul.pagination li {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      padding-left: 0;
      margin: 0; }
      .pagination-wrapper .paging ul.pagination li.active a {
        border: solid 2px #1d334d;
        opacity: 1;
        margin: 0;
        -webkit-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        z-index: 4; }
        @media (max-width: 480px) {
          .pagination-wrapper .paging ul.pagination li.active a {
            border: solid 2px #1d334d; } }
        .pagination-wrapper .paging ul.pagination li.active a:before {
          width: 0;
          opacity: 0;
          -webkit-transition: 0.3s all ease-in-out;
          -o-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out; }
      .pagination-wrapper .paging ul.pagination li a {
        z-index: 3;
        color: #000000;
        font-size: 14px;
        background-color: transparent;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        min-width: 30px;
        height: 30px;
        padding: 3px;
        letter-spacing: normal;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 2px solid transparent; }
        @media (max-width: 480px) {
          .pagination-wrapper .paging ul.pagination li a {
            min-width: 17px;
            height: 17px;
            font-size: 12px; } }
        .pagination-wrapper .paging ul.pagination li a:before {
          content: "";
          position: absolute;
          left: -4px;
          top: 50%;
          width: 2px;
          height: 11px;
          bottom: 0;
          opacity: 0.5;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 480px) {
            .pagination-wrapper .paging ul.pagination li a:before {
              display: none; } }
        .pagination-wrapper .paging ul.pagination li a:hover {
          opacity: 1;
          margin: 0;
          -webkit-transition: border 0.3s ease-in-out;
          -o-transition: border 0.3s ease-in-out;
          transition: border 0.3s ease-in-out; }
      .pagination-wrapper .paging ul.pagination li.pre a, .pagination-wrapper .paging ul.pagination li:last-child a {
        opacity: 1; }
        .pagination-wrapper .paging ul.pagination li.pre a:before, .pagination-wrapper .paging ul.pagination li:last-child a:before {
          opacity: 0; }
      .pagination-wrapper .paging ul.pagination li.pre:after, .pagination-wrapper .paging ul.pagination li:last-child:after {
        content: "";
        display: inline-block;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #000000;
        position: absolute;
        padding: 4px;
        left: 14px;
        top: 50%;
        -webkit-transform: rotate(135deg) translateY(75%);
             -o-transform: rotate(135deg) translateY(75%);
                transform: rotate(135deg) translateY(75%); }
        @media (max-width: 595px) {
          .pagination-wrapper .paging ul.pagination li.pre:after, .pagination-wrapper .paging ul.pagination li:last-child:after {
            border-width: 0 1px 1px 0;
            left: 7px;
            padding: 3px; } }
      .pagination-wrapper .paging ul.pagination li.pre:hover:after, .pagination-wrapper .paging ul.pagination li:last-child:hover:after {
        border-color: #1d334d; }
      .pagination-wrapper .paging ul.pagination li:first-child {
        padding-left: 10px; }
        @media (max-width: 595px) {
          .pagination-wrapper .paging ul.pagination li:first-child {
            padding-left: 0; } }
        .pagination-wrapper .paging ul.pagination li:first-child a {
          padding-left: 12px; }
      .pagination-wrapper .paging ul.pagination li:last-child {
        padding-right: 10px; }
        @media (max-width: 595px) {
          .pagination-wrapper .paging ul.pagination li:last-child {
            padding-right: 0; } }
        .pagination-wrapper .paging ul.pagination li:last-child a {
          padding-right: 12px; }
        .pagination-wrapper .paging ul.pagination li:last-child:after {
          right: 6px;
          left: auto;
          -webkit-transform: rotate(318deg) translateY(-72%);
               -o-transform: rotate(318deg) translateY(-72%);
                  transform: rotate(318deg) translateY(-72%); }
          @media (max-width: 595px) {
            .pagination-wrapper .paging ul.pagination li:last-child:after {
              right: 0; } }
        .pagination-wrapper .paging ul.pagination li:last-child.active:after {
          display: none; }
      .pagination-wrapper .paging ul.pagination li:nth-child(2) a:before {
        width: 0;
        opacity: 0; }
      .pagination-wrapper .paging ul.pagination li:before {
        display: none; }
      .pagination-wrapper .paging ul.pagination li.disable a {
        opacity: 0.3;
        cursor: auto;
        z-index: -1; }
      .pagination-wrapper .paging ul.pagination li.disable:after {
        opacity: 0.2; }

.search-items .pagination-wrapper .paging ul li.active a {
  padding-left: 0;
  padding-right: 0; }

.not-found {
  text-align: center;
  margin-top: 30px; }
  .not-found a {
    color: #C41240; }
    .not-found a:hover {
      color: #00b7c6; }

.simple-form {
  position: relative;
  display: block;
  z-index: 3;
  overflow: visible; }
  .simple-form .form-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding: 0 0 60px;
    border-top: 8px solid #00b5c2;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    text-align: center;
    width: 100%; }
    @media (max-width: 991px) {
      .simple-form .form-wrapper {
        width: 100%;
        margin-top: 25px; } }
    .simple-form .form-wrapper::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 14px 0 14px;
      border-color: #00b5c2 transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: -1px;
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .simple-form .form-wrapper h2 {
      margin-top: 58px; }
    .simple-form .form-wrapper .form-wrap {
      margin-top: 50px;
      padding: 0 31px; }
  .simple-form .img-wrap {
    margin: 56px auto 0;
    max-width: 200px;
    max-height: 200px;
    width: 80%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .simple-form .img-wrap {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .simple-form .img-wrap {
        margin-top: 32px; } }
    .simple-form .img-wrap img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      vertical-align: top; }

.password-section {
  min-height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .password-section {
      min-height: 420px; } }
  @media (max-width: 595px) {
    .password-section {
      min-height: auto; } }
  .password-section .form-inline p {
    font-size: 45px;
    margin-bottom: 32px; }
    @media (max-width: 1024px) {
      .password-section .form-inline p:first-child {
        max-width: 750px;
        font-size: 34px; } }
    @media (max-width: 767px) {
      .password-section .form-inline p:first-child {
        font-size: 25px; } }
    .password-section .form-inline p label {
      font-size: 30px; }
      @media (max-width: 1024px) {
        .password-section .form-inline p label {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .password-section .form-inline p label {
          font-size: 18px; } }
      @media (max-width: 595px) {
        .password-section .form-inline p label {
          display: block; } }
      .password-section .form-inline p label input {
        width: 40%;
        padding: 13px 15px;
        border: 1px solid #c5c5c5;
        border-radius: 3.5px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.11px;
        outline: none; }
        @media (max-width: 767px) {
          .password-section .form-inline p label input {
            width: 50%; } }
        @media (max-width: 595px) {
          .password-section .form-inline p label input {
            width: 100%; } }
    .password-section .form-inline p button {
      background-color: #1d334d;
      color: #ffffff;
      padding: 13px 17px;
      min-width: 130px;
      cursor: pointer;
      outline: none;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      position: relative;
      left: -7px; }
      @media (max-width: 595px) {
        .password-section .form-inline p button {
          left: 0; } }
      .password-section .form-inline p button:hover {
        background-color: #e8f7fa;
        color: #000000; }

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