@charset "UTF-8";
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1400px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1399px) */
/* (max-width:1150px) */
/* (max-width:1270px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/* (min-width: 1024px), (max-width: 1329px) */
/* (max-width: 1023px) */
/* (min-width: 1024px) */
.tag-btn {
  padding: 8px 35px;
  color: #8690a4;
  font-size: 14px;
  border: 1px solid #bdc4cc;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out, 0.3s border-color ease-in-out;
  -o-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out, 0.3s border-color ease-in-out;
  transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out, 0.3s border-color ease-in-out; }
  .tag-btn:hover {
    color: #ffffff;
    border-color: #68be62;
    background-color: #68be62; }

.white-border,
.small-green-btn,
.btn-default,
.btn-common, .btn-green-outline, .btn-small-green-outline {
  padding: 16px 40px;
  margin-top: 0;
  text-align: center;
  display: inline-block;
  position: relative;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #68be62;
  border: 2px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: middle;
  color: #ffffff; }
  @media (max-width: 991px) {
    .white-border,
    .small-green-btn,
    .btn-default,
    .btn-common, .btn-green-outline, .btn-small-green-outline {
      padding: 10px 30px;
      font-size: 14px; } }
  .white-border span, .small-green-btn span, .btn-default span, .btn-common span, .btn-green-outline span, .btn-small-green-outline span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
    left: 0;
    font-family: "proxima-nova";
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .white-border span, .small-green-btn span, .btn-default span, .btn-common span, .btn-green-outline span, .btn-small-green-outline span {
        font-size: 14px; } }
    .white-border span:after, .small-green-btn span:after, .btn-default span:after, .btn-common span:after, .btn-green-outline span:after, .btn-small-green-outline span:after {
      content: '';
      position: absolute;
      right: -30px;
      top: 50%;
      width: 20px;
      height: 20px;
      background-size: 100%;
      background-repeat: no-repeat;
      opacity: 0;
      background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg");
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 767px) {
        .white-border span:after, .small-green-btn span:after, .btn-default span:after, .btn-common span:after, .btn-green-outline span:after, .btn-small-green-outline span:after {
          background-size: 75%;
          background-position: center; } }
  .white-border:hover,
  .small-green-btn:hover,
  .btn-default:hover,
  .btn-common:hover, .btn-green-outline:hover, .btn-small-green-outline:hover {
    border: 2px solid #68be62;
    background-color: rgba(104, 190, 98, 0.15);
    color: #68be62; }
    .white-border:hover span, .small-green-btn:hover span, .btn-default:hover span, .btn-common:hover span, .btn-green-outline:hover span, .btn-small-green-outline:hover span {
      color: #68be62;
      left: -15px; }
      @media (max-width: 767px) {
        .white-border:hover span, .small-green-btn:hover span, .btn-default:hover span, .btn-common:hover span, .btn-green-outline:hover span, .btn-small-green-outline:hover span {
          left: -10px; } }
      .white-border:hover span:after, .small-green-btn:hover span:after, .btn-default:hover span:after, .btn-common:hover span:after, .btn-green-outline:hover span:after, .btn-small-green-outline:hover span:after {
        opacity: 1; }
        @media (max-width: 767px) {
          .white-border:hover span:after, .small-green-btn:hover span:after, .btn-default:hover span:after, .btn-common:hover span:after, .btn-green-outline:hover span:after, .btn-small-green-outline:hover span:after {
            right: -25px; } }

.link-more {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.72px;
  color: #151831;
  position: relative; }
  .link-more:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: -10px;
    top: 50%;
    border-left: 3px solid #151831;
    border-top: 3px solid #151831;
    -webkit-transform: rotate(140deg) translateX(-50%);
         -o-transform: rotate(140deg) translateX(-50%);
            transform: rotate(140deg) translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .link-more:hover:after {
    right: -20px; }

.btn-white-outline {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 991px) {
    .btn-white-outline {
      font-size: 18px; } }

.white-border:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff; }
  .white-border:hover span {
    color: #ffffff; }
    .white-border:hover span:after {
      background-image: url("/themes/authentic8/templates/dist/images/icons/white_arrow.svg"); }

.small-green-btn {
  padding: 7px 40px;
  font-size: 14px; }
  @media (max-width: 991px) {
    .small-green-btn {
      padding: 7px 30px; } }
  .small-green-btn span {
    line-height: 1.23;
    font-size: 14px;
    left: 0; }
    .small-green-btn span:after {
      width: 16px;
      height: 16px;
      right: -30px; }
  .small-green-btn:hover span {
    left: -10px; }
    .small-green-btn:hover span:after {
      right: -25px;
      opacity: 1; }
      @media (max-width: 767px) {
        .small-green-btn:hover span:after {
          right: -20px; } }

.btn-common {
  padding: 16px 30px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #ffffff;
  color: #ffffff; }
  @media (max-width: 991px) {
    .btn-common {
      font-size: 14px;
      padding: 10px 25px; } }
  .btn-common span:after {
    background-image: url("/themes/authentic8/templates/dist/images/icons/white_arrow.svg"); }
  .btn-common:hover {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff; }
    .btn-common:hover span {
      color: #ffffff; }

.learn-more, .read-more, .external-link, .black-learn-more, .white-learn-more {
  color: #68be62;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-align: left;
  text-transform: uppercase;
  padding-right: 30px; }
  .learn-more:not(:last-child), .read-more:not(:last-child), .external-link:not(:last-child), .black-learn-more:not(:last-child), .white-learn-more:not(:last-child) {
    margin-right: 20px; }
  .learn-more:after, .read-more:after, .external-link:after, .black-learn-more:after, .white-learn-more:after {
    content: '';
    position: absolute;
    top: 0;
    right: -7px;
    width: 25px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1336px) {
      .learn-more:after, .read-more:after, .external-link:after, .black-learn-more:after, .white-learn-more:after {
        top: 2px;
        background-size: 16px; } }
    @media (max-width: 767px) {
      .learn-more:after, .read-more:after, .external-link:after, .black-learn-more:after, .white-learn-more:after {
        top: 1px; } }
  .learn-more:hover, .read-more:hover, .external-link:hover, .black-learn-more:hover, .white-learn-more:hover {
    color: #000000; }
    .learn-more:hover:after, .read-more:hover:after, .external-link:hover:after, .black-learn-more:hover:after, .white-learn-more:hover:after {
      right: -11px; }
  @media (max-width: 767px) {
    .learn-more, .read-more, .external-link, .black-learn-more, .white-learn-more {
      font-size: 14px; } }

.learn-more:after {
  background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg"); }

.read-more:after {
  background-image: url("/themes/authentic8/templates/dist/images/icons/read-more-green.svg"); }

.external-link:after {
  background-image: url("/themes/authentic8/templates/dist/images/svg/external-link.svg"); }

.black-learn-more {
  color: #000000; }
  .black-learn-more:hover {
    color: #68be62; }
  .black-learn-more:after {
    background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg"); }

.white-learn-more {
  color: #ffffff; }
  .white-learn-more:hover {
    color: #68be62; }
  .white-learn-more:after {
    background-image: url("/themes/authentic8/templates/dist/images/icons/white_arrow.svg"); }

.topic {
  z-index: 11;
  color: #8690a4;
  text-transform: uppercase;
  padding-left: 11px;
  position: relative;
  font-weight: 900;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .topic::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 15px;
    top: 2px;
    left: 2px;
    background-color: #8690a4;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .topic.disable {
    pointer-events: none; }

.header-menu-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.01em;
  text-align: left;
  color: #68be62;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header-menu-link:hover {
    color: #000000; }

.btn {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  position: relative;
  outline: none;
  padding-right: 30px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .btn {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px; } }
  .btn--text-link::after {
    content: '';
    position: absolute;
    width: 7px;
    top: 6px;
    right: 15px;
    height: 7px;
    border-right-width: 0;
    border-top-width: 0;
    border-left-width: 3px;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: #68be62;
    -webkit-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out; }
    @media (min-width: 992px) and (max-width: 1336px) {
      .btn--text-link::after {
        width: 6px;
        height: 6px; } }
    @media (max-width: 991px) {
      .btn--text-link::after {
        width: 6px;
        height: 6px;
        top: 5px; } }
  .btn--text-link:hover::after {
    right: 5px; }
  .btn.text-sky-blue1::after {
    border-color: #3cb0e5; }
  .btn.learn-more::after {
    top: 4px; }

.btn-green-outline {
  padding: 16px 30px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #68be62;
  color: #68be62; }
  @media (max-width: 991px) {
    .btn-green-outline {
      font-size: 14px;
      padding: 10px 25px; } }
  .btn-green-outline span {
    color: #68be62; }
  .btn-green-outline:hover {
    border-color: #68be62;
    background: transparent;
    color: #68be62; }
    .btn-green-outline:hover span {
      color: #68be62; }

.btn-small-green-outline {
  padding: 7px 40px;
  font-size: 14px;
  border-color: #68be62;
  background-color: transparent; }
  @media (max-width: 991px) {
    .btn-small-green-outline {
      padding: 7px 30px; } }
  .btn-small-green-outline span {
    color: #68be62;
    line-height: 1.23;
    font-size: 14px;
    left: 0; }
    .btn-small-green-outline span:after {
      width: 16px;
      height: 16px;
      right: -30px; }
  .btn-small-green-outline:hover span {
    left: -10px; }
    .btn-small-green-outline:hover span:after {
      right: -25px;
      opacity: 1; }
      @media (max-width: 767px) {
        .btn-small-green-outline:hover span:after {
          right: -20px; } }

.back-btn {
  font-family: "proxima-nova";
  cursor: pointer;
  color: #68be62;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 24px; }
  .back-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(/themes/authentic8/templates/dist/images/icons/green-double-arrow.png) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out; }
  .back-btn:hover::before {
    left: -6px; }
    @media (max-width: 1336px) {
      .back-btn:hover::before {
        left: 0; } }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1400px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1399px) */
/* (max-width:1150px) */
/* (max-width:1270px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/* (min-width: 1024px), (max-width: 1329px) */
/* (max-width: 1023px) */
/* (min-width: 1024px) */
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1400px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1399px) */
/* (max-width:1150px) */
/* (max-width:1270px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/* (min-width: 1024px), (max-width: 1329px) */
/* (max-width: 1023px) */
/* (min-width: 1024px) */
.border-french-blue-gradient:before, .border-gray-gradient:before, .border-sky-blue2::before, .border-greenish-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.border-left--green::before {
  content: '';
  position: absolute;
  width: 7px;
  left: 0;
  top: 0;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.border-sky-blue:before {
  background-color: #3cb0e5; }

.border-sky-blue .icon-with-heading span {
  color: #3cb0e5; }

.border-sky-blue .resource-card__head span {
  color: #3cb0e5; }

.border-green:before {
  background-color: #86bc67; }

.border-green .icon-with-heading span {
  color: #86bc67; }

.border-green .resource-card__head span {
  color: #86bc67; }

.border-green-gradient:before {
  background-image: -webkit-gradient(linear, right top, left top, from(#428742), to(#86bc67));
  background-image: -webkit-linear-gradient(right, #428742, #86bc67);
  background-image: -o-linear-gradient(right, #428742, #86bc67);
  background-image: linear-gradient(to left, #428742, #86bc67); }

.border-green-gradient .icon-with-heading span {
  color: #86bc67; }

.border-green-gradient .resource-card__head span {
  color: #86bc67; }

.border-dark-purple:before {
  background-color: #252d6a; }

.border-dark-purple .icon-with-heading span {
  color: #252d6a; }

.border-dark-purple .resource-card__head span {
  color: #252d6a; }

.border-dark-blue:before {
  background-color: #135a88; }

.border-dark-blue .icon-with-heading span {
  color: #135a88; }

.border-dark-blue .resource-card__head span {
  color: #135a88; }

.border-gray:before {
  background-color: #bdc4cc; }

.border-gray .icon-with-heading span {
  color: #bdc4cc; }

.border-gray .resource-card__head span {
  color: #bdc4cc; }

.border-purple:before {
  background-color: #343596; }

.border-purple .icon-with-heading span {
  color: #343596; }

.border-purple .resource-card__head span {
  color: #343596; }

.border-hex:before {
  background-color: #1d405a; }

.border-hex .icon-with-heading span {
  color: #1d405a; }

.border-hex .resource-card__head span {
  color: #1d405a; }

.border-dark-green:before {
  background-color: #174619; }

.border-dark-green .icon-with-heading span {
  color: #174619; }

.border-dark-green .resource-card__head span {
  color: #174619; }

.border-guide:before {
  background-color: #3e7b42; }

.border-guide .icon-with-heading span {
  color: #3e7b42; }

.border-guide .resource-card__head span {
  color: #3e7b42; }

.border-handbook:before {
  background-color: #8690a4; }

.border-handbook .icon-with-heading span {
  color: #8690a4; }

.border-handbook .resource-card__head span {
  color: #8690a4; }

.border-report:before {
  background-color: #424b68; }

.border-report .icon-with-heading span {
  color: #424b68; }

.border-report .resource-card__head span {
  color: #424b68; }

.border-orange:before {
  background-image: none !important;
  background-color: #df902f; }

.border-orange .resource-card__head span {
  color: #df902f; }

.border-french-blue:before {
  background: #3cb0e5; }

.border-french-blue .resource-card__head span {
  color: #3cb0e5; }

.border-french-blue-gradient:before {
  background-image: -webkit-gradient(linear, right top, left top, from(#3c64b1), to(#3cb0e5));
  background-image: -webkit-linear-gradient(right, #3c64b1, #3cb0e5);
  background-image: -o-linear-gradient(right, #3c64b1, #3cb0e5);
  background-image: linear-gradient(to left, #3c64b1, #3cb0e5); }

.border-french-blue-gradient .resource-card__head span {
  color: #3c64b1; }

.border-gray-gradient:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #bdc4cc), to(#424c67));
  background: -webkit-linear-gradient(right, #bdc4cc 0, #424c67 100%);
  background: -o-linear-gradient(right, #bdc4cc 0, #424c67 100%);
  background: linear-gradient(to left, #bdc4cc 0, #424c67 100%); }

.border-gray-gradient .resource-card__head span {
  color: #bdc4cc; }

.border-news:before {
  background-image: -webkit-repeating-linear-gradient(left, #03b2de -63%, #149be2 -42%, #485aee 23%, #6e2bf7 100%, #8e03ff 143%);
  background-image: -o-repeating-linear-gradient(left, #03b2de -63%, #149be2 -42%, #485aee 23%, #6e2bf7 100%, #8e03ff 143%);
  background-image: repeating-linear-gradient(to right, #03b2de -63%, #149be2 -42%, #485aee 23%, #6e2bf7 100%, #8e03ff 143%); }

.border-news .icon-with-heading span {
  color: #3770ea; }

.border-news .resource-card__head span {
  color: #3770ea; }

.border-webinar:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#595ad3), color-stop(#4b64d4), color-stop(#3f6ed4), color-stop(#3876d1), to(#377dce));
  background-image: -webkit-linear-gradient(left, #595ad3, #4b64d4, #3f6ed4, #3876d1, #377dce);
  background-image: -o-linear-gradient(left, #595ad3, #4b64d4, #3f6ed4, #3876d1, #377dce);
  background-image: linear-gradient(to right, #595ad3, #4b64d4, #3f6ed4, #3876d1, #377dce); }

.border-webinar .icon-with-heading span {
  color: #595bd3; }

.border-webinar .resource-card__head span {
  color: #595bd3; }

.border-press-release:before {
  background-color: transparent;
  background-image: -webkit-linear-gradient(359deg, #3cb0e5 -5%, #595ad3 100%);
  background-image: -o-linear-gradient(359deg, #3cb0e5 -5%, #595ad3 100%);
  background-image: linear-gradient(91deg, #3cb0e5 -5%, #595ad3 100%); }

.border-press-release .icon-with-heading span {
  color: #3daae4; }

.border-press-release .resource-card__head span {
  color: #3daae4; }

.border-event:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#377dce), color-stop(#3876d1), color-stop(#3f6ed4), color-stop(#4b64d4), to(#595ad3));
  background-image: -webkit-linear-gradient(left, #377dce, #3876d1, #3f6ed4, #4b64d4, #595ad3);
  background-image: -o-linear-gradient(left, #377dce, #3876d1, #3f6ed4, #4b64d4, #595ad3);
  background-image: linear-gradient(to right, #377dce, #3876d1, #3f6ed4, #4b64d4, #595ad3); }

.border-event .icon-with-heading span {
  color: #377cce; }

.border-event .resource-card__head span {
  color: #377cce; }

.border-blog:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #252d6a), color-stop(49%, #595ad3), to(#742abf));
  background-image: -webkit-linear-gradient(left, #252d6a 2%, #595ad3 49%, #742abf 100%);
  background-image: -o-linear-gradient(left, #252d6a 2%, #595ad3 49%, #742abf 100%);
  background-image: linear-gradient(to right, #252d6a 2%, #595ad3 49%, #742abf 100%); }

.border-blog .icon-with-heading span {
  color: #693dc7; }

.border-blog .resource-card__head span {
  color: #693dc7; }

.border-slate-blue::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#5856d6), to(#252d6a)) !important;
  background-image: -webkit-linear-gradient(left, #5856d6, #252d6a) !important;
  background-image: -o-linear-gradient(left, #5856d6, #252d6a) !important;
  background-image: linear-gradient(to right, #5856d6, #252d6a) !important; }

.border-slate-blue .resource-card__head span {
  color: #5856d6; }

.border-sky-blue2::before {
  background: #43b1e3; }

.border-sky-blue2 .resource-card__head span {
  color: #43b1e3; }

.border-greenish-gradient:before {
  background: -webkit-gradient(linear, right top, left top, from(#5cfa02), color-stop(#00a4ff), to(#a704fb)) !important;
  background: -webkit-linear-gradient(right, #5cfa02, #00a4ff, #a704fb) !important;
  background: -o-linear-gradient(right, #5cfa02, #00a4ff, #a704fb) !important;
  background: linear-gradient(to left, #5cfa02, #00a4ff, #a704fb) !important; }

.border-greenish-gradient .resource-card__head span {
  color: #a704fb; }

.border-left--green::before {
  background: #68be62; }

.new-border-dark-blue:before {
  background-color: #135A88; }

.new-border-dark-blue .resource-card__head span {
  color: #135A88; }

.new-border-green:before {
  background-color: #3E7B42; }

.new-border-green .resource-card__head span {
  color: #3E7B42; }

.new-border-hex:before {
  background-color: #424b68; }

.new-border-hex .resource-card__head span {
  color: #424b68; }

.new-border-news:before {
  background-color: #5B56D6; }

.new-border-news .resource-card__head span {
  color: #5B56D6; }

.new-border-press-release-and-event:before {
  background-image: -webkit-gradient(linear, right top, left top, from(#3cb0e5), to(#5B56D6));
  background-image: -webkit-linear-gradient(right, #3cb0e5, #5B56D6);
  background-image: -o-linear-gradient(right, #3cb0e5, #5B56D6);
  background-image: linear-gradient(to left, #3cb0e5, #5B56D6); }

.new-border-press-release-and-event .resource-card__head span {
  color: #3cb0e5; }

.new-border-webinar::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#5B56D6), to(#151831));
  background-image: -webkit-linear-gradient(left, #5B56D6, #151831);
  background-image: -o-linear-gradient(left, #5B56D6, #151831);
  background-image: linear-gradient(to right, #5B56D6, #151831); }

.new-border-webinar .resource-card__head span {
  color: #5B56D6; }

.blue-gredient {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #252d6a), to(#5856d6)) !important;
  background: -webkit-linear-gradient(left, #252d6a 25%, #5856d6 100%) !important;
  background: -o-linear-gradient(left, #252d6a 25%, #5856d6 100%) !important;
  background: linear-gradient(to right, #252d6a 25%, #5856d6 100%) !important; }

.purple-gredient {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #151831), to(#343596)) !important;
  background: -webkit-linear-gradient(left, #151831 25%, #343596 100%) !important;
  background: -o-linear-gradient(left, #151831 25%, #343596 100%) !important;
  background: linear-gradient(to right, #151831 25%, #343596 100%) !important; }

.blue-curve-gradient {
  background: url(/themes/authentic8/templates/assets/images/blog-card-bg.png);
  background-size: cover; }

.green-gredient {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #3e813e), to(#83bb61)) !important;
  background: -webkit-linear-gradient(left, #3e813e 25%, #83bb61 100%) !important;
  background: -o-linear-gradient(left, #3e813e 25%, #83bb61 100%) !important;
  background: linear-gradient(to right, #3e813e 25%, #83bb61 100%) !important; }

.light-blue-gredient {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #3c64b1), to(#3cb0e5)) !important;
  background: -webkit-linear-gradient(left, #3c64b1 25%, #3cb0e5 100%) !important;
  background: -o-linear-gradient(left, #3c64b1 25%, #3cb0e5 100%) !important;
  background: linear-gradient(to right, #3c64b1 25%, #3cb0e5 100%) !important; }

.dark-blue-gredient {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #151831), to(#424b68)) !important;
  background: -webkit-linear-gradient(left, #151831 25%, #424b68 100%) !important;
  background: -o-linear-gradient(left, #151831 25%, #424b68 100%) !important;
  background: linear-gradient(to right, #151831 25%, #424b68 100%) !important; }

.grey-gredient {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #424b68), to(#8690a4)) !important;
  background: -webkit-linear-gradient(left, #424b68 25%, #8690a4 100%) !important;
  background: -o-linear-gradient(left, #424b68 25%, #8690a4 100%) !important;
  background: linear-gradient(to right, #424b68 25%, #8690a4 100%) !important; }

.diagnol-dark-blue-bg {
  background: -webkit-linear-gradient(335deg, #070813 36%, #151930 0%) !important;
  background: -o-linear-gradient(335deg, #070813 36%, #151930 0%) !important;
  background: linear-gradient(115deg, #070813 36%, #151930 0%) !important; }
  @media (max-width: 767px) {
    .diagnol-dark-blue-bg {
      background: -webkit-linear-gradient(335deg, #070813 50%, #151930 0%) !important;
      background: -o-linear-gradient(335deg, #070813 50%, #151930 0%) !important;
      background: linear-gradient(115deg, #070813 50%, #151930 0%) !important; } }

.white-gredient {
  background: #ffffff !important; }
  .white-gredient .bg-img {
    display: none !important; }
  .white-gredient h1,
  .white-gredient h4,
  .white-gredient h2,
  .white-gredient h5,
  .white-gredient h6,
  .white-gredient em,
  .white-gredient .date span {
    color: #151831 !important; }
  .white-gredient .date span::after {
    background: #151831 !important; }
  .white-gredient a:hover {
    background-color: rgba(104, 190, 98, 0.15);
    border-color: #68be62; }
    .white-gredient a:hover span {
      color: #68be62; }
      .white-gredient a:hover span::after {
        background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg");
        background-size: 100%; }

.wysiwyg-content p {
  line-height: 1.78;
  margin-bottom: 26px; }
  .wysiwyg-content p:first-child {
    margin-top: 0; }

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin-top: 10px;
  margin-bottom: 30px; }
  .wysiwyg-content h1:first-child,
  .wysiwyg-content h2:first-child,
  .wysiwyg-content h3:first-child,
  .wysiwyg-content h4:first-child,
  .wysiwyg-content h5:first-child,
  .wysiwyg-content h6:first-child {
    margin-top: 0; }

.wysiwyg-content a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44; }
  .wysiwyg-content a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #68be62;
    opacity: 0;
    width: 0;
    -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .wysiwyg-content a:hover::after {
    width: 100%;
    opacity: 1; }

.wysiwyg-content ul {
  padding-left: 50px; }
  @media (max-width: 991px) {
    .wysiwyg-content ul {
      padding-left: 35px; } }
  @media (max-width: 595px) {
    .wysiwyg-content ul {
      padding-left: 20px; } }
  .wysiwyg-content ul li {
    font-size: 18px;
    line-height: 1.45;
    color: #424b68;
    margin: 22px 0;
    padding-left: 20px;
    letter-spacing: normal; }
    .wysiwyg-content ul li:before {
      top: 16px;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #151831; }
    @media (max-width: 991px) {
      .wysiwyg-content ul li {
        margin: 15px 0; } }
    .wysiwyg-content ul li a {
      position: relative; }
      .wysiwyg-content ul li a:hover::after {
        width: 100%;
        opacity: 1; }
      .wysiwyg-content ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        opacity: 0;
        background-color: #68be62;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .wysiwyg-content ul li strong {
      font-size: inherit; }
    .wysiwyg-content ul li span {
      color: #444e69;
      margin-right: 5px;
      font-size: inherit; }

.wysiwyg-content ol {
  padding-left: 50px; }
  @media (max-width: 991px) {
    .wysiwyg-content ol {
      padding-left: 35px; } }
  @media (max-width: 595px) {
    .wysiwyg-content ol {
      padding-left: 20px; } }
  .wysiwyg-content ol li {
    color: #424b68; }
    .wysiwyg-content ol li::marker {
      color: #151831; }

.wysiwyg-content .pullquote,
.wysiwyg-content pre {
  color: #8690a4;
  padding-left: 13px;
  letter-spacing: -0.54px;
  line-height: 1.44;
  border-left: 1px solid #8690a4;
  font-weight: 300;
  margin: 39px 0px 39px 47px;
  max-width: 700px;
  position: relative;
  white-space: normal; }
  @media (min-width: 1336px) {
    .wysiwyg-content .pullquote,
    .wysiwyg-content pre {
      font-size: 27px; } }
  @media (min-width: 992px) and (max-width: 1336px) {
    .wysiwyg-content .pullquote,
    .wysiwyg-content pre {
      font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .wysiwyg-content .pullquote,
    .wysiwyg-content pre {
      font-size: 24px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .wysiwyg-content .pullquote,
    .wysiwyg-content pre {
      font-size: 22px; } }
  @media (max-width: 595px) {
    .wysiwyg-content .pullquote,
    .wysiwyg-content pre {
      font-size: 20px;
      margin: 57px 2px 64px; } }

.wysiwyg-content hr {
  border-top: 1px solid #000000; }

.wysiwyg-content img {
  margin-top: 44px; }

.wysiwyg-content .small {
  max-width: 494px; }
  .wysiwyg-content .small img {
    margin: -2px 0 25px; }
    @media (max-width: 595px) {
      .wysiwyg-content .small img {
        margin: 21px 0 54px; } }

.wysiwyg-content blockquote {
  position: relative;
  color: #8690a4;
  padding-bottom: 44px;
  margin-top: 63px;
  text-align: right; }
  @media (min-width: 768px) and (max-width: 991px) {
    .wysiwyg-content blockquote {
      padding-bottom: 36px;
      margin-top: 55px; } }
  @media (max-width: 767px) {
    .wysiwyg-content blockquote {
      padding-bottom: 30px;
      margin-top: 49px; } }
  @media (max-width: 595px) {
    .wysiwyg-content blockquote {
      text-align: left; } }
  .wysiwyg-content blockquote p {
    color: #8690a4;
    letter-spacing: -0.54px;
    line-height: 1.44;
    font-size: 30px;
    font-weight: 300; }
    @media (min-width: 992px) and (max-width: 1336px) {
      .wysiwyg-content blockquote p {
        font-size: 28px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .wysiwyg-content blockquote p {
        font-size: 24px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .wysiwyg-content blockquote p {
        font-size: 22px; } }
    @media (max-width: 595px) {
      .wysiwyg-content blockquote p {
        font-size: 20px; } }
  .wysiwyg-content blockquote h4,
  .wysiwyg-content blockquote p {
    border-left: 0px;
    position: relative;
    margin-bottom: 0;
    padding-top: 30px;
    padding: 33px 0px 0 9px;
    max-width: 100%;
    text-align: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .wysiwyg-content blockquote h4,
      .wysiwyg-content blockquote p {
        margin-top: 46px; } }
    @media (max-width: 595px) {
      .wysiwyg-content blockquote h4,
      .wysiwyg-content blockquote p {
        margin-top: 68px;
        padding: 27px 0px 0 4px; } }
  .wysiwyg-content blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 52px;
    width: 100%;
    max-width: 381px;
    height: auto;
    border-top: 1px solid #8690a4;
    z-index: -5; }
    @media (max-width: 595px) {
      .wysiwyg-content blockquote::before {
        top: 0;
        left: 51px;
        max-width: calc(100% - 50px); } }
  .wysiwyg-content blockquote::after {
    content: '';
    position: absolute;
    top: -29px;
    left: 3px;
    width: 42px;
    height: 42px;
    color: #8690a4;
    background: url("/themes/authentic8/templates/assets/images/double-quote.png");
    z-index: -4;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (max-width: 595px) {
      .wysiwyg-content blockquote::after {
        left: 8px; } }
  .wysiwyg-content blockquote span {
    display: inline-block;
    font-size: 18px;
    margin-top: 23px;
    margin-right: 13px;
    text-transform: unset;
    font-weight: 900; }
    @media (min-width: 768px) and (max-width: 991px) {
      .wysiwyg-content blockquote span {
        margin-top: 15px; } }
    @media (max-width: 595px) {
      .wysiwyg-content blockquote span {
        margin-top: 7px;
        text-align: left; } }

.wysiwyg-content blockquote + h2 {
  margin-top: 0; }

.wysiwyg-content .img-wrap {
  margin-bottom: 40px; }

.wysiwyg-content p + .img-wrap img {
  margin-top: 18px; }

.wysiwyg-content .video-wrap {
  max-width: 100%;
  height: 599px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden; }
  .wysiwyg-content .video-wrap iframe {
    width: 100%;
    height: 100%; }

.wysiwyg-content p + .video-wrap {
  margin-top: 18px; }

.wow {
  visibility: hidden; }

.animated {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
     animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-o-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
     animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -o-transform-origin: center bottom;
     transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
     animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
     animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
     animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-o-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  -o-animation-name: shake;
     animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -o-animation-name: headShake;
     animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
     transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
     animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
     animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@-o-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
     animation-name: jello;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
     transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
     animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
     animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
     animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-o-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
     animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
     animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
     animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
     animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
     animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
     animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
     animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
     animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
     animation-name: fadeInUp;
  -webkit-animation: fadeInUp 0.9s 0s both;
       -o-animation: fadeInUp 0.9s 0s both;
          animation: fadeInUp 0.9s 0s both; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
     animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
     animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
     animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-o-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
     animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
     animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
     animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -o-animation-name: flipOutY;
     animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
     animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
     animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
     animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
     animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  -o-animation-name: jackInTheBox;
     animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
     animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-o-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
     animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
     animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
     animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
     animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
     animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
     animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@-o-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
     animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
     animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
     animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
     animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
     animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
     animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
     animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
     animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
     animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
     animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
     animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
     animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp; }

.blur {
  -webkit-animation-name: blur;
       -o-animation-name: blur;
          animation-name: blur; }

@-webkit-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@-o-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

.scaleRight {
  -webkit-animation-name: scaleRight;
       -o-animation-name: scaleRight;
          animation-name: scaleRight; }

@-webkit-keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; } }

@-o-keyframes scaleRight {
  from {
    -o-transform: scale(0);
       transform: scale(0);
    -o-transform-origin: right bottom;
       transform-origin: right bottom; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom; } }

.scaleLeft {
  -webkit-animation-name: scaleLeft;
       -o-animation-name: scaleLeft;
          animation-name: scaleLeft; }

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; } }

@-o-keyframes scaleLeft {
  from {
    -o-transform: scale(0);
       transform: scale(0);
    -o-transform-origin: left bottom;
       transform-origin: left bottom; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    -o-transform-origin: left bottom;
       transform-origin: left bottom; } }

@keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom; } }

.wefadeInRight {
  -webkit-animation: we-fade-in-right 1.2s 0.2s both;
  -o-animation: we-fade-in-right 1.2s 0.2s both;
     animation: we-fade-in-right 1.2s 0.2s both; }

.wefadeInLeft {
  -webkit-animation: we-fade-in-left 1.2s 0.2s both;
  -o-animation: we-fade-in-left 1.2s 0.2s both;
     animation: we-fade-in-left 1.2s 0.2s both; }

.wefadeInBottom {
  -webkit-animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
  -o-animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
     animation: we-fade-in-bottom 2s ease-in-out 0.2s both; }

.kenburns-bottom-right {
  -webkit-animation: kenburns-bottom-right 12s ease-in-out both;
  -o-animation: kenburns-bottom-right 12s ease-in-out both;
     animation: kenburns-bottom-right 12s ease-in-out both; }
  @media (max-width: 480px) {
    .kenburns-bottom-right {
      -webkit-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
      -o-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
         animation: kenburns-bottom-right-mobile 12s ease-in-out both; } }

/**
 * ----------------------------------------
 * custom animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
       transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
       transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

.we-zoom-in {
  -webkit-animation: we-zoom-in 1.2s 0.2s both;
  -o-animation: we-zoom-in 1.2s 0.2s both;
     animation: we-zoom-in 1.2s 0.2s both; }

@-webkit-keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-o-keyframes we-zoom-in {
  0% {
    -o-transform: scale(0.75);
       transform: scale(0.75);
    opacity: 0; }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1; } }

@keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
         -o-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/**
 * ----------------------------------------
 * custom animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
       transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
       transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-up {
  0% {
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUp {
  -webkit-animation: wefadeInUp 1.2s 0.2s both;
  -o-animation: wefadeInUp 1.2s 0.2s both;
     animation: wefadeInUp 1.2s 0.2s both; }

@-webkit-keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wefadeIn {
  -webkit-animation: we-fade-in 1.2s 0.2s both;
  -o-animation: we-fade-in 1.2s 0.2s both;
     animation: we-fade-in 1.2s 0.2s both; }

@-webkit-keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes wefadeInUp {
  0% {
    -o-transform: translateY(20px);
       transform: translateY(20px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUplarge {
  -webkit-animation: wefadeInUplarge 1.2s 0.2s both;
  -o-animation: wefadeInUplarge 1.2s 0.2s both;
     animation: wefadeInUplarge 1.2s 0.2s both; }

@-webkit-keyframes wefadeInUplarge {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes wefadeInUplarge {
  0% {
    -o-transform: translateY(100px);
       transform: translateY(100px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUplarge {
  0% {
    -webkit-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-o-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-webkit-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-o-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-webkit-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@-o-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@-webkit-keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-o-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    -o-transform: scale(1.25) translate(20px, 15px);
       transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    -o-transform: scale(1.25) translate(20px, 15px);
       transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right-mobile
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-o-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    -o-transform: scale(1.15) translate(20px, 15px);
       transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    -o-transform: scale(1.15) translate(20px, 15px);
       transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

.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; }

.social-icon-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-icon-wrap .inner-wrapper {
    position: relative; }
  .social-icon-wrap .share-btn {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(/themes/authentic8/templates/assets/images/blog-icon/share-icon.svg) no-repeat;
    background-size: contain;
    margin: 5px 10px 0 0;
    display: inline-block; }
  .social-icon-wrap .share-box {
    display: none;
    position: absolute;
    top: 40px;
    left: -12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 80vw;
    background: #ffffff;
    padding: 12px;
    webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #8690a3;
    z-index: 10; }
    .social-icon-wrap .share-box::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -10px;
      -webkit-clip-path: polygon(0px 100%, 50% 0px, 100% 100%);
              clip-path: polygon(0px 100%, 50% 0px, 100% 100%);
      width: 15px;
      height: 10px;
      left: 11px;
      background-color: #8690a3;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
    .social-icon-wrap .share-box::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: -8px;
      -webkit-clip-path: polygon(0px 100%, 50% 0px, 100% 100%);
              clip-path: polygon(0px 100%, 50% 0px, 100% 100%);
      width: 15px;
      height: 10px;
      left: 11px;
      background-color: #ffffff; }
    @media (max-width: 480px) {
      .social-icon-wrap .share-box {
        left: -40px; }
        .social-icon-wrap .share-box::after, .social-icon-wrap .share-box::before {
          left: 38px; } }
    .social-icon-wrap .share-box .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .social-icon-wrap .copy-btn {
    cursor: pointer;
    padding: 10px 14px 10px 38px;
    margin-bottom: 0;
    border: 1px solid #68be62;
    border-radius: 5px;
    color: #ffffff;
    background-color: #68be62;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .social-icon-wrap .copy-btn::before {
      content: '';
      position: absolute;
      left: 10px;
      top: 50%;
      width: 18px;
      height: 18px;
      background: url(/themes/authentic8/templates/dist/images/icons/link-icon.svg) no-repeat center;
      background-size: contain;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
    .social-icon-wrap .copy-btn.copy {
      color: #68be62;
      background-color: #ffffff; }
      .social-icon-wrap .copy-btn.copy::before {
        background: url(/themes/authentic8/templates/dist/images/icons/link-icon-green.svg) no-repeat center;
        background-size: contain; }
  .social-icon-wrap .share-close {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 15px;
    background: url(/themes/authentic8/templates/dist/images/icons/close-icon-gray.svg) no-repeat center;
    background-size: contain;
    margin-bottom: 0; }
  .social-icon-wrap .a2a_kit .share-font {
    font-size: 16px;
    margin-bottom: 0; }
  .social-icon-wrap .a2a_kit > a {
    padding: 0 !important;
    margin: 0 18px 0 0;
    width: 18px;
    height: 18px; }
    .social-icon-wrap .a2a_kit > a span.at4-visually-hidden {
      display: none; }
    .social-icon-wrap .a2a_kit > a > .a2a_svg {
      border-radius: 2px !important;
      background-color: #ffffff !important;
      width: 18px;
      height: 18px;
      -webkit-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      line-height: 0 !important; }
      .social-icon-wrap .a2a_kit > a > .a2a_svg svg path {
        fill: #252d6a !important;
        -webkit-transition: path 0.3s ease-in-out;
        -o-transition: path 0.3s ease-in-out;
        transition: path 0.3s ease-in-out; }
    .social-icon-wrap .a2a_kit > a .a2a_label {
      display: none; }
    .social-icon-wrap .a2a_kit > a:hover > .a2a_svg {
      opacity: 1 !important;
      background-color: #68be62 !important; }
      .social-icon-wrap .a2a_kit > a:hover > .a2a_svg svg path {
        fill: #ffffff !important; }

.primary-card {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  padding: 36px 25px 40px 25px;
  min-height: 284px;
  height: 100%;
  position: relative; }
  .primary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .primary-card__icon {
    width: 52px;
    height: 52px;
    overflow: hidden; }
    .primary-card__icon img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .primary-card__content {
    margin-top: 16px;
    padding-bottom: 33px; }
    .primary-card__content p {
      margin-top: 6px;
      -webkit-line-clamp: 4;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .primary-card__action {
    position: absolute;
    bottom: 25px;
    width: auto;
    left: 25px; }

.new-primary-card {
  width: 100%;
  height: 100%;
  position: relative; }
  @media (max-width: 595px) {
    .new-primary-card {
      width: 100%;
      margin: 0 0 10px; } }
  .new-primary-card__inner:hover .new-primary-card__img img {
    -webkit-filter: brightness(110%) contrast(110%) saturate(110%);
            filter: brightness(110%) contrast(110%) saturate(110%); }
  .new-primary-card__img {
    max-width: 100%;
    height: 270px; }
    @media (max-width: 595px) {
      .new-primary-card__img {
        height: 212px; } }
    .new-primary-card__img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-size: 0;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
      -o-transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; }
      @media (max-width: 767px) {
        .new-primary-card__img img {
          -o-object-position: top;
             object-position: top; } }
  .new-primary-card__content {
    padding: 18px 0 30px; }
    @media (max-width: 595px) {
      .new-primary-card__content {
        padding: 24px 0; } }
    .new-primary-card__content h4 {
      color: #ffffff;
      font-size: 25px;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      font-weight: 900;
      letter-spacing: -0.25px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      line-height: 1.2;
      overflow: hidden;
      max-height: 58px; }
    .new-primary-card__content p {
      color: #ffffff;
      font-weight: 600;
      margin-top: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 19px;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.19px;
      -webkit-box-orient: vertical;
      word-wrap: normal;
      max-height: 46px; }
      @media (max-width: 595px) {
        .new-primary-card__content p {
          display: none;
          font-size: 16px; } }
  .new-primary-card__action {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2; }
    @media (max-width: 767px) {
      .new-primary-card__action .topic {
        display: none; } }
    .new-primary-card__action .topic:hover {
      color: #5856d6 !important; }
      .new-primary-card__action .topic:hover::before {
        background-color: #5856d6; }

.resource-card {
  position: relative;
  vertical-align: top;
  width: 100%;
  min-height: 388px;
  background: #ffffff;
  border-radius: 5px;
  border: solid 2px #bdc4cc;
  border-top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0 25px 40px;
  outline: none; }
  @media (max-width: 767px) {
    .resource-card {
      min-height: 358px; } }
  .resource-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .resource-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 33px;
    z-index: 2; }
    .resource-card__head .resource-card__icon {
      width: 58px;
      height: 44px;
      overflow: hidden;
      margin-right: 22px; }
      @media (max-width: 767px) {
        .resource-card__head .resource-card__icon {
          width: 48px;
          height: 40px;
          margin-right: 15px; } }
      .resource-card__head .resource-card__icon img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%; }
    .resource-card__head span {
      display: block;
      font-family: "proxima-nova";
      font-size: 16px;
      font-weight: 600;
      line-height: 1.88;
      max-width: 210px;
      overflow: hidden;
      letter-spacing: normal;
      color: #5856d6;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .resource-card__head span {
          font-size: 14px; } }
  .resource-card__img {
    width: calc(100% + 50px);
    height: 218px;
    margin-left: -25px;
    position: relative; }
    .resource-card__img img {
      height: 100%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      -o-object-position: 100% 7px;
         object-position: 100% 7px;
      -o-object-fit: cover;
         object-fit: cover; }
    .resource-card__img .video-play-btn::after {
      top: calc(50% + 12px); }
  .resource-card__content {
    padding-top: 97px;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      .resource-card__content {
        padding-bottom: 0; } }
    .resource-card__content span[aria-label='date'] {
      color: #8690a4;
      display: block;
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: 0.84px;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .resource-card__content span[aria-label='date'] {
          font-size: 12px; } }
    .resource-card__content h4 {
      -webkit-line-clamp: 4;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-weight: 600; }
      @media (max-width: 1336px) {
        .resource-card__content h4 {
          -webkit-line-clamp: 3; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        .resource-card__content h4 {
          font-size: 28px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .resource-card__content h4 {
          font-size: 24px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .resource-card__content h4 {
          font-size: 22px; } }
    .resource-card__content p {
      margin-top: 12px;
      -webkit-line-clamp: 5;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 0;
      -webkit-transition: max-height 0.5s ease-in-out;
      -o-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out;
      color: #424c67; }
  .resource-card__action {
    position: absolute;
    bottom: 20px;
    width: auto;
    left: 25px; }
  .resource-card__img + .resource-card__content {
    padding-top: 20px; }
  .resource-card:hover {
    min-height: 430px;
    height: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36);
            box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36); }
    @media (min-width: 596px) and (max-width: 767px) {
      .resource-card:hover {
        min-height: 415px; } }
    @media (max-width: 595px) {
      .resource-card:hover {
        min-height: 405px; } }
    .resource-card:hover .resource-card__content p {
      max-height: 158px; }
    .resource-card:hover .resource-card__action a::after {
      right: -11px; }
  .resource-card--video .resource-card__head span {
    color: #ffffff; }
  .resource-card--video .resource-card__content h4 {
    -webkit-line-clamp: 2;
    height: 69px;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out; }
    @media (min-width: 992px) and (max-width: 1336px) {
      .resource-card--video .resource-card__content h4 {
        height: 64px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .resource-card--video .resource-card__content h4 {
        height: 56px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .resource-card--video .resource-card__content h4 {
        height: 50px; } }
    @media (max-width: 595px) {
      .resource-card--video .resource-card__content h4 {
        height: 48px; } }
  .resource-card--video:hover .resource-card__content h4 {
    -webkit-line-clamp: 4;
    height: 135px; }
    @media (min-width: 992px) and (max-width: 1336px) {
      .resource-card--video:hover .resource-card__content h4 {
        height: 126px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .resource-card--video:hover .resource-card__content h4 {
        height: 109px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .resource-card--video:hover .resource-card__content h4 {
        height: 100px; } }
    @media (max-width: 595px) {
      .resource-card--video:hover .resource-card__content h4 {
        height: 92px; } }

.secondary-card {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer; }
  .secondary-card__img {
    height: 360px;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1336px) {
      .secondary-card__img {
        height: 300px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .secondary-card__img {
        height: 250px; } }
    @media (max-width: 767px) {
      .secondary-card__img {
        height: 220px; } }
    .secondary-card__img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      -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; }
  .secondary-card__content {
    background-color: #ffffff;
    padding: 40px 40px 90px;
    position: relative;
    min-height: 289px; }
    @media (min-width: 992px) and (max-width: 1336px) {
      .secondary-card__content {
        padding: 30px 30px 85px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .secondary-card__content {
        padding: 30px 30px 75px;
        min-height: 250px; } }
    @media (max-width: 767px) {
      .secondary-card__content {
        padding: 25px 25px 65px;
        min-height: 230px; } }
    .secondary-card__content h5 {
      color: #424b68;
      margin-top: 12px;
      font-weight: normal; }
  .secondary-card__tag {
    color: #424b68;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal; }
    @media (min-width: 992px) and (max-width: 1336px) {
      .secondary-card__tag {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .secondary-card__tag {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .secondary-card__tag {
        font-size: 18px; } }
  .secondary-card__action {
    position: absolute;
    bottom: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .secondary-card__action {
        bottom: 30px; } }
    @media (max-width: 767px) {
      .secondary-card__action {
        bottom: 25px; } }
  .secondary-card:hover .secondary-card__img img {
    -webkit-transform: scale(1.02);
         -o-transform: scale(1.02);
            transform: scale(1.02); }

.video-frame {
  width: 100%;
  height: 100%; }
  .video-frame iframe {
    width: 100%;
    height: 100%; }

.video-thumbnail-card__img {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative; }
  .video-thumbnail-card__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 100, 177, 0.25);
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .video-thumbnail-card__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    -o-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; }

.video-thumbnail-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px; }
  .video-thumbnail-card__content h6 {
    color: #424b68;
    cursor: pointer; }

.video-thumbnail-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  max-width: 38px;
  width: 100%;
  margin-right: 10px;
  background: url("/themes/authentic8/templates/dist/images/icons/Authentic8-logo.png") no-repeat center;
  background-size: 100%;
  height: 38px;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .video-thumbnail-card__icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      max-width: 30px;
      height: 30px; } }

.video-thumbnail-card:hover .video-thumbnail-card__img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.video-thumbnail-card:hover .video-thumbnail-card__img::after {
  background-color: transparent; }

.search-with-filter .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.search-with-filter .col-seven {
  -ms-flex-preferred-size: calc(100% - 438px);
      flex-basis: calc(100% - 438px);
  max-width: calc(100% - 438px);
  margin-right: 28px;
  width: 100%;
  float: unset;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media (max-width: 991px) {
    .search-with-filter .col-seven {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin-right: 0; } }

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

.search-with-filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (max-width: 595px) {
  .search-with-filter__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1336px) {
  .search-with-filter__heading h3 {
    font-size: 34px; } }

@media (max-width: 595px) {
  .search-with-filter__heading h3 {
    font-size: 20px; } }

@media (max-width: 595px) {
  .search-with-filter .list-items {
    margin-top: 25px; } }

.search-with-filter .select-box-title > span {
  cursor: pointer;
  color: #151831;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  padding-right: 28px; }
  @media (max-width: 595px) {
    .search-with-filter .select-box-title > span {
      font-size: 20px; } }
  .search-with-filter .select-box-title > span::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #59595c; }
  .search-with-filter .select-box-title > span::before {
    content: '';
    position: absolute;
    right: 4px;
    top: 8px;
    width: 11px;
    height: 11px;
    background: url(/themes/authentic8/templates/assets/images/right-arro.png);
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .search-with-filter .select-box-title > span.active::before {
    -webkit-transform: rotate(1deg);
         -o-transform: rotate(1deg);
            transform: rotate(1deg);
    right: 3px;
    top: 7px; }

.search-with-filter .select-box-title.dropdown-open + .select-dropdown {
  display: block; }

.search-with-filter .select-dropdown {
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px #8690a4;
          box-shadow: 0px 0px 5px 1px #8690a4;
  position: absolute;
  top: 60px;
  display: none;
  max-height: 285px;
  width: 100%;
  z-index: 10;
  overflow: scroll;
  overflow-x: hidden;
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .search-with-filter .select-dropdown {
      right: 20px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .search-with-filter .select-dropdown {
      right: 20px; } }
  @media (max-width: 595px) {
    .search-with-filter .select-dropdown {
      top: 50px;
      max-width: 100%; } }
  .search-with-filter .select-dropdown li {
    padding: 10px 10px 10px 12px;
    margin: 1px 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99; }
    .search-with-filter .select-dropdown li:hover {
      cursor: pointer;
      color: #ffffff;
      background-color: #8690a4; }

.search-with-filter .filtered-items {
  text-align: right; }

.search-with-filter .search-bar {
  position: relative;
  width: 100%; }
  @media (max-width: 991px) {
    .search-with-filter .search-bar {
      margin-top: 10px; } }
  .search-with-filter .search-bar input {
    outline: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #424b68;
    border-radius: 0;
    padding: 23px 40px 3px 0;
    font-size: 18px;
    font-weight: bold;
    color: #8690a4;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; }
    .search-with-filter .search-bar input::-webkit-input-placeholder {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.94;
      color: #8690a4; }
    .search-with-filter .search-bar input::-moz-placeholder {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.94;
      color: #8690a4; }
    .search-with-filter .search-bar input::-ms-input-placeholder {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.94;
      color: #8690a4; }
    .search-with-filter .search-bar input::placeholder {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.94;
      color: #8690a4; }
    .search-with-filter .search-bar input:-webkit-autofill, .search-with-filter .search-bar input:-webkit-autofill:hover, .search-with-filter .search-bar input:-webkit-autofill:focus, .search-with-filter .search-bar input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
      background-color: #ffffff; }
    @media (max-width: 595px) {
      .search-with-filter .search-bar input {
        padding: 23px 40px 3px 2px; } }
  .search-with-filter .search-bar input[type='text'] {
    -webkit-appearance: none;
    border-radius: 0; }
  .search-with-filter .search-bar button[type="submit"] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    outline: none;
    right: 5px;
    top: 26px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    background: transparent; }
    .search-with-filter .search-bar button[type="submit"]:hover {
      background-color: #c2c6c8; }
    @media (max-width: 595px) {
      .search-with-filter .search-bar button[type="submit"] {
        right: 0; } }

.add-card {
  position: relative;
  padding: 44px 38px;
  min-height: 165px; }
  @media (max-width: 991px) {
    .add-card {
      padding: 40px 30px; } }
  .add-card .bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
    .add-card .bg-image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .add-card > .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .add-card__image {
    max-width: 123px;
    height: 70px;
    width: 100%;
    -ms-flex-preferred-size: 123px;
        flex-basis: 123px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1023px) {
      .add-card__image {
        margin-inline: auto;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .add-card__image {
        max-width: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
        height: 55px;
        margin-bottom: 25px; } }
    .add-card__image img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%;
      margin: 0; }
  .add-card__content {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1023px) {
      .add-card__content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center; } }
    @media (max-width: 767px) {
      .add-card__content {
        margin-bottom: 25px; } }
    .add-card__content h3 {
      color: #ffffff; }
  .add-card__action {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: right;
    -ms-flex-item-align: center;
        align-self: center;
    min-width: 200px; }
    @media (max-width: 1023px) {
      .add-card__action {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center; } }
  .add-card--vertical .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .add-card--vertical .add-card__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media (min-width: 1024px) {
      .add-card--vertical .add-card__image {
        margin-bottom: 30px;
        margin-inline: auto; } }
  @media (min-width: 1024px) {
    .add-card--vertical .add-card__content {
      margin-bottom: 30px;
      text-align: center; } }
  .add-card--vertical .add-card__action {
    min-width: unset; }
  .add-card.white-gredient .add-card__content h3 {
    color: #151831; }
  .add-card.white-gredient .btn-common {
    border-color: #151831; }
    .add-card.white-gredient .btn-common span {
      color: #151831; }
    .add-card.white-gredient .btn-common:hover span {
      color: #ffffff; }

.testimonial__content {
  padding-left: 120px;
  position: relative; }
  @media (max-width: 767px) {
    .testimonial__content {
      padding-left: 75px; } }
  .testimonial__content::before {
    content: '';
    position: absolute;
    left: 0;
    top: -33px;
    width: 93px;
    height: 70px;
    background: url(/themes/authentic8/templates/dist/images/icons/quotes-icon.svg) no-repeat center/contain; }
    @media (max-width: 767px) {
      .testimonial__content::before {
        top: -20px;
        width: 60px;
        height: 40px; } }
  .testimonial__content h5 {
    color: #707070;
    font-style: italic;
    font-weight: normal; }
    @media (min-width: 1336px) {
      .testimonial__content h5 {
        line-height: 1.21; } }
  .testimonial__content h6 {
    color: #3cb0e5;
    text-align: right;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: normal; }

.global-search {
  display: none;
  width: 100%;
  height: 110vh;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 0 10px 5px rgba(214, 214, 214, 0.5);
          box-shadow: 0 0 10px 5px rgba(214, 214, 214, 0.5);
  position: absolute;
  padding: 40px 0;
  left: 0;
  top: 99%;
  z-index: 100;
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  background-image: -webkit-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
  background-image: -o-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
  background-image: linear-gradient(246deg, #5856d6 -31%, #252d6a 82%); }
  .global-search .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
  .global-search__wrapper {
    max-height: 50px;
    position: relative;
    padding-top: 48px; }
    .global-search__wrapper .search-close-btn {
      position: absolute;
      top: 0px;
      right: 0;
      width: 21px;
      height: 21px;
      cursor: pointer;
      background: url("/themes/authentic8/templates/dist/images/icons/close-btn.svg") no-repeat;
      background-size: contain; }
    .global-search__wrapper .error {
      position: absolute;
      top: 5px;
      left: 50%;
      color: #ffffff;
      background-color: red;
      padding: 5px;
      border-radius: 5px;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 2; }
      .global-search__wrapper .error:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 50%;
        width: 20px;
        height: 20px;
        background-color: red;
        -webkit-transform: translateX(-50%) rotate(-45deg);
             -o-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
        z-index: -1; }
  .global-search form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    position: relative; }
    .global-search form:after {
      content: '';
      position: absolute;
      top: -30px;
      right: 22%;
      width: 15px;
      height: 15px;
      background: #ffffff;
      border-top: 1px solid #d7d7d7;
      border-right: 1px solid #d7d7d7;
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      display: none; }
      @media (min-width: 992px) and (max-width: 1336px) {
        .global-search form:after {
          right: 128px; } }
    .global-search form input {
      font-size: 22px;
      line-height: normal;
      margin-bottom: 0;
      padding: 10px 60px 10px 15px;
      text-align: left;
      width: 100%;
      border-radius: 4px;
      border: 2px solid #68be62;
      outline: none;
      z-index: 1;
      font-family: "proxima-nova"; }
      .global-search form input::-webkit-input-placeholder {
        /* Edge */
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      .global-search form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      .global-search form input::-moz-placeholder {
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      .global-search form input::-ms-input-placeholder {
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      .global-search form input::placeholder {
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
  .global-search .btn-outer {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 44%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    .global-search .btn-outer button {
      width: 20px;
      height: 20px;
      position: relative;
      cursor: pointer;
      background: transparent; }
      .global-search .btn-outer button img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .global-search .error-msg {
    top: -86%; }
  .global-search--active {
    display: block; }

.long-image-card {
  position: relative;
  border-radius: 5px;
  border: 0.5px solid #bdc4cc;
  background-color: #ffffff;
  min-height: 427px;
  -webkit-box-shadow: 4px 4px 4px 0px #BDC4CC80;
          box-shadow: 4px 4px 4px 0px #BDC4CC80; }
  @media (max-width: 595px) {
    .long-image-card {
      min-height: 415px; } }
  .long-image-card__media {
    height: 325.5px;
    width: calc(100% + 1px);
    margin-left: -0.5px;
    margin-top: -0.5px; }
    .long-image-card__media img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px; }
      @media (max-width: 595px) {
        .long-image-card__media img {
          -o-object-position: top;
             object-position: top; } }
  .long-image-card > p {
    padding: 20px;
    font-weight: 700; }

.tooltip {
  padding: 1.3rem;
  border-radius: 1rem;
  background-color: #3cb0e5;
  max-width: 18.5rem;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative; }
  .tooltip::before {
    content: "\A";
    top: -9px;
    left: 25px;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3cb0e5;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute; }
  .tooltip p {
    font-style: italic; }
    @media (min-width: 1336px) {
      .tooltip p {
        font-size: 21px;
        font-weight: 400;
        line-height: 1.19; } }

@media (max-width: 991px) {
  .new-filter {
    margin-bottom: 30px; } }

.new-filter .container {
  z-index: unset; }

.new-filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.new-filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(100% - 410px);
      flex-basis: calc(100% - 410px);
  max-width: calc(100% - 410px);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .new-filter__items {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .new-filter__items h3 {
    padding-right: 20px; }
    @media (max-width: 1336px) {
      .new-filter__items h3 {
        width: 100%; } }
  @media (min-width: 1336px) {
    .new-filter__items > h3 {
      font-size: 34px; } }
  @media (max-width: 595px) {
    .new-filter__items > h3 {
      font-size: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.new-filter__items-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 14px; }
  @media (max-width: 1336px) {
    .new-filter__items-outer {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 992px) {
    .new-filter__items-outer {
      padding-right: 30px; } }

.new-filter__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
  max-width: 410px;
  width: 100%; }
  @media (max-width: 991px) {
    .new-filter__search {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 10px; } }

.new-filter .search-bar {
  position: relative;
  width: 100%; }
  .new-filter .search-bar .search-error {
    position: absolute;
    top: -30px;
    left: 50%;
    background: red;
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 290px;
    text-align: center; }
    .new-filter .search-bar .search-error::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid red;
      position: absolute;
      bottom: -7px;
      left: calc(50% - 8px);
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }

.new-filter .search-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 26px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%; }
  .new-filter .search-btn:hover {
    background-color: #c2c6c8; }
  @media (max-width: 595px) {
    .new-filter .search-btn {
      right: 0; } }

.new-filter input[type="search"], .new-filter input[type="text"] {
  outline: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #424b68;
  border-radius: 0;
  padding: 23px 40px 3px 0;
  font-size: 18px;
  font-weight: bold;
  color: #8690a4;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }
  .new-filter input[type="search"]::-webkit-input-placeholder, .new-filter input[type="text"]::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.94;
    color: #8690a4; }
  .new-filter input[type="search"]::-moz-placeholder, .new-filter input[type="text"]::-moz-placeholder {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.94;
    color: #8690a4; }
  .new-filter input[type="search"]::-ms-input-placeholder, .new-filter input[type="text"]::-ms-input-placeholder {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.94;
    color: #8690a4; }
  .new-filter input[type="search"]::placeholder, .new-filter input[type="text"]::placeholder {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.94;
    color: #8690a4; }
  .new-filter input[type="search"]:-webkit-autofill, .new-filter input[type="search"]:-webkit-autofill:hover, .new-filter input[type="search"]:-webkit-autofill:focus, .new-filter input[type="search"]:-webkit-autofill:active, .new-filter input[type="text"]:-webkit-autofill, .new-filter input[type="text"]:-webkit-autofill:hover, .new-filter input[type="text"]:-webkit-autofill:focus, .new-filter input[type="text"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    background-color: #ffffff; }
  @media (max-width: 595px) {
    .new-filter input[type="search"], .new-filter input[type="text"] {
      padding: 23px 40px 3px 2px; } }

.new-filter input[type="search"]::-webkit-search-clear-button,
.new-filter input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer; }

@media (max-width: 595px) {
  .new-filter .dropdown {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px; } }

.new-filter .dropdown:not(:last-child) {
  padding-right: 58px; }
  @media (max-width: 595px) {
    .new-filter .dropdown:not(:last-child) {
      padding-right: 0; } }

.new-filter .dropdown__head {
  cursor: pointer;
  display: inline-block;
  position: relative; }
  @media (max-width: 595px) {
    .new-filter .dropdown__head {
      font-size: 20px; } }
  .new-filter .dropdown__head .arrow {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    vertical-align: middle; }
    .new-filter .dropdown__head .arrow::after {
      background-image: url(/themes/authentic8/templates/dist/images/icons/filter-arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      position: absolute;
      right: 0px;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
  .new-filter .dropdown__head.active .arrow::after {
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }

.new-filter .dropdown__tag {
  font-size: 18px;
  font-weight: 900;
  color: #424b68;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 105px; }
  @media (max-width: 595px) {
    .new-filter .dropdown__tag {
      white-space: normal;
      max-width: 100%; } }

.new-filter .dropdown__options {
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px #8690a4;
          box-shadow: 0px 0px 5px 1px #8690a4;
  position: absolute;
  top: 60px;
  display: none;
  max-height: 295px;
  width: 100%;
  z-index: 10;
  overflow: auto;
  overflow-x: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 768px) and (max-width: 991px) {
    .new-filter .dropdown__options {
      right: 20px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .new-filter .dropdown__options {
      right: 20px; } }
  @media (max-width: 595px) {
    .new-filter .dropdown__options {
      left: 20px;
      top: 50px;
      max-width: calc(100% - 40px); } }
  .new-filter .dropdown__options.open {
    display: block; }
  .new-filter .dropdown__options li {
    padding: 10px 10px 10px 12px;
    margin: 1px 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99; }
    .new-filter .dropdown__options li:hover {
      cursor: pointer;
      color: #ffffff;
      background-color: #8690a4; }
    .new-filter .dropdown__options li .check-box {
      display: inline-block;
      margin-right: 9px;
      width: 16px;
      height: 16px;
      border: 1px solid #424b68;
      position: relative;
      vertical-align: top;
      top: 5px; }
      .new-filter .dropdown__options li .check-box:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        top: 2px;
        right: 2px;
        background: url(/themes/authentic8/templates/dist/images/icons/tick.svg) no-repeat center;
        background-size: contain;
        opacity: 0;
        -webkit-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out; }
    .new-filter .dropdown__options li h6 {
      display: inline;
      font-size: 16px;
      font-weight: normal; }
    .new-filter .dropdown__options li.check-active .check-box:after {
      opacity: 1; }

.new-filter .dropdown#resource .dropdown__tag {
  white-space: inherit;
  max-width: inherit; }

.new-filter .dropdown#resource li:hover {
  background: inherit; }

.pricing-card {
  position: relative;
  background-color: #f1f3f5;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  min-height: 380px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .pricing-card {
      padding: 32px;
      min-height: 454px; } }
  .pricing-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .pricing-card:hover {
    border-color: #3cb0e5;
    background-color: #ffffff; }
    .pricing-card:hover::before {
      background-color: #3cb0e5; }
  .pricing-card p {
    color: #151831; }
    .pricing-card p small {
      font-size: 14px; }
  .pricing-card > p {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .pricing-card > p {
        margin-top: 66px; } }
  .pricing-card__tag {
    padding: 5px 15px;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block; }
  .pricing-card__head h2 {
    font-weight: 700; }
  .pricing-card__head > p {
    margin-top: 5px; }
    .pricing-card__head > p > span {
      font-size: 16px;
      font-weight: normal; }
      @media (min-width: 768px) {
        .pricing-card__head > p > span {
          font-size: 18px; } }

body .alphabet-filters {
  background: #151831;
  padding: 0;
  min-height: 75px; }
  body .alphabet-filters .wrapper {
    padding: 24px 0; }
    @media (max-width: 767px) {
      body .alphabet-filters .wrapper {
        padding: 15px 0; } }
  body .alphabet-filters ul {
    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;
    margin: 0; }
    @media (max-width: 767px) {
      body .alphabet-filters ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    body .alphabet-filters ul li {
      cursor: pointer;
      color: #ffffff;
      font-weight: bold;
      padding: 0;
      margin: 0;
      max-width: 15px;
      text-align: center;
      width: 100%; }
      @media (max-width: 595px) {
        body .alphabet-filters ul li {
          font-size: 14px; } }
      body .alphabet-filters ul li::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 3px;
        border-radius: 5px;
        background-color: #68be62;
        -webkit-transition: width 0.2s ease-in-out;
        -o-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out; }
      body .alphabet-filters ul li:not(:last-child) {
        margin-right: 10px; }
        @media (max-width: 767px) {
          body .alphabet-filters ul li:not(:last-child) {
            margin-right: 15px; } }
      body .alphabet-filters ul li:hover::after {
        width: 100%; }
      body .alphabet-filters ul li.disabled {
        pointer-events: none;
        opacity: 0.5; }
      body .alphabet-filters ul li.active::after {
        width: 100%; }

body .authors-info .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body .authors-info .col-wrap .col-four {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: calc(25% - 20px);
    border-radius: 8px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    margin: 60px 10px 20px;
    padding: 0 40px 40px; }
    body .authors-info .col-wrap .col-four:hover .img-wrap img {
      -webkit-filter: none;
              filter: none; }
    body .authors-info .col-wrap .col-four .img-wrap {
      max-width: 170px;
      height: 145px;
      overflow: hidden;
      margin: -50px auto 20px; }
      body .authors-info .col-wrap .col-four .img-wrap img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        -webkit-transition: 0.3s -webkit-filter ease-in-out;
        transition: 0.3s -webkit-filter ease-in-out;
        -o-transition: 0.3s filter ease-in-out;
        transition: 0.3s filter ease-in-out;
        transition: 0.3s filter ease-in-out, 0.3s -webkit-filter ease-in-out; }

body .hero-banner {
  min-height: 632px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .hero-banner {
      min-height: 480px; } }
  @media (max-width: 991px) {
    body .hero-banner {
      min-height: 400px; } }
  body .hero-banner .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0; }
    body .hero-banner .bg-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: bottom;
         object-position: bottom; }
  body .hero-banner .video-wrapper {
    display: none; }
  body .hero-banner__content {
    max-width: 712px;
    margin-left: 0px; }
    @media (max-width: 767px) {
      body .hero-banner__content {
        max-width: 100%; } }
    body .hero-banner__content h1 {
      margin-bottom: 15px;
      color: #ffffff; }
      @media (max-width: 595px) {
        body .hero-banner__content h1 {
          margin-bottom: 12px; } }
    body .hero-banner__content h4 {
      font-weight: 500;
      line-height: 1.13;
      letter-spacing: normal;
      color: #ffffff;
      max-width: 640px; }
    body .hero-banner__content h5 {
      font-size: 20px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 13px; }
      @media (min-width: 1336px) {
        body .hero-banner__content h5 {
          max-width: 600px; } }
      @media (max-width: 991px) {
        body .hero-banner__content h5 {
          font-size: 18px; } }
  body .hero-banner__action {
    margin-top: 32px; }
    @media (max-width: 991px) {
      body .hero-banner__action {
        margin-top: 22px; } }
    @media (max-width: 595px) {
      body .hero-banner__action {
        margin-top: 15px; } }
    @media (min-width: 1336px) {
      body .hero-banner__action .btn-common {
        padding: 13px 44px 13px 15px; } }
  body .hero-banner.video-banner .bg-img {
    display: none; }
  body .hero-banner.video-banner .video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    display: block; }
    body .hero-banner.video-banner .video-wrapper video {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body .hero-banner.dark-overlay .bg-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151831;
    opacity: 0.7;
    display: none; }
    @media (max-width: 1336px) {
      body .hero-banner.dark-overlay .bg-img::after {
        display: block; } }

body .card-with-link.card-grid-box .col-two {
  margin-top: 20px; }

body .card-with-link .close-icon {
  cursor: pointer;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  float: right; }
  @media (min-width: 992px) {
    body .card-with-link .close-icon {
      margin-right: -26px; } }
  @media (max-width: 991px) {
    body .card-with-link .close-icon {
      margin-bottom: 20px; } }

body .card-with-link .card .text-grid {
  padding: 56px 50px 50px; }
  @media (max-width: 991px) {
    body .card-with-link .card .text-grid {
      padding: 36px 30px 30px; } }
  @media (min-width: 768px) {
    body .card-with-link .card .text-grid {
      opacity: 0;
      -webkit-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; } }

body .card-with-link .card .active-width .text-grid {
  min-height: 255px;
  opacity: 1; }

@media (min-width: 768px) {
  body .card-with-link .card.current {
    z-index: 2; } }

@media (min-width: 768px) {
  body .card-with-link .card.current .content-box {
    position: absolute;
    left: 0px;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (min-width: 768px) {
  body .card-with-link .card.current .overlay-wrap {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    position: relative; } }

body .card-with-link .content-box {
  cursor: pointer;
  min-height: 255px;
  padding: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(66, 75, 104, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(66, 75, 104, 0.2); }
  body .card-with-link .content-box h1,
  body .card-with-link .content-box h2,
  body .card-with-link .content-box h3,
  body .card-with-link .content-box h4,
  body .card-with-link .content-box h5,
  body .card-with-link .content-box h6 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 30px; }
  body .card-with-link .content-box .card-title {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .card-with-link .content-box .card-title {
        font-size: 22px; } }
    @media (max-width: 767px) {
      body .card-with-link .content-box .card-title {
        max-width: 388px; } }
    body .card-with-link .content-box .card-title::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 20px;
      height: 20px;
      margin-left: 18px;
      background: url("/themes/authentic8/templates/dist/images/icons/white_arrow.svg") no-repeat center;
      background-size: contain;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .card-with-link .content-box .card-title::after {
        top: unset;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        margin-left: 10px;
        bottom: 4px;
        width: 20px;
        height: 20px; } }
    @media (max-width: 991px) {
      body .card-with-link .content-box .card-title::after {
        top: unset;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        margin-left: 10px;
        bottom: 4px;
        width: 15px;
        height: 15px; } }
    @media (min-width: 768px) and (max-width: 790px) {
      body .card-with-link .content-box .card-title::after {
        margin-left: 8px; } }
  body .card-with-link .content-box ul {
    margin-left: 20px; }
    body .card-with-link .content-box ul li {
      color: #ffffff; }
      body .card-with-link .content-box ul li::before {
        background-color: #ffffff; }
  body .card-with-link .content-box ol li {
    color: #ffffff; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .card-with-link .content-box {
      padding: 35px 30px; } }
  @media (max-width: 991px) {
    body .card-with-link .content-box {
      padding: 25px; } }
  @media (max-width: 595px) {
    body .card-with-link .content-box {
      padding: 27px; } }

body .card-with-link h2 {
  margin-bottom: 42px; }
  @media (min-width: 992px) {
    body .card-with-link h2 {
      max-width: 850px; } }

body .card-with-link p {
  color: #ffffff;
  margin-top: 22px;
  line-height: 1.33; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-with-link p {
      margin-top: 15px; } }

body .card-with-link ul {
  margin-left: 20px; }
  body .card-with-link ul li {
    color: #424b68;
    font-size: 18px;
    margin: 11px 0 0;
    padding-left: 5px; }
    body .card-with-link ul li::before {
      background-color: #424b68;
      left: -10px; }
    @media (max-width: 767px) {
      body .card-with-link ul li {
        font-size: 16px; }
        body .card-with-link ul li::before {
          top: 50%; } }

body .card-with-link ol li {
  color: #424b68;
  margin: 11px 0 0; }

body .card-with-link .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .card-with-link .column-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-with-link .column-wrapper {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  @media (max-width: 767px) {
    body .card-with-link .column-wrapper {
      display: block;
      width: 100%;
      margin: 0 auto; } }

body .card-with-link .col-two {
  float: none;
  width: calc(50% - 50px);
  margin: 0 25px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .card-with-link .col-two {
      width: calc(50% - 30px);
      margin: 0 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-with-link .col-two {
      width: calc(50% - 20px);
      margin: 0 10px; } }
  @media (max-width: 767px) {
    body .card-with-link .col-two {
      width: 100%;
      margin: 0 auto 20px; } }
  @media (max-width: 767px) {
    body .card-with-link .col-two:last-child {
      margin-bottom: 0px; } }
  @media (min-width: 768px) {
    body .card-with-link .col-two:nth-child(even) .overlay-wrap {
      float: right;
      left: auto !important;
      right: 0; } }

body .card-with-link .overlay-wrap {
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  body .card-with-link .overlay-wrap .link-wrap {
    margin-top: 11px; }
    body .card-with-link .overlay-wrap .link-wrap a {
      font-size: 14px; }
      body .card-with-link .overlay-wrap .link-wrap a::after {
        width: 16px;
        height: 16px;
        background-size: 16px; }
  body .card-with-link .overlay-wrap li {
    font-size: 0;
    padding: 0;
    margin: 32px 0 0; }
    @media (max-width: 767px) {
      body .card-with-link .overlay-wrap li {
        margin: 20px 0 0; } }
    body .card-with-link .overlay-wrap li p {
      font-size: 16px;
      margin-top: 8px;
      line-height: 1.33; }
  @media (min-width: 768px) {
    body .card-with-link .overlay-wrap {
      z-index: -1;
      position: absolute;
      left: 0;
      visibility: hidden;
      width: 0;
      opacity: 0;
      -webkit-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out; } }
  @media (max-width: 767px) {
    body .card-with-link .overlay-wrap {
      display: none; } }
  body .card-with-link .overlay-wrap:before {
    position: absolute;
    content: "";
    height: 7px;
    width: 100%;
    left: 0; }
  @media (max-width: 767px) {
    body .card-with-link .overlay-wrap::before {
      display: none; } }
  body .card-with-link .overlay-wrap.blue-gradient-border:before {
    background: #4198d2;
    background: -moz-linear-gradient(to right, #4198d2 0%, #4080c1 100%);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: -webkit-linear-gradient(to right, #4198d2 0%, #4080c1 100%);
    background: -webkit-gradient(linear, left top, right top, from(#4198d2), to(#4080c1));
    background: -webkit-linear-gradient(left, #4198d2 0%, #4080c1 100%);
    background: -o-linear-gradient(left, #4198d2 0%, #4080c1 100%);
    background: linear-gradient(to right, #4198d2 0%, #4080c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4198d2', endColorstr='#4080c1', GradientType=0); }
  body .card-with-link .overlay-wrap.blue-gradient-border h4 {
    color: #3cb0e5; }
  body .card-with-link .overlay-wrap.purple-gradient-border:before {
    background: #4c50b8;
    background: -moz-linear-gradient(to right, #4c50b8 0%, #323a82 100%);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: -webkit-linear-gradient(to right, #4c50b8 0%, #323a82 100%);
    background: -webkit-gradient(linear, left top, right top, from(#4c50b8), to(#323a82));
    background: -webkit-linear-gradient(left, #4c50b8 0%, #323a82 100%);
    background: -o-linear-gradient(left, #4c50b8 0%, #323a82 100%);
    background: linear-gradient(to right, #4c50b8 0%, #323a82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c50b8', endColorstr='#323a82', GradientType=0); }
  body .card-with-link .overlay-wrap.purple-gradient-border h4 {
    color: #595ad3; }
  body .card-with-link .overlay-wrap .col-two-card ul li {
    -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: 595px) {
      body .card-with-link .overlay-wrap .col-two-card ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0; } }
  @media (min-width: 992px) {
    body .card-with-link .overlay-wrap .col-two-card ul .img-box {
      width: 52px; } }
  @media (min-width: 992px) {
    body .card-with-link .overlay-wrap .col-two-card ul .text-wrapper {
      width: calc(100% - 52px); } }
  body .card-with-link .overlay-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body .card-with-link .overlay-wrap ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33% - 10px);
              flex: 0 0 calc(33.33% - 10px);
      max-width: calc(33.33% - 10px);
      margin-right: 10px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .card-with-link .overlay-wrap ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 10px);
                  flex: 0 0 calc(50% - 10px);
          max-width: calc(50% - 10px); } }
      @media (max-width: 595px) {
        body .card-with-link .overlay-wrap ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0; } }
  body .card-with-link .overlay-wrap .img-box {
    width: 39px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .card-with-link .overlay-wrap .img-box {
        width: 30px; } }
    @media (max-width: 767px) {
      body .card-with-link .overlay-wrap .img-box {
        width: 27px; } }
  body .card-with-link .overlay-wrap .text-wrapper {
    width: calc(100% - 39px);
    display: inline-block;
    vertical-align: top;
    padding-left: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .card-with-link .overlay-wrap .text-wrapper {
        width: calc(100% - 30px); } }
    @media (max-width: 767px) {
      body .card-with-link .overlay-wrap .text-wrapper {
        width: calc(100% - 27px); } }
  body .card-with-link .overlay-wrap h6 {
    color: #151831;
    font-size: 16px;
    font-weight: bold; }
    @media (min-width: 992px) {
      body .card-with-link .overlay-wrap h6 {
        margin-top: 12px; } }
  body .card-with-link .overlay-wrap p {
    color: #424b68;
    margin-top: 8px;
    line-height: 1.39; }

body .card-with-button .intro .title {
  color: #151930;
  max-width: 850px;
  letter-spacing: -0.5px; }

body .card-with-button .intro .sub-title {
  margin-top: 10px;
  max-width: 650px; }

body .card-with-button .col-wrap {
  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;
  margin-top: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-with-button .col-wrap {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    body .card-with-button .col-wrap {
      margin-top: 10px; } }

body .card-with-button .card-wrap {
  -ms-flex-preferred-size: calc(50% - 25px);
      flex-basis: calc(50% - 25px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: calc(50% - 25px);
  min-height: 260px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(21, 25, 48, 0.2);
          box-shadow: 5px 5px 10px 0 rgba(21, 25, 48, 0.2);
  padding: 44px 50px 35px;
  margin-top: 25px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-with-button .card-wrap {
      padding: 25px 20px 25px 25px;
      min-height: 200px; } }
  @media (max-width: 767px) {
    body .card-with-button .card-wrap {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      min-height: 200px;
      padding: 25px; } }
  body .card-with-button .card-wrap .text-wrap {
    margin-bottom: 95px; }
    @media (max-width: 991px) {
      body .card-with-button .card-wrap .text-wrap {
        margin-bottom: 80px; } }
  body .card-with-button .card-wrap h4 {
    color: #ffffff;
    font-weight: bold; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .card-with-button .card-wrap h4 {
        font-size: 22px; } }
  body .card-with-button .card-wrap p {
    color: #ffffff;
    margin-top: 13px; }
  body .card-with-button .card-wrap .btn-wrap {
    position: absolute;
    bottom: 35px; }
    @media (max-width: 991px) {
      body .card-with-button .card-wrap .btn-wrap {
        bottom: 25px; } }

@media (min-width: 1336px) {
  body .intro-info {
    padding: 90px 0 144px; } }

body .intro-info .text-wrapper {
  max-width: 1050px; }
  body .intro-info .text-wrapper h1,
  body .intro-info .text-wrapper h2,
  body .intro-info .text-wrapper h3,
  body .intro-info .text-wrapper h4,
  body .intro-info .text-wrapper h5,
  body .intro-info .text-wrapper h6 {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 800px; }
  body .intro-info .text-wrapper .tittle {
    margin-top: 0; }
  body .intro-info .text-wrapper p {
    margin-top: 12px; }
  body .intro-info .text-wrapper ul {
    margin-left: 20px; }
    body .intro-info .text-wrapper ul li {
      color: #424b68;
      font-size: 18px;
      margin: 11px 0 0;
      padding-left: 5px; }
      body .intro-info .text-wrapper ul li::before {
        background-color: #424b68;
        left: -10px; }
      @media (max-width: 767px) {
        body .intro-info .text-wrapper ul li {
          font-size: 16px; }
          body .intro-info .text-wrapper ul li::before {
            top: 50%; } }
  body .intro-info .text-wrapper ol li {
    color: #424b68;
    margin: 11px 0 0; }

body .card-two-grid {
  padding: 141px 0; }
  body .card-two-grid .container > .btn-wrap {
    text-align: center;
    margin-top: 40px; }
  body .card-two-grid .bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    body .card-two-grid .bg-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body .card-two-grid h2 {
    color: #ffffff;
    max-width: 700px; }
  body .card-two-grid .col-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    body .card-two-grid .col-wrap .card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: calc(50% - 15px);
      position: relative;
      -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
      background-color: #ffffff;
      border-radius: 5px;
      padding: 49px 50px 51px 54px;
      border-top: 0;
      margin: 30px 15px 0;
      z-index: 9;
      min-height: 265px; }
      body .card-two-grid .col-wrap .card:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 7px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-image: -webkit-linear-gradient(179deg, #3c64b1 100%, #3cb0e5 0%);
        background-image: -o-linear-gradient(179deg, #3c64b1 100%, #3cb0e5 0%);
        background-image: linear-gradient(271deg, #3c64b1 100%, #3cb0e5 0%);
        top: 0;
        left: 0; }
      @media (min-width: 1336px) {
        body .card-two-grid .col-wrap .card {
          margin-top: 41px; } }
      @media (max-width: 991px) {
        body .card-two-grid .col-wrap .card {
          padding: 30px 30px 46px; } }
      @media (max-width: 767px) {
        body .card-two-grid .col-wrap .card {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding: 25px 15px 46px;
          margin: 37px 0 0; } }
      @media (max-width: 595px) {
        body .card-two-grid .col-wrap .card {
          width: 100%;
          padding: 30px 20px 46px;
          margin: 15px 0; } }
      @media (min-width: 992px) {
        body .card-two-grid .col-wrap .card:nth-child(2n + 1) {
          margin-left: 0; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .card-two-grid .col-wrap .card:nth-child(2n + 1) {
          margin-left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .card-two-grid .col-wrap .card:nth-child(2n + 1) {
          margin-left: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .card-two-grid .col-wrap .card:nth-child(2n + 1) {
          margin-left: 0; } }
      @media (min-width: 992px) {
        body .card-two-grid .col-wrap .card:nth-child(2n + 2) {
          margin-right: 0; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .card-two-grid .col-wrap .card:nth-child(2n + 2) {
          margin-right: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .card-two-grid .col-wrap .card:nth-child(2n + 2) {
          margin-right: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .card-two-grid .col-wrap .card:nth-child(2n + 2) {
          margin-right: 0; } }
      body .card-two-grid .col-wrap .card .top-icon {
        max-width: 48px;
        height: 47px; }
        @media (max-width: 991px) {
          body .card-two-grid .col-wrap .card .top-icon {
            margin-bottom: 18px; } }
        @media (max-width: 595px) {
          body .card-two-grid .col-wrap .card .top-icon {
            width: 32px;
            height: 32px; } }
        body .card-two-grid .col-wrap .card .top-icon img {
          -o-object-fit: contain;
             object-fit: contain;
          max-width: 100%;
          max-height: 100%; }
      body .card-two-grid .col-wrap .card h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #151831;
        margin-top: 17px; }
      body .card-two-grid .col-wrap .card p {
        margin-top: 2px;
        color: #424c67;
        line-height: 1.2; }
        @media (max-width: 595px) {
          body .card-two-grid .col-wrap .card p {
            font-size: 14px; } }
      body .card-two-grid .col-wrap .card .cta {
        position: absolute;
        bottom: 24px;
        left: 53px; }
        @media (min-width: 1336px) {
          body .card-two-grid .col-wrap .card .cta {
            bottom: 26px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .card-two-grid .col-wrap .card .cta {
            left: 30px;
            bottom: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .card-two-grid .col-wrap .card .cta {
            left: 17px;
            bottom: 20px; } }
        @media (max-width: 595px) {
          body .card-two-grid .col-wrap .card .cta {
            left: 20px;
            bottom: 20px; } }
      body .card-two-grid .col-wrap .card .check-status {
        -webkit-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
      body .card-two-grid .col-wrap .card .close {
        position: absolute;
        top: 50px;
        right: 50px;
        width: 30px;
        opacity: 0;
        cursor: pointer; }
        body .card-two-grid .col-wrap .card .close.show {
          opacity: 1; }
  body .card-two-grid .info input {
    display: block;
    border: solid 2px #df902f !important;
    border-radius: 4px;
    height: 40px;
    padding: 18px 15px;
    margin-top: 7px;
    width: 100%;
    font-size: 16px; }
    @media (min-width: 1336px) {
      body .card-two-grid .info input {
        font-size: 18px; } }
  body .card-two-grid .info span {
    display: block;
    border: solid 2px #df902f !important;
    border-radius: 4px;
    height: 40px;
    padding: 9px 15px;
    margin-top: 7px;
    width: 100%;
    font-size: 16px;
    line-height: 1; }
    @media (min-width: 1336px) {
      body .card-two-grid .info span {
        font-size: 18px; } }
    @media (max-width: 595px) {
      body .card-two-grid .info span {
        font-size: 14px; } }

body .three-column-cards .intro h2 {
  max-width: 850px; }

body .three-column-cards .col-wrap {
  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: calc(100% + 30px);
  margin-left: -15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .three-column-cards .col-wrap {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .three-column-cards .col-wrap {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  @media (max-width: 595px) {
    body .three-column-cards .col-wrap {
      width: 100%;
      margin-left: 0; } }

body .three-column-cards .card {
  -ms-flex-preferred-size: calc(33.33% - 30px);
      flex-basis: calc(33.33% - 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: calc(33.33% - 30px);
  margin: 40px 15px 0;
  min-height: 276px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
  padding: 50px;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .three-column-cards .card {
      padding: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .three-column-cards .card {
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
      max-width: calc(50% - 20px);
      margin: 30px 10px 0; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .three-column-cards .card {
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
      max-width: calc(50% - 20px);
      margin: 20px 10px 0;
      padding: 25px; } }
  @media (max-width: 595px) {
    body .three-column-cards .card {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin: 20px 0 0;
      padding: 30px; } }

body .three-column-cards .icon-wrap {
  width: 52px;
  max-height: 52px;
  overflow: hidden; }
  body .three-column-cards .icon-wrap img {
    height: 100%;
    width: unset;
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: bottom; }

body .three-column-cards .card-title {
  margin-top: 17px;
  font-weight: 600; }

body .three-column-cards p {
  margin-top: 12px; }

body .col-three-box .container > .btn-wrap {
  text-align: center; }

body .col-three-box .card .card.border-blue:before {
  background-color: #3cb0e5 !important; }

@media (min-width: 596px) {
  body .col-three-box.col-three-box-icon {
    padding-top: 39px; } }

body .col-three-box.col-three-box-icon.big-border-top {
  position: relative; }
  body .col-three-box.col-three-box-icon.big-border-top .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  body .col-three-box.col-three-box-icon.big-border-top h4 {
    font-weight: 600;
    margin-bottom: 5px; }
    @media (min-width: 1336px) {
      body .col-three-box.col-three-box-icon.big-border-top h4 {
        margin-bottom: 5px; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .col-three-box.col-three-box-icon.big-border-top h4 {
        margin-bottom: 5px; } }
  body .col-three-box.col-three-box-icon.big-border-top .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    width: calc(100% + 26px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 26px);
            flex: 0 0 calc(100% + 26px);
    margin-left: -13px;
    margin-right: auto; }
    @media (min-width: 1336px) {
      body .col-three-box.col-three-box-icon.big-border-top .column-wrapper {
        width: calc(100% + 30px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% + 30px);
                flex: 0 0 calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .col-three-box.col-three-box-icon.big-border-top .column-wrapper {
        width: calc(100% + 20px);
        -webkit-box-flex: calc(100% + 20px);
            -ms-flex: calc(100% + 20px);
                flex: calc(100% + 20px);
        margin-left: -10px; } }
    @media (max-width: 595px) {
      body .col-three-box.col-three-box-icon.big-border-top .column-wrapper {
        -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
        display: block; } }
    body .col-three-box.col-three-box-icon.big-border-top .column-wrapper h5 {
      font-weight: 600; }
    body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card {
      border-radius: 5px;
      position: relative;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      min-height: 285px;
      margin: 20px 13px 0px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33% - 26px);
              flex: 0 0 calc(33.33% - 26px);
      max-width: calc(33.33% - 26px);
      width: calc(33.33% - 26px);
      min-width: auto;
      -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
      background-color: #ffffff; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 26px);
                  flex: 0 0 calc(50% - 26px);
          max-width: calc(50% - 26px);
          width: calc(50% - 26px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 26px);
                  flex: 0 0 calc(50% - 26px);
          max-width: calc(50% - 26px);
          width: calc(50% - 26px); } }
      @media (max-width: 595px) {
        body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card {
          margin: 20px 0 0px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          width: 100%; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card {
          -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);
          width: calc(33.33% - 20px);
          margin: 20px 10px 0px; } }
      @media (min-width: 1336px) {
        body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(33.33% - 30px);
                  flex: 0 0 calc(33.33% - 30px);
          max-width: calc(33.33% - 30px);
          width: calc(33.33% - 30px);
          margin: 20px 15px 0px;
          padding: 58px 52px 34px 54px; } }
      body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 7px;
        background-color: #3cb0e5;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card h4 {
        line-height: 1.1;
        margin-bottom: 2px; }
      body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card .card-body {
        height: auto !important; }
      body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card .icon-box {
        width: auto;
        height: auto;
        max-width: 56px;
        max-height: 56px;
        height: 100%; }
        @media (min-width: 992px) {
          body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card .icon-box {
            height: 56px !important; } }
        body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card .icon-box img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
      body .col-three-box.col-three-box-icon.big-border-top .column-wrapper .card .icon-with-heading {
        margin-bottom: 15px; }

body .col-three-box.img-outer {
  padding-top: 138px; }
  body .col-three-box.img-outer .bg-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  body .col-three-box.img-outer h4 {
    color: #ffffff; }
  body .col-three-box.img-outer h2 {
    font-weight: 600;
    color: #ffffff; }
  body .col-three-box.img-outer .card h4 {
    color: #000000; }
  @media (min-width: 1336px) {
    body .col-three-box.img-outer.big-border-top .column-wrapper .card {
      padding-top: 64px;
      padding-bottom: 40px;
      margin-top: 30px; } }
  @media (min-width: 1336px) {
    body .col-three-box.img-outer.big-border-top .column-wrapper .card .icon-with-heading {
      margin-bottom: 18px; } }
  body .col-three-box.img-outer.big-border-top .column-wrapper .card .icon-with-heading .icon-box {
    width: auto;
    height: auto;
    max-height: 56px;
    max-width: 56px; }
  body .col-three-box.img-outer.big-border-top .column-wrapper .card ul {
    margin-top: 6px;
    margin-bottom: 0; }
    body .col-three-box.img-outer.big-border-top .column-wrapper .card ul li {
      line-height: 1.4;
      color: #424c67;
      font-size: 18px;
      margin: 4px 0; }
      body .col-three-box.img-outer.big-border-top .column-wrapper .card ul li:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 10px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #424c67; }

body .card-columns .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  body .card-columns .bg-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body .card-columns .section-heading {
  margin-bottom: 4px; }
  body .card-columns .section-heading h4 {
    line-height: 1.23;
    margin-top: 25px; }

body .card-columns .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-columns .row {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .card-columns .row {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  @media (max-width: 595px) {
    body .card-columns .row {
      width: 100%;
      margin-left: 0; } }

body .card-columns .col-three {
  -ms-flex-preferred-size: calc(33.333% - 30px);
      flex-basis: calc(33.333% - 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: calc(33.333% - 30px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 30px 15px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-columns .col-three {
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
      max-width: calc(50% - 20px);
      margin: 25px 10px 0; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .card-columns .col-three {
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
      max-width: calc(50% - 20px);
      margin: 25px 10px 0; } }
  @media (max-width: 595px) {
    body .card-columns .col-three {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin: 20px 0 0; } }

body .card-columns .btn-wrap {
  margin-top: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    body .card-columns .btn-wrap {
      margin-top: 20px; } }
  body .card-columns .btn-wrap a {
    margin: 0 15px; }
    @media (max-width: 767px) {
      body .card-columns .btn-wrap a {
        margin-top: 20px; } }

body .card-columns.bg-dark-blue1 .section-heading h2, body .card-columns.bg-dusk .section-heading h2 {
  color: #ffffff; }

body .card-columns.one-item .col-three {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: calc(100% - 30px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-columns.one-item .col-three {
      max-width: calc(100% - 20px); } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .card-columns.one-item .col-three {
      max-width: calc(100% - 20px); } }
  @media (max-width: 595px) {
    body .card-columns.one-item .col-three {
      max-width: 100%; } }

@media (min-width: 992px) {
  body .card-columns.even-items .col-three {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px); } }

@media (min-width: 992px) {
  body .card-columns.four-items .col-three {
    -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px); } }

body .card-columns.four-items .primary-card__content {
  padding-bottom: 50px; }

body .target-links {
  position: relative;
  background-color: #ffffff;
  max-width: 1920px;
  padding-top: 25px !important;
  margin: 0 auto; }
  @media (max-width: 991px) {
    body .target-links {
      padding-top: 20px !important; } }
  body .target-links .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  body .target-links .outer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    body .target-links .outer-wrap .icon-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 24px;
              flex: 0 0 24px;
      max-width: 14px;
      height: 14px;
      margin-right: 10px; }
      body .target-links .outer-wrap .icon-wrap img {
        width: 100%;
        height: 100%; }
    body .target-links .outer-wrap .link-wrap ul {
      font-size: 0; }
      body .target-links .outer-wrap .link-wrap ul li {
        display: inline-block;
        font-size: 0;
        padding: 0 10px 0 10px;
        position: relative;
        line-height: normal;
        margin: 0; }
        @media (max-width: 767px) {
          body .target-links .outer-wrap .link-wrap ul li {
            margin: 0 0 6px; } }
        body .target-links .outer-wrap .link-wrap ul li:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          height: 63%;
          width: 1px;
          background-color: #8690a3;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
        body .target-links .outer-wrap .link-wrap ul li a {
          color: #8690a3;
          font-size: 12px;
          cursor: pointer; }
        body .target-links .outer-wrap .link-wrap ul li.active a {
          color: #68be62;
          pointer-events: none;
          cursor: default; }
  body .target-links.top-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: -webkit-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
    background-image: -o-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
    background-image: linear-gradient(246deg, #5856d6 -31%, #252d6a 82%); }
  body .target-links.social-links .outer-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%; }
    @media (max-width: 595px) {
      body .target-links.social-links .outer-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  body .target-links.social-links .social-links-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 595px) {
      body .target-links.social-links .social-links-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 10px; } }
    body .target-links.social-links .social-links-wrap span {
      color: #8690a4;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.43;
      padding-right: 5px;
      letter-spacing: 0.84px; }
    body .target-links.social-links .social-links-wrap a {
      font-size: 0;
      width: 18px;
      height: 18px;
      margin: 0 8px;
      display: inline-block; }
      body .target-links.social-links .social-links-wrap a:last-child {
        margin-right: 0; }
      body .target-links.social-links .social-links-wrap a svg {
        width: 100%;
        height: 100%;
        -webkit-transition: fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out;
        transition: fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out;
        -o-transition: fill 0.3s ease-in-out, 0.3s -o-transform ease-in-out;
        transition: 0.3s transform ease-in-out, fill 0.3s ease-in-out;
        transition: 0.3s transform ease-in-out, fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
        body .target-links.social-links .social-links-wrap a svg path {
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      body .target-links.social-links .social-links-wrap a:hover svg {
        -webkit-transform: translateY(-8px);
             -o-transform: translateY(-8px);
                transform: translateY(-8px); }
        @media (max-width: 1024px) {
          body .target-links.social-links .social-links-wrap a:hover svg {
            -webkit-transform: translateY(0);
                 -o-transform: translateY(0);
                    transform: translateY(0); } }
        body .target-links.social-links .social-links-wrap a:hover svg .green-icon {
          fill: #68be62; }
          @media (max-width: 1024px) {
            body .target-links.social-links .social-links-wrap a:hover svg .green-icon {
              fill: initial; } }

@media (min-width: 1336px) {
  body .box-with-cta {
    padding: 106px 0 93px; } }

body .box-with-cta span {
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.37;
  font-size: 16px;
  letter-spacing: normal;
  color: #797a89;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "proxima-nova"; }

body .box-with-cta h2 {
  color: #151930;
  margin-bottom: 0;
  letter-spacing: -0.006em; }

body .box-with-cta p {
  color: #8690a3;
  margin-bottom: 10px;
  max-width: 75%;
  letter-spacing: 0.003em; }
  @media (max-width: 991px) {
    body .box-with-cta p {
      max-width: 100%; } }

body .box-with-cta h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: normal; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .box-with-cta h3 {
      font-size: 26px; } }
  @media (max-width: 991px) {
    body .box-with-cta h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    body .box-with-cta h3 {
      font-size: 22px; } }

body .box-with-cta .column-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 0;
  margin-top: 44px; }
  @media (max-width: 1336px) {
    body .box-with-cta .column-wrap {
      margin-top: 38px; } }
  @media (max-width: 991px) {
    body .box-with-cta .column-wrap {
      margin-top: 30px;
      display: block; } }
  body .box-with-cta .column-wrap:after {
    content: "";
    float: none;
    clear: both; }

body .box-with-cta .col-two {
  width: 50%;
  position: relative;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none; }
  @media (max-width: 991px) {
    body .box-with-cta .col-two {
      width: 100%;
      height: auto;
      display: block;
      padding: 15px 0; } }
  body .box-with-cta .col-two.slide-active .content-wrap {
    z-index: 2; }
    body .box-with-cta .col-two.slide-active .content-wrap .col-item-link {
      display: inline-block;
      opacity: 1;
      z-index: 1;
      visibility: visible;
      max-width: 100%;
      width: 50%;
      position: relative; }
      body .box-with-cta .col-two.slide-active .content-wrap .col-item-link .sub-heading {
        z-index: 1;
        visibility: visible;
        opacity: 1; }
    body .box-with-cta .col-two.slide-active .content-wrap .text-wrapper {
      width: 50%; }
  body .box-with-cta .col-two .content-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    width: 100%; }
    @media (max-width: 991px) {
      body .box-with-cta .col-two .content-wrap {
        position: relative;
        left: auto;
        top: auto;
        display: block;
        width: 100% !important;
        padding: 0 !important; } }
    body .box-with-cta .col-two .content-wrap .open-close-link {
      position: absolute;
      right: 79px;
      top: 54px;
      cursor: pointer; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .box-with-cta .col-two .content-wrap .open-close-link {
          right: 30px;
          top: 40px; } }
      @media (max-width: 991px) {
        body .box-with-cta .col-two .content-wrap .open-close-link {
          right: 25px;
          top: 30px;
          display: none; } }
      body .box-with-cta .col-two .content-wrap .open-close-link span {
        width: 27px;
        height: 27px;
        display: inline-block;
        -webkit-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        margin: 0; }
        body .box-with-cta .col-two .content-wrap .open-close-link span.open-link {
          z-index: 2;
          opacity: 1;
          position: relative;
          visibility: visible; }
          body .box-with-cta .col-two .content-wrap .open-close-link span.open-link img {
            width: 100%;
            height: 100%;
            margin: 0;
            display: block; }
        body .box-with-cta .col-two .content-wrap .open-close-link span.close-link {
          z-index: 1;
          opacity: 0;
          position: absolute;
          visibility: hidden; }
          body .box-with-cta .col-two .content-wrap .open-close-link span.close-link img {
            width: 100%;
            height: 100%;
            margin: 0;
            display: block; }
      body .box-with-cta .col-two .content-wrap .open-close-link.close-active span.open-link {
        z-index: 1;
        opacity: 0;
        position: absolute;
        visibility: hidden; }
      body .box-with-cta .col-two .content-wrap .open-close-link.close-active span.close-link {
        z-index: 2;
        opacity: 1;
        position: relative;
        visibility: visible; }
    body .box-with-cta .col-two .content-wrap .text-wrapper {
      border-radius: 5px; }
      @media (max-width: 991px) {
        body .box-with-cta .col-two .content-wrap .text-wrapper {
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; } }
    body .box-with-cta .col-two .content-wrap .col-item-link {
      padding: 43px 84px 7px 49px;
      display: inline-block;
      opacity: 0;
      z-index: -1;
      visibility: hidden;
      height: 100%;
      position: absolute;
      width: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      background-color: #ffffff;
      -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 1336px) {
        body .box-with-cta .col-two .content-wrap .col-item-link {
          padding: 23px 54px 7px 32px; } }
      @media (max-width: 991px) {
        body .box-with-cta .col-two .content-wrap .col-item-link {
          display: block;
          opacity: 1;
          z-index: 1;
          position: relative;
          visibility: visible;
          width: 100%;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          padding: 23px 54px 23px 32px; } }
      body .box-with-cta .col-two .content-wrap .col-item-link:after {
        content: "";
        position: absolute;
        top: 0;
        left: 19%;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url("/themes/authentic8/templates/dist/images/placeholder/cover-back.svg"); }
      body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading {
        width: calc(50% - 15px);
        float: left;
        margin-bottom: 9px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative;
        padding: 5px 10px 5px 45px;
        cursor: pointer;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: opacity 0.8s ease-in-out;
        -o-transition: opacity 0.8s ease-in-out;
        transition: opacity 0.8s ease-in-out; }
        @media (max-width: 1336px) {
          body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading {
            margin-bottom: 6px;
            width: calc(100%); } }
        @media (max-width: 991px) {
          body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading {
            z-index: 1;
            visibility: visible;
            opacity: 1;
            display: inline-block;
            float: none;
            width: calc(50% - 10px);
            margin: 6px 8px 6px 0; } }
        @media (max-width: 595px) {
          body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading {
            width: calc(100%);
            margin: 6px 0; } }
        @media (min-width: 1336px) {
          body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading:nth-child(2n + 2) {
            padding-right: 0; } }
        body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading .icon {
          width: 30px;
          height: 30px;
          display: block;
          position: absolute;
          left: 0;
          top: 0; }
          body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading .icon img {
            width: 100%;
            height: 100%; }
        body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading:hover h4 {
          color: #68be62; }
          body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading:hover h4 span:after {
            right: 0; }
            @media (max-width: 991px) {
              body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading:hover h4 span:after {
                z-index: 1;
                visibility: visible;
                opacity: 1;
                right: -32px; } }
        body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading h4 {
          overflow: hidden;
          font-size: 16px;
          font-weight: bold;
          font-family: "proxima-nova";
          line-height: 1.25;
          letter-spacing: normal;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #000000;
          position: relative;
          display: inline; }
          body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading h4 span {
            display: inline-block;
            width: 22px;
            height: 24px;
            position: relative;
            vertical-align: middle;
            overflow: hidden;
            font-size: 0;
            margin: 0; }
            @media (max-width: 991px) {
              body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading h4 span {
                display: inline; } }
            body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading h4 span:after {
              content: "";
              position: absolute;
              right: -32px;
              top: 19%;
              width: 20px;
              height: 20px;
              background-size: 90% 91%;
              background-repeat: no-repeat;
              background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg");
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              @media (max-width: 991px) {
                body .box-with-cta .col-two .content-wrap .col-item-link .sub-heading h4 span:after {
                  right: -29px;
                  top: -8px;
                  z-index: -1;
                  visibility: hidden;
                  opacity: 0; } }
  body .box-with-cta .col-two .text-wrapper {
    vertical-align: middle;
    padding: 43px 84px 7px 49px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 100%; }
    @media (max-width: 1336px) {
      body .box-with-cta .col-two .text-wrapper {
        padding: 23px 54px 7px 32px; } }
    @media (max-width: 991px) {
      body .box-with-cta .col-two .text-wrapper {
        padding: 30px 35px; } }
    body .box-with-cta .col-two .text-wrapper h3 {
      margin-bottom: 17px; }
      @media (max-width: 767px) {
        body .box-with-cta .col-two .text-wrapper h3 {
          margin-bottom: 12px; } }
    body .box-with-cta .col-two .text-wrapper p {
      color: #ffffff;
      -webkit-line-clamp: 5;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 120px;
      max-width: 100%; }
  body .box-with-cta .col-two.left-side {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    body .box-with-cta .col-two.left-side.slide-active .content-wrap {
      padding-right: 17px; }
    body .box-with-cta .col-two.left-side.slide-active .text-wrapper {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    body .box-with-cta .col-two.left-side.slide-active .col-item-link {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    body .box-with-cta .col-two.left-side.slide-active .open-close-link {
      right: 45px; }
    body .box-with-cta .col-two.left-side .content-wrap {
      padding-right: 27px; }
      @media (max-width: 1336px) {
        body .box-with-cta .col-two.left-side .content-wrap {
          padding-right: 18px; } }
    body .box-with-cta .col-two.left-side .text-wrapper {
      background-color: #685bc7; }
  body .box-with-cta .col-two.right-side {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    body .box-with-cta .col-two.right-side.slide-active .content-wrap {
      padding-left: 15px; }
    body .box-with-cta .col-two.right-side.slide-active .text-wrapper {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    body .box-with-cta .col-two.right-side.slide-active .col-item-link {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 43px 35px 7px 84px; }
    body .box-with-cta .col-two.right-side.slide-active .open-close-link {
      left: 22px;
      right: auto; }
    body .box-with-cta .col-two.right-side .content-wrap {
      left: auto;
      right: 0;
      padding-left: 23px;
      padding-right: 5px; }
      @media (max-width: 1336px) {
        body .box-with-cta .col-two.right-side .content-wrap {
          padding-left: 18px; } }
      body .box-with-cta .col-two.right-side .content-wrap .open-close-link {
        right: 58px; }
    body .box-with-cta .col-two.right-side .col-item-link {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    body .box-with-cta .col-two.right-side .text-wrapper {
      background-color: #3cb0e5;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

body .box-with-cta .text-cente {
  margin-top: 20px; }

body .content-full-width-with-cta {
  overflow: visible; }
  body .content-full-width-with-cta span {
    display: block;
    color: black; }
  body .content-full-width-with-cta h5 {
    font-size: 24px; }
    @media (max-width: 767px) {
      body .content-full-width-with-cta h5 {
        font-size: 22px; } }
    @media (max-width: 595px) {
      body .content-full-width-with-cta h5 {
        font-size: 20px; } }
  body .content-full-width-with-cta .column-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    padding: 60px 0; }
    body .content-full-width-with-cta .column-wrapper .bg-img {
      position: absolute;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: gray;
      z-index: -1; }
      body .content-full-width-with-cta .column-wrapper .bg-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: bottom;
           object-position: bottom; }
    body .content-full-width-with-cta .column-wrapper .inner-text {
      max-width: 600px;
      margin: 0 auto; }
      body .content-full-width-with-cta .column-wrapper .inner-text h2 {
        color: white; }
  body .content-full-width-with-cta .button-box {
    margin-top: 15px; }

body .cta-with-form .form-wrap {
  max-width: 850px;
  margin: 0 auto;
  background-color: rgba(189, 196, 204, 0.1);
  padding: 21px 25px 21px 32px;
  border-radius: 5px;
  position: relative; }
  body .cta-with-form .form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 7px;
    background-color: #bdc4cc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  @media (max-width: 767px) {
    body .cta-with-form .form-wrap {
      max-width: 100%; } }
  body .cta-with-form .form-wrap h5 {
    color: #151831;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.19; }
    @media (max-width: 595px) {
      body .cta-with-form .form-wrap h5 {
        font-size: 16px; } }
  body .cta-with-form .form-wrap span {
    color: #424c67;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    max-width: 610px;
    margin-top: 6px;
    display: inline-block; }
  body .cta-with-form .form-wrap input {
    margin-top: 37px;
    padding-bottom: 6px;
    outline: none;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #bdc4cc;
    width: 100%; }
    @media (max-width: 767px) {
      body .cta-with-form .form-wrap input {
        margin-top: 20px; } }
    body .cta-with-form .form-wrap input::-webkit-input-placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
    body .cta-with-form .form-wrap input::-moz-placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
    body .cta-with-form .form-wrap input::-ms-input-placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
    body .cta-with-form .form-wrap input::placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
    body .cta-with-form .form-wrap input::-webkit-input-placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
  body .cta-with-form .form-wrap .btn-wrap {
    text-align: right;
    margin-top: 10px; }
    body .cta-with-form .form-wrap .btn-wrap button {
      cursor: pointer;
      right: -10px;
      background: none;
      font-size: 11px !important; }
      body .cta-with-form .form-wrap .btn-wrap button::after {
        background-size: 11px; }
        @media (max-width: 1336px) {
          body .cta-with-form .form-wrap .btn-wrap button::after {
            top: 0; } }
  body .cta-with-form .form-wrap .mktoForm {
    width: 100% !important; }
    body .cta-with-form .form-wrap .mktoForm .mktoButtonRow {
      margin-top: 0 !important; }
      body .cta-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
        margin-right: 0 !important;
        margin-left: auto !important; }
        body .cta-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
          cursor: pointer;
          width: 100% !important;
          font-size: 11px !important;
          padding: 0 25px 0 0 !important;
          margin-top: 0 !important;
          height: 100% !important;
          font-weight: bold !important;
          line-height: 1.25 !important;
          letter-spacing: -0.01em !important;
          text-align: center;
          color: #68be62 !important;
          border-radius: 0 !important;
          background-image: none;
          background-color: transparent !important;
          -webkit-box-shadow: none !important;
          box-shadow: none !important;
          border: none !important;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          body .cta-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:after {
            content: '';
            position: absolute;
            right: 0;
            width: 11px;
            height: 11px;
            background-size: 11px;
            background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg");
            background-repeat: no-repeat;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          body .cta-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
            border: none !important;
            background: transparent !important; }
            body .cta-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover:after {
              right: -8px; }

body .cta-with-form .btn-wrap {
  margin-top: 33px;
  text-align: center; }

body .experience-banner {
  min-height: 560px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(21, 25, 48, 0.75);
          box-shadow: 0px 10px 20px -10px rgba(21, 25, 48, 0.75);
  z-index: 1; }
  body .experience-banner::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    width: 45%;
    height: 1240px;
    border-top-right-radius: 593px 1650px;
    border-bottom-right-radius: 1558px 2280px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(21, 24, 49, 0.46);
            box-shadow: 0 10px 20px 0 rgba(21, 24, 49, 0.46);
    background: -webkit-linear-gradient(320deg, #5856d6 61%, #252d6a 85%);
    background: -o-linear-gradient(320deg, #5856d6 61%, #252d6a 85%);
    background: linear-gradient(130deg, #5856d6 61%, #252d6a 85%);
    opacity: 0.8;
    z-index: 1; }
  body .experience-banner .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    body .experience-banner .bg-img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
      @media (max-width: 480px) {
        body .experience-banner .bg-img img {
          -o-object-position: 70% 40%;
             object-position: 70% 40%; } }
  body .experience-banner .content-wrap {
    padding-top: 100px; }
    body .experience-banner .content-wrap .title {
      color: #ffffff;
      font-size: 100px;
      max-width: 630px;
      font-size: 100px;
      font-weight: bold;
      line-height: 0.9; }
      @media (max-width: 1270px) {
        body .experience-banner .content-wrap .title {
          font-size: 50px; } }
    body .experience-banner .content-wrap p {
      color: #ffffff;
      font-size: 22px;
      font-weight: normal;
      line-height: 1.45;
      letter-spacing: normal;
      max-width: 491px;
      margin-top: 13px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 100px;
      overflow: hidden; }
      @media (max-width: 991px) {
        body .experience-banner .content-wrap p {
          max-width: 760px; } }
      @media (max-width: 767px) {
        body .experience-banner .content-wrap p {
          font-size: 20px;
          -webkit-line-clamp: 5;
          max-height: 145px; } }
    body .experience-banner .content-wrap .text-wrap {
      margin-top: 120px;
      position: relative; }
      body .experience-banner .content-wrap .text-wrap h2 {
        color: #ffffff;
        font-weight: bold;
        max-width: 497px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 110px;
        overflow: hidden; }
        @media (max-width: 991px) {
          body .experience-banner .content-wrap .text-wrap h2 {
            max-width: 760px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .experience-banner .content-wrap .text-wrap h2 {
            font-size: 38px; } }
      body .experience-banner .content-wrap .text-wrap.key-line::before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 199px;
        height: 2px;
        border-radius: 4px;
        background-color: #ffffff; }
  @media (min-width: 1030px) and (max-width: 1200px) {
    body .experience-banner::before {
      width: 50%; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .experience-banner::before {
      width: 55%; } }
  @media (max-width: 991px) {
    body .experience-banner::before {
      width: 100%;
      opacity: 0.7;
      border-radius: 0; } }

body .experience-four-col .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

body .experience-four-col .card-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 50px 33px 50px 50px;
  min-height: 592px;
  position: relative; }
  body .experience-four-col .card-wrap .icon-wrap {
    max-width: 55px;
    height: 68px; }
    body .experience-four-col .card-wrap .icon-wrap img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%;
      -o-object-position: bottom;
         object-position: bottom; }
    @media (max-width: 1200px) {
      body .experience-four-col .card-wrap .icon-wrap {
        max-width: 45px;
        height: 58px; } }
    @media (max-width: 767px) {
      body .experience-four-col .card-wrap .icon-wrap {
        height: 50px; } }
  body .experience-four-col .card-wrap .card-title {
    color: #ffffff;
    margin-top: 24px;
    line-height: 1.22;
    letter-spacing: normal;
    text-transform: uppercase; }
    @media (min-width: 1025px) and (max-width: 1599px) {
      body .experience-four-col .card-wrap .card-title {
        font-size: 24px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .experience-four-col .card-wrap .card-title {
        font-size: 22px; } }
    @media (max-width: 991px) {
      body .experience-four-col .card-wrap .card-title {
        font-size: 22px; } }
    @media (max-width: 767px) {
      body .experience-four-col .card-wrap .card-title {
        margin-top: 17px; } }
  body .experience-four-col .card-wrap .content-wrap {
    margin-top: 72px;
    margin-bottom: 96px;
    position: relative; }
    body .experience-four-col .card-wrap .content-wrap p {
      color: #ffffff;
      font-size: 22px;
      font-weight: normal;
      margin-right: 10px;
      line-height: 1.45;
      letter-spacing: normal;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      max-height: 186px;
      overflow: hidden; }
      @media (max-width: 1336px) {
        body .experience-four-col .card-wrap .content-wrap p {
          margin-right: 0; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .experience-four-col .card-wrap .content-wrap p {
          font-size: 18px; } }
      @media (max-width: 991px) {
        body .experience-four-col .card-wrap .content-wrap p {
          font-size: 18px; } }
    body .experience-four-col .card-wrap .content-wrap strong {
      color: #ffffff;
      font-size: 22px;
      margin-top: 17px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 54px;
      overflow: hidden; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .experience-four-col .card-wrap .content-wrap strong {
          font-size: 18px; } }
      @media (max-width: 991px) {
        body .experience-four-col .card-wrap .content-wrap strong {
          font-size: 18px; } }
      @media (max-width: 767px) {
        body .experience-four-col .card-wrap .content-wrap strong {
          margin-top: 10px; } }
    body .experience-four-col .card-wrap .content-wrap.key-line::before {
      content: '';
      position: absolute;
      top: -25px;
      left: 0;
      width: 126px;
      height: 2px;
      border-radius: 4px;
      background-color: #ffffff; }
    @media (max-width: 991px) {
      body .experience-four-col .card-wrap .content-wrap.key-line::before {
        top: -20px; } }
    @media (max-width: 991px) {
      body .experience-four-col .card-wrap .content-wrap {
        margin-top: 42px;
        margin-bottom: 66px; } }
  body .experience-four-col .card-wrap .btn-wrap {
    position: absolute;
    bottom: 50px; }
    body .experience-four-col .card-wrap .btn-wrap > a {
      min-width: 166px; }
    @media (min-width: 1337px) and (max-width: 1599px) {
      body .experience-four-col .card-wrap .btn-wrap {
        bottom: 40px; } }
    @media (min-width: 1201px) and (max-width: 1336px) {
      body .experience-four-col .card-wrap .btn-wrap {
        bottom: 40px; } }
    @media (min-width: 1025px) and (max-width: 1200px) {
      body .experience-four-col .card-wrap .btn-wrap {
        bottom: 30px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .experience-four-col .card-wrap .btn-wrap {
        bottom: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .experience-four-col .card-wrap .btn-wrap {
        bottom: 40px; } }
    @media (max-width: 767px) {
      body .experience-four-col .card-wrap .btn-wrap {
        bottom: 25px; } }
  body .experience-four-col .card-wrap.grey-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #151930), color-stop(98%, #424c67));
    background-image: -webkit-linear-gradient(top, #151930 2%, #424c67 98%);
    background-image: -o-linear-gradient(top, #151930 2%, #424c67 98%);
    background-image: linear-gradient(to bottom, #151930 2%, #424c67 98%); }
  body .experience-four-col .card-wrap.silver-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #424c67), color-stop(98%, #8690a4));
    background-image: -webkit-linear-gradient(top, #424c67 3%, #8690a4 98%);
    background-image: -o-linear-gradient(top, #424c67 3%, #8690a4 98%);
    background-image: linear-gradient(to bottom, #424c67 3%, #8690a4 98%); }
  body .experience-four-col .card-wrap.blue-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #3c64b1), to(#43b1e3));
    background-image: -webkit-linear-gradient(top, #3c64b1 15%, #43b1e3 100%);
    background-image: -o-linear-gradient(top, #3c64b1 15%, #43b1e3 100%);
    background-image: linear-gradient(to bottom, #3c64b1 15%, #43b1e3 100%); }
  body .experience-four-col .card-wrap.green-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b4f1b), to(#86bc67));
    background-image: -webkit-linear-gradient(top, #1b4f1b 0%, #86bc67 100%);
    background-image: -o-linear-gradient(top, #1b4f1b 0%, #86bc67 100%);
    background-image: linear-gradient(to bottom, #1b4f1b 0%, #86bc67 100%); }
  @media (min-width: 1337px) and (max-width: 1599px) {
    body .experience-four-col .card-wrap {
      padding: 40px;
      min-height: 350px; } }
  @media (min-width: 1201px) and (max-width: 1336px) {
    body .experience-four-col .card-wrap {
      padding: 40px;
      min-height: 350px; } }
  @media (min-width: 1025px) and (max-width: 1200px) {
    body .experience-four-col .card-wrap {
      padding: 30px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .experience-four-col .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding: 30px 20px;
      min-height: 400px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .experience-four-col .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 40px;
      min-height: 490px; } }
  @media (max-width: 767px) {
    body .experience-four-col .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 25px;
      min-height: 432px; } }
  @media (max-width: 595px) {
    body .experience-four-col .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

body .experience-four-col.three-cards .card-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%; }
  @media (max-width: 595px) {
    body .experience-four-col.three-cards .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

body .experience-four-col.two-cards .card-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 595px) {
    body .experience-four-col.two-cards .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

body .experience-videos .title {
  max-width: 700px; }

body .experience-videos .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media (max-width: 1150px) {
    body .experience-videos .col-wrap {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 767px) {
    body .experience-videos .col-wrap {
      margin-top: 0; } }

body .experience-videos .col-two {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 15px 0;
  max-height: 50%;
  width: 100%; }
  @media (max-width: 1150px) {
    body .experience-videos .col-two {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin: 30px 0 0; } }
  @media (max-width: 595px) {
    body .experience-videos .col-two {
      margin: 20px 0 0; } }
  body .experience-videos .col-two .card-wrap {
    border-radius: 5px;
    border: solid 2px #bdc4cc;
    min-height: 404px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative; }
    body .experience-videos .col-two .card-wrap::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 7px;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      width: 100%;
      z-index: 1; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .experience-videos .col-two .card-wrap {
        min-height: 390px; } }
    @media (max-width: 991px) {
      body .experience-videos .col-two .card-wrap {
        min-height: 360px; } }
    body .experience-videos .col-two .card-wrap .img-wrap {
      max-width: 635px;
      height: 224px;
      position: relative; }
      @media (max-width: 595px) {
        body .experience-videos .col-two .card-wrap .img-wrap {
          height: 209px; } }
      body .experience-videos .col-two .card-wrap .img-wrap span {
        color: #ffffff;
        position: absolute;
        top: 29px;
        left: 25px;
        font-weight: 600;
        letter-spacing: normal;
        text-transform: uppercase; }
      body .experience-videos .col-two .card-wrap .img-wrap img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        @media (min-width: 768px) and (max-width: 1024px) {
          body .experience-videos .col-two .card-wrap .img-wrap img {
            -o-object-position: 100% 30%;
               object-position: 100% 30%; } }
      body .experience-videos .col-two .card-wrap .img-wrap .icon-wrap {
        cursor: pointer;
        max-width: 78px;
        height: 78px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: 7px;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media (min-width: 768px) and (max-width: 991px) {
          body .experience-videos .col-two .card-wrap .img-wrap .icon-wrap {
            max-width: 58px;
            height: 58px; } }
        @media (max-width: 767px) {
          body .experience-videos .col-two .card-wrap .img-wrap .icon-wrap {
            max-width: 48px;
            height: 48px; } }
        body .experience-videos .col-two .card-wrap .img-wrap .icon-wrap img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          border-radius: 50%; }
      @media (max-width: 1270px) {
        body .experience-videos .col-two .card-wrap .img-wrap {
          max-width: 100%; } }
    body .experience-videos .col-two .card-wrap .content-wrap {
      min-height: 176px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      padding: 10px 25px 25px;
      position: relative;
      background: -webkit-gradient(linear, left top, left bottom, from(#151930), to(#424c67));
      background: -webkit-linear-gradient(top, #151930, #424c67);
      background: -o-linear-gradient(top, #151930, #424c67);
      background: linear-gradient(to bottom, #151930, #424c67); }
      @media (min-width: 768px) and (max-width: 991px) {
        body .experience-videos .col-two .card-wrap .content-wrap {
          padding-top: 20px; } }
      @media (max-width: 767px) {
        body .experience-videos .col-two .card-wrap .content-wrap {
          padding-top: 20px; } }
      body .experience-videos .col-two .card-wrap .content-wrap h4 {
        color: #ffffff;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 102px;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease-out;
        -o-transition: max-height 0.3s ease-out;
        transition: max-height 0.3s ease-out; }
    body .experience-videos .col-two .card-wrap .btn-wrap {
      position: absolute;
      text-align: left;
      bottom: 0;
      left: 0;
      right: 0;
      height: 51px;
      padding: 10px 25px 25px; }
      body .experience-videos .col-two .card-wrap .btn-wrap span::after {
        top: 5px; }
        @media (max-width: 1023px) {
          body .experience-videos .col-two .card-wrap .btn-wrap span::after {
            top: 4px; } }
    body .experience-videos .col-two .card-wrap:hover {
      -webkit-box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36);
              box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36); }
      body .experience-videos .col-two .card-wrap:hover .btn-wrap .btn::after {
        right: -11px; }
  body .experience-videos .col-two.small-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body .experience-videos .col-two.small-card .card-wrap {
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      max-width: calc(50% - 15px);
      position: relative; }
      body .experience-videos .col-two.small-card .card-wrap::before {
        top: -2px;
        width: calc(100% + 2px);
        margin-left: -1px; }
      body .experience-videos .col-two.small-card .card-wrap .img-wrap {
        height: 175px; }
        body .experience-videos .col-two.small-card .card-wrap .img-wrap .icon-wrap {
          bottom: -38px;
          z-index: 1; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .experience-videos .col-two.small-card .card-wrap .img-wrap .icon-wrap {
              bottom: -28px; } }
          @media (max-width: 767px) {
            body .experience-videos .col-two.small-card .card-wrap .img-wrap .icon-wrap {
              bottom: -23px; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          body .experience-videos .col-two.small-card .card-wrap .img-wrap img {
            -o-object-position: unset;
               object-position: unset; } }
      body .experience-videos .col-two.small-card .card-wrap .content-wrap {
        background: #ffffff;
        padding: 60px 25px 25px;
        height: 220px; }
        @media (max-width: 991px) {
          body .experience-videos .col-two.small-card .card-wrap .content-wrap {
            padding-top: 40px; } }
        @media (max-width: 595px) {
          body .experience-videos .col-two.small-card .card-wrap .content-wrap {
            height: 210px; } }
        body .experience-videos .col-two.small-card .card-wrap .content-wrap h4 {
          color: #151930;
          -webkit-line-clamp: 3; }
      body .experience-videos .col-two.small-card .card-wrap .btn-wrap {
        background: #ffffff; }
      body .experience-videos .col-two.small-card .card-wrap:first-child {
        margin-right: 15px; }
      body .experience-videos .col-two.small-card .card-wrap:last-child {
        margin-left: 15px; }
      body .experience-videos .col-two.small-card .card-wrap:hover {
        min-height: 460px;
        -webkit-box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36);
                box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36); }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .experience-videos .col-two.small-card .card-wrap:hover {
            min-height: 420px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .experience-videos .col-two.small-card .card-wrap:hover {
            min-height: 410px; } }
        @media (max-width: 767px) {
          body .experience-videos .col-two.small-card .card-wrap:hover {
            min-height: 390px; } }
        body .experience-videos .col-two.small-card .card-wrap:hover .content-wrap h4 {
          -webkit-line-clamp: 5;
          max-height: 170px; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .experience-videos .col-two.small-card .card-wrap:hover .content-wrap h4 {
              max-height: 128px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .experience-videos .col-two.small-card .card-wrap:hover .content-wrap h4 {
              max-height: 135px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .experience-videos .col-two.small-card .card-wrap:hover .content-wrap h4 {
              max-height: 120px; } }
          @media (max-width: 595px) {
            body .experience-videos .col-two.small-card .card-wrap:hover .content-wrap h4 {
              max-height: 110px; } }
      body .experience-videos .col-two.small-card .card-wrap.no-hover:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        min-height: 0; }
        body .experience-videos .col-two.small-card .card-wrap.no-hover:hover .content-wrap h4 {
          -webkit-line-clamp: 3;
          max-height: 102px; }
      @media (min-width: 1336px) {
        body .experience-videos .col-two.small-card .card-wrap.no-hover:hover {
          min-height: 404px; } }
      @media (max-width: 595px) {
        body .experience-videos .col-two.small-card .card-wrap {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; }
          body .experience-videos .col-two.small-card .card-wrap:first-child {
            margin-right: 0; }
          body .experience-videos .col-two.small-card .card-wrap:last-child {
            margin-left: 0;
            margin-top: 20px; } }

body .experience-videos .btn-wrap {
  margin-top: 40px;
  text-align: center; }

body .pagination {
  font-size: 0;
  text-align: center;
  margin: 35px auto 0;
  border-top: 1px solid #8690a3;
  border-bottom: 1px solid #8690a3;
  width: 100%; }
  @media (max-width: 991px) {
    body .pagination {
      margin: 30px auto 0; } }
  @media (max-width: 767px) {
    body .pagination {
      margin: 25px auto 0;
      max-width: 100%;
      display: none; } }
  body .pagination.clamp {
    display: none; }
    @media (max-width: 767px) {
      body .pagination.clamp {
        display: block; } }
  body .pagination .page {
    display: inline-block;
    vertical-align: middle;
    padding: 0 11px;
    margin: 12px 14px; }
    @media (max-width: 767px) {
      body .pagination .page {
        margin: 5px 8px;
        padding: 0 7px; } }
    @media (max-width: 595px) {
      body .pagination .page {
        margin: 5px 0;
        padding: 0 7px; } }
    @media (max-width: 480px) {
      body .pagination .page {
        padding: 0 6px; } }
    body .pagination .page a {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.06;
      text-align: center;
      text-transform: uppercase;
      color: #000000; }
      @media (max-width: 767px) {
        body .pagination .page a {
          font-size: 14px; } }
  body .pagination .next-btn,
  body .pagination .previous-btn {
    position: relative; }
    body .pagination .next-btn a:after,
    body .pagination .previous-btn a:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 20px;
      height: 20px;
      background-size: contain;
      background: url("/themes/authentic8/templates/dist/images/icons/pagination_arrow.svg") no-repeat;
      display: block; }
      @media (max-width: 595px) {
        body .pagination .next-btn a:after,
        body .pagination .previous-btn a:after {
          width: 16px;
          height: 16px; } }
  body .pagination .active {
    position: relative; }
    body .pagination .active:after {
      content: '';
      position: absolute;
      top: -3px;
      left: -1px;
      width: 29px;
      height: 29px;
      border: 1px solid #8690a3;
      border-radius: 50%;
      z-index: -1; }
      @media (max-width: 767px) {
        body .pagination .active:after {
          left: -5px; } }
      @media (max-width: 595px) {
        body .pagination .active:after {
          top: 2px;
          left: 0px;
          width: 18px;
          height: 20px; } }
  body .pagination .next-btn a {
    color: #68be62; }
    body .pagination .next-btn a:after {
      right: -20px;
      -webkit-transform: translateY(-50%) rotate(180deg);
           -o-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  body .pagination .previous-btn a {
    color: #8690a3; }
    body .pagination .previous-btn a::after {
      left: -18px;
      background: url("/themes/authentic8/templates/dist/images/icons/pagination_arrow.svg") no-repeat;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 767px) {
        body .pagination .previous-btn a::after {
          left: -10px; } }

body .mktoForm {
  width: 451px !important;
  font-family: "proxima-nova", sans-serif !important;
  border-radius: 5px; }
  @media (max-width: 767px) {
    body .mktoForm {
      width: 100% !important; } }
  @media (max-width: 595px) {
    body .mktoForm {
      padding: 0 !important; } }
  @media (max-width: 330px) {
    body .mktoForm {
      max-width: 220px !important; } }
  body .mktoForm .mktoAsterix {
    color: #43b1e3 !important;
    display: block !important;
    float: left; }
  body .mktoForm .mktoFormRow {
    width: 100%; }
    body .mktoForm .mktoFormRow .mktoFormCol {
      width: 100%; }
      body .mktoForm .mktoFormRow .mktoFormCol .mktoOffset {
        display: none; }
      body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
        position: relative;
        width: 100%;
        margin-bottom: 0 !important; }
        body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap::after {
          display: none !important; }
        body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label {
          color: #151831;
          font-size: 16px;
          position: relative;
          font-weight: normal;
          line-height: normal !important;
          letter-spacing: normal;
          margin-bottom: 0 !important;
          margin-top: 20px; }
        body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter {
          display: none; }
        body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input {
          color: #151831 !important;
          font-size: 12px !important;
          font-weight: normal !important;
          line-height: 2.5 !important;
          letter-spacing: normal !important;
          outline: none !important;
          height: 100%;
          border-radius: 0;
          background-color: transparent;
          border-top: none !important;
          border-right: none !important;
          border-left: none !important;
          border-bottom: solid 0.5px #424b68 !important;
          width: 100% !important;
          margin-top: 10px !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          padding: 0; }
        body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
          color: #151831 !important;
          font-size: 12px !important;
          font-weight: normal !important;
          line-height: 2.5 !important;
          letter-spacing: normal !important;
          outline: none !important;
          height: 100%;
          border-radius: 0;
          background-color: transparent;
          border: solid 1px #424b68 !important;
          width: 100% !important;
          margin-top: 20px !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          padding: 0; }
        body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select {
          color: #151831 !important;
          cursor: pointer;
          width: 100% !important;
          font-family: "proxima-nova", sans-serif !important;
          font-size: 12px !important;
          font-weight: normal !important;
          line-height: 2.5 !important;
          letter-spacing: normal;
          border-bottom: 1px solid #424b68 !important;
          border-top: none;
          border-right: 0;
          border-radius: 0;
          border-left: 0 !important;
          outline: none;
          padding-left: 0;
          padding-bottom: 2px !important;
          -webkit-appearance: none;
          background: url("/themes/authentic8/templates/dist/images/icons/select-icon.svg") no-repeat !important;
          background-size: 15px 15px !important;
          background-position: 99% center !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
        body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField label {
          float: left; }
          body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField label:before {
            content: ''; }
    body .mktoForm .mktoFormRow .mktoPlaceholder {
      display: none; }
  body .mktoForm .mktoButtonRow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin-top: 40px; }
    @media (max-width: 991px) {
      body .mktoForm .mktoButtonRow {
        margin-top: 20px; } }
    body .mktoForm .mktoButtonRow .mktoButtonWrap {
      margin-left: auto !important;
      margin-right: auto !important; }
      body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
        font-size: 16px !important;
        font-weight: bold !important;
        font-stretch: normal;
        margin-top: 0 !important;
        font-style: normal;
        line-height: 1.25;
        height: 100% !important;
        letter-spacing: normal !important;
        text-align: center;
        color: #ffffff !important;
        cursor: pointer;
        padding: 16px 72px 14px !important;
        border-radius: 5px !important;
        background-image: none;
        background-color: #68be62 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        border: 2px solid #68be62 !important;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
          background-color: #ffffff !important;
          color: #68be62 !important;
          border: 2px solid #68be62 !important; }
        body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
          outline: none !important; }
        @media (max-width: 767px) {
          body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
            font-size: 14px !important;
            padding: 10px 30px !important; } }
  body .mktoForm .mktoFieldWrap .mktoCheckboxList input[type='checkbox'] {
    margin-top: 0 !important; }
  body .mktoForm .mktoFieldWrap .mktoCheckboxList input[type='checkbox']:checked + label::after {
    opacity: 1; }
  body .mktoForm .mktoFieldWrap .mktoCheckboxList label {
    cursor: pointer;
    margin-left: 0;
    padding-left: 27px; }
    body .mktoForm .mktoFieldWrap .mktoCheckboxList label::before {
      position: absolute;
      left: 0;
      top: 3px;
      width: 11px;
      height: 11px;
      margin: 0 15px 0 0;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 1px;
      border: solid 1px #424b68; }
    body .mktoForm .mktoFieldWrap .mktoCheckboxList label::after {
      content: '';
      position: absolute;
      top: 5px;
      left: 2px;
      background: #424b68;
      width: 9px;
      height: 9px;
      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; }
    body .mktoForm .mktoFieldWrap .mktoCheckboxList label strong {
      font-size: inherit;
      padding: 0 0 1px 0; }
  body .mktoForm fieldset {
    padding: 0 20px 25px !important;
    margin-top: 15px;
    border-color: #59595c !important; }
    body .mktoForm fieldset legend {
      font-weight: bold; }
  body .mktoForm input:-webkit-autofill,
  body .mktoForm input:-webkit-autofill:hover,
  body .mktoForm input:-webkit-autofill:focus,
  body .mktoForm textarea:-webkit-autofill,
  body .mktoForm textarea:-webkit-autofill:hover,
  body .mktoForm textarea:-webkit-autofill:focus,
  body .mktoForm select:-webkit-autofill,
  body .mktoForm select:-webkit-autofill:hover,
  body .mktoForm select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px #151831 inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #151831 inset !important; }

body #block-eventcta {
  position: unset; }

body #mktoForm_1829 #LblReferral_Phone__c .mktoAsterix,
body #mktoForm_1829 #LblReferral_Linkedin__c .mktoAsterix {
  display: none !important; }

body #mktoForm_1887 #LblresourceHubUsefulnessInformation .mktoAsterix, body #mktoForm_1887 #LblresourceHubContentRating .mktoAsterix,
body #mktoForm_1887 #LblresourceHubSuggestions .mktoAsterix, body #mktoForm_1887 #LblresourceHubFrequencyofNewResources .mktoAsterix {
  display: none !important; }

body .footer-cta {
  overflow: visible;
  padding: 150px 0; }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .footer-cta {
      padding: 80px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .footer-cta {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    body .footer-cta {
      padding: 45px 0; } }
  body .footer-cta .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    body .footer-cta .bg-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body .footer-cta .column-wrap {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    padding: 0; }
  body .footer-cta h2 {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 13px; }
  body .footer-cta h5 {
    margin-top: 15px;
    font-weight: normal; }
  body .footer-cta p {
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.45;
    letter-spacing: normal; }
  body .footer-cta .link-container {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 45px auto 0; }
    @media (max-width: 991px) {
      body .footer-cta .link-container {
        margin: 30px auto 0; } }
    @media (max-width: 595px) {
      body .footer-cta .link-container {
        margin: 15px auto 0; } }
    body .footer-cta .link-container a {
      margin: 0 25px;
      min-width: 225px; }
      @media (max-width: 595px) {
        body .footer-cta .link-container a {
          margin: 0 17px; } }
      @media (max-width: 595px) {
        body .footer-cta .link-container a {
          display: inline-block;
          margin: 5px; } }

body .footer-cta-two {
  background-color: #f5f6f7; }
  body .footer-cta-two::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("/themes/authentic8/templates/dist/images/gdpr_background-1.png") no-repeat center;
    background-size: cover; }
  body .footer-cta-two .logo-wrap {
    max-width: 249px;
    width: 100%;
    max-height: 72px;
    height: 100%; }
  body .footer-cta-two .content-wrap h2 {
    margin-top: 20px;
    max-width: 820px; }
  body .footer-cta-two .content-wrap h5 {
    margin-top: 12px;
    font-weight: normal;
    line-height: 1.59;
    color: #424b68;
    max-width: 1070px; }
  body .footer-cta-two .content-wrap ul {
    margin: 0 0 0 20px; }
    body .footer-cta-two .content-wrap ul li {
      color: #424b68; }
      body .footer-cta-two .content-wrap ul li:before {
        background-color: #424b68; }
  body .footer-cta-two .content-wrap h1 a,
  body .footer-cta-two .content-wrap h2 a,
  body .footer-cta-two .content-wrap h3 a,
  body .footer-cta-two .content-wrap h4 a,
  body .footer-cta-two .content-wrap h5 a,
  body .footer-cta-two .content-wrap h6 a,
  body .footer-cta-two .content-wrap p a,
  body .footer-cta-two .content-wrap span a,
  body .footer-cta-two .content-wrap ol a,
  body .footer-cta-two .content-wrap ul a,
  body .footer-cta-two .content-wrap li a,
  body .footer-cta-two .content-wrap sup a {
    position: relative; }
    body .footer-cta-two .content-wrap h1 a:after,
    body .footer-cta-two .content-wrap h2 a:after,
    body .footer-cta-two .content-wrap h3 a:after,
    body .footer-cta-two .content-wrap h4 a:after,
    body .footer-cta-two .content-wrap h5 a:after,
    body .footer-cta-two .content-wrap h6 a:after,
    body .footer-cta-two .content-wrap p a:after,
    body .footer-cta-two .content-wrap span a:after,
    body .footer-cta-two .content-wrap ol a:after,
    body .footer-cta-two .content-wrap ul a:after,
    body .footer-cta-two .content-wrap li a:after,
    body .footer-cta-two .content-wrap sup a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 0;
      opacity: 0;
      background-color: #68be62;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body .footer-cta-two .content-wrap h1 a:hover::after,
    body .footer-cta-two .content-wrap h2 a:hover::after,
    body .footer-cta-two .content-wrap h3 a:hover::after,
    body .footer-cta-two .content-wrap h4 a:hover::after,
    body .footer-cta-two .content-wrap h5 a:hover::after,
    body .footer-cta-two .content-wrap h6 a:hover::after,
    body .footer-cta-two .content-wrap p a:hover::after,
    body .footer-cta-two .content-wrap span a:hover::after,
    body .footer-cta-two .content-wrap ol a:hover::after,
    body .footer-cta-two .content-wrap ul a:hover::after,
    body .footer-cta-two .content-wrap li a:hover::after,
    body .footer-cta-two .content-wrap sup a:hover::after {
      width: 100%;
      opacity: 1; }
  body .footer-cta-two .content-wrap .btn-wrap {
    margin-top: 20px; }
    body .footer-cta-two .content-wrap .btn-wrap .read-more:after {
      background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg"); }

body .filter-new {
  background-color: #ffffff;
  border: none;
  padding: 61px 0 23px; }
  @media (max-width: 595px) {
    body .filter-new {
      display: none;
      padding: 0 0 5px;
      margin-top: -2px; } }
  body .filter-new .filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 21px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .filter-new .filter-wrap {
        margin-bottom: 10px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .filter-new .filter-wrap {
        margin-bottom: 5px; } }
    @media (max-width: 595px) {
      body .filter-new .filter-wrap {
        -webkit-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset;
        margin-bottom: 0px; } }
    body .filter-new .filter-wrap .tag {
      padding-top: 2px;
      white-space: nowrap; }
      body .filter-new .filter-wrap .tag h3 {
        margin-bottom: 8px; }
        @media (min-width: 1336px) {
          body .filter-new .filter-wrap .tag h3 {
            font-size: 34px; } }
        @media (max-width: 595px) {
          body .filter-new .filter-wrap .tag h3 {
            font-size: 22px; } }
      body .filter-new .filter-wrap .tag .result {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.56;
        letter-spacing: normal;
        color: #8690a4;
        padding-left: 3px;
        display: block; }
    body .filter-new .filter-wrap .dropdown {
      margin-right: 20px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .filter-new .filter-wrap .dropdown {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      @media (max-width: 480px) {
        body .filter-new .filter-wrap .dropdown {
          padding-bottom: 3px;
          margin-left: 27px;
          opacity: 1;
          width: 100%;
          display: block;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          body .filter-new .filter-wrap .dropdown.hide {
            opacity: 0;
            width: 0;
            display: none; } }
      body .filter-new .filter-wrap .dropdown .dropdown-tag {
        display: inline-block;
        font-size: 34px;
        font-weight: 900;
        color: #151831;
        position: relative;
        white-space: nowrap;
        margin-bottom: 8px;
        cursor: text; }
        @media (max-width: 595px) {
          body .filter-new .filter-wrap .dropdown .dropdown-tag {
            font-size: 20px;
            padding-left: 7px; }
            body .filter-new .filter-wrap .dropdown .dropdown-tag::after {
              content: '';
              position: absolute;
              left: -26px;
              top: 3px;
              width: 15px;
              height: 15px;
              border-radius: 50%;
              border: 2px solid #59595c; }
            body .filter-new .filter-wrap .dropdown .dropdown-tag::before {
              content: '';
              position: absolute;
              left: -22px;
              top: 8px;
              width: 11px;
              height: 11px;
              background: url(/themes/authentic8/templates/assets/images/right-arro.png);
              -webkit-transform: rotate(90deg);
                   -o-transform: rotate(90deg);
                      transform: rotate(90deg);
              background-size: 100%;
              background-repeat: no-repeat;
              -webkit-transition: all 0.4s ease-in-out;
              -o-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out; }
            body .filter-new .filter-wrap .dropdown .dropdown-tag.active::before {
              -webkit-transform: rotate(1deg) !important;
                   -o-transform: rotate(1deg) !important;
                      transform: rotate(1deg) !important;
              right: -23px;
              top: 7px; } }
      body .filter-new .filter-wrap .dropdown .option-wrap {
        max-width: 300px;
        background-color: #ffffff;
        border-radius: 5px;
        -webkit-box-shadow: 5px 5px 10px 0 #8690a4;
                box-shadow: 5px 5px 10px 0 #8690a4;
        position: absolute;
        top: 48px;
        display: none;
        max-height: 285px;
        width: 100%;
        z-index: 3;
        left: 20px;
        overflow: scroll !important;
        overflow-x: hidden !important;
        -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) {
          body .filter-new .filter-wrap .dropdown .option-wrap {
            left: 20px;
            max-width: calc(100% - 40px); } }
        body .filter-new .filter-wrap .dropdown .option-wrap.open {
          display: block; }
        body .filter-new .filter-wrap .dropdown .option-wrap li {
          padding: 10px 10px 10px 12px;
          margin: 1px 0;
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          z-index: 99; }
          body .filter-new .filter-wrap .dropdown .option-wrap li:hover {
            cursor: pointer;
            color: #ffffff;
            background-color: #8690a4; }
    body .filter-new .filter-wrap .search-bar {
      position: relative;
      max-width: 410px;
      width: 100%; }
      @media (min-width: 992px) {
        body .filter-new .filter-wrap .search-bar {
          top: -9px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .filter-new .filter-wrap .search-bar {
          max-width: 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .filter-new .filter-wrap .search-bar {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-top: 20px; } }
      @media (max-width: 595px) {
        body .filter-new .filter-wrap .search-bar {
          top: -15px; } }
      @media (max-width: 480px) {
        body .filter-new .filter-wrap .search-bar {
          max-width: 100%;
          width: 100%; } }
      body .filter-new .filter-wrap .search-bar label {
        font-size: 0;
        display: none; }
      body .filter-new .filter-wrap .search-bar .search-btn {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 3px;
        top: 24px;
        cursor: pointer;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 595px) {
          body .filter-new .filter-wrap .search-bar .search-btn {
            width: 28px;
            height: 28px;
            right: -5px;
            top: 15px; } }
      body .filter-new .filter-wrap .search-bar input {
        outline: none;
        border: none;
        width: 100%;
        border-bottom: 1px solid #424b68;
        padding: 24px 40px 0 0;
        font-size: 18px;
        font-weight: bold;
        color: #8690a4; }
        @media (max-width: 595px) {
          body .filter-new .filter-wrap .search-bar input {
            padding: 20px 40px 0 0; } }
        @media (max-width: 480px) {
          body .filter-new .filter-wrap .search-bar input {
            opacity: 0;
            width: 0;
            max-width: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
            body .filter-new .filter-wrap .search-bar input.search-open {
              opacity: 1;
              width: 100%;
              max-width: 100%; } }
        body .filter-new .filter-wrap .search-bar input::-webkit-input-placeholder {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.94;
          color: #8690a4; }
        body .filter-new .filter-wrap .search-bar input::-moz-placeholder {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.94;
          color: #8690a4; }
        body .filter-new .filter-wrap .search-bar input::-ms-input-placeholder {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.94;
          color: #8690a4; }
        body .filter-new .filter-wrap .search-bar input::placeholder {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.94;
          color: #8690a4; }
  body .filter-new .filtered-items {
    padding-left: 0;
    width: 100%;
    text-align: right; }

body .testimonial-grid {
  background-color: #0a6eb4; }
  body .testimonial-grid .heading-box {
    max-width: 800px;
    margin-bottom: 10px;
    text-align: left; }
    body .testimonial-grid .heading-box span {
      display: block;
      font-size: 16px;
      color: #000000; }
  body .testimonial-grid .column-wrapper {
    width: calc(100% + 20px);
    font-size: 0;
    margin-left: -10px; }
    body .testimonial-grid .column-wrapper .card {
      width: calc(25% - 16px);
      display: inline-block;
      margin: 12px 8px;
      background-color: #ffffff; }
      body .testimonial-grid .column-wrapper .card .card-content {
        position: relative;
        padding: 10px 20px 30px;
        background-color: #808080; }
        body .testimonial-grid .column-wrapper .card .card-content span {
          display: block;
          position: relative; }
        body .testimonial-grid .column-wrapper .card .card-content h6,
        body .testimonial-grid .column-wrapper .card .card-content h5,
        body .testimonial-grid .column-wrapper .card .card-content p {
          color: #000000;
          margin-top: 10px; }
      body .testimonial-grid .column-wrapper .card .card-body {
        padding: 20px 15px;
        min-height: 85px; }
  body .testimonial-grid .button-box {
    text-align: center; }

body .experience-center-a.full-width-card .column-wrap {
  width: 100%;
  margin-left: 0; }
  body .experience-center-a.full-width-card .column-wrap .card {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    height: auto; }
    body .experience-center-a.full-width-card .column-wrap .card .img-box {
      height: 400px;
      width: 50%; }
    body .experience-center-a.full-width-card .column-wrap .card .card-body {
      width: 50%;
      height: 100%;
      border: 0; }

body .experience-center-a .heading-box {
  margin-bottom: 10px; }
  body .experience-center-a .heading-box span {
    font-size: 16px;
    color: black; }

body .experience-center-a .bg-gray {
  background-color: grey; }

body .experience-center-a .bg-black {
  background-color: black; }

body .experience-center-a .small-card {
  padding: 30px 30px 28px;
  margin-bottom: 20px; }
  body .experience-center-a .small-card h6 {
    color: white; }

body .experience-center-a .column-wrap {
  margin-top: 20px;
  position: relative;
  width: calc(100% + 20px);
  margin-left: -10px;
  font-size: 0; }
  body .experience-center-a .column-wrap .card {
    width: calc(33% - 10px);
    display: inline-block;
    margin: 12px 5px;
    position: relative;
    vertical-align: top;
    height: 480px; }
    body .experience-center-a .column-wrap .card .img-box {
      height: 200px;
      overflow: hidden;
      background-color: gray; }
    body .experience-center-a .column-wrap .card.col-two-card .small-card {
      height: 230px; }
    body .experience-center-a .column-wrap .card.card-without-img .card-body {
      border-top-color: black;
      height: 100%; }
      body .experience-center-a .column-wrap .card.card-without-img .card-body p {
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        min-height: 90px;
        color: black; }
    body .experience-center-a .column-wrap .card .card-body {
      position: relative;
      width: 100%;
      height: 280px;
      background-color: #fff;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      overflow: hidden;
      padding: 39px 39px 25px 36px;
      min-height: 230px;
      border: 1px solid black;
      border-top-color: white; }
      body .experience-center-a .column-wrap .card .card-body .detail-info span {
        display: block;
        font-size: 16px; }
      body .experience-center-a .column-wrap .card .card-body .detail-info h5 {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        min-height: 90px;
        color: black; }
      body .experience-center-a .column-wrap .card .card-body .cta {
        clear: both;
        text-align: left;
        padding: 15px 25px 25px 36px;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff;
        color: #fff;
        width: 100%; }

body .experience-center-a .button-box {
  margin-top: 15px;
  text-align: center; }

body .exp-hero-banner {
  overflow: visible;
  padding: 0;
  height: 600px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .exp-hero-banner {
      height: 580px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .exp-hero-banner {
      height: 400px; } }
  @media (max-width: 767px) {
    body .exp-hero-banner {
      height: 456px; } }
  body .exp-hero-banner__img {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    display: none; }
    @media (max-width: 595px) {
      body .exp-hero-banner__img {
        display: block; } }
    body .exp-hero-banner__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: bottom;
         object-position: bottom; }
      @media (min-width: 992px) and (max-width: 1100px) {
        body .exp-hero-banner__img img {
          -o-object-position: 60% 100%;
             object-position: 60% 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .exp-hero-banner__img img {
          -o-object-position: 80% 100%;
             object-position: 80% 100%; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .exp-hero-banner__img img {
          -o-object-position: 80% 40%;
             object-position: 80% 40%;
          display: none; } }
      @media (max-width: 480px) {
        body .exp-hero-banner__img img {
          display: none; } }
    body .exp-hero-banner__img .mobile-img {
      display: none; }
      @media (max-width: 595px) {
        body .exp-hero-banner__img .mobile-img {
          display: block;
          background-position: center; } }
  body .exp-hero-banner__video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
    @media (max-width: 595px) {
      body .exp-hero-banner__video {
        display: none; } }
    body .exp-hero-banner__video video {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1336px) and (min-width: 992px) {
        body .exp-hero-banner__video video {
          -o-object-position: 65% 100%;
             object-position: 65% 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .exp-hero-banner__video video {
          -o-object-position: 80% 100%;
             object-position: 80% 100%; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .exp-hero-banner__video video {
          -o-object-position: 88% 100%;
             object-position: 88% 100%; } }
      @media (max-width: 480px) {
        body .exp-hero-banner__video video {
          -o-object-position: 80% 100%;
             object-position: 80% 100%; } }
  body .exp-hero-banner .v-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  body .exp-hero-banner__content {
    max-width: 712px;
    padding-top: 86px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .exp-hero-banner__content {
        padding-top: 55px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .exp-hero-banner__content {
        padding-top: 60px; } }
    @media (max-width: 767px) {
      body .exp-hero-banner__content {
        max-width: 100%; } }
    body .exp-hero-banner__content h1 {
      color: #ffffff;
      margin-bottom: 15px; }
      @media (max-width: 595px) {
        body .exp-hero-banner__content h1 {
          margin-bottom: 12px; } }
    body .exp-hero-banner__content h5 {
      font-size: 22px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 13px; }
      @media (min-width: 1336px) {
        body .exp-hero-banner__content h5 {
          max-width: 530px; } }
      @media (max-width: 991px) {
        body .exp-hero-banner__content h5 {
          font-size: 18px; } }
  body .exp-hero-banner__action {
    margin-top: 32px; }
    @media (max-width: 991px) {
      body .exp-hero-banner__action {
        margin-top: 22px; } }
    @media (max-width: 595px) {
      body .exp-hero-banner__action {
        margin-top: 15px; } }
    @media (min-width: 1336px) {
      body .exp-hero-banner__action .btn-common {
        padding: 13px 44px 13px 15px; } }
  @media (max-width: 1150px) {
    body .exp-hero-banner.overlay::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(21, 24, 49, 0.7); } }
  @media (max-width: 767px) {
    body .exp-hero-banner.overlay::after {
      display: block;
      background-color: rgba(21, 24, 49, 0.1); } }

body .cookies-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  z-index: 12;
  display: none;
  background: black; }
  body .cookies-banner.active {
    display: block; }
  body .cookies-banner .content-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0; }
    @media (min-width: 992px) {
      body .cookies-banner .content-wrap {
        max-width: 950px;
        margin: 0 auto; } }
    body .cookies-banner .content-wrap p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body .cookies-banner .content-wrap p img {
        max-width: 50px;
        height: 45px;
        margin-right: 20px; }
      body .cookies-banner .content-wrap p span {
        color: white;
        font-size: 16px; }
    body .cookies-banner .content-wrap .close-txt {
      cursor: pointer; }
    body .cookies-banner .content-wrap .close-btn {
      position: absolute;
      top: 17px;
      right: 2%;
      cursor: pointer;
      width: 15px;
      height: 15px; }
      body .cookies-banner .content-wrap .close-btn img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

body .message-box {
  max-width: 447px;
  background-color: rgba(13, 39, 77, 0.85);
  position: fixed;
  top: 40%;
  right: 5%;
  padding-bottom: 50px;
  border-radius: 20px;
  -webkit-transition: 0.9s ease all;
  -o-transition: 0.9s ease all;
  transition: 0.9s ease all;
  display: none;
  z-index: 9; }
  body .message-box .text-wrap {
    padding: 25px 30px 40px 83px; }
  body .message-box h2 {
    font-size: 38px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: -0.95px;
    text-align: left;
    color: white;
    margin-bottom: 38px;
    position: relative; }
  body .message-box span {
    display: block;
    font-size: 16px; }
    body .message-box span a {
      color: white; }
  body .message-box .icon-box {
    max-width: 85px;
    margin: 0 auto; }
  body .message-box.active {
    -webkit-transition: 0.9s ease all;
    -o-transition: 0.9s ease all;
    transition: 0.9s ease all;
    right: -50%; }

body .testimonial-detail span {
  display: block; }

body .testimonial-detail h4 {
  margin: 5px 0 0; }

body .testimonial-detail .column-wrap {
  margin: 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  body .testimonial-detail .column-wrap .big-card {
    width: 60%;
    overflow: hidden; }
    body .testimonial-detail .column-wrap .big-card .img-box {
      background-color: grey;
      height: 200px; }
    body .testimonial-detail .column-wrap .big-card .content-wrapper {
      margin-top: 20px; }
      body .testimonial-detail .column-wrap .big-card .content-wrapper .heading-top {
        font-size: 12px; }
      body .testimonial-detail .column-wrap .big-card .content-wrapper h5 {
        color: #000000;
        font-weight: 500; }
      body .testimonial-detail .column-wrap .big-card .content-wrapper P {
        margin-top: 20px; }
      body .testimonial-detail .column-wrap .big-card .content-wrapper em {
        font-size: 12px;
        font-style: normal; }
      body .testimonial-detail .column-wrap .big-card .content-wrapper .button-box {
        margin-top: 20px; }
  body .testimonial-detail .column-wrap .small-card {
    width: 30%;
    padding-left: 20px; }
    body .testimonial-detail .column-wrap .small-card .item {
      padding-left: 62px;
      position: relative;
      padding-bottom: 20px; }
      body .testimonial-detail .column-wrap .small-card .item img {
        position: absolute;
        top: 0;
        left: 2px;
        width: 15px;
        height: 15px; }
      body .testimonial-detail .column-wrap .small-card .item p {
        margin-bottom: 10px; }
      body .testimonial-detail .column-wrap .small-card .item span {
        font-size: 12px; }

body .colunm-with-logo {
  background-color: #f8f9fa; }
  body .colunm-with-logo h2 {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: normal;
    max-width: 960px; }
    @media (max-width: 595px) {
      body .colunm-with-logo h2 {
        text-align: center; } }
  body .colunm-with-logo .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px; }
    @media (max-width: 767px) {
      body .colunm-with-logo .col-wrap {
        margin-top: 10px; } }
    body .colunm-with-logo .col-wrap .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      margin: 10px auto 0; }
      @media (max-width: 595px) {
        body .colunm-with-logo .col-wrap .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 480px) {
        body .colunm-with-logo .col-wrap .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      body .colunm-with-logo .col-wrap .col-four .logo-wrap {
        max-width: 281px;
        height: 130px;
        width: 100%;
        margin: 0 auto; }
        @media (max-width: 991px) {
          body .colunm-with-logo .col-wrap .col-four .logo-wrap {
            max-width: 172px;
            height: 123px; } }
        @media (max-width: 480px) {
          body .colunm-with-logo .col-wrap .col-four .logo-wrap {
            max-width: 150px;
            height: 100px; } }
        body .colunm-with-logo .col-wrap .col-four .logo-wrap img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          vertical-align: middle;
          -o-object-position: top;
             object-position: top; }
  body .colunm-with-logo .btn-box {
    margin-top: 36px;
    text-align: center; }
    @media (max-width: 595px) {
      body .colunm-with-logo .btn-box {
        margin-top: 25px; } }

@media (min-width: 1336px) {
  body .bd-animation {
    padding: 106px 0 34px; } }

body .bd-animation .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  body .bd-animation .bg-img img {
    height: 100%; }

body .bd-animation span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: 1.37;
  font-family: "proxima-nova";
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    body .bd-animation span {
      font-size: 14px; } }

body .bd-animation h2 {
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.1; }
  @media (max-width: 991px) {
    body .bd-animation h2 {
      margin-bottom: 10px; } }

body .bd-animation p {
  color: #ffffff;
  margin-bottom: 30px; }
  @media (max-width: 1336px) {
    body .bd-animation p {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    body .bd-animation p {
      margin-bottom: 15px; } }

@media (min-width: 1336px) {
  body .bd-animation .btn-box {
    margin-top: 10px; } }

body .bd-animation button {
  display: none; }
  @media (max-width: 595px) {
    body .bd-animation button {
      position: relative;
      cursor: pointer;
      background-color: #685bc7;
      width: 100%;
      font-size: 16px;
      padding: 13px 0;
      outline: none;
      border: none;
      color: #ffffff;
      min-height: 55px;
      display: block; } }
  @media (max-width: 595px) {
    body .bd-animation button .cover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 200px;
      margin: 0 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 24px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 480px) {
    body .bd-animation button .cover {
      padding: 0 15px; } }
  @media (max-width: 595px) {
    body .bd-animation button .cover .icon-box {
      width: 34px;
      height: 30px;
      margin: 0; } }
  body .bd-animation button .cover .icon-box img {
    height: 100%; }
  body .bd-animation button .cover .heading-a {
    width: calc(100% - 35px); }
  body .bd-animation button span {
    display: none; }
    @media (max-width: 595px) {
      body .bd-animation button span {
        display: inline-block;
        max-width: 100%;
        margin: 0 auto;
        font-family: "proxima-nova", sans-serif;
        font-size: 16px;
        font-weight: 600; } }
  @media (max-width: 595px) {
    body .bd-animation button h4 {
      color: #ffffff;
      font-weight: bold;
      padding-left: 16px;
      font-size: 16px;
      width: 89.5%;
      text-align: left; } }
  body .bd-animation button.open {
    display: none; }
    @media (max-width: 595px) {
      body .bd-animation button.open {
        display: block; } }
    @media (max-width: 767px) {
      body .bd-animation button.open:after {
        background-image: url("/themes/authentic8/templates/dist/images/placeholder/next-arrow.svg");
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 24px;
        margin: auto;
        width: 20px;
        height: 20px;
        background-size: 100%;
        -webkit-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        background-repeat: no-repeat;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  body .bd-animation button.active:after {
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }

body .bd-animation .column-wrapper {
  position: relative;
  width: 100%; }
  body .bd-animation .column-wrapper .text-with-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    min-height: 300px; }
    @media (max-width: 1336px) {
      body .bd-animation .column-wrapper .text-with-btn {
        position: relative;
        width: 100%;
        min-height: 100%;
        margin-bottom: 25px; } }
    body .bd-animation .column-wrapper .text-with-btn span {
      margin-bottom: 3px;
      display: block; }
    body .bd-animation .column-wrapper .text-with-btn p {
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  body .bd-animation .column-wrapper .cover-icon {
    width: 66%; }
    @media (max-width: 991px) {
      body .bd-animation .column-wrapper .cover-icon {
        width: 50%; } }
    @media (max-width: 595px) {
      body .bd-animation .column-wrapper .cover-icon {
        display: none;
        float: none;
        width: 100%; } }
  body .bd-animation .column-wrapper .cover-text {
    width: 34%;
    position: relative; }
    @media (max-width: 991px) {
      body .bd-animation .column-wrapper .cover-text {
        width: 50%; } }
    @media (max-width: 595px) {
      body .bd-animation .column-wrapper .cover-text {
        float: none;
        width: 100%;
        margin-top: 18px; } }
    body .bd-animation .column-wrapper .cover-text .slider-block {
      height: 100%;
      position: relative;
      width: 100%;
      z-index: 1;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      overflow: visible; }
      body .bd-animation .column-wrapper .cover-text .slider-block .item-box {
        display: none;
        position: relative;
        width: 100%;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden; }
        @media (min-width: 1336px) {
          body .bd-animation .column-wrapper .cover-text .slider-block .item-box {
            padding-left: 2px;
            margin-top: -9px; } }
        body .bd-animation .column-wrapper .cover-text .slider-block .item-box.current {
          display: inherit;
          position: relative;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media (max-width: 991px) {
            body .bd-animation .column-wrapper .cover-text .slider-block .item-box.current {
              position: relative; } }

body .bd-animation .slider-block .item-box .top-image {
  height: 288px;
  overflow: hidden;
  border-radius: 5px; }
  @media (max-width: 1336px) {
    body .bd-animation .slider-block .item-box .top-image {
      height: 250px; } }
  @media (max-width: 991px) {
    body .bd-animation .slider-block .item-box .top-image {
      height: 200px; } }
  @media (max-width: 595px) {
    body .bd-animation .slider-block .item-box .top-image {
      height: 150px; } }
  body .bd-animation .slider-block .item-box .top-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body .bd-animation .slider-block .item-box .card-body {
  padding: 36px 2px 14px 3px; }
  @media (max-width: 1336px) {
    body .bd-animation .slider-block .item-box .card-body {
      padding: 28px 2px 14px; } }
  @media (max-width: 991px) {
    body .bd-animation .slider-block .item-box .card-body {
      padding: 22px 2px; } }
  @media (max-width: 767px) {
    body .bd-animation .slider-block .item-box .card-body {
      padding: 15px 2px; } }
  body .bd-animation .slider-block .item-box .card-body span {
    margin-bottom: 14px;
    display: block; }
    @media (max-width: 991px) {
      body .bd-animation .slider-block .item-box .card-body span {
        margin-bottom: 10px; } }
  body .bd-animation .slider-block .item-box .card-body p {
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      body .bd-animation .slider-block .item-box .card-body p {
        margin-bottom: 6px; } }

body .bd-animation .icon-with-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 83px;
  margin-top: 61px; }
  @media (max-width: 1336px) {
    body .bd-animation .icon-with-heading {
      margin: 50px 0 64px; } }
  @media (max-width: 991px) {
    body .bd-animation .icon-with-heading {
      margin: 35px 0;
      padding-left: 10%; } }
  @media (max-width: 767px) {
    body .bd-animation .icon-with-heading {
      padding-left: 5%; } }
  @media (max-width: 595px) {
    body .bd-animation .icon-with-heading {
      margin: 0;
      padding: 15px 24px; } }
  @media (max-width: 480px) {
    body .bd-animation .icon-with-heading {
      padding: 15px 15px; } }
  @media (max-width: 595px) {
    body .bd-animation .icon-with-heading.current {
      background: #000000; } }
  body .bd-animation .icon-with-heading.current .icon-box:after {
    border: solid 2px #ffffff; }
  @media (min-width: 1336px) {
    body .bd-animation .icon-with-heading.current .heading-a {
      margin-left: 44px;
      margin-top: 20px; } }
  body .bd-animation .icon-with-heading.current .heading-a:before {
    width: 100%; }
  body .bd-animation .icon-with-heading.current .heading-a:after {
    opacity: 1; }
  body .bd-animation .icon-with-heading.current .heading-a h4 {
    font-size: 20px; }
    @media (max-width: 991px) {
      body .bd-animation .icon-with-heading.current .heading-a h4 {
        font-size: 18px; } }
    @media (max-width: 595px) {
      body .bd-animation .icon-with-heading.current .heading-a h4 {
        font-size: 16px; } }
  @media (min-width: 1336px) {
    body .bd-animation .icon-with-heading.product {
      margin-bottom: 103px;
      padding-left: 59%; } }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .bd-animation .icon-with-heading.product {
      padding-left: 55%; } }
  @media (min-width: 1336px) {
    body .bd-animation .icon-with-heading.weekly {
      padding-bottom: 12px;
      padding-left: 50.6%; } }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .bd-animation .icon-with-heading.weekly {
      padding-left: 44%; } }
  @media (min-width: 1336px) {
    body .bd-animation .icon-with-heading.weekly .heading-a {
      margin-bottom: -9px;
      padding-top: 32px; } }
  @media (min-width: 1336px) {
    body .bd-animation .icon-with-heading.try-silo {
      padding-left: 37%; } }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .bd-animation .icon-with-heading.try-silo {
      padding-left: 28%; } }
  @media (min-width: 1336px) {
    body .bd-animation .icon-with-heading.try-silo .heading-a {
      padding-top: 32px; } }
  @media (min-width: 1336px) {
    body .bd-animation .icon-with-heading.workshop {
      padding-left: 22%; } }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .bd-animation .icon-with-heading.workshop {
      padding-left: 15%; } }
  @media (min-width: 1336px) {
    body .bd-animation .icon-with-heading.workshop .heading-a {
      padding-top: 32px; } }
  body .bd-animation .icon-with-heading .icon-box {
    max-width: 75px;
    height: 54px;
    position: relative; }
    @media (max-width: 1336px) {
      body .bd-animation .icon-with-heading .icon-box {
        max-width: 65px;
        height: 45px; } }
    @media (max-width: 991px) {
      body .bd-animation .icon-with-heading .icon-box {
        max-width: 45px;
        height: 35px; } }
    body .bd-animation .icon-with-heading .icon-box:after {
      content: "";
      position: absolute;
      width: 115px;
      height: 115px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: solid 2px transparent;
      border-radius: 50%;
      -webkit-transform: translate(-21px, 0px);
           -o-transform: translate(-21px, 0px);
              transform: translate(-21px, 0px);
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 1336px) {
        body .bd-animation .icon-with-heading .icon-box:after {
          width: 85px;
          height: 85px;
          -webkit-transform: translate(-11px, 0px);
               -o-transform: translate(-11px, 0px);
                  transform: translate(-11px, 0px); } }
      @media (max-width: 991px) {
        body .bd-animation .icon-with-heading .icon-box:after {
          width: 65px;
          height: 64px; } }
      @media (max-width: 595px) {
        body .bd-animation .icon-with-heading .icon-box:after {
          display: none; } }
    body .bd-animation .icon-with-heading .icon-box img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  body .bd-animation .icon-with-heading .heading-a {
    margin-left: 20px;
    padding-top: 0;
    position: relative;
    width: calc(100% - 75px);
    padding-bottom: 11px; }
    @media (max-width: 1336px) {
      body .bd-animation .icon-with-heading .heading-a {
        width: calc(100% - 65px);
        padding-bottom: 0; } }
    @media (max-width: 991px) {
      body .bd-animation .icon-with-heading .heading-a {
        width: calc(100% - 45px); } }
    body .bd-animation .icon-with-heading .heading-a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      left: 0;
      bottom: 0;
      margin: auto;
      background-color: #ffffff;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 1336px) {
        body .bd-animation .icon-with-heading .heading-a:before {
          bottom: -3px; } }
      @media (max-width: 595px) {
        body .bd-animation .icon-with-heading .heading-a:before {
          display: none; } }
    body .bd-animation .icon-with-heading .heading-a:after {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      right: -10px;
      bottom: -4px;
      border-radius: 50%;
      margin: auto;
      opacity: 0;
      background-color: #5ac8fa;
      -webkit-transition: all 0.9s ease-in-out;
      -o-transition: all 0.9s ease-in-out;
      transition: all 0.9s ease-in-out;
      z-index: 2; }
      @media (max-width: 1336px) {
        body .bd-animation .icon-with-heading .heading-a:after {
          bottom: -7px; } }
      @media (max-width: 595px) {
        body .bd-animation .icon-with-heading .heading-a:after {
          display: none; } }
    body .bd-animation .icon-with-heading .heading-a h4 {
      font-size: 16px;
      font-weight: 600;
      font-family: "proxima-nova";
      letter-spacing: 0.96px;
      color: #ffffff;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

body .vertical-tab {
  background-color: #f5f6f8;
  padding-top: 141px;
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0; }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .vertical-tab {
      padding-top: 71px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .vertical-tab {
      padding-top: 71px; } }
  @media (max-width: 767px) {
    body .vertical-tab {
      padding-top: 31px; } }
  body .vertical-tab .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body .vertical-tab .bg-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body .vertical-tab h2 {
    max-width: 850px; }
  body .vertical-tab h4 {
    margin-top: 20px; }
  body .vertical-tab h6 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #151831;
    margin-top: 24px; }
    @media (max-width: 767px) {
      body .vertical-tab h6 {
        margin-top: 12px;
        font-size: 20px; } }
  body .vertical-tab .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 43px;
    overflow: visible; }
    @media (max-width: 767px) {
      body .vertical-tab .column-wrapper {
        margin-top: 0; } }
  body .vertical-tab .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(42% - 20px);
            flex: 0 0 calc(42% - 20px);
    max-width: 510px;
    min-height: 470px;
    margin-right: 20px; }
    body .vertical-tab .list-item::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 2px;
      background-color: #595ad3; }
    @media (max-width: 767px) {
      body .vertical-tab .list-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 10px;
        padding-top: 0;
        min-height: 100%; }
        body .vertical-tab .list-item::before {
          display: none; } }
  body .vertical-tab .tabs {
    padding-right: 27px; }
    @media (max-width: 767px) {
      body .vertical-tab .tabs {
        padding-right: 0; } }
    @media (max-width: 595px) {
      body .vertical-tab .tabs {
        margin: 10px 0 0; } }
    body .vertical-tab .tabs .list-tab-link {
      position: relative;
      background-color: transparent;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      padding: 16px 25px 20px;
      cursor: pointer; }
      body .vertical-tab .tabs .list-tab-link::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 7px;
        height: 0;
        background-color: #595ad3;
        -webkit-transition: height 0.4s ease-in-out;
        -o-transition: height 0.4s ease-in-out;
        transition: height 0.4s ease-in-out; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .vertical-tab .tabs .list-tab-link {
          padding: 16px; } }
      @media (max-width: 767px) {
        body .vertical-tab .tabs .list-tab-link {
          padding: 16px 20px; } }
      body .vertical-tab .tabs .list-tab-link:not(:first-child) {
        margin-top: 7px; }
      body .vertical-tab .tabs .list-tab-link.current {
        width: 100%;
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
                box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        border-radius: 5px;
        overflow: hidden; }
        body .vertical-tab .tabs .list-tab-link.current h4 {
          color: #595ad3; }
        body .vertical-tab .tabs .list-tab-link.current::after {
          height: 100%; }
    body .vertical-tab .tabs h4 {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.21;
      letter-spacing: normal;
      margin-top: 0;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 1336px) {
        body .vertical-tab .tabs h4 {
          font-size: 22px; } }
      @media (max-width: 991px) {
        body .vertical-tab .tabs h4 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        body .vertical-tab .tabs h4 {
          font-size: 18px; } }
  body .vertical-tab .card-items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
    min-height: 405px;
    padding: 0 0 50px 45px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .vertical-tab .card-items {
        padding: 20px 0 20px 40px; } }
    @media (max-width: 767px) {
      body .vertical-tab .card-items {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        min-height: 273px;
        margin-top: 15px; }
        body .vertical-tab .card-items::before {
          display: none; } }
  body .vertical-tab .item-box {
    display: none;
    opacity: 0;
    -webkit-animation: fadein 0.3s ease-in-out;
         -o-animation: fadein 0.3s ease-in-out;
            animation: fadein 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    body .vertical-tab .item-box a {
      position: relative; }
      body .vertical-tab .item-box a::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 2px;
        width: 0px;
        opacity: 0;
        background-color: #68be62;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      body .vertical-tab .item-box a:hover::after {
        width: 100%;
        opacity: 1; }
    body .vertical-tab .item-box h5 {
      color: #595ad3;
      letter-spacing: normal;
      margin-top: 15px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .vertical-tab .item-box h5 {
          font-size: 22px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .vertical-tab .item-box h5 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        body .vertical-tab .item-box h5 {
          font-size: 20px; } }
    body .vertical-tab .item-box p {
      line-height: 1.78;
      height: 100%;
      margin-top: 11px;
      word-break: break-word;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    body .vertical-tab .item-box ul {
      margin-left: 20px; }
      body .vertical-tab .item-box ul li {
        color: #424b68;
        font-size: 18px;
        margin: 11px 0 0;
        padding-left: 5px; }
        body .vertical-tab .item-box ul li::before {
          background-color: #424b68;
          left: -10px; }
        @media (max-width: 767px) {
          body .vertical-tab .item-box ul li {
            font-size: 16px; }
            body .vertical-tab .item-box ul li::before {
              top: 50%; } }
    body .vertical-tab .item-box ol li {
      color: #424b68;
      margin: 11px 0 0; }
    body .vertical-tab .item-box .btn-wrap {
      margin-top: 23px;
      -webkit-transition: opacity 0.7s ease-in-out;
      -o-transition: opacity 0.7s ease-in-out;
      transition: opacity 0.7s ease-in-out; }
      @media (min-width: 1336px) {
        body .vertical-tab .item-box .btn-wrap .learn-more {
          font-size: 16px; } }
    body .vertical-tab .item-box.active {
      display: block;
      opacity: 1; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-o-keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

body .grid-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0; }
  body .grid-box .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden; }

body .grid-box h1,
body .grid-box h2,
body .grid-box h3,
body .grid-box h4,
body .grid-box h5,
body .grid-box h6 {
  margin-top: 10px;
  margin-bottom: 30px; }

body .grid-box ul {
  margin-left: 20px; }
  body .grid-box ul li {
    color: #424b68;
    font-size: 18px;
    margin: 11px 0 0;
    padding-left: 5px; }
    body .grid-box ul li::before {
      background-color: #424b68;
      left: -10px; }
    @media (max-width: 767px) {
      body .grid-box ul li {
        font-size: 16px; }
        body .grid-box ul li::before {
          top: 50%; } }

body .grid-box ol li {
  color: #424b68;
  margin: 11px 0 0; }

body .grid-box .intro-box .title {
  max-width: 880px;
  margin-top: 0;
  margin-bottom: 0; }

body .grid-box .intro-box p {
  max-width: 975px;
  margin-top: 11px;
  line-height: 1.76; }

body .grid-box .intro-box .sub-title {
  color: #424b68;
  margin-top: 18px;
  margin-bottom: 0;
  max-width: 528px; }
  @media (min-width: 992px) {
    body .grid-box .intro-box .sub-title {
      font-size: 30px;
      margin-top: 30px; } }
  @media (min-width: 1336px) {
    body .grid-box .intro-box .sub-title {
      margin-top: 40px; } }

body .grid-box .col-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  body .grid-box .col-wrap .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 60px 50px 45px 50px;
    border-top: 0;
    margin: 30px 15px 0;
    z-index: 9; }
    @media (max-width: 991px) {
      body .grid-box .col-wrap .card {
        padding: 30px; } }
    @media (max-width: 767px) {
      body .grid-box .col-wrap .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 15px;
        margin: 30px 0 0; } }
    @media (max-width: 595px) {
      body .grid-box .col-wrap .card {
        width: 100%;
        padding: 30px 20px 20px;
        margin: 15px 0; } }
    @media (min-width: 992px) {
      body .grid-box .col-wrap .card:nth-child(2n + 1) {
        margin-left: 0; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .grid-box .col-wrap .card:nth-child(2n + 1) {
        margin-left: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .grid-box .col-wrap .card:nth-child(2n + 1) {
        margin-left: 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .grid-box .col-wrap .card:nth-child(2n + 1) {
        margin-left: 0; } }
    @media (min-width: 992px) {
      body .grid-box .col-wrap .card:nth-child(2n + 2) {
        margin-right: 0; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .grid-box .col-wrap .card:nth-child(2n + 2) {
        margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .grid-box .col-wrap .card:nth-child(2n + 2) {
        margin-right: 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .grid-box .col-wrap .card:nth-child(2n + 2) {
        margin-right: 0; } }
    body .grid-box .col-wrap .card:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 7px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      top: 0;
      left: 0; }
    body .grid-box .col-wrap .card .top-icon {
      width: 56px;
      height: 46px; }
      @media (max-width: 991px) {
        body .grid-box .col-wrap .card .top-icon {
          margin-bottom: 18px; } }
      @media (max-width: 595px) {
        body .grid-box .col-wrap .card .top-icon {
          width: 32px;
          height: 32px; } }
      body .grid-box .col-wrap .card .top-icon img {
        -o-object-fit: contain;
           object-fit: contain;
        max-width: 100%;
        max-height: 100%; }
    body .grid-box .col-wrap .card .card-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.21;
      letter-spacing: normal;
      text-align: left;
      margin-top: 21px;
      margin-bottom: 0; }
    body .grid-box .col-wrap .card p {
      margin-top: 3px; }
      @media (max-width: 595px) {
        body .grid-box .col-wrap .card p {
          font-size: 14px; } }
    body .grid-box .col-wrap .card .cta {
      margin-top: 30px; }

body .grid-box.bg-gray-pattern:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/themes/authentic8/templates/dist/images/why-us-page-pattern.svg") no-repeat;
  background-size: cover; }

body .grid-box .btn-wrap {
  width: 100%;
  font-size: 0; }

@media (min-width: 992px) {
  body .grid-box.no-icon .col-wrap .card {
    padding: 51px 50px 45px; } }

body .grid-box.no-icon .col-wrap .card h3 {
  margin-top: 0; }

body .grid-box.use-case-landing .card h3 {
  margin-top: 21px !important; }

body .grid-box.use-case-landing .card p {
  margin-top: 8px !important; }

body .grid-box.use-case-landing .card .cta {
  margin-top: 26px !important; }

body .banner-second {
  min-height: 492px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .banner-second {
      min-height: 390px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .banner-second {
      min-height: 390px; } }
  @media (max-width: 767px) {
    body .banner-second {
      min-height: 444px; } }
  body .banner-second .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0; }
    body .banner-second .bg-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 80% 100%;
         object-position: 80% 100%; }
      @media (min-width: 1610px) {
        body .banner-second .bg-img img {
          -o-object-position: top;
             object-position: top; } }
  body .banner-second .inner-text {
    max-width: 712px; }
    @media (max-width: 767px) {
      body .banner-second .inner-text {
        max-width: 100%; } }
    body .banner-second .inner-text .logo-wrap {
      max-width: 106px;
      height: 60px;
      margin-bottom: 20px; }
      body .banner-second .inner-text .logo-wrap img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left;
           object-position: left; }
    body .banner-second .inner-text .upper-text {
      color: #ffffff;
      max-width: 850px;
      letter-spacing: 0.075em; }
    body .banner-second .inner-text h1 {
      color: #ffffff; }
    body .banner-second .inner-text h4 {
      color: #ffffff;
      font-weight: 500;
      margin-top: 17px;
      line-height: 1.15; }
    body .banner-second .inner-text h5 {
      font-size: 22px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #ffffff;
      margin-top: 7px; }
      @media (min-width: 1200px) {
        body .banner-second .inner-text h5 {
          max-width: 600px; } }
      @media (max-width: 991px) {
        body .banner-second .inner-text h5 {
          font-size: 18px; } }
    body .banner-second .inner-text p {
      color: #ffffff;
      max-width: 687px;
      margin-top: 15px; }
    body .banner-second .inner-text .btn-wrap {
      margin-top: 32px; }
      body .banner-second .inner-text .btn-wrap a {
        text-transform: uppercase; }
      @media (max-width: 767px) {
        body .banner-second .inner-text .btn-wrap {
          margin-top: 22px; } }
  body .banner-second.overlay .bg-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151831;
    opacity: 0.7;
    display: none; }
    @media (max-width: 1336px) {
      body .banner-second.overlay .bg-img::after {
        display: block; } }

@media (max-width: 767px) {
  body .violator-bar + .banner-second .bg-img {
    top: 0;
    height: 100%; } }

body .banner-with-video {
  z-index: 1;
  padding: 100px 0 170px !important; }
  @media (max-width: 991px) {
    body .banner-with-video {
      padding: 50px 0 117px !important; } }
  body .banner-with-video .target-links {
    background-color: transparent; }
  body .banner-with-video .wrapper {
    max-width: 850px;
    margin: 143px auto 0; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .banner-with-video .wrapper {
        margin-top: 80px; } }
    @media (max-width: 991px) {
      body .banner-with-video .wrapper {
        margin-top: 20px; } }
    body .banner-with-video .wrapper .upper-text {
      margin-bottom: 10px;
      font-size: 24px;
      font-weight: bold;
      line-height: 2.5; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .banner-with-video .wrapper .upper-text {
          font-size: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .banner-with-video .wrapper .upper-text {
          font-size: 18px; } }
      @media (max-width: 595px) {
        body .banner-with-video .wrapper .upper-text {
          font-size: 16px; } }
    body .banner-with-video .wrapper h1 {
      margin: 0 0 14px;
      line-height: 0.97; }
  body .banner-with-video .video-wrap {
    max-width: 850px;
    height: 478px;
    margin: 40px auto 0; }
    @media (max-width: 1336px) {
      body .banner-with-video .video-wrap {
        margin-top: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .banner-with-video .video-wrap {
        height: 400px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .banner-with-video .video-wrap {
        height: 350px; } }
    @media (max-width: 595px) {
      body .banner-with-video .video-wrap {
        height: 250px; } }
    body .banner-with-video .video-wrap p {
      height: 100%; }
    body .banner-with-video .video-wrap iframe {
      width: 100%;
      height: 100%;
      border-radius: 5px; }
  body .banner-with-video .audio-wrap {
    max-width: 575px;
    height: 200px;
    margin: 46px auto 0; }
    @media (max-width: 767px) {
      body .banner-with-video .audio-wrap {
        height: 170px;
        margin-top: 25px; } }
    body .banner-with-video .audio-wrap p {
      height: 100%; }
    body .banner-with-video .audio-wrap iframe {
      width: 100%;
      height: 100%;
      border-radius: 5px; }
      body .banner-with-video .audio-wrap iframe .player-image {
        display: none; }
  body .banner-with-video .podcast-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 17px; }
    @media (max-width: 991px) {
      body .banner-with-video .podcast-detail-wrap {
        margin-top: 12px; } }
    body .banner-with-video .podcast-detail-wrap span {
      font-size: 14px;
      line-height: 1.43;
      color: #8690a4;
      padding-right: 10px;
      margin: 5px 0;
      max-width: 350px;
      letter-spacing: 0.84px;
      position: relative;
      padding-left: 12px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        body .banner-with-video .podcast-detail-wrap span {
          padding-left: 7px;
          padding-right: 7px; } }
      body .banner-with-video .podcast-detail-wrap span:first-child {
        padding-left: 0; }
        body .banner-with-video .podcast-detail-wrap span:first-child:before {
          display: none; }
      body .banner-with-video .podcast-detail-wrap span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        height: 50%;
        width: 2px;
        background-color: #8690a4; }
    body .banner-with-video .podcast-detail-wrap .social-media-sharing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      margin-top: 5px; }
      body .banner-with-video .podcast-detail-wrap .social-media-sharing li {
        font-size: 0;
        padding: 0;
        margin: 0 8px; }
        body .banner-with-video .podcast-detail-wrap .social-media-sharing li .share {
          position: relative; }
          body .banner-with-video .podcast-detail-wrap .social-media-sharing li .share:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            opacity: 0;
            -webkit-transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
            transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
            -o-transition: 0.3s opacity ease-in-out, 0.3s -o-transform ease-in-out;
            transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out;
            transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
          body .banner-with-video .podcast-detail-wrap .social-media-sharing li .share:hover:after {
            opacity: 1;
            -webkit-transform: translateY(-8px);
                 -o-transform: translateY(-8px);
                    transform: translateY(-8px); }
            @media (max-width: 1024px) {
              body .banner-with-video .podcast-detail-wrap .social-media-sharing li .share:hover:after {
                opacity: 0;
                -webkit-transform: translateY(0);
                     -o-transform: translateY(0);
                        transform: translateY(0); } }
          body .banner-with-video .podcast-detail-wrap .social-media-sharing li .share.linkedin:after {
            background-image: url("/themes/authentic8/templates/dist/images/icons/linkedin-logo-green.svg"); }
          body .banner-with-video .podcast-detail-wrap .social-media-sharing li .share.twitter:after {
            background-image: url("/themes/authentic8/templates/dist/images/icons/twitter-icon-green.svg"); }
          body .banner-with-video .podcast-detail-wrap .social-media-sharing li .share.email:after {
            background-image: url("/themes/authentic8/templates/dist/images/icons/e-mail-w-icon.svg"); }
          body .banner-with-video .podcast-detail-wrap .social-media-sharing li .share.facebook-share:after {
            background-image: url("/themes/authentic8/templates/dist/images/icons/facebook-green.svg"); }
        body .banner-with-video .podcast-detail-wrap .social-media-sharing li a {
          width: 18px;
          height: 18px; }
          body .banner-with-video .podcast-detail-wrap .social-media-sharing li a img {
            -o-object-fit: contain;
               object-fit: contain;
            -webkit-transition: 0.3s -webkit-transform ease-in-out;
            transition: 0.3s -webkit-transform ease-in-out;
            -o-transition: 0.3s -o-transform ease-in-out;
            transition: 0.3s transform ease-in-out;
            transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
          body .banner-with-video .podcast-detail-wrap .social-media-sharing li a:hover img {
            -webkit-transform: translateY(-8px);
                 -o-transform: translateY(-8px);
                    transform: translateY(-8px); }
            @media (max-width: 1024px) {
              body .banner-with-video .podcast-detail-wrap .social-media-sharing li a:hover img {
                -webkit-transform: translateY(0);
                     -o-transform: translateY(0);
                        transform: translateY(0); } }
  body .banner-with-video.dark-angled-bg {
    background: -webkit-linear-gradient(335deg, #070813 66%, #151930 0%);
    background: -o-linear-gradient(335deg, #070813 66%, #151930 0%);
    background: linear-gradient(115deg, #070813 66%, #151930 0%); }
  body .banner-with-video + .tabs-with-content {
    margin-top: -70px; }
    @media (max-width: 991px) {
      body .banner-with-video + .tabs-with-content {
        margin-top: -55px; } }

body .banner-with-two-col {
  min-height: 495px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .banner-with-two-col {
      min-height: 460px; } }
  body .banner-with-two-col .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    body .banner-with-two-col .bg-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: bottom;
         object-position: bottom; }
  body .banner-with-two-col .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .banner-with-two-col .col-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  body .banner-with-two-col .content-wrap {
    color: #ffffff;
    -ms-flex-preferred-size: calc(60% - 30px);
        flex-basis: calc(60% - 30px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (max-width: 767px) {
      body .banner-with-two-col .content-wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    body .banner-with-two-col .content-wrap h1 {
      color: #ffffff;
      max-width: 600px; }
    body .banner-with-two-col .content-wrap p {
      color: #ffffff;
      font-size: 22px;
      line-height: 1.45;
      max-width: 740px;
      margin-top: 9px; }
      @media (max-width: 991px) {
        body .banner-with-two-col .content-wrap p {
          font-size: 18px; } }
  body .banner-with-two-col .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 410px;
    max-height: 273px;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 767px) {
      body .banner-with-two-col .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-height: 200px;
        max-width: 300px;
        margin-top: 25px; } }
    body .banner-with-two-col .img-wrap img {
      border-radius: 5px;
      -o-object-fit: cover;
         object-fit: cover; }

body .sticky-nav {
  position: relative;
  z-index: 10;
  height: 75px;
  opacity: 0; }
  @media (max-width: 991px) {
    body .sticky-nav {
      display: none; } }
  body .sticky-nav .sticky-menu {
    background-color: #151831;
    width: 100%;
    max-width: 1920px;
    padding: 4px 0;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out; }
    body .sticky-nav .sticky-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
      body .sticky-nav .sticky-menu ul li {
        text-align: left;
        padding: 5px 0;
        max-width: 320px; }
        body .sticky-nav .sticky-menu ul li:not(:last-child) {
          margin: 0 62px 0 0; }
        @media (max-width: 1400px) {
          body .sticky-nav .sticky-menu ul li {
            text-align: center; }
            body .sticky-nav .sticky-menu ul li:not(:last-child) {
              margin: 0 25px 0 0; } }
        body .sticky-nav .sticky-menu ul li a {
          color: #ffffff;
          font-size: 16px;
          font-weight: 600;
          line-height: 1.25;
          letter-spacing: 0.96px;
          text-transform: uppercase; }
        body .sticky-nav .sticky-menu ul li:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0%;
          height: 3px;
          border-radius: 5px;
          background-color: #68be62;
          -webkit-transition: width 0.2s ease-in-out;
          -o-transition: width 0.2s ease-in-out;
          transition: width 0.2s ease-in-out; }
        body .sticky-nav .sticky-menu ul li.active:after {
          width: 100%; }
        body .sticky-nav .sticky-menu ul li:hover:after {
          width: 100%; }

body .callout .column-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body .callout .column-wrapper .big-img {
    max-width: 350px; }
  body .callout .column-wrapper .text-wrap {
    width: calc(100% - 350px); }
  body .callout .column-wrapper h4 {
    margin-bottom: 15px; }
  body .callout .column-wrapper h3 {
    margin-top: 35px; }

body .image-with-text h1,
body .image-with-text h2,
body .image-with-text h3,
body .image-with-text h4,
body .image-with-text h5,
body .image-with-text h6 {
  margin-top: 10px;
  margin-bottom: 30px; }

body .image-with-text .title {
  margin-top: 0;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    body .image-with-text .title {
      max-width: 779px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .image-with-text .title {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    body .image-with-text .title {
      margin-bottom: 15px; } }

body .image-with-text .container > p {
  margin-bottom: 65px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .image-with-text .container > p {
      margin-bottom: 53px; } }
  @media (max-width: 767px) {
    body .image-with-text .container > p {
      margin-bottom: 48px; } }

body .image-with-text .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start; }
  body .image-with-text .column-wrapper:not(:last-child) {
    padding-bottom: 72px; }
    @media (max-width: 991px) {
      body .image-with-text .column-wrapper:not(:last-child) {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      body .image-with-text .column-wrapper:not(:last-child) {
        padding-bottom: 20px; } }
  @media (max-width: 991px) {
    body .image-with-text .column-wrapper {
      display: block; } }
  body .image-with-text .column-wrapper h3 {
    font-weight: bold;
    line-height: 1.53; }
  body .image-with-text .column-wrapper .sub-title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
  body .image-with-text .column-wrapper p {
    margin-top: 13px; }
  body .image-with-text .column-wrapper .text-wrap {
    padding-right: 25px; }
    @media (max-width: 991px) {
      body .image-with-text .column-wrapper .text-wrap {
        padding-right: 0;
        width: 100%;
        float: none; } }
    body .image-with-text .column-wrapper .text-wrap p {
      line-height: 1.75; }
    body .image-with-text .column-wrapper .text-wrap ul {
      margin-left: 20px; }
      body .image-with-text .column-wrapper .text-wrap ul li {
        color: #424b68;
        font-size: 18px;
        margin: 11px 0 0; }
        body .image-with-text .column-wrapper .text-wrap ul li::before {
          background-color: #424b68;
          left: 0;
          top: 16px;
          width: 5px;
          height: 5px;
          background-color: #151831; }
        @media (min-width: 768px) {
          body .image-with-text .column-wrapper .text-wrap ul li {
            font-size: 18px; } }
    body .image-with-text .column-wrapper .text-wrap ol li {
      color: #424b68;
      margin: 11px 0 0; }
    body .image-with-text .column-wrapper .text-wrap .btn-wrap {
      margin-top: 25px; }
      @media (max-width: 767px) {
        body .image-with-text .column-wrapper .text-wrap .btn-wrap {
          margin-top: 15px; } }
      body .image-with-text .column-wrapper .text-wrap .btn-wrap .read-more {
        padding-right: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        body .image-with-text .column-wrapper .text-wrap .btn-wrap .read-more::after {
          width: 18px;
          right: -18px;
          top: 50%;
          -webkit-transform: rotate(0deg) translateY(-50%);
               -o-transform: rotate(0deg) translateY(-50%);
                  transform: rotate(0deg) translateY(-50%);
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        body .image-with-text .column-wrapper .text-wrap .btn-wrap .read-more:hover::after {
          -webkit-transform: rotate(90deg) translate(-50%, 0);
               -o-transform: rotate(90deg) translate(-50%, 0);
                  transform: rotate(90deg) translate(-50%, 0); }
        body .image-with-text .column-wrapper .text-wrap .btn-wrap .read-more.increase::after {
          top: 0;
          -webkit-transform: rotate(270deg) translate(0, 0);
               -o-transform: rotate(270deg) translate(0, 0);
                  transform: rotate(270deg) translate(0, 0);
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
  body .image-with-text .column-wrapper.active-item .image-wrap .active-image {
    opacity: 1;
    z-index: 1;
    visibility: visible; }
  body .image-with-text .column-wrapper.active-item .image-wrap .hide-image {
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  body .image-with-text .column-wrapper .image-wrap {
    position: relative;
    height: 395px; }
    @media (max-width: 767px) {
      body .image-with-text .column-wrapper .image-wrap {
        height: 350px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .image-with-text .column-wrapper .image-wrap {
        height: 250px; } }
    @media (max-width: 480px) {
      body .image-with-text .column-wrapper .image-wrap {
        height: 200px; } }
    @media (max-width: 991px) {
      body .image-with-text .column-wrapper .image-wrap {
        width: 100%;
        float: none;
        margin-top: 40px; } }
    @media (max-width: 595px) {
      body .image-with-text .column-wrapper .image-wrap {
        margin-top: 30px; } }
    body .image-with-text .column-wrapper .image-wrap.icon-show span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-image: url("/themes/authentic8/templates/dist/images/icons/zoom_icon-new.svg");
      width: 40px;
      height: 45px;
      background-size: 100%;
      background-repeat: no-repeat;
      z-index: 6;
      cursor: pointer; }
      @media (max-width: 767px) {
        body .image-with-text .column-wrapper .image-wrap.icon-show span {
          width: 30px;
          height: 35px; } }
    body .image-with-text .column-wrapper .image-wrap span {
      display: none; }
    body .image-with-text .column-wrapper .image-wrap img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: -19px;
      border-radius: 5px;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      @media (max-width: 991px) {
        body .image-with-text .column-wrapper .image-wrap img {
          top: 0;
          -webkit-transform: none;
          -o-transform: none;
             transform: none; } }
      @media (max-width: 767px) {
        body .image-with-text .column-wrapper .image-wrap img {
          -webkit-transform-origin: unset;
               -o-transform-origin: unset;
                  transform-origin: unset; } }
      body .image-with-text .column-wrapper .image-wrap img.active-image {
        opacity: 0;
        z-index: -1;
        visibility: hidden; }
      body .image-with-text .column-wrapper .image-wrap img.hide-image {
        opacity: 1;
        z-index: 1;
        visibility: visible; }
    body .image-with-text .column-wrapper .image-wrap.left-skew img {
      transform: perspective(314px) rotateY(4deg);
      -webkit-transform: perspective(314px) rotateY(4deg);
      -webkit-transform-origin: 21% 41%;
           -o-transform-origin: 21% 41%;
              transform-origin: 21% 41%;
      -webkit-box-shadow: -8px 8px 30px 0px rgba(0, 0, 0, 0.44);
              box-shadow: -8px 8px 30px 0px rgba(0, 0, 0, 0.44); }
      @media (max-width: 767px) {
        body .image-with-text .column-wrapper .image-wrap.left-skew img {
          -webkit-box-shadow: -2px 8px 30px 0px rgba(0, 0, 0, 0.44);
                  box-shadow: -2px 8px 30px 0px rgba(0, 0, 0, 0.44); } }
    body .image-with-text .column-wrapper .image-wrap.right-skew img {
      transform: perspective(380px) rotateY(357deg);
      -webkit-transform: perspective(380px) rotateY(357deg);
      -webkit-transform-origin: 91% 25%;
           -o-transform-origin: 91% 25%;
              transform-origin: 91% 25%;
      -webkit-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.44);
              box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.44); }
      @media (max-width: 767px) {
        body .image-with-text .column-wrapper .image-wrap.right-skew img {
          -webkit-box-shadow: 2px 8px 30px 0px rgba(0, 0, 0, 0.44);
                  box-shadow: 2px 8px 30px 0px rgba(0, 0, 0, 0.44); } }
  body .image-with-text .column-wrapper.reverse-img .text-wrap {
    padding-right: 0;
    padding-left: 40px; }
    @media (max-width: 991px) {
      body .image-with-text .column-wrapper.reverse-img .text-wrap {
        padding-left: 0; } }
  body .image-with-text .column-wrapper.reverse-img .image-wrap.icon-show:after {
    left: -28px;
    width: 100%; }
  body .image-with-text .column-wrapper.reverse-img .text-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  body .image-with-text .column-wrapper.reverse-img .image-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  body .image-with-text .column-wrapper.active-item .image-wrap.icon-show-hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url("/themes/authentic8/templates/dist/images/icons/zoom_icon-new.svg");
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 6;
    cursor: pointer; }
    @media (max-width: 767px) {
      body .image-with-text .column-wrapper.active-item .image-wrap.icon-show-hover span {
        width: 30px;
        height: 35px; } }
  body .image-with-text .column-wrapper.no-box-shadow .left-skew img {
    -webkit-box-shadow: none;
            box-shadow: none; }
  body .image-with-text .column-wrapper.no-box-shadow .right-skew img {
    -webkit-box-shadow: none;
            box-shadow: none; }

body .image-with-text .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  body .image-with-text .bg-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body .image-with-text.bg-medium .bg-img {
  left: 0;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto; }

body .blog-detail .column-wrapper {
  padding: 5px 0 35px;
  position: relative;
  width: calc(100% + 51px);
  margin-left: -30px;
  font-size: 0; }
  @media screen and (min-width: 1336px) and (max-width: 1450px) {
    body .blog-detail .column-wrapper {
      width: calc(100%);
      margin-left: 0; } }
  @media (max-width: 1336px) {
    body .blog-detail .column-wrapper {
      width: calc(100%);
      margin-left: 0;
      padding: 5px 0 32px; } }
  body .blog-detail .column-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #797a89;
    opacity: 0.7; }
  body .blog-detail .column-wrapper .slick-list {
    padding-left: 10px !important; }
    @media screen and (min-width: 1336px) and (max-width: 1450px) {
      body .blog-detail .column-wrapper .slick-list {
        padding-left: 0 !important; } }
    @media (max-width: 1336px) {
      body .blog-detail .column-wrapper .slick-list {
        padding-left: 0 !important; } }
  body .blog-detail .column-wrapper .item {
    outline: 0; }
    @media screen and (min-width: 1336px) and (max-width: 1450px) {
      body .blog-detail .column-wrapper .item {
        padding: 10px; } }
    @media (max-width: 1336px) {
      body .blog-detail .column-wrapper .item {
        padding: 10px; } }
  body .blog-detail .column-wrapper .card {
    width: calc(100%);
    display: inline-block;
    padding: 15px;
    position: relative;
    vertical-align: top;
    height: 486px;
    max-width: 440px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    margin: 17px 0; }
    @media screen and (min-width: 1336px) and (max-width: 1450px) {
      body .blog-detail .column-wrapper .card {
        padding: 0; } }
    @media (max-width: 1336px) {
      body .blog-detail .column-wrapper .card {
        height: 450px;
        padding: 0; } }
    @media (max-width: 991px) {
      body .blog-detail .column-wrapper .card {
        height: 400px;
        margin: 12px 0; } }
    @media (max-width: 595px) {
      body .blog-detail .column-wrapper .card {
        height: 350px;
        max-width: 100%; } }
    body .blog-detail .column-wrapper .card.bg-sky-blue .img-box {
      background-color: #5ac8fa;
      position: relative; }
      body .blog-detail .column-wrapper .card.bg-sky-blue .img-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url("/themes/authentic8/templates/dist/images/placeholder/cover-part.svg"); }
    body .blog-detail .column-wrapper .card.bg-green .img-box {
      background-color: #68be62;
      position: relative; }
      body .blog-detail .column-wrapper .card.bg-green .img-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url("/themes/authentic8/templates/dist/images/placeholder/cover-part-two.png"); }
    body .blog-detail .column-wrapper .card.small-img .img-box, body .blog-detail .column-wrapper .card.no-image-wrapper .img-box {
      text-align: center;
      position: relative;
      background-color: #5ac8fa; }
      body .blog-detail .column-wrapper .card.small-img .img-box:before, body .blog-detail .column-wrapper .card.no-image-wrapper .img-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url("/themes/authentic8/templates/dist/images/placeholder/cover-part.svg"); }
      body .blog-detail .column-wrapper .card.small-img .img-box img, body .blog-detail .column-wrapper .card.no-image-wrapper .img-box img {
        width: 100%;
        height: 100%;
        max-width: 64px;
        margin: 0 auto;
        -o-object-fit: contain;
           object-fit: contain; }
    body .blog-detail .column-wrapper .card .img-box {
      height: 200px;
      overflow: hidden;
      border-radius: 5px; }
      @media (max-width: 1336px) {
        body .blog-detail .column-wrapper .card .img-box {
          height: 175px; } }
      @media (max-width: 991px) {
        body .blog-detail .column-wrapper .card .img-box {
          height: 155px; } }
      @media (max-width: 595px) {
        body .blog-detail .column-wrapper .card .img-box {
          height: 135px; } }
      body .blog-detail .column-wrapper .card .img-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .blog-detail .column-wrapper .card .card-body {
      position: absolute;
      height: 271px;
      width: 100%;
      bottom: 0;
      left: 0;
      overflow: hidden;
      padding: 26px 15px 25px 17px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1336px) {
        body .blog-detail .column-wrapper .card .card-body {
          height: 275px; } }
      @media (max-width: 991px) {
        body .blog-detail .column-wrapper .card .card-body {
          height: 246px; } }
      @media (max-width: 595px) {
        body .blog-detail .column-wrapper .card .card-body {
          height: 215px; } }
      body .blog-detail .column-wrapper .card .card-body .detail-info span {
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.27;
        letter-spacing: normal;
        color: #797a89;
        font-family: "proxima-nova";
        text-transform: uppercase; }
      body .blog-detail .column-wrapper .card .card-body .detail-info h4 {
        color: #151930;
        font-weight: 300;
        line-height: 1.33;
        letter-spacing: normal;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 137px;
        padding-top: 20px; }
        @media (max-width: 595px) {
          body .blog-detail .column-wrapper .card .card-body .detail-info h4 {
            padding-top: 10px; } }
      body .blog-detail .column-wrapper .card .card-body .detail-info p {
        display: none;
        text-align: left;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        visibility: hidden;
        -webkit-line-clamp: 7;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        opacity: 0;
        z-index: -1;
        display: none; }
        @media (max-width: 595px) {
          body .blog-detail .column-wrapper .card .card-body .detail-info p {
            -webkit-line-clamp: 5; } }
      body .blog-detail .column-wrapper .card .card-body .detail-info h6 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.39;
        letter-spacing: normal;
        color: #8690a3;
        margin-top: 10px;
        font-family: "proxima-nova"; }
        @media (max-width: 991px) {
          body .blog-detail .column-wrapper .card .card-body .detail-info h6 {
            font-size: 16px; } }
        body .blog-detail .column-wrapper .card .card-body .detail-info h6 span {
          display: inline;
          text-transform: none; }
        body .blog-detail .column-wrapper .card .card-body .detail-info h6 a {
          color: #68be62; }
      body .blog-detail .column-wrapper .card .card-body .cta {
        margin-top: 30px; }
        body .blog-detail .column-wrapper .card .card-body .cta .learn-more {
          font-size: 16px; }
          @media (min-width: 1336px) {
            body .blog-detail .column-wrapper .card .card-body .cta .learn-more:after {
              background-size: 19px; } }
    body .blog-detail .column-wrapper .card:hover .card-body {
      height: 100%;
      border-radius: 5px;
      -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff; }
      body .blog-detail .column-wrapper .card:hover .card-body .detail-info p {
        opacity: 1;
        visibility: visible;
        display: -webkit-box;
        z-index: 0;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }

body .filter {
  position: relative;
  padding: 12px 0 13px 11px;
  border-top: 0.5px solid #8690a4;
  border-bottom: 0.5px solid #8690a4;
  overflow: visible; }
  @media (max-width: 991px) {
    body .filter {
      padding: 12px 0; } }
  body .filter .content-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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      body .filter .content-wrap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    body .filter .content-wrap > span {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(10% - 20px);
              flex: 0 0 calc(10% - 20px);
      max-width: 100px;
      margin-right: 20px;
      color: #43b1e3;
      font-size: 14px;
      letter-spacing: 0.84px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .filter .content-wrap > span {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(10% - 10px);
                  flex: 0 0 calc(10% - 10px);
          margin-right: 10px; } }
      @media (max-width: 991px) {
        body .filter .content-wrap > span {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 10px);
                  flex: 0 0 calc(50% - 10px);
          margin-right: 10px; } }
      @media (max-width: 595px) {
        body .filter .content-wrap > span {
          margin-top: 20px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    body .filter .content-wrap .items-wrap {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(57.7% - 60px);
          flex-basis: calc(57.7% - 60px);
      max-width: calc(57.7% - 60px);
      margin-right: 60px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 1025px) and (max-width: 1092px) {
        body .filter .content-wrap .items-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(57.7% - 20px);
                  flex: 0 0 calc(57.7% - 20px);
          max-width: calc(57.7% - 20px);
          margin-right: 20px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .filter .content-wrap .items-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(57.7% - 30px);
                  flex: 0 0 calc(57.7% - 30px);
          max-width: calc(57.7% - 30px);
          margin-right: 30px; } }
      @media (max-width: 991px) {
        body .filter .content-wrap .items-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0;
          margin-top: 15px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (max-width: 595px) {
        body .filter .content-wrap .items-wrap {
          margin-top: 0; } }
    body .filter .content-wrap .more-topic {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
      position: relative; }
      body .filter .content-wrap .more-topic#use-cases ul {
        width: 450px; }
        @media (max-width: 480px) {
          body .filter .content-wrap .more-topic#use-cases ul {
            width: 280px; } }
      body .filter .content-wrap .more-topic#topics ul, body .filter .content-wrap .more-topic#industries ul, body .filter .content-wrap .more-topic#resource ul, body .filter .content-wrap .more-topic#format ul {
        width: 235px; }
      body .filter .content-wrap .more-topic#products ul {
        width: 270px; }
      body .filter .content-wrap .more-topic#sort-by ul, body .filter .content-wrap .more-topic#order ul {
        width: 170px; }
      @media (min-width: 481px) and (max-width: 595px) {
        body .filter .content-wrap .more-topic {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 10px);
                  flex: 0 0 calc(50% - 10px);
          max-width: calc(50% - 10px);
          margin-right: 10px;
          margin-top: 20px; } }
      @media (max-width: 480px) {
        body .filter .content-wrap .more-topic {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0;
          margin-top: 10px; } }
      body .filter .content-wrap .more-topic a {
        color: #151831;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: normal;
        padding-right: 30px;
        display: inline-block;
        position: relative;
        cursor: pointer; }
        body .filter .content-wrap .more-topic a.active::after {
          -webkit-transform: rotate(90deg) translateX(-50%);
               -o-transform: rotate(90deg) translateX(-50%);
                  transform: rotate(90deg) translateX(-50%); }
        body .filter .content-wrap .more-topic a:after {
          content: '';
          position: absolute;
          background-image: url("/themes/authentic8/templates/dist/images/icons/filter-arrow.svg");
          background-repeat: no-repeat;
          background-size: contain;
          border-radius: 50%;
          width: 18px;
          height: 18px;
          top: 50%;
          right: 0;
          -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; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .filter .content-wrap .more-topic a {
            padding-right: 25px; } }
      body .filter .content-wrap .more-topic .option-wrap {
        max-width: 400px;
        background-color: #ffffff;
        border-radius: 5px;
        -webkit-box-shadow: 5px 5px 10px 0 rgba(66, 75, 104, 0.2);
                box-shadow: 5px 5px 10px 0 rgba(66, 75, 104, 0.2);
        position: absolute;
        top: 37px;
        z-index: 3;
        display: none;
        max-height: 285px;
        width: 100%;
        overflow: auto;
        overflow-x: hidden;
        -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: 767px) {
          body .filter .content-wrap .more-topic .option-wrap {
            -webkit-box-shadow: 5px 5px 10px 5px rgba(66, 75, 104, 0.2);
                    box-shadow: 5px 5px 10px 5px rgba(66, 75, 104, 0.2); } }
        @media (max-width: 480px) {
          body .filter .content-wrap .more-topic .option-wrap {
            top: 32px; } }
        body .filter .content-wrap .more-topic .option-wrap.active {
          opacity: 1;
          z-index: 2; }
        body .filter .content-wrap .more-topic .option-wrap li {
          padding: 10px 10px 10px 12px;
          margin: 1px 0;
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          cursor: pointer; }
          body .filter .content-wrap .more-topic .option-wrap li > div {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            body .filter .content-wrap .more-topic .option-wrap li > div > * {
              display: inline-block; }
          body .filter .content-wrap .more-topic .option-wrap li .check-box {
            margin-right: 9px;
            width: 16px;
            height: 16px;
            border: 1px solid #424b68;
            position: relative;
            vertical-align: top;
            top: 5px; }
            body .filter .content-wrap .more-topic .option-wrap li .check-box:after {
              content: '';
              position: absolute;
              width: 9px;
              height: 9px;
              top: 2px;
              right: 2px;
              background: url("/themes/authentic8/templates/dist/images/icons/tick.svg") no-repeat center;
              background-size: contain;
              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; }
          body .filter .content-wrap .more-topic .option-wrap li h6 {
            color: #424b68;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.67;
            max-width: 330px; }
            @media (max-width: 595px) {
              body .filter .content-wrap .more-topic .option-wrap li h6 {
                max-width: 220px; } }
          body .filter .content-wrap .more-topic .option-wrap li.active .check-box:after {
            opacity: 1; }
      @media (min-width: 768px) and (max-width: 820px) {
        body .filter .content-wrap .more-topic#resource .option-wrap {
          left: -50px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .filter .content-wrap .more-topic#resource .option-wrap {
          right: 0; } }
    body .filter .content-wrap .search-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32.3%;
              flex: 0 0 32.3%;
      max-width: 32.3%;
      position: relative;
      text-align: right; }
      @media (max-width: 991px) {
        body .filter .content-wrap .search-box {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 50%;
          margin-left: auto;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      @media (max-width: 595px) {
        body .filter .content-wrap .search-box {
          max-width: 100%; } }
      body .filter .content-wrap .search-box .error-msg {
        top: -160%; }
      body .filter .content-wrap .search-box input {
        font-family: "proxima-nova", sans-serif;
        background-color: #ffffff;
        font-size: 14px;
        padding-bottom: 5px;
        line-height: normal;
        letter-spacing: normal;
        color: #151831;
        outline: none;
        padding-top: 2px;
        padding-right: 30px;
        margin: 0;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 0;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: solid 0.5px #8690a4;
        width: 100%;
        -webkit-appearance: none  !important;
        -moz-appearance: none  !important;
        appearance: none  !important; }
      body .filter .content-wrap .search-box input::-webkit-input-placeholder {
        font-family: "proxima-nova", sans-serif;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
        color: #bdc4cc; }
      body .filter .content-wrap .search-box input::-moz-placeholder {
        font-family: "proxima-nova", sans-serif;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
        color: #bdc4cc; }
      body .filter .content-wrap .search-box input::-ms-input-placeholder {
        font-family: "proxima-nova", sans-serif;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
        color: #bdc4cc; }
      body .filter .content-wrap .search-box input::placeholder {
        font-family: "proxima-nova", sans-serif;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: normal;
        color: #bdc4cc; }
      body .filter .content-wrap .search-box :-ms-input-placeholder {
        color: #bdc4cc !important;
        font-size: 14px; }
      body .filter .content-wrap .search-box button {
        cursor: pointer;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 4px;
        top: 50%;
        margin: auto;
        outline: none;
        background-color: transparent;
        border: 0;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }

body .filtered-items {
  font-size: 0;
  padding-left: 11px; }
  @media (max-width: 991px) {
    body .filtered-items {
      padding-left: 0; } }
  body .filtered-items .tags {
    display: inline-block; }
  body .filtered-items span {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #8690a4;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    padding-right: 20px;
    margin: 7px 20px 0 0; }
    body .filtered-items span:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 16.7px;
      height: 16.7px;
      background: url("/themes/authentic8/templates/dist/images/icons/cross.svg") no-repeat;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  body .filtered-items button {
    background: transparent;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: 7px;
    cursor: pointer; }

body .two-column-box span {
  font-size: 16px;
  font-weight: 600;
  font-family: "proxima-nova";
  line-height: 1.37;
  letter-spacing: normal;
  display: block;
  color: #797a89; }

body .two-column-box h2 {
  color: #151930;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; }

body .two-column-box .col-wrap {
  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; }
  body .two-column-box .col-wrap .col-two {
    max-width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .two-column-box .col-wrap .col-two {
        padding: 30px 40px; } }
    @media (max-width: 767px) {
      body .two-column-box .col-wrap .col-two {
        padding: 20px; } }
    @media (max-width: 595px) {
      body .two-column-box .col-wrap .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0; } }
    body .two-column-box .col-wrap .col-two.bg-sky-blue2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("/themes/authentic8/templates/assets/images/placeholder/left-pattern.png") no-repeat;
      background-size: cover; }
    body .two-column-box .col-wrap .col-two.bg-purple:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url("/themes/authentic8/templates/assets/images/placeholder/mac-purple-pattern.png") no-repeat;
      background-size: cover; }
    body .two-column-box .col-wrap .col-two .img-wrap {
      width: 100%;
      height: 100%;
      border-radius: 5px;
      position: relative; }
      @media (max-width: 991px) {
        body .two-column-box .col-wrap .col-two .img-wrap {
          max-height: 270px; } }
      @media (max-width: 595px) {
        body .two-column-box .col-wrap .col-two .img-wrap {
          max-height: 100%; } }
      body .two-column-box .col-wrap .col-two .img-wrap img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 5px; }
    body .two-column-box .col-wrap .col-two .content-wrap {
      position: relative;
      max-width: 430px;
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        body .two-column-box .col-wrap .col-two .content-wrap {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        body .two-column-box .col-wrap .col-two .content-wrap {
          margin-bottom: 20px; } }
      body .two-column-box .col-wrap .col-two .content-wrap h4 {
        margin: 0 0 10px 0; }
      body .two-column-box .col-wrap .col-two .content-wrap p {
        margin-top: 12px; }
      body .two-column-box .col-wrap .col-two .content-wrap a {
        margin-top: 20px; }
        @media (max-width: 767px) {
          body .two-column-box .col-wrap .col-two .content-wrap a {
            margin-top: 10px; } }

body .two-column-content__head {
  margin-bottom: 30px; }

body .two-column-content__heading {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    body .two-column-content__heading {
      margin-bottom: 30px; } }
  body .two-column-content__heading h5 {
    color: #424b68; }

body .two-column-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

body .two-column-content .col-two {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  float: unset; }
  @media (max-width: 991px) {
    body .two-column-content .col-two {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  body .two-column-content .col-two:first-child {
    padding-right: 30px; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .two-column-content .col-two:first-child {
        padding-right: 40px; } }
    @media (max-width: 991px) {
      body .two-column-content .col-two:first-child {
        margin-top: 50px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 767px) {
      body .two-column-content .col-two:first-child {
        padding-right: 0; } }
  body .two-column-content .col-two:last-child {
    max-width: 520px; }
    @media (max-width: 991px) {
      body .two-column-content .col-two:last-child {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

body .two-column-content .form-wrap {
  padding: 35px 38px 27px 31px;
  overflow: hidden;
  border-radius: 5px; }
  @media (max-width: 767px) {
    body .two-column-content .form-wrap {
      padding: 28px; } }
  body .two-column-content .form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("/themes/authentic8/templates/dist/images/plain-form-image-new.svg") no-repeat;
    background-size: cover;
    border-radius: 5px;
    z-index: -1; }
  body .two-column-content .form-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #68be62;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  body .two-column-content .form-wrap h5 {
    color: #151831;
    margin-bottom: 35px;
    max-width: 400px;
    margin-left: 4px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: normal; }
    @media (max-width: 767px) {
      body .two-column-content .form-wrap h5 {
        margin-bottom: 20px; } }
  body .two-column-content .form-wrap form {
    border-radius: 5px; }
    body .two-column-content .form-wrap form .mktoFormRow {
      width: 100%; }
      body .two-column-content .form-wrap form .mktoFormRow .mktoFieldDescriptor {
        margin-bottom: 0 !important; }
        body .two-column-content .form-wrap form .mktoFormRow .mktoFieldDescriptor .mktoLabel {
          width: 100% !important; }
    body .two-column-content .form-wrap form .form-group {
      position: relative;
      margin-top: 20px; }
    body .two-column-content .form-wrap form .form-radio-field {
      margin-top: 20px; }
      body .two-column-content .form-wrap form .form-radio-field h4 {
        margin-bottom: 25px; }
    body .two-column-content .form-wrap form .form-check {
      position: relative; }
    body .two-column-content .form-wrap form label {
      color: #151831;
      font-family: "proxima-nova";
      font-size: 16px;
      position: relative;
      font-weight: normal;
      line-height: normal;
      letter-spacing: normal;
      margin-bottom: 7px;
      display: block; }
    body .two-column-content .form-wrap form input {
      font-size: 12px;
      font-weight: normal;
      line-height: 2.5;
      letter-spacing: normal;
      color: #151831;
      outline: none;
      background-color: transparent;
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: solid 1px #424b68;
      width: 100%; }
      body .two-column-content .form-wrap form input::-webkit-input-placeholder {
        color: #8690a4; }
      body .two-column-content .form-wrap form input::-moz-placeholder {
        color: #8690a4; }
      body .two-column-content .form-wrap form input::-ms-input-placeholder {
        color: #8690a4; }
      body .two-column-content .form-wrap form input::placeholder {
        color: #8690a4; }
    body .two-column-content .form-wrap form input[type='checkbox'] {
      color: #424b68;
      cursor: pointer;
      height: 17px;
      width: 17px;
      border-radius: 50%;
      position: absolute;
      opacity: 0;
      z-index: 1; }
      @media (max-width: 1270px) {
        body .two-column-content .form-wrap form input[type='checkbox'] {
          height: 13px;
          width: 13px;
          top: 4px; } }
      body .two-column-content .form-wrap form input[type='checkbox'] + div,
      body .two-column-content .form-wrap form input[type='checkbox'] + label,
      body .two-column-content .form-wrap form input[type='checkbox'] + p {
        position: relative;
        padding-left: 32px; }
        @media (max-width: 1270px) {
          body .two-column-content .form-wrap form input[type='checkbox'] + div,
          body .two-column-content .form-wrap form input[type='checkbox'] + label,
          body .two-column-content .form-wrap form input[type='checkbox'] + p {
            padding-left: 24px; } }
        body .two-column-content .form-wrap form input[type='checkbox'] + div::before,
        body .two-column-content .form-wrap form input[type='checkbox'] + label::before,
        body .two-column-content .form-wrap form input[type='checkbox'] + p::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 16px;
          height: 16px;
          border: 1px solid #424b68;
          border-radius: 100%;
          background: #ffffff; }
          @media (max-width: 1270px) {
            body .two-column-content .form-wrap form input[type='checkbox'] + div::before,
            body .two-column-content .form-wrap form input[type='checkbox'] + label::before,
            body .two-column-content .form-wrap form input[type='checkbox'] + p::before {
              width: 12px;
              height: 12px;
              top: 2px; } }
        body .two-column-content .form-wrap form input[type='checkbox'] + div::after,
        body .two-column-content .form-wrap form input[type='checkbox'] + label::after,
        body .two-column-content .form-wrap form input[type='checkbox'] + p::after {
          content: '';
          position: absolute;
          top: 5px;
          left: 5px;
          width: 8px;
          height: 8px;
          background: #424b68;
          border-radius: 50%;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          -webkit-transform: scale(0);
               -o-transform: scale(0);
                  transform: scale(0);
          opacity: 0; }
          @media (max-width: 1270px) {
            body .two-column-content .form-wrap form input[type='checkbox'] + div::after,
            body .two-column-content .form-wrap form input[type='checkbox'] + label::after,
            body .two-column-content .form-wrap form input[type='checkbox'] + p::after {
              width: 6px;
              height: 6px;
              top: 6px;
              left: 4px; } }
      body .two-column-content .form-wrap form input[type='checkbox']:checked + div::after,
      body .two-column-content .form-wrap form input[type='checkbox']:checked + label::after,
      body .two-column-content .form-wrap form input[type='checkbox']:checked + p::after {
        opacity: 1;
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1); }
    body .two-column-content .form-wrap form input[type='radio'] {
      color: #424b68;
      cursor: pointer;
      height: 17px;
      width: 17px;
      border-radius: 50%;
      position: absolute;
      opacity: 0;
      z-index: 1; }
      @media (max-width: 1270px) {
        body .two-column-content .form-wrap form input[type='radio'] {
          height: 13px;
          width: 13px;
          top: 4px; } }
      body .two-column-content .form-wrap form input[type='radio'] + div,
      body .two-column-content .form-wrap form input[type='radio'] + label,
      body .two-column-content .form-wrap form input[type='radio'] + p {
        position: relative;
        padding-left: 32px; }
        @media (max-width: 1270px) {
          body .two-column-content .form-wrap form input[type='radio'] + div,
          body .two-column-content .form-wrap form input[type='radio'] + label,
          body .two-column-content .form-wrap form input[type='radio'] + p {
            padding-left: 24px; } }
        body .two-column-content .form-wrap form input[type='radio'] + div::before,
        body .two-column-content .form-wrap form input[type='radio'] + label::before,
        body .two-column-content .form-wrap form input[type='radio'] + p::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 16px;
          height: 16px;
          border: 1px solid #424b68;
          border-radius: 100%;
          background: #ffffff; }
          @media (max-width: 1270px) {
            body .two-column-content .form-wrap form input[type='radio'] + div::before,
            body .two-column-content .form-wrap form input[type='radio'] + label::before,
            body .two-column-content .form-wrap form input[type='radio'] + p::before {
              width: 12px;
              height: 12px;
              top: 2px; } }
        body .two-column-content .form-wrap form input[type='radio'] + div::after,
        body .two-column-content .form-wrap form input[type='radio'] + label::after,
        body .two-column-content .form-wrap form input[type='radio'] + p::after {
          content: '';
          position: absolute;
          top: 5px;
          left: 5px;
          width: 8px;
          height: 8px;
          background: #424b68;
          border-radius: 50%;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          -webkit-transform: scale(0);
               -o-transform: scale(0);
                  transform: scale(0);
          opacity: 0; }
          @media (max-width: 1270px) {
            body .two-column-content .form-wrap form input[type='radio'] + div::after,
            body .two-column-content .form-wrap form input[type='radio'] + label::after,
            body .two-column-content .form-wrap form input[type='radio'] + p::after {
              width: 6px;
              height: 6px;
              top: 6px;
              left: 4px; } }
      body .two-column-content .form-wrap form input[type='radio']:checked + div::after,
      body .two-column-content .form-wrap form input[type='radio']:checked + label::after,
      body .two-column-content .form-wrap form input[type='radio']:checked + p::after {
        opacity: 1;
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1); }
    body .two-column-content .form-wrap form .btn-wrap {
      text-align: center;
      margin-top: 40px; }
      body .two-column-content .form-wrap form .btn-wrap button {
        text-transform: uppercase;
        padding: 14px;
        display: inline-block;
        min-width: 208px; }
  body .two-column-content .form-wrap p {
    font-size: 12px;
    margin-top: 28px;
    font-weight: normal;
    max-width: 420px;
    line-height: 1.25;
    letter-spacing: normal;
    color: #151831; }
    @media (max-width: 767px) {
      body .two-column-content .form-wrap p {
        text-align: center; } }
    body .two-column-content .form-wrap p a {
      color: #000000;
      display: inline-block;
      cursor: pointer;
      z-index: 1;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      body .two-column-content .form-wrap p a:hover {
        color: #68be62; }
        body .two-column-content .form-wrap p a:hover:after {
          background-color: #68be62; }
      body .two-column-content .form-wrap p a::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000000;
        -webkit-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out; }
  body .two-column-content .form-wrap #extapi-form .error-wrap p {
    color: #ff3333;
    font-size: 15px; }
  body .two-column-content .form-wrap .userlib-form-outer {
    display: none; }

body .page-node-858 {
  padding-top: 0; }

body .featured-post .col-wrap {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  body .featured-post .col-wrap .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: calc(35% - 10px); }
    @media (min-width: 768px) and (max-width: 991px) {
      body .featured-post .col-wrap .col-three {
        max-width: calc(35% - 5px); } }
    @media (max-width: 767px) {
      body .featured-post .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0; } }
    body .featured-post .col-wrap .col-three .img-wrap {
      max-width: 430px;
      height: 170px;
      overflow: hidden;
      margin: 0 0 0 auto; }
      @media (max-width: 767px) {
        body .featured-post .col-wrap .col-three .img-wrap {
          max-width: 100%; } }
      body .featured-post .col-wrap .col-three .img-wrap img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  body .featured-post .col-wrap .col-seven {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: calc(65% - 10px);
    position: relative;
    padding: 30px 0 0 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .featured-post .col-wrap .col-seven {
        max-width: calc(65% - 5px); } }
    @media (max-width: 767px) {
      body .featured-post .col-wrap .col-seven {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0; } }
    body .featured-post .col-wrap .col-seven .content-wrap {
      max-width: 630px; }
      @media (max-width: 767px) {
        body .featured-post .col-wrap .col-seven .content-wrap {
          max-width: 100%; } }
      body .featured-post .col-wrap .col-seven .content-wrap .category {
        position: relative;
        top: -30px;
        float: right;
        font-size: 22px; }
      body .featured-post .col-wrap .col-seven .content-wrap h4 {
        margin-bottom: 5px; }
      body .featured-post .col-wrap .col-seven .content-wrap p {
        margin-top: 10px; }
    body .featured-post .col-wrap .col-seven a {
      margin-top: 20px; }
      @media (max-width: 991px) {
        body .featured-post .col-wrap .col-seven a {
          margin-top: 10px;
          margin-left: 0; } }

body .blog-detail .wrapper p,
body .blog-detail .wrapper h4,
body .blog-detail .wrapper h5,
body .blog-detail .wrapper h6,
body .blog-detail .wrapper ul {
  max-width: 895px;
  margin: 0 auto; }

body .blog-detail .wrapper h4,
body .blog-detail .wrapper h5 {
  margin-top: 20px;
  font-weight: bolder; }

body .blog-detail .wrapper p {
  margin-top: 40px;
  color: #636c82;
  font-size: 23px; }
  body .blog-detail .wrapper p a {
    color: #68be62;
    margin-right: 5px; }

body .blog-detail .wrapper .img-wrap {
  max-width: 1200px;
  height: 430px;
  overflow: hidden;
  margin: 0 auto; }
  body .blog-detail .wrapper .img-wrap.small-image {
    max-width: 650px;
    height: 370px; }
  body .blog-detail .wrapper .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body .blog-detail .wrapper .quote {
  position: relative;
  padding: 15px 30px;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden; }
  body .blog-detail .wrapper .quote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(#3979cf), color-stop(19%, #4172cf), color-stop(70%, #565cd2)) no-repeat;
    background: -webkit-linear-gradient(bottom, #3979cf 0%, #4172cf 19%, #565cd2 70%) no-repeat;
    background: -o-linear-gradient(bottom, #3979cf 0%, #4172cf 19%, #565cd2 70%) no-repeat;
    background: linear-gradient(0deg, #3979cf 0%, #4172cf 19%, #565cd2 70%) no-repeat; }
  body .blog-detail .wrapper .quote h5 {
    font-size: 26px;
    margin: 10px 0; }
  body .blog-detail .wrapper .quote span {
    display: block;
    text-align: right;
    margin: 5px 0 5px auto;
    max-width: 500px; }

body .blog-detail .wrapper ul {
  padding-left: 50px; }
  body .blog-detail .wrapper ul li {
    font-size: 23px;
    color: #636c82; }
    body .blog-detail .wrapper ul li:before {
      top: 11%;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #444e69; }
    body .blog-detail .wrapper ul li span {
      color: #444e69;
      margin-right: 5px;
      font-size: 23px; }

body .statistics {
  background-image: -webkit-linear-gradient(330deg, #3c64b1 6%, #3cb0e5 101%);
  background-image: -o-linear-gradient(330deg, #3c64b1 6%, #3cb0e5 101%);
  background-image: linear-gradient(120deg, #3c64b1 6%, #3cb0e5 101%); }
  body .statistics .intro {
    max-width: 1100px; }
    body .statistics .intro h2:not(:first-child) {
      margin-top: 10px; }
  body .statistics .col-wrap {
    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;
    margin: 0 -15px; }
    @media (max-width: 595px) {
      body .statistics .col-wrap {
        margin: 0 -5px; } }
    body .statistics .col-wrap .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: calc(25% - 30px);
      margin: 30px 15px 0;
      -webkit-box-shadow: inset 5px 5px 10px 0 rgba(38, 47, 104, 0.15), 5px 5px 10px 0 rgba(38, 47, 104, 0.2);
              box-shadow: inset 5px 5px 10px 0 rgba(38, 47, 104, 0.15), 5px 5px 10px 0 rgba(38, 47, 104, 0.2);
      border: solid 2px #3cb0e5;
      padding: 24px;
      border-radius: 5px; }
      @media (max-width: 1150px) {
        body .statistics .col-wrap .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33%;
                  flex: 0 0 33.33%;
          max-width: calc(33.33% - 30px); } }
      @media (max-width: 991px) {
        body .statistics .col-wrap .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: calc(50% - 30px); } }
      @media (max-width: 595px) {
        body .statistics .col-wrap .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: calc(100% - 10px);
          margin: 10px 5px 0; } }
      body .statistics .col-wrap .col-four strong,
      body .statistics .col-wrap .col-four sup {
        display: inline-block;
        vertical-align: middle;
        font-size: 72px;
        line-height: 1.25;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #fefefe), color-stop(32%, #f5f6f7), color-stop(64%, #dee1e5), to(#bdc4cc));
        background-image: -webkit-linear-gradient(top, #fefefe 11%, #f5f6f7 32%, #dee1e5 64%, #bdc4cc);
        background-image: -o-linear-gradient(top, #fefefe 11%, #f5f6f7 32%, #dee1e5 64%, #bdc4cc);
        background-image: linear-gradient(to bottom, #fefefe 11%, #f5f6f7 32%, #dee1e5 64%, #bdc4cc);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold; }
      body .statistics .col-wrap .col-four p {
        margin: 10px 0 0 0;
        text-align: center; }
        @media (max-width: 767px) {
          body .statistics .col-wrap .col-four p {
            margin: 5px 0 0 0; } }
  body .statistics .btn-wrap {
    width: 100%;
    font-size: 0; }

body .content-with-icons .intro {
  max-width: 1055px;
  margin: 0 auto 20px; }
  body .content-with-icons .intro p {
    margin: 20px 0 0 0; }
    @media (max-width: 767px) {
      body .content-with-icons .intro p {
        margin: 10px 0 0 0; } }

body .content-with-icons .col-wrap {
  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; }
  body .content-with-icons .col-wrap .col-five {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: calc(20% - 20px);
    margin: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .content-with-icons .col-wrap .col-five {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: calc(25% - 10px);
        margin: 20px 5px; } }
    @media (max-width: 767px) {
      body .content-with-icons .col-wrap .col-five {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: calc(33.33% - 10px);
        margin: 20px 5px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .content-with-icons .col-wrap .col-five {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: calc(50% - 10px);
        margin: 20px 5px; } }
    @media (max-width: 480px) {
      body .content-with-icons .col-wrap .col-five {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: calc(100% - 10px);
        margin: 20px 5px; } }
    body .content-with-icons .col-wrap .col-five h5 {
      margin-bottom: 10px; }
    body .content-with-icons .col-wrap .col-five .icon-outer {
      margin-top: 10px; }
      body .content-with-icons .col-wrap .col-five .icon-outer img {
        max-width: 50px;
        height: 50px;
        overflow: hidden;
        margin: 0 auto;
        display: block; }
    body .content-with-icons .col-wrap .col-five a {
      margin: 10px auto 0; }

body .boxes-grid .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  @media (max-width: 595px) {
    body .boxes-grid .col-wrap {
      margin: 0 -7px; } }
  body .boxes-grid .col-wrap .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: calc(33.33% - 20px);
    margin: 10px;
    padding: 50px 50px 50px 40px;
    border-radius: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .boxes-grid .col-wrap .col-three {
        padding: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .boxes-grid .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: calc(50% - 20px);
        padding: 25px; } }
    @media (max-width: 595px) {
      body .boxes-grid .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: calc(50% - 14px);
        padding: 20px;
        margin: 7px; } }
    @media (max-width: 480px) {
      body .boxes-grid .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: calc(100% - 14px); } }
    body .boxes-grid .col-wrap .col-three h5 {
      margin-bottom: 10px; }
    body .boxes-grid .col-wrap .col-three p {
      margin-top: 10px; }
    body .boxes-grid .col-wrap .col-three a {
      margin-top: 10px; }

body .author-info {
  padding: 0; }
  body .author-info .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body .author-info .col-six {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64.7%;
            flex: 0 0 64.7%;
    max-width: 64.7%;
    padding: 139px 0 145px;
    background-color: rgba(189, 196, 204, 0.08); }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .author-info .col-six {
        padding: 60px 0 90px 0; } }
    @media (max-width: 991px) {
      body .author-info .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 0 80px 0; } }
    body .author-info .col-six h2 {
      max-width: 820px;
      margin: 0 85px 38px auto;
      padding-left: 24px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .author-info .col-six h2 {
          margin: 0 auto 25px 0;
          padding-left: 20px; } }
      @media (max-width: 595px) {
        body .author-info .col-six h2 {
          margin: 0 auto 30px;
          padding: 0 20px;
          text-align: center; } }
    body .author-info .col-six h3,
    body .author-info .col-six h2 + .info-wrap {
      margin-top: 0; }
  body .author-info .img-wrap {
    max-width: 196px;
    width: 196px;
    height: 201px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 5px; }
    @media (max-width: 595px) {
      body .author-info .img-wrap {
        margin: 0 auto 20px;
        display: block; } }
    body .author-info .img-wrap img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body .author-info .info-wrap {
    font-size: 0;
    margin: 94px 30px 0 auto;
    max-width: 820px;
    padding-left: 24px; }
    body .author-info .info-wrap:first-child {
      margin-top: 0; }
    @media (min-width: 1336px) {
      body .author-info .info-wrap {
        margin: 94px 85px 0 auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .author-info .info-wrap {
        margin: 50px auto 0 0;
        padding: 0 20px; } }
    @media (max-width: 767px) {
      body .author-info .info-wrap {
        margin: 25px auto 0 0;
        padding: 0 20px; } }
    @media (max-width: 595px) {
      body .author-info .info-wrap {
        text-align: center; } }
    body .author-info .info-wrap h3 {
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.11; }
      @media (min-width: 1336px) {
        body .author-info .info-wrap h3 {
          margin-bottom: 36px; } }
  body .author-info .content-wrap {
    font-size: 0;
    max-width: calc(100% - 216px);
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 0 20px; }
    @media (max-width: 1336px) {
      body .author-info .content-wrap {
        padding: 0 0px 0 0; } }
    @media (max-width: 595px) {
      body .author-info .content-wrap {
        max-width: 100%;
        display: block;
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .author-info .content-wrap h5 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      body .author-info .content-wrap h5 {
        font-size: 20px; } }
    body .author-info .content-wrap span {
      display: inline-block;
      color: #151831;
      padding-right: 10px;
      max-width: 370px;
      line-height: 1.25;
      font-weight: 500;
      letter-spacing: normal; }
      @media (max-width: 1336px) {
        body .author-info .content-wrap span {
          max-width: 100%;
          margin-top: 0; } }
      @media (max-width: 767px) {
        body .author-info .content-wrap span {
          display: block;
          max-width: 100%;
          padding-right: 0; } }
      @media (max-width: 595px) {
        body .author-info .content-wrap span {
          margin: 0 auto; } }
      body .author-info .content-wrap span + span {
        padding-left: 10px;
        position: relative; }
        @media (min-width: 992px) and (max-width: 1115px) {
          body .author-info .content-wrap span + span {
            padding-left: 0;
            border: none;
            display: block; } }
        @media (max-width: 991px) {
          body .author-info .content-wrap span + span {
            padding-left: 0;
            border: none;
            display: block; } }
        body .author-info .content-wrap span + span:before {
          content: '';
          position: absolute;
          top: 4px;
          left: 0;
          width: 1px;
          height: 65%;
          background-color: #000000; }
          @media (min-width: 992px) and (max-width: 1115px) {
            body .author-info .content-wrap span + span:before {
              display: none; } }
          @media (max-width: 991px) {
            body .author-info .content-wrap span + span:before {
              display: none; } }
    body .author-info .content-wrap p {
      margin-top: 9px;
      -webkit-line-clamp: 5;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 125px; }
      @media (max-width: 1336px) {
        body .author-info .content-wrap p {
          margin-top: 5px; } }
      @media (max-width: 767px) {
        body .author-info .content-wrap p {
          max-height: 134px; } }
    body .author-info .content-wrap .social-links {
      font-size: 0;
      margin-top: 52px; }
      @media (max-width: 1336px) {
        body .author-info .content-wrap .social-links {
          margin-top: 15px; } }
      @media (max-width: 767px) {
        body .author-info .content-wrap .social-links {
          margin-top: 10px; } }
      body .author-info .content-wrap .social-links strong {
        font-size: 14px;
        font-weight: 500;
        color: #8690a4;
        max-width: 300px;
        margin: 0px 13px 0 0;
        vertical-align: middle; }
      body .author-info .content-wrap .social-links a {
        font-size: 0;
        margin: 0 8px 0 0;
        border-radius: 5px;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 991px) {
          body .author-info .content-wrap .social-links a {
            width: 18px;
            height: 18px; } }
        body .author-info .content-wrap .social-links a:hover {
          -webkit-transform: translateY(-8px);
               -o-transform: translateY(-8px);
                  transform: translateY(-8px); }
          @media (max-width: 1024px) {
            body .author-info .content-wrap .social-links a:hover {
              -webkit-transform: translateY(0);
                   -o-transform: translateY(0);
                      transform: translateY(0); } }
          body .author-info .content-wrap .social-links a:hover svg .green-icon {
            fill: #68be62; }
            @media (max-width: 1024px) {
              body .author-info .content-wrap .social-links a:hover svg .green-icon {
                fill: unset; } }
        body .author-info .content-wrap .social-links a svg {
          width: 100%;
          height: 100%;
          -webkit-transition: fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out;
          transition: fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out;
          -o-transition: fill 0.3s ease-in-out, 0.3s -o-transform ease-in-out;
          transition: 0.3s transform ease-in-out, fill 0.3s ease-in-out;
          transition: 0.3s transform ease-in-out, fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
          body .author-info .content-wrap .social-links a svg path {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
  body .author-info .col-four {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.3%;
            flex: 0 0 35.3%;
    max-width: 35.3%;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .author-info .col-four {
        padding: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .author-info .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 40px 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 767px) {
      body .author-info .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 20px; } }
  body .author-info .latest-posts {
    font-size: 0;
    padding: 58px 0 64px;
    max-width: 330px; }
    body .author-info .latest-posts:not(:first-child) {
      border-top: 2px solid #ffffff; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .author-info .latest-posts:not(:first-child) {
          border-top: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .author-info .latest-posts {
        padding: 40px 20px 40px; } }
    @media (max-width: 767px) {
      body .author-info .latest-posts {
        padding: 25px 0 25px; } }
    @media (max-width: 595px) {
      body .author-info .latest-posts {
        margin: 0 auto;
        text-align: center; } }
    body .author-info .latest-posts span {
      display: block;
      color: #3cb0e5;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.21; }
    body .author-info .latest-posts p {
      margin-top: 10px; }
      body .author-info .latest-posts p a {
        display: inline;
        font-size: 18px;
        color: #ffffff;
        position: relative;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        @media (max-width: 991px) {
          body .author-info .latest-posts p a {
            font-size: 16px; } }
        body .author-info .latest-posts p a:after {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 0;
          height: 2px;
          width: 0;
          opacity: 0;
          background-color: #ffffff;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        body .author-info .latest-posts p a:hover::after {
          width: 100%;
          opacity: 1; }

body .horizontal-stories {
  padding-top: 0; }
  body .horizontal-stories .column-wrapper button {
    display: none;
    position: relative;
    cursor: pointer; }
    @media (max-width: 767px) {
      body .horizontal-stories .column-wrapper button {
        display: block;
        background: -webkit-linear-gradient(321deg, #00b7c6 0%, #0086a1 100%);
        background: -o-linear-gradient(321deg, #00b7c6 0%, #0086a1 100%);
        background: linear-gradient(489deg, #00b7c6 0%, #0086a1 100%);
        background-image: -webkit-linear-gradient(489deg, #00b7c6 0%, #0086a1 100%);
        width: 100%;
        font-size: 16px;
        padding: 10px;
        outline: none;
        border: 1px solid #ffffff;
        border-radius: 5px;
        cursor: pointer;
        color: #ffffff; } }
    body .horizontal-stories .column-wrapper button.open:after {
      background-image: url("/themes/templates/dist/images/icons/next-arrow.svg");
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
      width: 20px;
      height: 20px;
      background-size: 100%;
      -webkit-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      background-repeat: no-repeat;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body .horizontal-stories .column-wrapper button.active:after {
      -webkit-transform: rotate(-90deg);
           -o-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    body .horizontal-stories .column-wrapper button span {
      display: none; }
      @media (max-width: 767px) {
        body .horizontal-stories .column-wrapper button span {
          display: block;
          font-family: "proxima-nova", sans-serif;
          font-size: 16px;
          font-weight: 600; } }
  body .horizontal-stories .column-wrapper ul.tabs {
    margin: 0 auto 0;
    padding: 0;
    list-style: none;
    max-width: 1180px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    overflow: visible; }
    @media (max-width: 991px) {
      body .horizontal-stories .column-wrapper ul.tabs {
        max-width: 100%;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      body .horizontal-stories .column-wrapper ul.tabs {
        max-width: 100%;
        margin: 0 auto;
        display: none; } }
    body .horizontal-stories .column-wrapper ul.tabs li {
      background: none;
      color: #000000;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.35;
      letter-spacing: normal;
      text-align: left;
      display: inline-block;
      padding: 25px 20px 23px;
      margin: 0px 30px;
      cursor: pointer;
      position: relative;
      font-family: "proxima-nova", sans-serif;
      min-width: 104px; }
      @media (max-width: 991px) {
        body .horizontal-stories .column-wrapper ul.tabs li {
          margin: 0px 10px;
          padding: 18px 10px;
          font-size: 18px; } }
      @media (max-width: 767px) {
        body .horizontal-stories .column-wrapper ul.tabs li {
          display: block;
          margin: 0 auto;
          padding: 12px 0;
          text-align: center;
          font-size: 16px; } }
      body .horizontal-stories .column-wrapper ul.tabs li:before {
        display: none; }
      body .horizontal-stories .column-wrapper ul.tabs li:after {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0px;
        background: #1387a0;
        background: -webkit-linear-gradient(top, #1387a0 0%, #1db3c2 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#1387a0), to(#1db3c2));
        background: -o-linear-gradient(top, #1387a0 0%, #1db3c2 100%);
        background: linear-gradient(to bottom, #1387a0 0%, #1db3c2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1387a0', endColorstr='#1db3c2',GradientType=0 );
        /* IE6-9 */
        width: 0;
        height: 4px;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
      @media (max-width: 767px) {
        body .horizontal-stories .column-wrapper ul.tabs li:hover {
          background: #1387a0;
          background: -webkit-linear-gradient(top, #1387a0 0%, #1db3c2 100%);
          background: -webkit-gradient(linear, left top, left bottom, from(#1387a0), to(#1db3c2));
          background: -o-linear-gradient(top, #1387a0 0%, #1db3c2 100%);
          background: linear-gradient(to bottom, #1387a0 0%, #1db3c2 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1387a0', endColorstr='#1db3c2',GradientType=0 );
          color: #ffffff; } }
    @media (min-width: 992px) {
      body .horizontal-stories .column-wrapper ul.tabs li.current {
        font-weight: bold;
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .horizontal-stories .column-wrapper ul.tabs li.current {
        font-weight: bold; } }
    @media (max-width: 767px) {
      body .horizontal-stories .column-wrapper ul.tabs li.current {
        display: none; } }
    body .horizontal-stories .column-wrapper ul.tabs li.current:after {
      left: 0;
      right: 0;
      bottom: -1px;
      width: 93%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        body .horizontal-stories .column-wrapper ul.tabs li.current:after {
          display: none; } }
  body .horizontal-stories .column-wrapper .tab-content {
    display: none; }
  body .horizontal-stories .column-wrapper .tab-content.current {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media (max-width: 767px) {
      body .horizontal-stories .column-wrapper .tab-content.current {
        display: block !important; } }
    body .horizontal-stories .column-wrapper .tab-content.current h4 {
      color: #68be62;
      font-weight: bold; }
      @media (max-width: 767px) {
        body .horizontal-stories .column-wrapper .tab-content.current h4 {
          text-align: center; } }
    body .horizontal-stories .column-wrapper .tab-content.current p {
      margin-top: 14px; }
    body .horizontal-stories .column-wrapper .tab-content.current .button-box {
      margin-top: 28px; }
      @media (max-width: 767px) {
        body .horizontal-stories .column-wrapper .tab-content.current .button-box {
          margin-top: 20px; } }
    body .horizontal-stories .column-wrapper .tab-content.current.text-with-image {
      margin-top: 64px;
      width: 100%;
      float: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        body .horizontal-stories .column-wrapper .tab-content.current.text-with-image {
          margin-top: 45px; } }
      @media (max-width: 767px) {
        body .horizontal-stories .column-wrapper .tab-content.current.text-with-image {
          margin-top: 20px;
          text-align: center; } }
      body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .text-content {
        width: 66%;
        float: none;
        padding-right: 136px; }
        @media (min-width: 1336px) {
          body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .text-content {
            padding-left: 4px;
            padding-bottom: 11px; } }
        @media (max-width: 1336px) {
          body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .text-content {
            padding-right: 90px; } }
        @media (max-width: 991px) {
          body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .text-content {
            padding-right: 20px; } }
        @media (max-width: 767px) {
          body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .text-content {
            width: 100%;
            float: none;
            padding-right: 0; } }
      body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .bg-img {
        width: 34%;
        float: none; }
        @media (max-width: 767px) {
          body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .bg-img {
            width: 100%;
            float: none;
            max-width: 350px;
            margin: 18px auto 0; } }
        @media (max-width: 595px) {
          body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .bg-img {
            max-width: 100%; } }
        body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .bg-img .img-wrapper {
          position: relative;
          height: 387px;
          max-width: 100%;
          overflow: hidden; }
          @media (min-width: 1336px) {
            body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .bg-img .img-wrapper {
              margin-left: 4px; } }
          @media (max-width: 767px) {
            body .horizontal-stories .column-wrapper .tab-content.current.text-with-image .bg-img .img-wrapper {
              height: 320px; } }

body .component-two-up .col-wrap {
  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; }
  body .component-two-up .col-wrap .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: calc(50% - 10px);
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    margin: 10px 0; }
    @media (max-width: 991px) {
      body .component-two-up .col-wrap .col-two {
        min-height: 400px; } }
    @media (max-width: 767px) {
      body .component-two-up .col-wrap .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    body .component-two-up .col-wrap .col-two .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body .component-two-up .col-wrap .col-two .bg-img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .component-two-up .col-wrap .col-two .content-wrap {
      position: relative;
      max-width: 460px;
      width: 100%;
      margin: 0 auto; }
      body .component-two-up .col-wrap .col-two .content-wrap h2 {
        margin-bottom: 10px; }
      body .component-two-up .col-wrap .col-two .content-wrap p {
        margin-top: 10px; }

body .featured-over-four .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  body .featured-over-four .col-wrap .col-four {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: calc(25% - 20px);
    min-height: 370px;
    margin: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    body .featured-over-four .col-wrap .col-four.big-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: calc(100% - 20px);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1336px) {
        body .featured-over-four .col-wrap .col-four.big-card {
          padding-right: 300px; } }
    @media (min-width: 1336px) {
      body .featured-over-four .col-wrap .col-four {
        padding: 10px 40px; } }
    @media (max-width: 991px) {
      body .featured-over-four .col-wrap .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: calc(50% - 20px);
        min-height: 330px; } }
    @media (max-width: 595px) {
      body .featured-over-four .col-wrap .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: calc(100% - 20px);
        min-height: 300px; } }
    body .featured-over-four .col-wrap .col-four .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body .featured-over-four .col-wrap .col-four .bg-img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .featured-over-four .col-wrap .col-four .content-wrap {
      position: relative; }
      body .featured-over-four .col-wrap .col-four .content-wrap h3 {
        margin-bottom: 10px; }
      body .featured-over-four .col-wrap .col-four .content-wrap p {
        margin-top: 10px; }
      @media (max-width: 767px) {
        body .featured-over-four .col-wrap .col-four .content-wrap a {
          margin-left: 0; } }

body .media-contact .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

body .media-contact .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  body .media-contact .bg-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body .media-contact .content-wrap {
  position: relative; }

body .form-details .col-wrap {
  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; }
  body .form-details .col-wrap .col-seven {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: calc(70% - 10px); }
    body .form-details .col-wrap .col-seven p {
      margin: 30px 0 0 0; }
  body .form-details .col-wrap .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; }
    body .form-details .col-wrap .col-three .form-box {
      padding: 30px;
      position: relative;
      overflow: hidden;
      border: 2px solid #8690a3;
      border-radius: 5px;
      overflow: hidden; }
      body .form-details .col-wrap .col-three .form-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: -webkit-gradient(linear, left bottom, left top, from(#3979cf), color-stop(19%, #4172cf), color-stop(70%, #565cd2)) no-repeat;
        background: -webkit-linear-gradient(bottom, #3979cf 0%, #4172cf 19%, #565cd2 70%) no-repeat;
        background: -o-linear-gradient(bottom, #3979cf 0%, #4172cf 19%, #565cd2 70%) no-repeat;
        background: linear-gradient(0deg, #3979cf 0%, #4172cf 19%, #565cd2 70%) no-repeat; }
      body .form-details .col-wrap .col-three .form-box .input-wrapper {
        margin: 10px 0; }
      body .form-details .col-wrap .col-three .form-box input,
      body .form-details .col-wrap .col-three .form-box select {
        display: block;
        width: 100%;
        padding: 5px 10px 5px 0;
        outline: 0;
        font-family: "proxima-nova";
        font-size: 18px;
        font-weight: normal;
        line-height: 1.39;
        letter-spacing: normal;
        border: none;
        border-bottom: 2px solid #8690a3; }
        body .form-details .col-wrap .col-three .form-box input::-webkit-input-placeholder,
        body .form-details .col-wrap .col-three .form-box select::-webkit-input-placeholder {
          color: #8690a3;
          font-size: 16px; }
        body .form-details .col-wrap .col-three .form-box input::-moz-placeholder,
        body .form-details .col-wrap .col-three .form-box select::-moz-placeholder {
          color: #8690a3;
          font-size: 16px; }
        body .form-details .col-wrap .col-three .form-box input::-ms-input-placeholder,
        body .form-details .col-wrap .col-three .form-box select::-ms-input-placeholder {
          color: #8690a3;
          font-size: 16px; }
        body .form-details .col-wrap .col-three .form-box input::placeholder,
        body .form-details .col-wrap .col-three .form-box select::placeholder {
          color: #8690a3;
          font-size: 16px; }
        body .form-details .col-wrap .col-three .form-box input option:nth-of-type(1),
        body .form-details .col-wrap .col-three .form-box select option:nth-of-type(1) {
          color: #8690a3;
          font-size: 16px; }
      body .form-details .col-wrap .col-three .form-box .btn-default {
        border: 2px solid #68be62; }
      body .form-details .col-wrap .col-three .form-box select {
        -webkit-appearance: none;
        background: url("/themes/authentic8/templates/dist/images/icons/black_arrow.svg") no-repeat;
        background-size: 16px 16px;
        background-position: center right 15px;
        background-color: #fff; }

body .blog-detail .column-wrapper .views-exposed-form {
  font-size: 0;
  text-align: center; }
  body .blog-detail .column-wrapper .views-exposed-form .form-item {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(20% - 10px);
    margin-right: 10px; }
  body .blog-detail .column-wrapper .views-exposed-form .form-wrapper {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(20% - 10px); }
    body .blog-detail .column-wrapper .views-exposed-form .form-wrapper .button {
      width: 100%;
      margin: 3px 6px; }
  body .blog-detail .column-wrapper .views-exposed-form input,
  body .blog-detail .column-wrapper .views-exposed-form select {
    display: block;
    width: 100%;
    padding: 10px;
    outline: 0;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.39;
    letter-spacing: normal;
    border-radius: 5px;
    border: 2px solid #8690a3;
    cursor: pointer; }
  body .blog-detail .column-wrapper .views-exposed-form .form-text {
    cursor: inherit; }

body .blog-detail .pager {
  margin: 50px 0;
  border-bottom: 1px solid #c2c6c8;
  border-top: 1px solid #c2c6c8; }
  body .blog-detail .pager .pager__items {
    font-size: 0;
    text-align: center;
    margin: 12px 0; }
    body .blog-detail .pager .pager__items .pager__item {
      display: inline-block;
      vertical-align: middle;
      padding: 7px 13px;
      margin: 0 10px;
      line-height: normal;
      max-width: 200px; }
      body .blog-detail .pager .pager__items .pager__item a {
        color: black;
        font-size: 16px;
        line-height: normal;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        body .blog-detail .pager .pager__items .pager__item a:hover {
          color: #68be62; }
    body .blog-detail .pager .pager__items .is-active {
      border-radius: 50%;
      border: 2px solid #c2c6c8;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      cursor: pointer; }
      body .blog-detail .pager .pager__items .is-active:hover a {
        color: #68be62; }

body .blog-detail .selectboxit-container {
  position: relative; }
  body .blog-detail .selectboxit-container .selectboxit {
    background-image: none;
    background-color: #ffffff;
    padding: 18px 25px;
    min-width: 260px;
    outline: 0; }
    @media (max-width: 480px) {
      body .blog-detail .selectboxit-container .selectboxit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    body .blog-detail .selectboxit-container .selectboxit .selectboxit-text {
      font-family: "proxima-nova", sans-serif !important;
      font-size: 15px;
      line-height: 1.75;
      letter-spacing: 0.16px;
      color: #000000;
      font-weight: 500;
      min-width: 100px;
      max-width: 100px !important; }
      @media (max-width: 480px) {
        body .blog-detail .selectboxit-container .selectboxit .selectboxit-text {
          font-size: 14px; } }
    body .blog-detail .selectboxit-container .selectboxit .selectboxit-arrow-container {
      width: 25px; }
      body .blog-detail .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
        content: "";
        display: inline-block;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #000000;
        position: absolute;
        padding: 3px;
        right: 5px;
        top: 38%;
        -webkit-transform: rotate(45deg) translateY(-50%);
             -o-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        background-image: none;
        width: 6px;
        height: 6px;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  body .blog-detail .selectboxit-container .selectboxit-options {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    top: auto !important;
    height: 250px;
    min-width: 120px !important;
    position: absolute;
    z-index: 5;
    background-color: white;
    overflow-y: scroll;
    display: none; }
    body .blog-detail .selectboxit-container .selectboxit-options li {
      padding-left: 0; }
      body .blog-detail .selectboxit-container .selectboxit-options li a {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        padding-left: 10px; }
    body .blog-detail .selectboxit-container .selectboxit-options a {
      font-size: 16px;
      font-family: "proxima-nova", sans-serif !important;
      font-weight: normal !important; }
  body .blog-detail .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #68be62 !important;
    background-color: transparent;
    background-image: none !important;
    font-size: 16px; }
  body .blog-detail .selectboxit-container .selectboxit-list::-webkit-scrollbar {
    width: 4px;
    height: 80px; }
  body .blog-detail .selectboxit-container .selectboxit-list::-webkit-scrollbar-thumb {
    background-color: #2f3640;
    border-radius: 100px; }
  body .blog-detail .selectboxit-container .selectboxit-list::-webkit-scrollbar-track {
    background: transparent; }

body .blog-detail select {
  font-family: "proxima-nova", sans-serif;
  position: relative;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16px;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  border: 0;
  padding-right: 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  width: 100%;
  min-width: 60px;
  opacity: 1 !important;
  visibility: visible !important;
  background: none !important;
  border: none; }
  body .blog-detail select:focus {
    outline: none;
    border: none; }

body .blog-detail select::-ms-expand {
  display: none; }

body .col-two-info {
  padding: 10px 0 90px;
  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: 767px) {
    body .col-two-info {
      padding: 10px 0 50px; } }
  body .col-two-info .intro-wrapper {
    padding-top: 40px; }
    body .col-two-info .intro-wrapper .logo-wrap {
      max-width: 102px;
      max-height: 60px; }
      body .col-two-info .intro-wrapper .logo-wrap.company-logo {
        max-width: 158px;
        height: 22px;
        max-height: 100%; }
    body .col-two-info .intro-wrapper .content-wrap {
      max-width: 1070px; }
      body .col-two-info .intro-wrapper .content-wrap h2 {
        color: #151930;
        font-weight: 600;
        line-height: 1.1;
        max-width: 750px;
        letter-spacing: -0.5px;
        text-align: left;
        margin-top: 22px; }
      body .col-two-info .intro-wrapper .content-wrap h4 {
        color: #424c67;
        margin-top: 13px;
        max-width: 800px;
        font-weight: 500;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: left; }
      body .col-two-info .intro-wrapper .content-wrap p {
        color: #424c67;
        max-width: 1070px;
        margin-top: 2px;
        line-height: 1.78; }
      body .col-two-info .intro-wrapper .content-wrap .btn-wrap {
        margin-top: 23px; }
  body .col-two-info .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    body .col-two-info .col-wrap .col-two {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      max-width: 50%;
      margin-top: 40px;
      padding-right: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body .col-two-info .col-wrap .col-two .icon-wrap {
        -ms-flex-preferred-size: 55px;
            flex-basis: 55px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: 55px;
        margin-right: 48px;
        max-height: 55px; }
        body .col-two-info .col-wrap .col-two .icon-wrap img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-two-info .col-wrap .col-two .icon-wrap {
            margin-right: 20px; } }
        @media (max-width: 767px) {
          body .col-two-info .col-wrap .col-two .icon-wrap {
            -ms-flex-preferred-size: 55px;
                flex-basis: 55px;
            max-width: 55px;
            margin-right: 20px; } }
      body .col-two-info .col-wrap .col-two .links-outer h3 {
        color: #151930;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -0.36px;
        text-align: left;
        max-width: 460px; }
      body .col-two-info .col-wrap .col-two .links-outer p {
        margin-bottom: 20px;
        margin-top: 16px;
        line-height: 1.78; }
      body .col-two-info .col-wrap .col-two .links-outer a {
        color: #68be62;
        font-size: 18px;
        margin-top: 16px;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        body .col-two-info .col-wrap .col-two .links-outer a span {
          color: #424b68;
          font-size: 18px;
          font-weight: 500;
          margin-right: 5px; }
        body .col-two-info .col-wrap .col-two .links-outer a:hover {
          color: #000000; }
        body .col-two-info .col-wrap .col-two .links-outer a.learn-more {
          font-size: 16px; }
          @media (max-width: 991px) {
            body .col-two-info .col-wrap .col-two .links-outer a.learn-more::after {
              top: revert;
              bottom: 0;
              right: revert;
              margin-left: 12px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-two-info .col-wrap .col-two {
          padding-right: 20px; } }
      @media (max-width: 767px) {
        body .col-two-info .col-wrap .col-two {
          margin-top: 30px;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          padding-right: 0; } }

@media (max-width: 767px) {
  body .blog-detail-news {
    padding-bottom: 50px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  body .blog-detail-news {
    padding-bottom: 70px; } }

body .blog-detail-news .wrapper {
  max-width: 850px;
  margin: 43px auto 0; }
  @media (max-width: 767px) {
    body .blog-detail-news .wrapper {
      margin-top: 30px; } }
  body .blog-detail-news .wrapper h2 {
    margin-top: 10px;
    margin-bottom: 30px; }
  body .blog-detail-news .wrapper h3 {
    position: relative;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px; }
    body .blog-detail-news .wrapper h3 a {
      font-size: 36px;
      color: #68be62;
      position: relative;
      -webkit-transition: 0.3s ease-in-out color;
      -o-transition: 0.3s ease-in-out color;
      transition: 0.3s ease-in-out color; }
      body .blog-detail-news .wrapper h3 a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        opacity: 0;
        background-color: #68be62;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      body .blog-detail-news .wrapper h3 a:hover::after {
        width: 100%;
        opacity: 1; }
  body .blog-detail-news .wrapper h4 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px; }
  body .blog-detail-news .wrapper h5 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px; }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper h5 {
        font-size: 22px;
        margin-top: 15px; } }
    @media (max-width: 767px) {
      body .blog-detail-news .wrapper h5 {
        font-size: 20px; } }
  body .blog-detail-news .wrapper p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.45; }
    body .blog-detail-news .wrapper p strong {
      font-size: inherit; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .blog-detail-news .wrapper p {
        font-size: 21px;
        margin-top: 18px; } }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper p {
        font-size: 18px;
        margin-top: 12px; } }
    body .blog-detail-news .wrapper p a {
      color: #68be62;
      position: relative;
      -webkit-transition: 0.3s ease-in-out color;
      -o-transition: 0.3s ease-in-out color;
      transition: 0.3s ease-in-out color; }
      body .blog-detail-news .wrapper p a:hover::after {
        width: 100%;
        opacity: 1; }
      body .blog-detail-news .wrapper p a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        opacity: 0;
        background-color: #68be62;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    body .blog-detail-news .wrapper p i {
      word-break: break-word; }
  body .blog-detail-news .wrapper + p,
  body .blog-detail-news .wrapper h1,
  body .blog-detail-news .wrapper h2,
  body .blog-detail-news .wrapper h3,
  body .blog-detail-news .wrapper h4,
  body .blog-detail-news .wrapper h5 {
    margin-top: 0; }
  body .blog-detail-news .wrapper center {
    margin-top: 22px;
    color: #424b68; }
  body .blog-detail-news .wrapper .guest-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 850px; }
    @media (max-width: 595px) {
      body .blog-detail-news .wrapper .guest-author {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: 0; } }
    body .blog-detail-news .wrapper .guest-author img {
      max-width: 308px;
      width: 100%;
      height: 280px;
      margin-right: 20px;
      border-radius: 5px; }
      @media (max-width: 991px) {
        body .blog-detail-news .wrapper .guest-author img {
          max-width: 250px;
          height: 250px;
          -o-object-position: top;
             object-position: top; } }
      @media (max-width: 595px) {
        body .blog-detail-news .wrapper .guest-author img {
          margin: 0 auto 10px; } }
  body .blog-detail-news .wrapper .img-wrap {
    max-width: 599px;
    width: 100%;
    height: auto;
    margin: 0 auto; }
    body .blog-detail-news .wrapper .img-wrap pre .open_grepper_editor {
      display: none !important; }
    body .blog-detail-news .wrapper .img-wrap.big-img {
      width: calc(100% + 338px);
      height: auto;
      overflow: hidden;
      margin-left: -169px;
      max-width: calc(100% + 338px); }
      @media (max-width: 1336px) {
        body .blog-detail-news .wrapper .img-wrap.big-img {
          width: calc(100% + 200px);
          margin-left: -100px; } }
      @media (max-width: 1150px) {
        body .blog-detail-news .wrapper .img-wrap.big-img {
          width: 100%;
          margin-left: 0;
          max-width: 100%; } }
    body .blog-detail-news .wrapper .img-wrap.full-width-img {
      max-width: 100%;
      max-height: 478px;
      margin: 45px auto 43px;
      overflow: hidden; }
      @media (max-width: 991px) {
        body .blog-detail-news .wrapper .img-wrap.full-width-img {
          margin: 25px auto 0;
          max-height: 350px; } }
      @media (max-width: 767px) {
        body .blog-detail-news .wrapper .img-wrap.full-width-img {
          margin: 18px auto 0; } }
      body .blog-detail-news .wrapper .img-wrap.full-width-img img {
        margin-top: 0; }
  body .blog-detail-news .wrapper img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: 36px auto 0; }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper img {
        margin: 25px auto 0; } }
    @media (max-width: 767px) {
      body .blog-detail-news .wrapper img {
        margin: 18px auto 0; } }
  body .blog-detail-news .wrapper pre {
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 100%;
    overflow-x: auto; }
  body .blog-detail-news .wrapper pre,
  body .blog-detail-news .wrapper sub {
    color: #8690a4;
    margin-top: 14px; }
    @media (max-width: 767px) {
      body .blog-detail-news .wrapper pre,
      body .blog-detail-news .wrapper sub {
        margin-top: 10px; } }
  body .blog-detail-news .wrapper sub {
    padding-left: 126px;
    margin: 11px auto 0;
    max-width: 850px;
    display: block;
    font-size: 14px; }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper sub {
        padding-left: 0;
        max-width: 100%; } }
  body .blog-detail-news .wrapper blockquote {
    position: relative;
    padding: 3px 0 0 25px;
    max-width: 626px;
    margin: 24px auto 24px;
    border-radius: 5px;
    overflow: visible; }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper blockquote {
        max-width: 100%;
        margin: 20px auto;
        padding: 0px 0 0 18px; } }
    body .blog-detail-news .wrapper blockquote::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 4px;
      background-color: #5856d6;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    body .blog-detail-news .wrapper blockquote p {
      font-size: 30px;
      margin: 10px 0 5px;
      font-weight: 300;
      line-height: 1.27;
      color: #797a89; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-detail-news .wrapper blockquote p {
          font-size: 26px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .blog-detail-news .wrapper blockquote p {
          font-size: 24px; } }
      @media (max-width: 595px) {
        body .blog-detail-news .wrapper blockquote p {
          font-size: 22px; } }
    body .blog-detail-news .wrapper blockquote span {
      font-size: 18px;
      font-weight: bold;
      text-align: right;
      line-height: 1.67;
      margin: 5px 0 5px auto;
      max-width: 100%;
      display: block;
      color: #797a89; }
      @media (min-width: 1336px) {
        body .blog-detail-news .wrapper blockquote span {
          margin: -2px -12px 5px auto; } }
    body .blog-detail-news .wrapper blockquote.full-width {
      max-width: 100%; }
      body .blog-detail-news .wrapper blockquote.full-width span {
        margin: 5px 0 5px auto; }
  body .blog-detail-news .wrapper ul {
    padding-left: 50px; }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper ul {
        padding-left: 35px; } }
    @media (max-width: 595px) {
      body .blog-detail-news .wrapper ul {
        padding-left: 20px; } }
    body .blog-detail-news .wrapper ul li {
      font-size: 22px;
      line-height: 1.45;
      color: #424b68;
      margin: 22px 0;
      padding-left: 30px;
      letter-spacing: -0.005em; }
      body .blog-detail-news .wrapper ul li:before {
        top: 11px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #424b68; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .blog-detail-news .wrapper ul li {
          font-size: 21px;
          margin-top: 35px; } }
      @media (max-width: 991px) {
        body .blog-detail-news .wrapper ul li {
          font-size: 18px;
          margin: 15px 0;
          padding-left: 20px; } }
      body .blog-detail-news .wrapper ul li a {
        position: relative; }
        body .blog-detail-news .wrapper ul li a:hover::after {
          width: 100%;
          opacity: 1; }
        body .blog-detail-news .wrapper ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          height: 2px;
          width: 0;
          opacity: 0;
          background-color: #68be62;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      body .blog-detail-news .wrapper ul li strong {
        font-size: inherit; }
      body .blog-detail-news .wrapper ul li span {
        color: #444e69;
        margin-right: 5px;
        font-size: 23px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .blog-detail-news .wrapper ul li span {
            font-size: 20px; } }
        @media (max-width: 991px) {
          body .blog-detail-news .wrapper ul li span {
            font-size: 18px; } }
  body .blog-detail-news .wrapper ol {
    padding-left: 50px; }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper ol {
        padding-left: 35px; } }
    @media (max-width: 595px) {
      body .blog-detail-news .wrapper ol {
        padding-left: 20px; } }
    body .blog-detail-news .wrapper ol li {
      font-size: 22px;
      color: #424b68; }
      body .blog-detail-news .wrapper ol li::marker {
        font-size: 22px;
        color: #424b68; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .blog-detail-news .wrapper ol li {
          font-size: 21px; } }
      @media (max-width: 991px) {
        body .blog-detail-news .wrapper ol li {
          font-size: 18px; } }
  body .blog-detail-news .wrapper .tags {
    font-size: 0;
    padding-top: 37px;
    margin-top: 20px;
    position: relative; }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper .tags {
        padding-top: 28px; } }
    @media (max-width: 767px) {
      body .blog-detail-news .wrapper .tags {
        padding-top: 22px;
        margin-top: 10px; } }
    body .blog-detail-news .wrapper .tags::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #bdc4cc; }
    body .blog-detail-news .wrapper .tags span {
      display: block;
      color: #43b1e3;
      margin-top: 10px;
      font-size: 14px; }
    body .blog-detail-news .wrapper .tags a {
      margin: 13px 19px 0 0;
      max-width: 100%; }
      @media (max-width: 991px) {
        body .blog-detail-news .wrapper .tags a {
          max-width: 100%;
          min-width: 150px;
          margin: 13px 5px 0 5px;
          text-align: center; } }
      @media (max-width: 767px) {
        body .blog-detail-news .wrapper .tags a {
          padding: 5px 15px; } }
  body .blog-detail-news .wrapper .card {
    position: relative;
    max-width: 430px;
    margin: 24px auto;
    border-radius: 5px;
    background-color: #f8f9fa;
    font-size: 0;
    padding: 35px 33px;
    overflow: hidden; }
    @media (max-width: 991px) {
      body .blog-detail-news .wrapper .card {
        padding: 28px; } }
    @media (max-width: 595px) {
      body .blog-detail-news .wrapper .card {
        padding: 15px;
        max-width: 100%;
        text-align: center; } }
    body .blog-detail-news .wrapper .card > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    body .blog-detail-news .wrapper .card:hover .content-wrap a {
      border: 2px solid #68be62;
      background-color: rgba(104, 190, 98, 0.15);
      color: #68be62; }
      body .blog-detail-news .wrapper .card:hover .content-wrap a span {
        color: #68be62;
        left: -10px; }
        body .blog-detail-news .wrapper .card:hover .content-wrap a span:after {
          right: -25px;
          opacity: 1; }
    body .blog-detail-news .wrapper .card:hover .content-wrap .btn-default span:after {
      right: -25px; }
    body .blog-detail-news .wrapper .card:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background-color: #bdc4cc; }
    body .blog-detail-news .wrapper .card.big-card {
      max-width: 850px;
      padding: 35px 75px;
      margin-bottom: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-detail-news .wrapper .card.big-card {
          padding: 30px;
          margin-bottom: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .blog-detail-news .wrapper .card.big-card {
          padding: 20px;
          margin-bottom: 30px; } }
      @media (max-width: 595px) {
        body .blog-detail-news .wrapper .card.big-card {
          padding: 20px;
          margin-bottom: 30px; } }
      body .blog-detail-news .wrapper .card.big-card .img-wrap {
        max-width: 211px;
        height: 275px;
        margin-right: 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .blog-detail-news .wrapper .card.big-card .img-wrap {
            margin-right: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .blog-detail-news .wrapper .card.big-card .img-wrap {
            margin-right: 20px;
            max-width: 190px;
            height: 245px; } }
        @media (max-width: 595px) {
          body .blog-detail-news .wrapper .card.big-card .img-wrap {
            display: block;
            margin: 10px auto;
            max-width: 180px;
            height: 210px; } }
      body .blog-detail-news .wrapper .card.big-card .content-wrap {
        max-width: calc(100% - 251px); }
        @media (min-width: 1336px) {
          body .blog-detail-news .wrapper .card.big-card .content-wrap {
            padding-bottom: 8px;
            padding-left: 3px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .blog-detail-news .wrapper .card.big-card .content-wrap {
            max-width: calc(100% - 241px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .blog-detail-news .wrapper .card.big-card .content-wrap {
            max-width: calc(100% - 210px); } }
        @media (max-width: 595px) {
          body .blog-detail-news .wrapper .card.big-card .content-wrap {
            display: block;
            max-width: 400px;
            margin: 10px auto; } }
        body .blog-detail-news .wrapper .card.big-card .content-wrap h5 {
          margin: 0 0 13px 0; }
        body .blog-detail-news .wrapper .card.big-card .content-wrap p {
          margin-top: 6px; }
    body .blog-detail-news .wrapper .card .img-wrap {
      display: inline-block;
      max-width: 155px;
      height: 200px;
      margin-right: 30px;
      vertical-align: middle; }
      @media (max-width: 991px) {
        body .blog-detail-news .wrapper .card .img-wrap {
          margin-right: 20px; } }
      @media (max-width: 595px) {
        body .blog-detail-news .wrapper .card .img-wrap {
          display: block;
          margin: 10px auto; } }
      body .blog-detail-news .wrapper .card .img-wrap img {
        height: 100%;
        margin: 0;
        -o-object-fit: cover;
           object-fit: cover; }
    body .blog-detail-news .wrapper .card .content-wrap {
      display: inline-block;
      max-width: calc(100% - 185px);
      vertical-align: middle; }
      @media (max-width: 595px) {
        body .blog-detail-news .wrapper .card .content-wrap {
          display: block;
          max-width: 100%; } }
      body .blog-detail-news .wrapper .card .content-wrap h5 {
        margin: 0 0 6px 0;
        line-height: 1.2; }
      body .blog-detail-news .wrapper .card .content-wrap p {
        margin-top: 6px;
        font-size: 18px; }
        @media (max-width: 767px) {
          body .blog-detail-news .wrapper .card .content-wrap p {
            font-size: 16px; } }
      body .blog-detail-news .wrapper .card .content-wrap a {
        margin-top: 33px; }
        @media (max-width: 767px) {
          body .blog-detail-news .wrapper .card .content-wrap a {
            margin-top: 22px; } }

body .image-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  body .image-overlay .overlay-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    body .image-overlay .overlay-wrapper:before {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #424b68;
      opacity: 0.9; }
    body .image-overlay .overlay-wrapper .column-wrapper {
      position: relative; }
    body .image-overlay .overlay-wrapper .overlay-box {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: 1161px;
      padding: 29px;
      height: 100%;
      margin: auto;
      overflow: hidden;
      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; }
      body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer {
        max-width: 1065px;
        height: 555px;
        border-radius: 5px; }
        @media (max-width: 1150px) {
          body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer {
            max-width: 850px; } }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer {
            height: 490px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer {
            max-width: 650px;
            height: 380px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer {
            max-width: 550px;
            height: 250px; } }
        @media (max-width: 595px) {
          body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer {
            max-width: 330px;
            height: 200px; } }
        body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer .slick-list {
          height: auto !important;
          overflow: visible !important; }
        body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer img {
          outline: none;
          padding: 0 31px;
          height: 555px;
          border-radius: 5px;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer img {
              height: 490px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer img {
              height: 380px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer img {
              height: 250px; } }
          @media (max-width: 595px) {
            body .image-overlay .overlay-wrapper .overlay-box .slider-img-outer img {
              height: 200px; } }
  body .image-overlay .close-btn {
    position: absolute;
    width: 22px;
    height: 23px;
    top: -50px;
    right: 31px;
    cursor: pointer;
    z-index: 5; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .image-overlay .close-btn {
        width: 18px;
        height: 18px;
        top: -40px;
        right: -15px; } }
    @media (max-width: 767px) {
      body .image-overlay .close-btn {
        width: 18px;
        height: 18px;
        top: -40px; } }
    body .image-overlay .close-btn img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  body .image-overlay.active {
    opacity: 1;
    visibility: visible; }
  body .image-overlay .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    background: none;
    background-image: url("/themes/authentic8/templates/dist/images/icons/slider-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 321px;
    outline: none;
    z-index: 1;
    cursor: pointer; }
    @media (max-width: 767px) {
      body .image-overlay .slick-arrow {
        background-position: bottom;
        height: 22px; } }
    body .image-overlay .slick-arrow.slick-prev {
      left: 0;
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (min-width: 1336px) {
        body .image-overlay .slick-arrow.slick-prev {
          left: -19px; } }
      @media (max-width: 767px) {
        body .image-overlay .slick-arrow.slick-prev {
          left: 103px;
          top: auto;
          bottom: -35px;
          margin: 0; } }
    body .image-overlay .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 1336px) {
        body .image-overlay .slick-arrow.slick-next {
          right: -19px; } }
      @media (max-width: 767px) {
        body .image-overlay .slick-arrow.slick-next {
          right: 103px;
          top: auto;
          bottom: -33px;
          margin: 0; } }

body .icons-with-images {
  height: 732px; }
  @media (max-width: 1336px) {
    body .icons-with-images {
      height: 700px; } }
  @media (max-width: 1150px) {
    body .icons-with-images {
      height: 650px; } }
  @media (min-width: 1337px) and (max-width: 1599px) {
    body .icons-with-images {
      height: 670px; } }
  @media (min-width: 1151px) and (max-width: 1336px) {
    body .icons-with-images {
      height: 650px; } }
  @media (max-width: 1150px) {
    body .icons-with-images {
      height: auto; } }
  @media (min-width: 1151px) {
    body .icons-with-images .img_mobile {
      display: none; } }
  body .icons-with-images .circle-blue {
    position: absolute;
    width: 660px;
    height: 100%;
    top: 0;
    left: 0; }
    @media (max-width: 1250px) {
      body .icons-with-images .circle-blue {
        width: 600px; } }
    @media (max-width: 1150px) {
      body .icons-with-images .circle-blue {
        display: none; } }
    body .icons-with-images .circle-blue:before {
      content: '';
      position: absolute;
      right: -6px;
      top: 0;
      background-image: -webkit-linear-gradient(125deg, #5856d6 30%, #252d6a 100%);
      background-image: -o-linear-gradient(125deg, #5856d6 30%, #252d6a 100%);
      background-image: -webkit-linear-gradient(325deg, #5856d6 30%, #252d6a 100%);
      background-image: -o-linear-gradient(325deg, #5856d6 30%, #252d6a 100%);
      background-image: linear-gradient(125deg, #5856d6 30%, #252d6a 100%);
      width: 1630px;
      height: 1218px;
      top: 0;
      z-index: 1;
      border-bottom-right-radius: 6613px 4953px; }
      @media (min-width: 1700px) and (max-width: 1850px) {
        body .icons-with-images .circle-blue:before {
          border-bottom-right-radius: 3613px 3953px; } }
      @media (min-width: 1851px) {
        body .icons-with-images .circle-blue:before {
          height: 1209px;
          border-bottom-right-radius: 3613px 3953px; } }
      @media (min-width: 1151px) and (max-width: 1599px) {
        body .icons-with-images .circle-blue:before {
          height: 1275px; } }
      @media (max-width: 1150px) {
        body .icons-with-images .circle-blue:before {
          display: none; } }
  @media (max-width: 991px) {
    body .icons-with-images::before {
      display: none; } }
  @media (max-width: 1150px) {
    body .icons-with-images::before {
      display: none; } }
  @media (max-width: 1150px) {
    body .icons-with-images .container {
      padding: 0; } }
  @media (max-width: 991px) {
    body .icons-with-images .container {
      padding: 0; } }
  @media (max-width: 1150px) {
    body .icons-with-images .inner-wrap .icon-outer .logo-text .icon-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    body .icons-with-images .inner-wrap .icon-outer .logo-text .icon-box {
      max-width: 88px;
      margin: 0 auto; } }
  body .icons-with-images .icon-wrap {
    cursor: pointer; }
    @media (max-width: 767px) {
      body .icons-with-images .icon-wrap {
        max-width: 101px;
        margin: 0 auto; } }
    body .icons-with-images .icon-wrap.icon-active {
      cursor: inherit;
      max-width: 78px;
      margin: 0 0 0 auto; }
      @media (max-width: 1150px) {
        body .icons-with-images .icon-wrap.icon-active {
          margin: 0 auto; } }
      @media (min-width: 1151px) {
        body .icons-with-images .icon-wrap.icon-active .icon-box {
          position: absolute;
          opacity: 0;
          z-index: -1;
          visibility: hidden; } }
      @media (min-width: 1336px) {
        body .icons-with-images .icon-wrap.icon-active .icon-box {
          display: none; } }
      @media (min-width: 1151px) {
        body .icons-with-images .icon-wrap.icon-active .active-img {
          position: relative !important;
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1, 1);
               -o-transform: scale(1, 1);
                  transform: scale(1, 1);
          top: -10px;
          -webkit-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
          transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
          -o-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
          transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out, transform 0.6s ease-in-out;
          transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; } }
    body .icons-with-images .icon-wrap.active span .img-1 {
      opacity: 0 !important;
      visibility: hidden !important;
      position: absolute !important; }
    body .icons-with-images .icon-wrap.active span .img-2 {
      opacity: 1 !important;
      visibility: visible !important;
      position: relative !important; }
  body .icons-with-images .content-wrap {
    max-width: 504px;
    width: 100%;
    height: 100%;
    font-size: 0;
    margin-left: auto;
    position: absolute;
    z-index: 1; }
    @media (max-width: 991px) {
      body .icons-with-images .content-wrap {
        background-image: -webkit-linear-gradient(327deg, #5856d6 1%, #252d6a 100%);
        background-image: -o-linear-gradient(327deg, #5856d6 1%, #252d6a 100%);
        background-image: linear-gradient(123deg, #5856d6 1%, #252d6a 100%);
        position: relative;
        max-width: 100%;
        padding: 150px 20px 30px; } }
    @media (max-width: 991px) {
      body .icons-with-images .content-wrap {
        padding: 80px 20px 30px; } }
    @media (min-width: 1150px) and (max-width: 1400px) {
      body .icons-with-images .content-wrap {
        max-width: 450px; } }
    @media (min-width: 1151px) and (max-width: 1599px) {
      body .icons-with-images .content-wrap {
        max-width: 450px; } }
    @media (max-width: 1150px) {
      body .icons-with-images .content-wrap {
        max-width: 100%;
        position: relative;
        background-image: -webkit-linear-gradient(327deg, #5856d6 1%, #252d6a 100%);
        background-image: -o-linear-gradient(327deg, #5856d6 1%, #252d6a 100%);
        background-image: linear-gradient(123deg, #5856d6 1%, #252d6a 100%);
        position: relative;
        max-width: 100%;
        padding: 60px 20px 30px; } }
    @media (max-width: 767px) {
      body .icons-with-images .content-wrap {
        padding: 45px 20px 30px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5856d6), to(#252d6a));
        background-image: -webkit-linear-gradient(top, #5856d6 0%, #252d6a 100%);
        background-image: -o-linear-gradient(top, #5856d6 0%, #252d6a 100%);
        background-image: linear-gradient(to bottom, #5856d6 0%, #252d6a 100%); } }
    body .icons-with-images .content-wrap .inner-wrap {
      margin-left: auto;
      position: relative;
      padding-top: 137px;
      z-index: 1; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body .icons-with-images .content-wrap .inner-wrap {
          padding-top: 80px; } }
      @media (max-width: 1150px) {
        body .icons-with-images .content-wrap .inner-wrap {
          padding-top: 0;
          text-align: center; } }
      @media (max-width: 767px) {
        body .icons-with-images .content-wrap .inner-wrap {
          text-align: left; } }
      @media (max-width: 991px) {
        body .icons-with-images .content-wrap .inner-wrap {
          padding-top: 0; } }
      body .icons-with-images .content-wrap .inner-wrap h2 {
        max-width: 100%;
        color: #ffffff; }
        @media (max-width: 1150px) {
          body .icons-with-images .content-wrap .inner-wrap h2 {
            text-align: left;
            margin: 0 auto; } }
        @media (min-width: 1025px) and (max-width: 1150px) {
          body .icons-with-images .content-wrap .inner-wrap h2 {
            max-width: 1020px;
            width: 100%;
            margin: 0 auto;
            padding-left: 93px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .icons-with-images .content-wrap .inner-wrap h2 {
            max-width: 990px;
            padding-left: 91px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .icons-with-images .content-wrap .inner-wrap h2 {
            max-width: 760px;
            padding-left: 61px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .icons-with-images .content-wrap .inner-wrap h2 {
            max-width: 595px;
            padding-left: 43px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .icons-with-images .content-wrap .inner-wrap h2 {
            max-width: 480px;
            padding-left: 41px; } }
        @media (max-width: 480px) {
          body .icons-with-images .content-wrap .inner-wrap h2 {
            max-width: 320px;
            padding-left: 27px;
            padding-right: 20px; } }
      body .icons-with-images .content-wrap .inner-wrap .text-link {
        position: relative; }
      body .icons-with-images .content-wrap .inner-wrap .text-wrap {
        max-width: 380px;
        margin-right: 20px;
        display: inline-block; }
        @media (min-width: 1151px) and (max-width: 1336px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            margin-right: 0; } }
        @media (max-width: 1150px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            text-align: left;
            display: block;
            width: 100%;
            margin: 0 auto; } }
        @media (min-width: 1025px) and (max-width: 1150px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            max-width: 1020px;
            padding-left: 96px;
            padding-right: 87px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            max-width: 990px;
            padding-left: 91px;
            padding-right: 46px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            max-width: 760px;
            padding-left: 63px;
            padding-right: 49px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            max-width: 595px;
            padding-left: 43px;
            padding-right: 49px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            max-width: 480px;
            padding-left: 41px;
            padding-right: 49px; } }
        @media (max-width: 480px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            max-width: 320px;
            padding-left: 27px; } }
        @media (max-width: 767px) {
          body .icons-with-images .content-wrap .inner-wrap .text-wrap {
            text-align: left; } }
        body .icons-with-images .content-wrap .inner-wrap .text-wrap h5 {
          color: #ffffff;
          font-weight: normal;
          line-height: 1.59;
          margin-top: 20px; }
          @media (max-width: 1150px) {
            body .icons-with-images .content-wrap .inner-wrap .text-wrap h5 {
              margin-top: 10px; } }
        body .icons-with-images .content-wrap .inner-wrap .text-wrap .btn-wrap {
          margin-top: 33px; }
          @media (max-width: 1150px) {
            body .icons-with-images .content-wrap .inner-wrap .text-wrap .btn-wrap {
              margin-top: 20px; } }
      body .icons-with-images .content-wrap .inner-wrap .btn-wrap {
        margin-top: 31px; }
        @media (max-width: 1150px) {
          body .icons-with-images .content-wrap .inner-wrap .btn-wrap {
            margin-top: 20px; } }
        @media (max-width: 767px) {
          body .icons-with-images .content-wrap .inner-wrap .btn-wrap {
            text-align: center; } }
      body .icons-with-images .content-wrap .inner-wrap .icon-outer {
        margin-top: 0px;
        max-width: 164px;
        position: absolute;
        left: 100%;
        top: 32px; }
        @media (min-width: 1851px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            left: calc(100% + 30px); } }
        @media (min-width: 1700px) and (max-width: 1850px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            left: calc(100% + 27px); } }
        @media (min-width: 1338px) and (max-width: 1450px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            left: calc(100% + 236px);
            top: -40px; } }
        @media (min-width: 1151px) and (max-width: 1599px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            left: calc(100% + 105px);
            top: -40px; } }
        @media (max-width: 1250px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            left: calc(100% + 45px); } }
        @media (max-width: 1150px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            max-width: 750px;
            width: 100%;
            margin: 0 auto;
            display: block;
            margin-top: 0;
            position: relative;
            left: auto;
            top: auto !important;
            opacity: 0; } }
        @media (min-width: 1025px) and (max-width: 1150px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            max-width: 1024px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            max-width: 990px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            max-width: 760px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            max-width: 595px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            max-width: 480px; } }
        @media (max-width: 480px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer {
            max-width: 320px; } }
        @media (max-width: 1150px) {
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .slick-track {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text {
          font-size: 0;
          position: absolute;
          right: -40px;
          top: 7px;
          width: 168px; }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:focus {
            outline: none; }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:nth-child(2) {
            right: 13px;
            top: 130px; }
            @media (min-width: 1851px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:nth-child(2) {
                right: -8px; } }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:nth-child(3) {
            right: 96px;
            top: 261px; }
            @media (min-width: 1151px) and (max-width: 1599px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:nth-child(3) {
                right: 66px; } }
            @media (min-width: 1851px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:nth-child(3) {
                right: 48px; } }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:nth-child(4) {
            right: 192px;
            top: 387px; }
            @media (min-width: 1151px) and (max-width: 1599px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:nth-child(4) {
                right: 125px; } }
            @media (min-width: 1851px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:nth-child(4) {
                right: 115px; } }
          @media (max-width: 1150px) {
            body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text {
              position: relative;
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 calc(25% - 20px);
                      flex: 0 0 calc(25% - 20px);
              max-width: calc(25% - 20px);
              margin: 20px 10px 0;
              min-height: 100px;
              text-align: center;
              top: auto !important;
              left: auto !important;
              right: auto !important; }
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text:last-child {
                margin-top: 20px; } }
          @media (max-width: 480px) {
            body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 calc(50% - 20px);
                      flex: 0 0 calc(50% - 20px);
              max-width: calc(50% - 20px);
              margin: 20px 10px 0; } }
          @media (max-width: 480px) {
            body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text.slick-active {
              margin: 10px 1px 0; } }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text.slick-current .icon-box {
            display: none; }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text.slick-current .active-img {
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span {
            color: #ffffff;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.72px;
            display: inline-block;
            width: calc(100% - 66px);
            vertical-align: bottom;
            text-align: right;
            text-transform: uppercase;
            -webkit-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
            @media (min-width: 1151px) and (max-width: 1336px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span {
                margin-right: 10px; } }
            @media (max-width: 1150px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span {
                max-width: 86px;
                display: block;
                text-align: center;
                width: 100%;
                margin: 10px auto 0px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span {
                width: 100%; } }
            @media (max-width: 480px) {
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span {
                font-size: 8px;
                max-width: 59px; } }
            body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span.logo-box {
              position: relative;
              cursor: pointer;
              width: 100%;
              max-width: 50px;
              max-height: 57px;
              height: 100%;
              margin-left: 16px;
              display: inline-block; }
              @media (max-width: 1336px) {
                body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span.logo-box {
                  margin: 0 auto; } }
              @media (max-width: 1150px) {
                body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span.logo-box {
                  width: 50px;
                  height: 55px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span.logo-box {
                  width: 50px;
                  height: 55px; } }
              @media (max-width: 595px) {
                body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span.logo-box {
                  height: 54px;
                  width: 36px; } }
            body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span img {
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain;
              position: absolute;
              opacity: 0;
              left: 0;
              top: 0;
              visibility: hidden;
              -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: 767px) {
                body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span img {
                  opacity: 1;
                  visibility: visible; } }
              body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span img.img-1 {
                position: relative;
                opacity: 1;
                visibility: visible; }
              @media (max-width: 767px) {
                body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span img.img-2 {
                  opacity: 0;
                  visibility: hidden; } }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text .icon-wrap.click-active .logo-box .img-1 {
            opacity: 0;
            visibility: visible;
            position: absolute; }
          body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text .icon-wrap.click-active .logo-box .img-2 {
            opacity: 1;
            visibility: visible;
            position: relative; }
          @media (max-width: 1150px) {
            body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text .icon-wrap .icon-box:hover .logo-box .img-1 {
              opacity: 0;
              visibility: visible; } }
          @media (max-width: 1150px) {
            body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text .icon-wrap .icon-box:hover .logo-box .img-2 {
              opacity: 1;
              visibility: visible; } }
          @media (max-width: 1150px) {
            body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text .icon-wrap .icon-box .logo-box img {
              height: auto !important;
              bottom: 0;
              top: auto;
              position: absolute !important; } }
  @media (max-width: 1150px) {
    body .icons-with-images .content-outer .img-grid img {
      -o-object-position: inherit;
         object-position: inherit; } }
  body .icons-with-images .grid-outer {
    width: 77.5%;
    height: 800px;
    margin-left: auto;
    position: relative;
    max-width: 100%;
    z-index: 1; }
    @media (min-width: 1700px) {
      body .icons-with-images .grid-outer {
        width: 67%; } }
    @media (min-width: 1337px) and (max-width: 1599px) {
      body .icons-with-images .grid-outer {
        width: 67.5%; } }
    @media (min-width: 1151px) and (max-width: 1336px) {
      body .icons-with-images .grid-outer {
        width: 67%; } }
    @media (min-width: 1151px) {
      body .icons-with-images .grid-outer {
        position: absolute;
        height: 100%;
        right: 0;
        top: 0; } }
    @media (max-width: 1150px) {
      body .icons-with-images .grid-outer {
        max-width: 100%;
        width: 100%;
        height: 400px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .icons-with-images .grid-outer {
        height: 380px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .icons-with-images .grid-outer {
        height: 350px; } }
    @media (max-width: 595px) {
      body .icons-with-images .grid-outer {
        height: 300px; } }
    body .icons-with-images .grid-outer .content-outer.show-info .img-grid img {
      opacity: 1;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    body .icons-with-images .grid-outer .content-outer.show-info .text-box {
      opacity: 1;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    body .icons-with-images .grid-outer .content-outer.hide-img .img-grid img {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    body .icons-with-images .grid-outer .content-outer.hide-img .text-box {
      opacity: 0; }
    body .icons-with-images .grid-outer .content-outer.hide-img.hover-hidden .img-grid img {
      opacity: 1;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    body .icons-with-images .grid-outer .content-outer.hide-img.hover-hidden .text-box {
      opacity: 1;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    body .icons-with-images .grid-outer .default-box {
      height: 100%;
      position: relative;
      z-index: 1;
      opacity: 1;
      visibility: visible; }
      @media (min-width: 1600px) {
        body .icons-with-images .grid-outer .default-box img {
          -o-object-position: bottom;
             object-position: bottom; } }
      body .icons-with-images .grid-outer .default-box.hover-active {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        visibility: visible; }
    body .icons-with-images .grid-outer.hide-default .default-box {
      position: absolute;
      z-index: -1;
      opacity: 0;
      visibility: hidden; }
    body .icons-with-images .grid-outer.hide-default .image-content {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 1;
      opacity: 1;
      visibility: visible; }
    body .icons-with-images .grid-outer img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 1151px) and (max-width: 1336px) {
        body .icons-with-images .grid-outer img {
          -o-object-position: 66% 100%;
             object-position: 66% 100%; } }
  body .icons-with-images .img-grid {
    height: 100%; }
    body .icons-with-images .img-grid:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #151831;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0; }
      @media (max-width: 1150px) {
        body .icons-with-images .img-grid:after {
          opacity: 0.7; } }
  body .icons-with-images .active-info {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    height: 100%;
    -webkit-transition: opacity 0.75s ease-in-out, visibility 0.75s ease-in-out;
    -o-transition: opacity 0.75s ease-in-out, visibility 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, visibility 0.75s ease-in-out; }
    @media (max-width: 1150px) {
      body .icons-with-images .active-info {
        width: 73%; } }
    @media (max-width: 480px) {
      body .icons-with-images .active-info {
        width: 82%; } }
  body .icons-with-images .image-content {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: -1; }
    body .icons-with-images .image-content.active {
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 1;
      visibility: visible;
      position: relative; }
  body .icons-with-images .content-outer {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, z-index 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, z-index 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, z-index 0.5s ease-in-out; }
    body .icons-with-images .content-outer.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      z-index: 1;
      -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; }
  body .icons-with-images .img-box {
    height: 100%; }
    @media (min-width: 1151px) {
      body .icons-with-images .img-box {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; } }
    @media (max-width: 1150px) {
      body .icons-with-images .img-box {
        height: 400px;
        opacity: 1;
        visibility: visible; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .icons-with-images .img-box {
        height: 380px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .icons-with-images .img-box {
        height: 350px; } }
    @media (max-width: 595px) {
      body .icons-with-images .img-box {
        height: 300px; } }
    @media (max-width: 1150px) {
      body .icons-with-images .img-box .img1 {
        display: none; } }
    @media (max-width: 1150px) {
      body .icons-with-images .img-box .img_mobile {
        display: block; } }
    body .icons-with-images .img-box .img_mobile img {
      -o-object-position: inherit !important;
         object-position: inherit !important; }
  body .icons-with-images .text-box {
    position: absolute;
    right: 0;
    padding: 0 200px 0 20px;
    bottom: 49px;
    width: 100%;
    max-width: calc(100% - 471px); }
    @media (min-width: 1700px) {
      body .icons-with-images .text-box {
        max-width: calc(100% - 471px); } }
    @media (min-width: 1337px) and (max-width: 1599px) {
      body .icons-with-images .text-box {
        max-width: calc(100% - 301px);
        padding: 0 106px 0 7px;
        bottom: 30px; } }
    @media (max-width: 1336px) {
      body .icons-with-images .text-box {
        padding: 0 47px 0 20px;
        bottom: 20px;
        max-width: 580px; } }
    @media (max-width: 1150px) {
      body .icons-with-images .text-box {
        width: 100%;
        max-width: 100%;
        padding: 0; } }
    @media (min-width: 1151px) {
      body .icons-with-images .text-box {
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .icons-with-images .text-box {
        max-width: 100%;
        left: 0;
        right: auto; } }
    @media (max-width: 767px) {
      body .icons-with-images .text-box {
        bottom: 0px;
        left: 0;
        top: 0;
        bottom: 0px;
        margin: 0 auto;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 595px) {
      body .icons-with-images .text-box {
        width: 100%;
        max-width: 100%; } }
    body .icons-with-images .text-box h4 {
      color: white;
      font-weight: 600;
      margin-bottom: 5px; }
      @media (max-width: 1150px) {
        body .icons-with-images .text-box h4 {
          width: 100%;
          margin: 0 auto; } }
      @media (min-width: 1025px) and (max-width: 1150px) {
        body .icons-with-images .text-box h4 {
          max-width: 1020px;
          padding: 0 200px 0 80px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .icons-with-images .text-box h4 {
          max-width: 956px;
          padding: 0 200px 0 48px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .icons-with-images .text-box h4 {
          max-width: 760px;
          padding: 0 100px 0 33px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .icons-with-images .text-box h4 {
          max-width: 595px;
          padding: 0 50px 0 15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .icons-with-images .text-box h4 {
          padding: 0 20px 0 0;
          max-width: 480px;
          width: 100%;
          margin: 0 auto; } }
      @media (max-width: 480px) {
        body .icons-with-images .text-box h4 {
          padding: 0 20px 0 0;
          max-width: 320px;
          width: 100%;
          margin: 0 auto; } }
    body .icons-with-images .text-box p {
      color: white;
      margin-bottom: 24px; }
      @media (max-width: 1150px) {
        body .icons-with-images .text-box p {
          width: 100%;
          margin: 0 auto 10px; } }
      @media (min-width: 1025px) and (max-width: 1150px) {
        body .icons-with-images .text-box p {
          max-width: 1020px;
          padding: 0 200px 0 80px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .icons-with-images .text-box p {
          max-width: 956px;
          padding: 0 200px 0 48px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .icons-with-images .text-box p {
          max-width: 760px;
          padding: 0 100px 0 33px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .icons-with-images .text-box p {
          max-width: 595px;
          padding: 0 50px 0 15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .icons-with-images .text-box p {
          max-width: 480px;
          padding: 0 20px 0 0; } }
      @media (max-width: 480px) {
        body .icons-with-images .text-box p {
          max-width: 320px;
          padding: 0 20px 0 0; } }
    @media (max-width: 1150px) {
      body .icons-with-images .text-box .btn-wrap {
        width: 100%;
        margin: 0 auto; } }
    @media (min-width: 1025px) and (max-width: 1150px) {
      body .icons-with-images .text-box .btn-wrap {
        max-width: 1020px;
        padding: 0 10px 0 80px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .icons-with-images .text-box .btn-wrap {
        max-width: 956px;
        padding: 0 10px 0 48px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .icons-with-images .text-box .btn-wrap {
        max-width: 760px;
        padding: 0 10px 0 33px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .icons-with-images .text-box .btn-wrap {
        max-width: 595px;
        padding: 0 10px 0 15px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .icons-with-images .text-box .btn-wrap {
        max-width: 480px;
        padding: 0 10px 0 0; } }
    @media (max-width: 480px) {
      body .icons-with-images .text-box .btn-wrap {
        max-width: 320px;
        padding: 0 10px 0 0; } }
  body .icons-with-images .learn-more:hover {
    color: #ffffff; }
  body .icons-with-images .active-img {
    opacity: 0;
    -webkit-transform: scale(0, 0);
         -o-transform: scale(0, 0);
            transform: scale(0, 0);
    position: absolute;
    visibility: hidden;
    max-width: 68px;
    width: 100%;
    height: 81px; }
    @media (max-width: 1150px) {
      body .icons-with-images .active-img {
        left: 0;
        right: 0;
        top: 0;
        bottom: 37px;
        margin: auto !important;
        -webkit-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .icons-with-images .active-img {
        max-width: 65px;
        height: 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .icons-with-images .active-img {
        height: 70px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .icons-with-images .active-img {
        bottom: 34px;
        max-width: 60px;
        height: 65px; } }
    @media (max-width: 595px) {
      body .icons-with-images .active-img {
        max-width: 50px;
        height: 55px;
        margin: 0 auto;
        right: 0;
        bottom: 43px; } }
    body .icons-with-images .active-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 1150px) {
        body .icons-with-images .active-img img {
          margin: 0 auto; } }
  body .icons-with-images .content-outer.hover-hidden {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; }
    @media (min-width: 1151px) {
      body .icons-with-images .content-outer.hover-hidden .img-box {
        opacity: 1;
        visibility: visible; } }
  @media (min-width: 1151px) {
    body .icons-with-images .content-outer.show-info {
      opacity: 1;
      visibility: visible;
      z-index: 1;
      position: relative;
      right: auto; } }
  @media (min-width: 1151px) {
    body .icons-with-images .content-outer.show-info.hover-hidden {
      opacity: 1;
      visibility: visible;
      z-index: 1;
      position: relative;
      right: auto; } }
  @media (min-width: 1151px) {
    body .icons-with-images .content-outer.show-info .img-box {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      width: 100%;
      display: none; } }
  @media (min-width: 1151px) {
    body .icons-with-images .content-outer.show-info .active-info {
      opacity: 1;
      position: relative;
      visibility: visible;
      z-index: 1; } }
  @media (min-width: 1151px) {
    body .icons-with-images .container {
      z-index: 2;
      overflow: visible;
      height: 100%;
      margin: 0 0;
      max-width: 669px;
      width: 100%; } }
  @media (min-width: 1151px) and (max-width: 1250px) {
    body .icons-with-images .container {
      max-width: 612px; } }
  @media (min-width: 1920px) {
    body .icons-with-images .container {
      left: 294px !important; } }
  body .icons-with-images .content-outer.slick-current .active-info {
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  body .icons-with-images .content-outer.slick-current .img-grid {
    opacity: 0; }
  @media (max-width: 1150px) {
    body .icons-with-images.slick-icon-wrapper .content-wrap .inner-wrap .icon-outer {
      opacity: 1;
      margin-top: 10px; } }

body.touch .icons-with-images .logo-text .icon-box:hover .img-1 {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important; }

body.touch .icons-with-images .logo-text .icon-box:hover .img-2 {
  position: absolute !important;
  opacity: 0 !important;
  visibility: hidden !important; }

@media (max-width: 1150px) {
  body .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span img {
    margin-top: 0 !important; } }

body .banner-third-level {
  overflow: visible;
  padding: 0;
  height: 244px;
  background-image: -webkit-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
  background-image: -o-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
  background-image: linear-gradient(246deg, #5856d6 -31%, #252d6a 82%); }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .banner-third-level {
      height: 240px; } }
  @media (max-width: 991px) {
    body .banner-third-level {
      height: 240px; } }
  body .banner-third-level .bg-img {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden; }
    body .banner-third-level .bg-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: bottom;
         object-position: bottom; }
  body .banner-third-level .v-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  body .banner-third-level .inner-text {
    max-width: 100%;
    margin-left: 0px; }
    @media (min-width: 1336px) {
      body .banner-third-level .inner-text {
        padding-top: 15px; } }
    @media (max-width: 991px) {
      body .banner-third-level .inner-text {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      body .banner-third-level .inner-text {
        max-width: 100%; } }
    body .banner-third-level .inner-text .upper-text {
      color: #ffffff;
      max-width: 850px;
      margin-bottom: 6px;
      letter-spacing: 0.075em; }
    body .banner-third-level .inner-text h1 {
      color: #ffffff; }
    body .banner-third-level .inner-text h2 {
      color: #ffffff; }
    body .banner-third-level .inner-text h5 {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 2px; }
      @media (min-width: 992px) {
        body .banner-third-level .inner-text h5 {
          max-width: 730px; } }
      @media (max-width: 991px) {
        body .banner-third-level .inner-text h5 {
          font-size: 18px; } }
  body .banner-third-level.without-img-banner .bg-img {
    display: none; }

body .card-grid h2 {
  margin-bottom: 20px; }

body .card-grid .column-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  outline: none; }
  @media (max-width: 1336px) {
    body .card-grid .column-wrapper {
      width: 100%;
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-grid .column-wrapper {
      width: calc(100% + 10px);
      margin-left: -5px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .card-grid .column-wrapper {
      width: calc(100% + 10px);
      margin-left: -5px; } }
  body .card-grid .column-wrapper .card {
    position: relative;
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    max-width: 410px;
    width: 100%;
    min-height: 358px;
    background: #ffffff;
    border-radius: 5px;
    border: solid 2px #bdc4cc;
    border-top: 0;
    margin: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: none;
    clear: both;
    padding: 32px 21px 40px 25px;
    outline: none; }
    body .card-grid .column-wrapper .card:before {
      content: '';
      position: absolute;
      top: 0;
      left: -2px;
      width: 101%;
      height: 7px;
      background-color: #5856d6;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      @media (max-width: 991px) {
        body .card-grid .column-wrapper .card:before {
          width: 100.9%; } }
      @media screen and (min-width: 597px) and (max-width: 630px) {
        body .card-grid .column-wrapper .card:before {
          left: -1px; } }
      @media (max-width: 595px) {
        body .card-grid .column-wrapper .card:before {
          left: -1px;
          width: 100.3%; } }
      @media screen and (min-width: 481px) and (max-width: 544px) {
        body .card-grid .column-wrapper .card:before {
          width: 100.6%; } }
      @media (max-width: 480px) {
        body .card-grid .column-wrapper .card:before {
          width: 100.4%; } }
      @media screen and (min-width: 300px) and (max-width: 420px) {
        body .card-grid .column-wrapper .card:before {
          width: 100.6%; } }
    body .card-grid .column-wrapper .card .icon-with-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        body .card-grid .column-wrapper .card .icon-with-heading {
          margin-bottom: 10px; } }
      body .card-grid .column-wrapper .card .icon-with-heading .icon-box {
        width: 47px;
        height: 52px;
        overflow: hidden;
        margin-right: 22px; }
        @media (max-width: 767px) {
          body .card-grid .column-wrapper .card .icon-with-heading .icon-box {
            width: 30px;
            height: 42px;
            margin-right: 15px; } }
        body .card-grid .column-wrapper .card .icon-with-heading .icon-box svg,
        body .card-grid .column-wrapper .card .icon-with-heading .icon-box img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 100%; }
      body .card-grid .column-wrapper .card .icon-with-heading span {
        display: block;
        font-family: "proxima-nova";
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        max-width: 210px;
        overflow: hidden;
        letter-spacing: normal;
        color: #5856d6;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          body .card-grid .column-wrapper .card .icon-with-heading span {
            font-size: 14px; } }
    body .card-grid .column-wrapper .card .card-body {
      padding-bottom: 30px;
      position: relative;
      height: calc(100% - 20%); }
      @media (max-width: 991px) {
        body .card-grid .column-wrapper .card .card-body {
          padding-bottom: 25px; } }
      body .card-grid .column-wrapper .card .card-body span {
        color: #8690a4;
        display: block;
        position: relative;
        padding: 0;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 0.84px;
        text-transform: uppercase; }
        @media (max-width: 480px) {
          body .card-grid .column-wrapper .card .card-body span {
            font-size: 12px; } }
      body .card-grid .column-wrapper .card .card-body .date-time {
        margin-bottom: 8px; }
        body .card-grid .column-wrapper .card .card-body .date-time span {
          display: inline-block;
          padding: 0 15px; }
          @media (max-width: 767px) {
            body .card-grid .column-wrapper .card .card-body .date-time span {
              padding: 0 8px; } }
          body .card-grid .column-wrapper .card .card-body .date-time span.heading-a {
            display: block; }
          body .card-grid .column-wrapper .card .card-body .date-time span:first-child {
            padding-left: 0; }
            body .card-grid .column-wrapper .card .card-body .date-time span:first-child:before {
              display: none; }
          body .card-grid .column-wrapper .card .card-body .date-time span:before {
            content: '';
            position: absolute;
            width: 2px;
            height: 55%;
            left: 0;
            top: 4px;
            background-color: #8690a4; }
      body .card-grid .column-wrapper .card .card-body .new-icon {
        width: 59px;
        height: 59px;
        margin-bottom: 18px;
        border-radius: 50%; }
        body .card-grid .column-wrapper .card .card-body .new-icon.full-with-icon {
          width: 100%;
          border-radius: 0;
          max-width: 272px; }
          @media (max-width: 767px) {
            body .card-grid .column-wrapper .card .card-body .new-icon.full-with-icon {
              max-width: 219px; } }
        @media (max-width: 767px) {
          body .card-grid .column-wrapper .card .card-body .new-icon {
            width: 40px;
            height: 40px; } }
        body .card-grid .column-wrapper .card .card-body .new-icon img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 100%; }
    body .card-grid .column-wrapper .card h4 {
      -webkit-line-clamp: 4;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-weight: 600;
      max-height: 148px; }
      body .card-grid .column-wrapper .card h4 a {
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 600;
        font-size: 30px;
        max-height: 148px;
        color: #151930; }
        @media (max-width: 1336px) {
          body .card-grid .column-wrapper .card h4 a {
            -webkit-line-clamp: 3;
            max-height: 111px; } }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .card-grid .column-wrapper .card h4 a {
            font-size: 28px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .card-grid .column-wrapper .card h4 a {
            font-size: 24px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .card-grid .column-wrapper .card h4 a {
            font-size: 22px; } }
        @media (max-width: 595px) {
          body .card-grid .column-wrapper .card h4 a {
            -webkit-line-clamp: 2;
            font-size: 20px; } }
      @media (max-width: 1336px) {
        body .card-grid .column-wrapper .card h4 {
          -webkit-line-clamp: 3;
          max-height: 111px; } }
      @media (max-width: 595px) {
        body .card-grid .column-wrapper .card h4 {
          -webkit-line-clamp: 2;
          max-height: 74px; } }
    body .card-grid .column-wrapper .card p {
      -webkit-line-clamp: 5;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      padding-top: 11px;
      color: #424c67; }
      @media (max-width: 1336px) {
        body .card-grid .column-wrapper .card p {
          -webkit-line-clamp: 4; } }
      @media (max-width: 991px) {
        body .card-grid .column-wrapper .card p {
          -webkit-line-clamp: 3;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; } }
      @media (max-width: 767px) {
        body .card-grid .column-wrapper .card p {
          padding-top: 12px; } }
      @media (max-width: 595px) {
        body .card-grid .column-wrapper .card p {
          -webkit-line-clamp: 2; } }
    body .card-grid .column-wrapper .card .btn-box {
      position: absolute;
      bottom: 20px;
      width: auto;
      left: 25px; }
      @media (max-width: 1336px) {
        body .card-grid .column-wrapper .card .btn-box {
          left: 21px; } }
      @media (min-width: 992px) {
        body .card-grid .column-wrapper .card .btn-box .learn-more {
          font-size: 16px; } }
    body .card-grid .column-wrapper .card .edit {
      z-index: 10;
      margin-bottom: 0; }
    body .card-grid .column-wrapper .card .field-content > a {
      position: absolute;
      right: 25px;
      bottom: 25px; }
    body .card-grid .column-wrapper .card:hover {
      height: 100%;
      -webkit-box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36);
              box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36); }
      body .card-grid .column-wrapper .card:hover .card-body p {
        max-height: 158px; }
        @media (max-width: 991px) {
          body .card-grid .column-wrapper .card:hover .card-body p {
            max-height: 145px; } }
        @media (max-width: 767px) {
          body .card-grid .column-wrapper .card:hover .card-body p {
            max-height: 130px; } }
        @media (max-width: 595px) {
          body .card-grid .column-wrapper .card:hover .card-body p {
            max-height: 100px; } }
      body .card-grid .column-wrapper .card:hover .btn-box .btn::after {
        right: -11px; }
    body .card-grid .column-wrapper .card.border-sky-blue:before {
      background-color: #3cb0e5; }
    body .card-grid .column-wrapper .card.border-sky-blue .icon-with-heading span {
      color: #3cb0e5; }
    body .card-grid .column-wrapper .card.border-green:before {
      background-color: #86bc67; }
    body .card-grid .column-wrapper .card.border-green .icon-with-heading span {
      color: #86bc67; }
    body .card-grid .column-wrapper .card.border-dark-purple:before {
      background-color: #252d6a; }
    body .card-grid .column-wrapper .card.border-dark-purple .icon-with-heading span {
      color: #252d6a; }
    body .card-grid .column-wrapper .card.border-dark-blue:before {
      background-color: #135a88; }
    body .card-grid .column-wrapper .card.border-dark-blue .icon-with-heading span {
      color: #135a88; }
    body .card-grid .column-wrapper .card.border-gray:before {
      background-color: #bdc4cc; }
    body .card-grid .column-wrapper .card.border-gray .icon-with-heading span {
      color: #bdc4cc; }
    body .card-grid .column-wrapper .card.border-purple:before {
      background-color: #343596; }
    body .card-grid .column-wrapper .card.border-purple .icon-with-heading span {
      color: #343596; }
    body .card-grid .column-wrapper .card.border-hex:before {
      background-color: #1d405a; }
    body .card-grid .column-wrapper .card.border-hex .icon-with-heading span {
      color: #1d405a; }
    body .card-grid .column-wrapper .card.border-dark-green:before {
      background-color: #174619; }
    body .card-grid .column-wrapper .card.border-dark-green .icon-with-heading span {
      color: #174619; }
    body .card-grid .column-wrapper .card.border-guide:before {
      background-color: #3e7b42; }
    body .card-grid .column-wrapper .card.border-guide .icon-with-heading span {
      color: #3e7b42; }
    body .card-grid .column-wrapper .card.border-handbook:before {
      background-color: #8690a4; }
    body .card-grid .column-wrapper .card.border-handbook .icon-with-heading span {
      color: #8690a4; }
    body .card-grid .column-wrapper .card.border-report:before {
      background-color: #424b68; }
    body .card-grid .column-wrapper .card.border-report .icon-with-heading span {
      color: #424b68; }
    body .card-grid .column-wrapper .card.border-french-blue-gradient:before {
      background-image: -webkit-gradient(linear, right top, left top, from(#3c64b1), to(#3cb0e5));
      background-image: -webkit-linear-gradient(right, #3c64b1, #3cb0e5);
      background-image: -o-linear-gradient(right, #3c64b1, #3cb0e5);
      background-image: linear-gradient(to left, #3c64b1, #3cb0e5); }
    body .card-grid .column-wrapper .card.border-news:before {
      background-image: -webkit-repeating-linear-gradient(left, #03b2de -63%, #149be2 -42%, #485aee 23%, #6e2bf7 100%, #8e03ff 143%);
      background-image: -o-repeating-linear-gradient(left, #03b2de -63%, #149be2 -42%, #485aee 23%, #6e2bf7 100%, #8e03ff 143%);
      background-image: repeating-linear-gradient(to right, #03b2de -63%, #149be2 -42%, #485aee 23%, #6e2bf7 100%, #8e03ff 143%); }
    body .card-grid .column-wrapper .card.border-news .icon-with-heading span {
      color: #3770ea; }
    body .card-grid .column-wrapper .card.border-press-release:before {
      background-color: transparent;
      background-image: -webkit-linear-gradient(359deg, #3cb0e5 -5%, #595ad3 100%);
      background-image: -o-linear-gradient(359deg, #3cb0e5 -5%, #595ad3 100%);
      background-image: linear-gradient(91deg, #3cb0e5 -5%, #595ad3 100%); }
    body .card-grid .column-wrapper .card.border-press-release .icon-with-heading span {
      color: #3daae4; }
    body .card-grid .column-wrapper .card.border-event:before {
      background-image: -webkit-gradient(linear, left top, right top, from(#377dce), color-stop(#3876d1), color-stop(#3f6ed4), color-stop(#4b64d4), to(#595ad3));
      background-image: -webkit-linear-gradient(left, #377dce, #3876d1, #3f6ed4, #4b64d4, #595ad3);
      background-image: -o-linear-gradient(left, #377dce, #3876d1, #3f6ed4, #4b64d4, #595ad3);
      background-image: linear-gradient(to right, #377dce, #3876d1, #3f6ed4, #4b64d4, #595ad3); }
    body .card-grid .column-wrapper .card.border-event .icon-with-heading span {
      color: #377cce; }
    body .card-grid .column-wrapper .card.border-blog:before {
      background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #252d6a), color-stop(49%, #595ad3), to(#742abf));
      background-image: -webkit-linear-gradient(left, #252d6a 2%, #595ad3 49%, #742abf 100%);
      background-image: -o-linear-gradient(left, #252d6a 2%, #595ad3 49%, #742abf 100%);
      background-image: linear-gradient(to right, #252d6a 2%, #595ad3 49%, #742abf 100%); }
    body .card-grid .column-wrapper .card.border-blog .icon-with-heading span {
      color: #693dc7; }
    body .card-grid .column-wrapper .card.border-webinar:before {
      background-image: -webkit-gradient(linear, left top, right top, from(#595ad3), color-stop(#4b64d4), color-stop(#3f6ed4), color-stop(#3876d1), to(#377dce));
      background-image: -webkit-linear-gradient(left, #595ad3, #4b64d4, #3f6ed4, #3876d1, #377dce);
      background-image: -o-linear-gradient(left, #595ad3, #4b64d4, #3f6ed4, #3876d1, #377dce);
      background-image: linear-gradient(to right, #595ad3, #4b64d4, #3f6ed4, #3876d1, #377dce); }
    @media (max-width: 1336px) {
      body .card-grid .column-wrapper .card {
        padding: 30px 25px 40px;
        margin: 12px 5px;
        max-width: calc(33.3333% - 10px); } }
    @media (max-width: 991px) {
      body .card-grid .column-wrapper .card {
        max-width: calc(50% - 10px);
        margin: 12px 5px;
        width: 50%; } }
    @media (max-width: 595px) {
      body .card-grid .column-wrapper .card {
        max-width: calc(100%);
        margin: 12px 0;
        width: 100%; } }
    body .card-grid .column-wrapper .card.video-card {
      padding: 0; }
      body .card-grid .column-wrapper .card.video-card::before {
        z-index: 1; }
      body .card-grid .column-wrapper .card.video-card .img-wrap {
        height: 218px;
        position: relative; }
        body .card-grid .column-wrapper .card.video-card .img-wrap > img {
          height: 100%;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          -o-object-position: 100% 7px;
             object-position: 100% 7px;
          -o-object-fit: cover;
             object-fit: cover; }
        body .card-grid .column-wrapper .card.video-card .img-wrap .icon-wrap {
          max-width: 78px;
          height: 78px;
          border-radius: 50%;
          position: absolute;
          left: 50%;
          bottom: 20px;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%); }
          body .card-grid .column-wrapper .card.video-card .img-wrap .icon-wrap img {
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            border-radius: 50%; }
      body .card-grid .column-wrapper .card.video-card .icon-with-heading {
        position: absolute;
        top: 32px;
        left: 25px; }
        body .card-grid .column-wrapper .card.video-card .icon-with-heading .icon-box {
          width: 61px;
          height: 43px;
          margin-right: 23px; }
        body .card-grid .column-wrapper .card.video-card .icon-with-heading span {
          color: #ffffff;
          margin-top: 10px; }
      body .card-grid .column-wrapper .card.video-card .card-body {
        padding: 20px 25px 3px;
        margin-bottom: 20px; }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .card-grid .column-wrapper .card.video-card .card-body {
            padding: 20px 25px 15px; } }
        body .card-grid .column-wrapper .card.video-card .card-body .card-title {
          -webkit-line-clamp: unset;
          max-height: 100%;
          -webkit-transition: max-height 0.5s ease-in-out;
          -o-transition: max-height 0.5s ease-in-out;
          transition: max-height 0.5s ease-in-out; }
          body .card-grid .column-wrapper .card.video-card .card-body .card-title .short-text {
            -webkit-line-clamp: 2;
            max-height: 67.8px;
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-transform: inherit;
            letter-spacing: inherit;
            overflow: hidden;
            position: absolute;
            left: 25px;
            right: 25px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .card-grid .column-wrapper .card.video-card .card-body .card-title .short-text {
                max-height: 55px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .card-grid .column-wrapper .card.video-card .card-body .card-title .short-text {
                max-height: 74.5px; } }
          body .card-grid .column-wrapper .card.video-card .card-body .card-title .full-text {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            max-height: 135px;
            position: absolute;
            right: 25px;
            left: 25px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out; }
      body .card-grid .column-wrapper .card.video-card .btn-box {
        left: 0;
        right: 0;
        bottom: 0;
        height: 51px;
        background: #ffffff;
        padding: 10px 25px 0; }
        @media (min-width: 596px) and (max-width: 767px) {
          body .card-grid .column-wrapper .card.video-card .btn-box {
            height: 45px; } }
      body .card-grid .column-wrapper .card.video-card:hover {
        -webkit-box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36);
                box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36);
        min-height: 430px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .card-grid .column-wrapper .card.video-card:hover {
            min-height: 410px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .card-grid .column-wrapper .card.video-card:hover {
            min-height: 390px; } }
        @media (max-width: 595px) {
          body .card-grid .column-wrapper .card.video-card:hover {
            min-height: 380px; } }
        body .card-grid .column-wrapper .card.video-card:hover .card-body .card-title .short-text {
          opacity: 0;
          z-index: -1; }
        body .card-grid .column-wrapper .card.video-card:hover .card-body .card-title .full-text {
          opacity: 1;
          visibility: visible; }
      body .card-grid .column-wrapper .card.video-card.no-hover:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        min-height: 358px; }
        body .card-grid .column-wrapper .card.video-card.no-hover:hover .short-text {
          opacity: 1 !important; }
    body .card-grid .column-wrapper .card.podcast-card .icon-with-heading .icon-box {
      width: 48px;
      height: 42px; }
    body .card-grid .column-wrapper .card.podcast-card > a {
      color: #86bc67;
      position: absolute;
      bottom: 25px;
      right: 25px;
      font-size: 16px;
      font-weight: bold; }

body .card-grid .btn-wrap {
  text-align: center;
  margin-top: 40px;
  font-size: 0; }
  @media (max-width: 767px) {
    body .card-grid .btn-wrap {
      margin-top: 20px; } }

body .card-grid.col-two-card h2 {
  margin: 0 0 25px 0; }

@media (min-width: 992px) {
  body .card-grid.col-two-card .column-wrapper {
    max-width: calc(100% + 30px);
    margin-left: -15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body .card-grid.col-two-card .column-wrapper {
    max-width: calc(100% + 30px);
    margin-left: -15px; } }

@media (min-width: 596px) and (max-width: 767px) {
  body .card-grid.col-two-card .column-wrapper {
    max-width: calc(100% + 20px);
    margin-left: -10px; } }

@media (max-width: 595px) {
  body .card-grid.col-two-card .column-wrapper {
    max-width: 100%;
    margin-left: 0; } }

body .card-grid.col-two-card .column-wrapper .card {
  max-width: calc(50% - 30px);
  margin: 12px 15px 0;
  min-height: 307px; }
  body .card-grid.col-two-card .column-wrapper .card::before {
    width: 100.7%; }
  @media (min-width: 992px) {
    body .card-grid.col-two-card .column-wrapper .card .card-body {
      padding-left: 72px; } }
  body .card-grid.col-two-card .column-wrapper .card .card-body p {
    max-height: 120px;
    -webkit-line-clamp: 3; }
  body .card-grid.col-two-card .column-wrapper .card .btn-box {
    left: 97px; }
    @media (max-width: 1337px) {
      body .card-grid.col-two-card .column-wrapper .card .btn-box {
        left: 92px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .card-grid.col-two-card .column-wrapper .card .btn-box {
        left: 23px; } }
    @media (max-width: 767px) {
      body .card-grid.col-two-card .column-wrapper .card .btn-box {
        left: 21px; } }
  @media (max-width: 595px) {
    body .card-grid.col-two-card .column-wrapper .card {
      min-height: 280px;
      max-width: 100%;
      margin: 20px 0; } }
  body .card-grid.col-two-card .column-wrapper .card.video-card {
    min-height: 358px; }
    body .card-grid.col-two-card .column-wrapper .card.video-card .img-wrap {
      height: 229px; }
      body .card-grid.col-two-card .column-wrapper .card.video-card .img-wrap img {
        -o-object-fit: cover;
           object-fit: cover; }
    body .card-grid.col-two-card .column-wrapper .card.video-card .card-body {
      padding-top: 15px; }
      body .card-grid.col-two-card .column-wrapper .card.video-card .card-body .card-title .short-text {
        left: 0; }
      body .card-grid.col-two-card .column-wrapper .card.video-card .card-body .card-title .full-text {
        left: 0; }
    body .card-grid.col-two-card .column-wrapper .card.video-card .btn-box {
      left: 0; }
    body .card-grid.col-two-card .column-wrapper .card.video-card:hover {
      -webkit-box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36);
              box-shadow: 0 0 15px 0 rgba(134, 144, 164, 0.36);
      min-height: 430px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .card-grid.col-two-card .column-wrapper .card.video-card:hover {
          min-height: 410px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .card-grid.col-two-card .column-wrapper .card.video-card:hover {
          min-height: 390px; } }
      @media (max-width: 595px) {
        body .card-grid.col-two-card .column-wrapper .card.video-card:hover {
          min-height: 380px; } }
      body .card-grid.col-two-card .column-wrapper .card.video-card:hover .card-body .card-title .short-text {
        opacity: 0;
        z-index: -1; }
      body .card-grid.col-two-card .column-wrapper .card.video-card:hover .card-body .card-title .full-text {
        opacity: 1;
        visibility: visible; }
    body .card-grid.col-two-card .column-wrapper .card.video-card.no-hover:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      min-height: 358px; }
      body .card-grid.col-two-card .column-wrapper .card.video-card.no-hover:hover .short-text {
        opacity: 1 !important; }

body .card-grid.single-card .column-wrapper {
  max-width: 100%;
  margin-left: 0;
  width: 100%; }
  body .card-grid.single-card .column-wrapper .card {
    max-width: 100%;
    width: 100%;
    margin: 12px 0 0; }
    body .card-grid.single-card .column-wrapper .card::before {
      width: calc(100% + 4px); }
    body .card-grid.single-card .column-wrapper .card h4 {
      max-width: 1060px; }
    body .card-grid.single-card .column-wrapper .card p {
      max-height: 120px;
      max-width: 1060px;
      -webkit-line-clamp: 3; }
    @media (min-width: 596px) and (max-width: 767px) {
      body .card-grid.single-card .column-wrapper .card {
        margin: 12px 0; } }
    @media (max-width: 595px) {
      body .card-grid.single-card .column-wrapper .card {
        max-width: 100%;
        margin: 20px 0 0; } }

@media (min-width: 1336px) {
  body .card-grid {
    padding-top: 135px; } }

body .card-grid-two .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media (max-width: 991px) {
    body .card-grid-two .column-wrapper {
      width: calc(100% + 15px);
      margin-left: -7.5px; } }
  @media (max-width: 595px) {
    body .card-grid-two .column-wrapper {
      width: 100%;
      margin-left: 0; } }

body .card-grid-two .card {
  position: relative;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(21, 25, 48, 0.15);
          box-shadow: 5px 5px 10px 0 rgba(21, 25, 48, 0.15);
  border-radius: 5px;
  background: #ffffff;
  -ms-flex-preferred-size: calc(33.33% - 30px);
      flex-basis: calc(33.33% - 30px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: calc(33.33% - 30px);
  min-height: 302px;
  margin: 0 15px 30px;
  padding: 25px 25px 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .card-grid-two .card {
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
      max-width: calc(50% - 15px);
      margin: 0 7.5px 25px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .card-grid-two .card {
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
      max-width: calc(50% - 15px);
      margin: 0 7.5px 25px; } }
  @media (max-width: 595px) {
    body .card-grid-two .card {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin: 0 0 25px; } }
  body .card-grid-two .card .edit {
    position: absolute;
    bottom: 0;
    right: 25px; }
  body .card-grid-two .card:hover .btn-wrap .btn::after {
    right: -11px; }

body .card-grid-two .card-body h4 {
  font-weight: 600;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 68px; }

body .card-grid-two .card-body p {
  color: #424c67;
  margin-top: 12px;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 126px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    body .card-grid-two .card-body p {
      max-height: 133px; } }

body .card-grid-two .btn-wrap {
  position: absolute;
  bottom: 25px; }

body .card-grid-two .pager {
  width: 100%;
  margin: 0 auto; }

body .card-grid-two .pager__items {
  margin: 20px 0 0; }

body .card-grid-two .views-exposed-form {
  display: none; }

body .col-two-with-form .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 30px);
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    body .col-two-with-form .col-wrap {
      width: 100%;
      margin-left: 0; } }
  body .col-two-with-form .col-wrap .views-element-container {
    -ms-flex-preferred-size: calc(67% - 30px);
        flex-basis: calc(67% - 30px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (max-width: 991px) {
      body .col-two-with-form .col-wrap .views-element-container {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }

body .col-two-with-form .card {
  -ms-flex-preferred-size: calc(67% - 30px);
      flex-basis: calc(67% - 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 850px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 2px #bdc4cc;
  border-top: 0;
  border-radius: 5px;
  position: relative;
  margin: 35px 15px 0; }
  @media (max-width: 991px) {
    body .col-two-with-form .card {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin: 25px 0 0; } }
  body .col-two-with-form .card .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 410px;
    max-height: 389px; }
    @media (max-width: 595px) {
      body .col-two-with-form .card .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        max-height: 218px; } }
    body .col-two-with-form .card .img-wrap img {
      border-radius: 3px;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 595px) {
        body .col-two-with-form .card .img-wrap img {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; } }
  body .col-two-with-form .card .text-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    max-width: 440px;
    padding: 53px 30px 22px; }
    @media (max-width: 595px) {
      body .col-two-with-form .card .text-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 25px; } }
    body .col-two-with-form .card .text-wrap span {
      color: #8690a4;
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: 0.84px;
      text-transform: uppercase; }
    body .col-two-with-form .card .text-wrap h4 {
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-weight: 600;
      margin-top: 4px;
      max-height: 102px; }
    body .col-two-with-form .card .text-wrap p {
      -webkit-line-clamp: 5;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 126px;
      margin-top: 16px; }
      @media (max-width: 595px) {
        body .col-two-with-form .card .text-wrap p {
          margin-top: 9px;
          -webkit-line-clamp: 3;
          max-height: 81px; } }
    body .col-two-with-form .card .text-wrap .edit {
      z-index: 10; }
    body .col-two-with-form .card .text-wrap .btn-wrap {
      margin-top: 25px; }
      body .col-two-with-form .card .text-wrap .btn-wrap .btn {
        position: relative;
        color: #68be62;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.25;
        letter-spacing: -0.01em;
        text-align: left; }
      @media (max-width: 595px) {
        body .col-two-with-form .card .text-wrap .btn-wrap {
          margin-top: 16px; } }
  body .col-two-with-form .card > a {
    color: #68be62;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 25px;
    bottom: 25px; }
  body .col-two-with-form .card:hover .text-wrap .btn-wrap .btn::after {
    right: -11px; }

body .col-two-with-form .form-wrap {
  -ms-flex-preferred-size: calc(33% - 30px);
      flex-basis: calc(33% - 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 406px;
  margin: 35px 15px 0;
  background-color: rgba(189, 196, 204, 0.1);
  padding: 21px 25px 21px 32px;
  border-radius: 5px;
  position: relative; }
  body .col-two-with-form .form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 7px;
    background-color: #bdc4cc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .col-two-with-form .form-wrap {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin: 25px 0 0; } }
  @media (max-width: 767px) {
    body .col-two-with-form .form-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin: 25px 0 0; } }
  body .col-two-with-form .form-wrap h5 {
    color: #151831;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.19; }
    @media (max-width: 595px) {
      body .col-two-with-form .form-wrap h5 {
        font-size: 16px; } }
  body .col-two-with-form .form-wrap form > span {
    color: #424c67;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    max-width: 290px;
    margin-top: 6px;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .col-two-with-form .form-wrap form > span {
        max-width: 600px; } }
  body .col-two-with-form .form-wrap input {
    margin-top: 18px;
    padding-bottom: 6px;
    outline: none;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #bdc4cc;
    width: 100%; }
    body .col-two-with-form .form-wrap input::-webkit-input-placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
    body .col-two-with-form .form-wrap input::-moz-placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
    body .col-two-with-form .form-wrap input::-ms-input-placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
    body .col-two-with-form .form-wrap input::placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
    body .col-two-with-form .form-wrap input::-webkit-input-placeholder {
      font-size: 12px;
      line-height: 2.5;
      color: #8690a4; }
  body .col-two-with-form .form-wrap .btn-wrap {
    text-align: right;
    margin-top: 10px; }
    body .col-two-with-form .form-wrap .btn-wrap button {
      cursor: pointer;
      background: none;
      right: -10px;
      font-size: 11px !important; }
      body .col-two-with-form .form-wrap .btn-wrap button::after {
        background-size: 11px; }
  body .col-two-with-form .form-wrap .mktoForm {
    width: 100% !important; }
    body .col-two-with-form .form-wrap .mktoForm .mktoButtonRow {
      margin-top: 0 !important; }
      body .col-two-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButtonWrap {
        margin-right: 0 !important;
        margin-left: auto !important; }
      body .col-two-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButton {
        cursor: pointer;
        width: 100% !important;
        font-size: 11px !important;
        padding: 0 25px 0 0 !important;
        margin-top: 0 !important;
        height: 100% !important;
        font-weight: bold !important;
        line-height: 1.25 !important;
        letter-spacing: -0.01em !important;
        text-align: center;
        color: #68be62 !important;
        border-radius: 0 !important;
        background-image: none;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        body .col-two-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButton:after {
          content: '';
          position: absolute;
          right: 0;
          width: 11px;
          height: 11px;
          background-size: 11px;
          background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg");
          background-repeat: no-repeat;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        body .col-two-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButton:hover {
          border: none !important;
          background: transparent !important; }
          body .col-two-with-form .form-wrap .mktoForm .mktoButtonRow .mktoButton:hover:after {
            right: -8px; }

@media (min-width: 992px) {
  body .icon-with-three-col h2 {
    margin-bottom: 35px; } }

body .icon-with-three-col .container > .btn-wrap {
  text-align: center; }

body .icon-with-three-col .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: calc(100% + 20px);
  margin: 0 -10px; }
  @media (max-width: 595px) {
    body .icon-with-three-col .col-wrap {
      max-width: 100%;
      margin: 0; } }
  body .icon-with-three-col .col-wrap .col-three {
    -ms-flex-preferred-size: calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: calc(33.33% - 20px);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 10px;
    padding: 50px;
    position: relative; }
    body .icon-with-three-col .col-wrap .col-three::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 7px;
      background-image: -webkit-gradient(linear, left top, right top, from(#3cb0e5), to(#3c64b1));
      background-image: -webkit-linear-gradient(left, #3cb0e5 0%, #3c64b1 100%);
      background-image: -o-linear-gradient(left, #3cb0e5 0%, #3c64b1 100%);
      background-image: linear-gradient(to right, #3cb0e5 0%, #3c64b1 100%);
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .icon-with-three-col .col-wrap .col-three {
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        padding: 40px;
        margin-top: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .icon-with-three-col .col-wrap .col-three {
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        padding: 35px;
        margin-top: 30px; } }
    @media (max-width: 595px) {
      body .icon-with-three-col .col-wrap .col-three {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin: 30px 0 0;
        padding: 35px; } }
    body .icon-with-three-col .col-wrap .col-three .icon-wrap {
      max-width: 45px;
      height: 40px; }
      body .icon-with-three-col .col-wrap .col-three .icon-wrap img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    body .icon-with-three-col .col-wrap .col-three .content-wrap {
      margin-top: 15px; }
      body .icon-with-three-col .col-wrap .col-three .content-wrap h5 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.21;
        letter-spacing: normal; }
      body .icon-with-three-col .col-wrap .col-three .content-wrap p {
        color: #424b68;
        margin-top: 12px; }
        body .icon-with-three-col .col-wrap .col-three .content-wrap p a {
          color: #68be62; }
      body .icon-with-three-col .col-wrap .col-three .content-wrap a.learn-more {
        margin-top: 12px; }

body .icon-with-three-col .text-wrap {
  margin: 50px auto 0;
  max-width: 1080px;
  text-align: center; }
  @media (max-width: 767px) {
    body .icon-with-three-col .text-wrap {
      margin: 0; } }
  body .icon-with-three-col .text-wrap h5 {
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    color: #424c67; }
    body .icon-with-three-col .text-wrap h5 a {
      color: #68be62; }

body .img-with-text {
  min-height: 261px;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .img-with-text {
      min-height: 200px; } }
  @media (max-width: 595px) {
    body .img-with-text {
      min-height: 118px; } }
  body .img-with-text__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body .img-with-text__img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  body .img-with-text__content-inner {
    margin-top: 50px; }
    @media (max-width: 595px) {
      body .img-with-text__content-inner {
        margin-top: 10px; } }
  body .img-with-text__content {
    padding: 40px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      body .img-with-text__content {
        padding: 20px; } }
    body .img-with-text__content h5 {
      text-transform: uppercase; }

body .download-links h2 {
  color: #151930;
  max-width: 850px; }
  @media (max-width: 1366px) {
    body .download-links h2 {
      max-width: 100%; } }
  @media (max-width: 480px) {
    body .download-links h2 {
      text-align: center; } }

body .download-links .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  body .download-links .col-wrap .link-wrapper {
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 300px;
    margin: 35px 10px 0;
    text-align: center; }
    @media (max-width: 595px) {
      body .download-links .col-wrap .link-wrapper {
        margin: 25px 10px 0; } }
    body .download-links .col-wrap .link-wrapper .icon-wrap {
      max-width: 110px;
      height: 132px;
      margin: 0 auto; }
      @media (max-width: 595px) {
        body .download-links .col-wrap .link-wrapper .icon-wrap {
          width: 90px;
          height: 90px; } }
      body .download-links .col-wrap .link-wrapper .icon-wrap img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%; }
    body .download-links .col-wrap .link-wrapper a.learn-more {
      font-size: 14px;
      margin-top: 20px; }

body .download-links .link-with-heading {
  text-align: center;
  margin-top: 42px; }
  @media (max-width: 595px) {
    body .download-links .link-with-heading {
      margin-top: 30px; } }
  body .download-links .link-with-heading .outer-wrap {
    max-width: 1065px;
    text-align: center;
    margin: 0 auto; }
    body .download-links .link-with-heading .outer-wrap h5 {
      color: #424c67;
      font-weight: normal;
      max-width: 1065px; }
    body .download-links .link-with-heading .outer-wrap a.learn-more {
      font-size: 14px;
      margin-top: 30px; }
      @media (max-width: 767px) {
        body .download-links .link-with-heading .outer-wrap a.learn-more {
          margin-top: 20px; } }
      body .download-links .link-with-heading .outer-wrap a.learn-more span {
        font-size: 14px; }
    body .download-links .link-with-heading .outer-wrap a.btn-default {
      margin-top: 30px; }
      @media (max-width: 767px) {
        body .download-links .link-with-heading .outer-wrap a.btn-default {
          margin-top: 20px; } }

body .upcoming-events h2,
body .featured-events h2 {
  font-weight: 600; }

body .upcoming-events.without-image,
body .featured-events.without-image {
  padding: 79px 0 100px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .upcoming-events.without-image,
    body .featured-events.without-image {
      padding: 59px 0 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .upcoming-events.without-image,
    body .featured-events.without-image {
      padding: 59px 0 80px; } }
  @media (max-width: 767px) {
    body .upcoming-events.without-image,
    body .featured-events.without-image {
      padding: 24px 0 45px; } }
  body .upcoming-events.without-image .card-wrap::before,
  body .featured-events.without-image .card-wrap::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#742abf), color-stop(70%, #595ad3), color-stop(133%, #252d6a));
    background-image: -webkit-linear-gradient(left, #742abf 0%, #595ad3 70%, #252d6a 133%);
    background-image: -o-linear-gradient(left, #742abf 0%, #595ad3 70%, #252d6a 133%);
    background-image: linear-gradient(to right, #742abf 0%, #595ad3 70%, #252d6a 133%); }
  body .upcoming-events.without-image .card-wrap .icon-with-heading span,
  body .featured-events.without-image .card-wrap .icon-with-heading span {
    color: #693dc7; }
  body .upcoming-events.without-image .content-wrap > span,
  body .featured-events.without-image .content-wrap > span {
    padding-right: 5px !important;
    padding-left: 19px !important;
    text-transform: uppercase; }
    body .upcoming-events.without-image .content-wrap > span:first-child,
    body .featured-events.without-image .content-wrap > span:first-child {
      padding-left: 0 !important; }
      @media (max-width: 595px) {
        body .upcoming-events.without-image .content-wrap > span:first-child,
        body .featured-events.without-image .content-wrap > span:first-child {
          display: block !important; } }
    @media (max-width: 595px) {
      body .upcoming-events.without-image .content-wrap > span:nth-child(2),
      body .featured-events.without-image .content-wrap > span:nth-child(2) {
        padding-left: 0 !important; }
        body .upcoming-events.without-image .content-wrap > span:nth-child(2)::after,
        body .featured-events.without-image .content-wrap > span:nth-child(2)::after {
          display: none !important; } }
    @media (max-width: 595px) {
      body .upcoming-events.without-image .content-wrap > span::after,
      body .featured-events.without-image .content-wrap > span::after {
        left: 6px !important; } }
  body .upcoming-events.without-image .content-wrap h4,
  body .featured-events.without-image .content-wrap h4 {
    max-width: 1015px !important; }
  body .upcoming-events.without-image .content-wrap p,
  body .featured-events.without-image .content-wrap p {
    max-width: 980px !important; }

@media (min-width: 992px) {
  body .upcoming-events.news-page .wrapper,
  body .featured-events.news-page .wrapper {
    margin-top: 50px; } }

body .upcoming-events.news-page .wrapper .card-wrap .icon-with-heading,
body .featured-events.news-page .wrapper .card-wrap .icon-with-heading {
  margin-bottom: 0; }
  body .upcoming-events.news-page .wrapper .card-wrap .icon-with-heading span,
  body .featured-events.news-page .wrapper .card-wrap .icon-with-heading span {
    margin: 0; }

body .upcoming-events.news-page .wrapper .card-wrap.square-image .col-wrap .img-outer,
body .featured-events.news-page .wrapper .card-wrap.square-image .col-wrap .img-outer {
  padding-bottom: 0; }
  @media (min-width: 1336px) {
    body .upcoming-events.news-page .wrapper .card-wrap.square-image .col-wrap .img-outer:before,
    body .featured-events.news-page .wrapper .card-wrap.square-image .col-wrap .img-outer:before {
      top: -25px;
      height: 149px; } }
  @media (max-width: 991px) {
    body .upcoming-events.news-page .wrapper .card-wrap.square-image .col-wrap .img-outer:before,
    body .featured-events.news-page .wrapper .card-wrap.square-image .col-wrap .img-outer:before {
      top: 0; } }

body .upcoming-events .card-wrap,
body .featured-events .card-wrap {
  border-radius: 5px;
  border: 2px solid #bdc4cc;
  padding: 25px 25px 25px 32px;
  position: relative;
  font-size: 0;
  max-width: 1290px;
  margin: 30px 0 0;
  overflow: visible; }
  @media (max-width: 1150px) {
    body .upcoming-events .card-wrap,
    body .featured-events .card-wrap {
      max-width: 100%; } }
  @media (max-width: 991px) {
    body .upcoming-events .card-wrap,
    body .featured-events .card-wrap {
      padding: 20px 20px 20px 27px; } }
  @media (max-width: 595px) {
    body .upcoming-events .card-wrap,
    body .featured-events .card-wrap {
      padding: 16px 16px 16px 23px; } }
  body .upcoming-events .card-wrap::before,
  body .featured-events .card-wrap::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    height: 7px;
    width: 100.3%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#595ad3), to(#377dce));
    background-image: -webkit-linear-gradient(left, #595ad3 0%, #377dce 100%);
    background-image: -o-linear-gradient(left, #595ad3 0%, #377dce 100%);
    background-image: linear-gradient(to right, #595ad3 0%, #377dce 100%); }
    @media (max-width: 991px) {
      body .upcoming-events .card-wrap::before,
      body .featured-events .card-wrap::before {
        width: 100.3%; } }
    @media screen and (min-width: 768px) and (max-width: 884px) {
      body .upcoming-events .card-wrap::before,
      body .featured-events .card-wrap::before {
        width: 100.4%; } }
    @media (max-width: 767px) {
      body .upcoming-events .card-wrap::before,
      body .featured-events .card-wrap::before {
        width: 100.4%; } }
    @media screen and (min-width: 597px) and (max-width: 668px) {
      body .upcoming-events .card-wrap::before,
      body .featured-events .card-wrap::before {
        width: 100.5%; } }
    @media (max-width: 595px) {
      body .upcoming-events .card-wrap::before,
      body .featured-events .card-wrap::before {
        left: -1px;
        width: 100.3%; } }
    @media screen and (min-width: 481px) and (max-width: 544px) {
      body .upcoming-events .card-wrap::before,
      body .featured-events .card-wrap::before {
        width: 100.6%; } }
    @media (max-width: 480px) {
      body .upcoming-events .card-wrap::before,
      body .featured-events .card-wrap::before {
        width: 100.4%; } }
    @media screen and (min-width: 300px) and (max-width: 420px) {
      body .upcoming-events .card-wrap::before,
      body .featured-events .card-wrap::before {
        width: 100.6%; } }
  body .upcoming-events .card-wrap.border-purple::before,
  body .featured-events .card-wrap.border-purple::before {
    background: #353994; }
  body .upcoming-events .card-wrap.border-purple .icon-with-heading span,
  body .featured-events .card-wrap.border-purple .icon-with-heading span {
    color: #353994; }
  body .upcoming-events .card-wrap.color-sky-blue .icon-with-heading span,
  body .featured-events .card-wrap.color-sky-blue .icon-with-heading span {
    color: #377cce; }
  body .upcoming-events .card-wrap.square-image .col-wrap .img-outer:before,
  body .featured-events .card-wrap.square-image .col-wrap .img-outer:before {
    top: 6px; }
    @media (max-width: 991px) {
      body .upcoming-events .card-wrap.square-image .col-wrap .img-outer:before,
      body .featured-events .card-wrap.square-image .col-wrap .img-outer:before {
        top: 0; } }
  body .upcoming-events .card-wrap.square-image .col-wrap .img-outer .img-wrap,
  body .featured-events .card-wrap.square-image .col-wrap .img-outer .img-wrap {
    max-width: 100px;
    height: 100px;
    margin: 0 36px 0 auto; }
    @media (max-width: 1336px) {
      body .upcoming-events .card-wrap.square-image .col-wrap .img-outer .img-wrap,
      body .featured-events .card-wrap.square-image .col-wrap .img-outer .img-wrap {
        margin: 0 10px 0 auto; } }
    @media (max-width: 767px) {
      body .upcoming-events .card-wrap.square-image .col-wrap .img-outer .img-wrap,
      body .featured-events .card-wrap.square-image .col-wrap .img-outer .img-wrap {
        margin: 0 auto;
        max-width: 70px;
        height: 70px; } }
  body .upcoming-events .card-wrap.no-image .col-wrap .content-wrap,
  body .featured-events .card-wrap.no-image .col-wrap .content-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      body .upcoming-events .card-wrap.no-image .col-wrap .content-wrap,
      body .featured-events .card-wrap.no-image .col-wrap .content-wrap {
        max-width: calc(100% - 176px); } }
  @media (min-width: 1336px) {
    body .upcoming-events .card-wrap.big-image,
    body .featured-events .card-wrap.big-image {
      padding-right: 42px; } }
  body .upcoming-events .card-wrap.big-image .col-wrap .content-wrap,
  body .featured-events .card-wrap.big-image .col-wrap .content-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
    @media (max-width: 767px) {
      body .upcoming-events .card-wrap.big-image .col-wrap .content-wrap,
      body .featured-events .card-wrap.big-image .col-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 5px; } }
  body .upcoming-events .card-wrap.big-image .col-wrap .img-outer,
  body .featured-events .card-wrap.big-image .col-wrap .img-outer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: calc(30% - 30px); }
    @media (min-width: 1336px) {
      body .upcoming-events .card-wrap.big-image .col-wrap .img-outer,
      body .featured-events .card-wrap.big-image .col-wrap .img-outer {
        margin: 20px 0 20px 30px;
        padding: 0 0 42px; } }
    body .upcoming-events .card-wrap.big-image .col-wrap .img-outer:before,
    body .featured-events .card-wrap.big-image .col-wrap .img-outer:before {
      top: -25px; }
      @media (min-width: 1336px) {
        body .upcoming-events .card-wrap.big-image .col-wrap .img-outer:before,
        body .featured-events .card-wrap.big-image .col-wrap .img-outer:before {
          height: 145px;
          top: -45px; } }
    @media (max-width: 767px) {
      body .upcoming-events .card-wrap.big-image .col-wrap .img-outer,
      body .featured-events .card-wrap.big-image .col-wrap .img-outer {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px; } }
    body .upcoming-events .card-wrap.big-image .col-wrap .img-outer .img-wrap,
    body .featured-events .card-wrap.big-image .col-wrap .img-outer .img-wrap {
      max-width: 274px;
      height: 53px;
      margin-right: 0; }
      @media (max-width: 767px) {
        body .upcoming-events .card-wrap.big-image .col-wrap .img-outer .img-wrap,
        body .featured-events .card-wrap.big-image .col-wrap .img-outer .img-wrap {
          margin-right: auto; } }
  body .upcoming-events .card-wrap .icon-with-heading,
  body .featured-events .card-wrap .icon-with-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      body .upcoming-events .card-wrap .icon-with-heading,
      body .featured-events .card-wrap .icon-with-heading {
        margin-bottom: 10px; } }
    body .upcoming-events .card-wrap .icon-with-heading .icon-box,
    body .featured-events .card-wrap .icon-with-heading .icon-box {
      width: 52px;
      height: 47px;
      overflow: hidden;
      margin-right: 26px; }
      @media (max-width: 767px) {
        body .upcoming-events .card-wrap .icon-with-heading .icon-box,
        body .featured-events .card-wrap .icon-with-heading .icon-box {
          width: 30px;
          height: 30px;
          margin-right: 15px; } }
      body .upcoming-events .card-wrap .icon-with-heading .icon-box svg,
      body .upcoming-events .card-wrap .icon-with-heading .icon-box img,
      body .featured-events .card-wrap .icon-with-heading .icon-box svg,
      body .featured-events .card-wrap .icon-with-heading .icon-box img {
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%;
        height: 100%; }
    body .upcoming-events .card-wrap .icon-with-heading span,
    body .featured-events .card-wrap .icon-with-heading span {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.88;
      color: #595ad3;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        body .upcoming-events .card-wrap .icon-with-heading span,
        body .featured-events .card-wrap .icon-with-heading span {
          font-size: 14px;
          margin-top: 6px; } }
  body .upcoming-events .card-wrap .col-wrap,
  body .featured-events .card-wrap .col-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;
    overflow: hidden; }
    body .upcoming-events .card-wrap .col-wrap .content-wrap,
    body .featured-events .card-wrap .col-wrap .content-wrap {
      padding: 0 35px 0 77px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      max-width: 80%; }
      @media (max-width: 991px) {
        body .upcoming-events .card-wrap .col-wrap .content-wrap,
        body .featured-events .card-wrap .col-wrap .content-wrap {
          padding: 0; } }
      @media (max-width: 767px) {
        body .upcoming-events .card-wrap .col-wrap .content-wrap,
        body .featured-events .card-wrap .col-wrap .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      body .upcoming-events .card-wrap .col-wrap .content-wrap > span,
      body .featured-events .card-wrap .col-wrap .content-wrap > span {
        color: #8690a4;
        padding-right: 10px;
        position: relative;
        margin-top: 4px;
        vertical-align: middle;
        display: inline-block;
        line-height: 1.43;
        letter-spacing: 0.0525em;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 22px;
        font-size: 14px; }
        @media (max-width: 991px) {
          body .upcoming-events .card-wrap .col-wrap .content-wrap > span,
          body .featured-events .card-wrap .col-wrap .content-wrap > span {
            padding-left: 15px; } }
        @media (max-width: 595px) {
          body .upcoming-events .card-wrap .col-wrap .content-wrap > span,
          body .featured-events .card-wrap .col-wrap .content-wrap > span {
            padding: 0 10px 0 0; } }
        @media (max-width: 480px) {
          body .upcoming-events .card-wrap .col-wrap .content-wrap > span,
          body .featured-events .card-wrap .col-wrap .content-wrap > span {
            font-size: 12px; } }
        body .upcoming-events .card-wrap .col-wrap .content-wrap > span:first-child,
        body .featured-events .card-wrap .col-wrap .content-wrap > span:first-child {
          padding-left: 0; }
          body .upcoming-events .card-wrap .col-wrap .content-wrap > span:first-child:after,
          body .featured-events .card-wrap .col-wrap .content-wrap > span:first-child:after {
            display: none; }
        body .upcoming-events .card-wrap .col-wrap .content-wrap > span:after,
        body .featured-events .card-wrap .col-wrap .content-wrap > span:after {
          content: '';
          position: absolute;
          top: 4px;
          left: 5px;
          width: 1px;
          height: 55%;
          background-color: #8690a4; }
          @media (max-width: 595px) {
            body .upcoming-events .card-wrap .col-wrap .content-wrap > span:after,
            body .featured-events .card-wrap .col-wrap .content-wrap > span:after {
              left: -5px;
              display: inline-block; }
              body .upcoming-events .card-wrap .col-wrap .content-wrap > span:after:not(last-child),
              body .featured-events .card-wrap .col-wrap .content-wrap > span:after:not(last-child) {
                display: none; } }
      @media (max-width: 595px) {
        body .upcoming-events .card-wrap .col-wrap .content-wrap .location,
        body .featured-events .card-wrap .col-wrap .content-wrap .location {
          display: block;
          padding-left: 0;
          padding-right: 0; } }
      body .upcoming-events .card-wrap .col-wrap .content-wrap h4,
      body .featured-events .card-wrap .col-wrap .content-wrap h4 {
        color: #151930;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 74px;
        text-overflow: ellipsis; }
        body .upcoming-events .card-wrap .col-wrap .content-wrap h4 a,
        body .featured-events .card-wrap .col-wrap .content-wrap h4 a {
          font-weight: 600;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          max-height: 74px;
          text-overflow: ellipsis;
          font-size: 30px;
          color: #151930;
          line-height: 1.23;
          margin: 0;
          display: inline; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .upcoming-events .card-wrap .col-wrap .content-wrap h4 a,
            body .featured-events .card-wrap .col-wrap .content-wrap h4 a {
              font-size: 28px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .upcoming-events .card-wrap .col-wrap .content-wrap h4 a,
            body .featured-events .card-wrap .col-wrap .content-wrap h4 a {
              font-size: 24px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .upcoming-events .card-wrap .col-wrap .content-wrap h4 a,
            body .featured-events .card-wrap .col-wrap .content-wrap h4 a {
              font-size: 22px; } }
          @media (max-width: 595px) {
            body .upcoming-events .card-wrap .col-wrap .content-wrap h4 a,
            body .featured-events .card-wrap .col-wrap .content-wrap h4 a {
              font-size: 20px; } }
      body .upcoming-events .card-wrap .col-wrap .content-wrap p,
      body .featured-events .card-wrap .col-wrap .content-wrap p {
        margin-top: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 70px;
        text-overflow: ellipsis; }
      body .upcoming-events .card-wrap .col-wrap .content-wrap h6,
      body .featured-events .card-wrap .col-wrap .content-wrap h6 {
        font-weight: normal;
        max-height: 50px;
        color: #797a89;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      body .upcoming-events .card-wrap .col-wrap .content-wrap .edit,
      body .featured-events .card-wrap .col-wrap .content-wrap .edit {
        position: relative;
        z-index: 10; }
      body .upcoming-events .card-wrap .col-wrap .content-wrap a,
      body .upcoming-events .card-wrap .col-wrap .content-wrap .btn,
      body .featured-events .card-wrap .col-wrap .content-wrap a,
      body .featured-events .card-wrap .col-wrap .content-wrap .btn {
        display: inline-block;
        margin-top: 27px;
        font-size: 16px; }
        @media (max-width: 991px) {
          body .upcoming-events .card-wrap .col-wrap .content-wrap a,
          body .upcoming-events .card-wrap .col-wrap .content-wrap .btn,
          body .featured-events .card-wrap .col-wrap .content-wrap a,
          body .featured-events .card-wrap .col-wrap .content-wrap .btn {
            margin-top: 20px; } }
        @media (max-width: 767px) {
          body .upcoming-events .card-wrap .col-wrap .content-wrap a,
          body .upcoming-events .card-wrap .col-wrap .content-wrap .btn,
          body .featured-events .card-wrap .col-wrap .content-wrap a,
          body .featured-events .card-wrap .col-wrap .content-wrap .btn {
            font-size: 14px;
            margin-top: 15px; } }
    body .upcoming-events .card-wrap .col-wrap .img-outer,
    body .featured-events .card-wrap .col-wrap .img-outer {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: calc(20% - 30px);
      margin: 0 0 40px 30px;
      padding: 30px 0 30px 10px;
      position: relative;
      border-radius: 5px; }
      @media (max-width: 991px) {
        body .upcoming-events .card-wrap .col-wrap .img-outer,
        body .featured-events .card-wrap .col-wrap .img-outer {
          margin: 0 0 25px 25px;
          padding: 20px 0 20px 20px; } }
      @media (max-width: 767px) {
        body .upcoming-events .card-wrap .col-wrap .img-outer,
        body .featured-events .card-wrap .col-wrap .img-outer {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin: 10px 0 0;
          padding: 0; } }
      body .upcoming-events .card-wrap .col-wrap .img-outer:before,
      body .featured-events .card-wrap .col-wrap .img-outer:before {
        content: '';
        position: absolute;
        top: -13px;
        left: 0;
        width: 3px;
        height: 150px;
        background: #bdc4cc;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
        @media (max-width: 767px) {
          body .upcoming-events .card-wrap .col-wrap .img-outer:before,
          body .featured-events .card-wrap .col-wrap .img-outer:before {
            display: none; } }
      body .upcoming-events .card-wrap .col-wrap .img-outer .img-wrap,
      body .featured-events .card-wrap .col-wrap .img-outer .img-wrap {
        max-width: 120px;
        height: 69px;
        margin: 0 20px 0 auto; }
        @media (max-width: 1336px) {
          body .upcoming-events .card-wrap .col-wrap .img-outer .img-wrap,
          body .featured-events .card-wrap .col-wrap .img-outer .img-wrap {
            margin: 0 10px 0 auto; } }
        @media (max-width: 767px) {
          body .upcoming-events .card-wrap .col-wrap .img-outer .img-wrap,
          body .featured-events .card-wrap .col-wrap .img-outer .img-wrap {
            margin: auto;
            max-width: 149px;
            height: 75px; } }
        body .upcoming-events .card-wrap .col-wrap .img-outer .img-wrap img,
        body .featured-events .card-wrap .col-wrap .img-outer .img-wrap img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 100%; }
  body .upcoming-events .card-wrap:hover .content-wrap .btn::after,
  body .upcoming-events .card-wrap:hover .content-wrap .learn-more::after,
  body .featured-events .card-wrap:hover .content-wrap .btn::after,
  body .featured-events .card-wrap:hover .content-wrap .learn-more::after {
    right: -11px; }

body .featured-events {
  padding: 79px 0 137px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .featured-events {
      padding: 63px 0 39px; } }
  @media (max-width: 767px) {
    body .featured-events {
      padding: 20px 0 30px; } }
  body .featured-events .card-wrap {
    padding: 32px 25px 25px 25px;
    margin: 34px 0 0; }
    body .featured-events .card-wrap .text-wrap {
      margin-bottom: 40px; }
    body .featured-events .card-wrap .btn-wrap {
      position: absolute;
      bottom: 25px; }
      body .featured-events .card-wrap .btn-wrap a,
      body .featured-events .card-wrap .btn-wrap .btn {
        margin-top: 0; }
  body .featured-events .views-element-container .views-exposed-form {
    display: none; }
  body .featured-events .pager {
    max-width: 100%; }
  body .featured-events.success-stories-page .wrapper {
    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; }
  body .featured-events.two-col .wrapper {
    font-size: 0;
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 595px) {
      body .featured-events.two-col .wrapper {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    body .featured-events.two-col .wrapper h2 {
      margin-left: 15px; }
      @media (max-width: 595px) {
        body .featured-events.two-col .wrapper h2 {
          margin-left: 0; } }
    body .featured-events.two-col .wrapper .card-wrap {
      max-width: calc(50% - 30px);
      margin-right: 15px;
      margin-left: 15px;
      display: inline-block; }
      body .featured-events.two-col .wrapper .card-wrap::before {
        width: calc(100% + 3px); }
      body .featured-events.two-col .wrapper .card-wrap .icon-with-heading {
        margin-bottom: 4px; }
      @media (max-width: 595px) {
        body .featured-events.two-col .wrapper .card-wrap {
          max-width: 100%;
          margin-left: 0;
          margin-right: 0; } }
      body .featured-events.two-col .wrapper .card-wrap .content-wrap {
        max-width: 100%;
        padding-right: 0; }

body .upcoming-events {
  overflow: visible;
  padding-top: 0; }
  body .upcoming-events .views-element-container .views-exposed-form {
    display: none; }
  @media (min-width: 992px) {
    body .upcoming-events h2 {
      margin: 0 0 35px 0; } }
  body .upcoming-events .card-wrap.dark-periwinkle::before {
    background-image: -webkit-linear-gradient(273deg, #3770ea, #6e2bf7 50%);
    background-image: -o-linear-gradient(273deg, #3770ea, #6e2bf7 50%);
    background-image: linear-gradient(177deg, #3770ea, #6e2bf7 50%); }
  body .upcoming-events .card-wrap.dark-periwinkle .icon-with-heading .icon-box {
    height: 48px; }
  body .upcoming-events .card-wrap.dark-periwinkle .icon-with-heading span {
    color: #3770ea; }
  body .upcoming-events .card-wrap.border-sky-blue-gradient::before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #3cb0e5), to(#595ad3));
    background-image: -webkit-linear-gradient(top, #3cb0e5 2%, #595ad3);
    background-image: -o-linear-gradient(top, #3cb0e5 2%, #595ad3);
    background-image: linear-gradient(to bottom, #3cb0e5 2%, #595ad3); }
  body .upcoming-events .card-wrap.border-sky-blue-gradient .icon-with-heading span {
    color: #3daae4; }
  @media (min-width: 992px) {
    body .upcoming-events .card-wrap {
      border-left-color: transparent; } }
  body .upcoming-events .card-wrap .icon-with-heading .icon-box {
    margin-right: 21px; }
  body .upcoming-events .card-wrap::before {
    height: 101%;
    width: 7px;
    top: -1px;
    left: -2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0; }
    @media screen and (min-width: 596px) and (max-width: 700px) {
      body .upcoming-events .card-wrap::before {
        height: 100.7%; } }
    @media (max-width: 595px) {
      body .upcoming-events .card-wrap::before {
        height: 100.7%; } }
  @media (min-width: 992px) {
    body .upcoming-events .card-wrap .col-wrap .icon-with-heading {
      margin-bottom: 18px; } }
  @media (min-width: 992px) {
    body .upcoming-events .card-wrap .col-wrap .icon-with-heading .icon-box {
      margin-right: 22px; } }
  @media (min-width: 992px) {
    body .upcoming-events .card-wrap .col-wrap .content-wrap {
      padding: 0 24px 0 72px; } }
  body .upcoming-events .card-wrap .col-wrap .content-wrap p {
    margin-top: 6px; }
  body .upcoming-events .card-wrap .col-wrap .content-wrap a {
    margin-top: 27px; }
    @media (max-width: 991px) {
      body .upcoming-events .card-wrap .col-wrap .content-wrap a {
        margin-top: 15px; } }
  body .upcoming-events .card-wrap .col-wrap .content-wrap .edit {
    position: relative;
    z-index: 10; }
  body .upcoming-events .card-wrap .col-wrap .img-outer {
    overflow: visible;
    padding: 0 0 0 20px; }
    @media (max-width: 767px) {
      body .upcoming-events .card-wrap .col-wrap .img-outer {
        padding-left: 0; } }
    body .upcoming-events .card-wrap .col-wrap .img-outer:before {
      top: -10px;
      left: 4px;
      width: 3px;
      height: 112px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      @media (max-width: 1336px) {
        body .upcoming-events .card-wrap .col-wrap .img-outer:before {
          left: 0;
          top: -16px; } }
  body .upcoming-events .pager {
    max-width: 100%; }

body .text-with-outerimage {
  padding-top: 90px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .text-with-outerimage {
      padding-top: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .text-with-outerimage {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    body .text-with-outerimage {
      padding-top: 35px; } }
  body .text-with-outerimage .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body .text-with-outerimage .bg-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body .text-with-outerimage .column-wrapper {
    width: 100%;
    position: relative;
    font-size: 0; }
    body .text-with-outerimage .column-wrapper .col-two {
      float: none; }
    body .text-with-outerimage .column-wrapper .text-wrap {
      display: inline-block;
      vertical-align: top;
      width: 55%;
      padding-right: 80px; }
      @media (max-width: 1336px) {
        body .text-with-outerimage .column-wrapper .text-wrap {
          padding-right: 40px; } }
      @media (max-width: 991px) {
        body .text-with-outerimage .column-wrapper .text-wrap {
          width: 100%;
          padding-right: 0;
          margin-bottom: 20px;
          display: block; } }
      body .text-with-outerimage .column-wrapper .text-wrap h1,
      body .text-with-outerimage .column-wrapper .text-wrap h2,
      body .text-with-outerimage .column-wrapper .text-wrap h3,
      body .text-with-outerimage .column-wrapper .text-wrap h4,
      body .text-with-outerimage .column-wrapper .text-wrap h5,
      body .text-with-outerimage .column-wrapper .text-wrap h6 {
        margin-top: 10px;
        margin-bottom: 30px; }
      body .text-with-outerimage .column-wrapper .text-wrap p a {
        position: relative; }
        body .text-with-outerimage .column-wrapper .text-wrap p a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          height: 2px;
          background-color: #68be62;
          opacity: 0;
          width: 0;
          -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
          -o-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
          transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out; }
        body .text-with-outerimage .column-wrapper .text-wrap p a:hover::after {
          width: 100%;
          opacity: 1; }
      body .text-with-outerimage .column-wrapper .text-wrap .title {
        margin-top: 0;
        margin-bottom: 0; }
      body .text-with-outerimage .column-wrapper .text-wrap ul {
        margin-left: 20px; }
        body .text-with-outerimage .column-wrapper .text-wrap ul li {
          color: #424b68;
          font-size: 18px;
          margin: 11px 0 0;
          padding-left: 5px; }
          body .text-with-outerimage .column-wrapper .text-wrap ul li::before {
            background-color: #424b68;
            left: -10px; }
          @media (max-width: 767px) {
            body .text-with-outerimage .column-wrapper .text-wrap ul li {
              font-size: 16px; }
              body .text-with-outerimage .column-wrapper .text-wrap ul li::before {
                top: 50%; } }
      body .text-with-outerimage .column-wrapper .text-wrap ol li {
        color: #424b68;
        margin: 11px 0 0; }
      body .text-with-outerimage .column-wrapper .text-wrap .icon-box {
        width: 115px;
        height: 60px; }
        body .text-with-outerimage .column-wrapper .text-wrap .icon-box img {
          width: 100%;
          height: 100%; }
    body .text-with-outerimage .column-wrapper h5 {
      margin-top: 24px; }
      @media (max-width: 991px) {
        body .text-with-outerimage .column-wrapper h5 {
          margin-top: 20px; } }
    body .text-with-outerimage .column-wrapper p {
      margin-top: 21px;
      line-height: 1.71; }
      @media (max-width: 991px) {
        body .text-with-outerimage .column-wrapper p {
          margin-top: 18px; } }
      @media (max-width: 595px) {
        body .text-with-outerimage .column-wrapper p {
          margin-top: 12px; } }
    body .text-with-outerimage .column-wrapper .btn-wrap {
      margin-top: 40px; }
      @media (max-width: 991px) {
        body .text-with-outerimage .column-wrapper .btn-wrap {
          margin-top: 20px; } }
    body .text-with-outerimage .column-wrapper .image-cover {
      width: 45%;
      overflow: visible;
      max-height: 483px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 991px) {
        body .text-with-outerimage .column-wrapper .image-cover {
          max-height: 100%;
          width: 100%;
          display: block; } }
      body .text-with-outerimage .column-wrapper .image-cover .image-box {
        right: -27%;
        position: relative;
        height: 478px;
        width: 750px;
        width: 100%;
        bottom: 0; }
        @media (max-width: 1540px) and (min-width: 1199px) {
          body .text-with-outerimage .column-wrapper .image-cover .image-box {
            right: -13%; } }
        @media (max-width: 1336px) {
          body .text-with-outerimage .column-wrapper .image-cover .image-box {
            right: -7%;
            height: 450px; } }
        @media (min-width: 992px) and (max-width: 1400px) {
          body .text-with-outerimage .column-wrapper .image-cover .image-box {
            height: 315px; } }
        @media (max-width: 1190px) {
          body .text-with-outerimage .column-wrapper .image-cover .image-box {
            right: 0; } }
        @media (max-width: 991px) {
          body .text-with-outerimage .column-wrapper .image-cover .image-box {
            right: auto;
            position: relative;
            height: 350px; } }
        @media (max-width: 595px) {
          body .text-with-outerimage .column-wrapper .image-cover .image-box {
            height: 300px; } }
        @media (max-width: 480px) {
          body .text-with-outerimage .column-wrapper .image-cover .image-box {
            height: 200px; } }
        body .text-with-outerimage .column-wrapper .image-cover .image-box .inner-wrap {
          position: relative;
          width: 100%;
          height: 100%; }
          body .text-with-outerimage .column-wrapper .image-cover .image-box .inner-wrap.icon-show-hover span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background-image: url("/themes/authentic8/templates/dist/images/icons/zoom_icon-new.svg");
            width: 60px;
            height: 60px;
            background-size: 100%;
            background-repeat: no-repeat;
            z-index: 6;
            cursor: pointer; }
            @media (max-width: 767px) {
              body .text-with-outerimage .column-wrapper .image-cover .image-box .inner-wrap.icon-show-hover span {
                width: 30px;
                height: 35px; } }
        body .text-with-outerimage .column-wrapper .image-cover .image-box img {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 60% 100%;
             object-position: 60% 100%;
          border-radius: 5px;
          -webkit-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
          @media (min-width: 2400px) {
            body .text-with-outerimage .column-wrapper .image-cover .image-box img {
              -o-object-position: 77% 100%;
                 object-position: 77% 100%; } }
          @media (min-width: 1600px) and (max-width: 1920px) {
            body .text-with-outerimage .column-wrapper .image-cover .image-box img {
              -o-object-position: 80% 100%;
                 object-position: 80% 100%; } }
          @media (max-width: 1540px) {
            body .text-with-outerimage .column-wrapper .image-cover .image-box img {
              -o-object-fit: contain;
                 object-fit: contain; } }
          body .text-with-outerimage .column-wrapper .image-cover .image-box img.show {
            opacity: 0; }
          body .text-with-outerimage .column-wrapper .image-cover .image-box img.hide {
            opacity: 1; }
          body .text-with-outerimage .column-wrapper .image-cover .image-box img.overlay-image {
            display: none; }
  body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap ul li {
    color: #ffffff; }
    body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap ul li::before {
      background-color: #ffffff; }
  body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap ol li {
    color: #ffffff; }
  @media (min-width: 992px) {
    body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap {
      width: 51%;
      padding-right: 39px; } }
  body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap .icon-box {
    width: 124px;
    height: 71px;
    margin-bottom: 21px; }
    @media (max-width: 767px) {
      body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap .icon-box {
        margin-bottom: 12px; } }
  body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap h4 {
    margin-top: 17px;
    margin-bottom: 0; }
  body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap h5 {
    margin-top: 17px;
    margin-bottom: 0; }
  body .text-with-outerimage.icon-with-image .column-wrapper .text-wrap p {
    line-height: 1.39;
    margin-top: 5px; }
  body .text-with-outerimage.icon-with-image .column-wrapper .image-cover {
    max-height: 100%; }
    @media (min-width: 992px) {
      body .text-with-outerimage.icon-with-image .column-wrapper .image-cover {
        width: 48%; } }
    body .text-with-outerimage.icon-with-image .column-wrapper .image-cover .image-box {
      right: 0;
      position: relative; }
      @media (min-width: 1150px) and (max-width: 1400px) {
        body .text-with-outerimage.icon-with-image .column-wrapper .image-cover .image-box {
          height: 400px; } }
      @media (min-width: 1025px) and (max-width: 1080px) {
        body .text-with-outerimage.icon-with-image .column-wrapper .image-cover .image-box {
          height: 390px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .text-with-outerimage.icon-with-image .column-wrapper .image-cover .image-box {
          height: 350px; } }
      @media (max-width: 991px) {
        body .text-with-outerimage.icon-with-image .column-wrapper .image-cover .image-box {
          max-width: 500px;
          margin: 0 auto; } }
      @media (max-width: 480px) {
        body .text-with-outerimage.icon-with-image .column-wrapper .image-cover .image-box {
          height: 250px;
          max-width: 100%; } }
      @media (max-width: 360px) {
        body .text-with-outerimage.icon-with-image .column-wrapper .image-cover .image-box {
          height: 230px; } }
      body .text-with-outerimage.icon-with-image .column-wrapper .image-cover .image-box img {
        border-radius: 5px;
        -o-object-fit: contain;
           object-fit: contain; }
  body .text-with-outerimage.hover-icon--hidden .inner-wrap.icon-show-hover > span {
    display: none !important; }

body .col-three-box .container > .btn-wrap {
  text-align: center; }

body .col-three-box.small-height-card h2 {
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    body .col-three-box.small-height-card h2 {
      margin-bottom: 10px; } }

body .col-three-box.small-height-card.big-border-top .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: auto; }
  @media (max-width: 595px) {
    body .col-three-box.small-height-card.big-border-top .column-wrapper {
      -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  body .col-three-box.small-height-card.big-border-top .column-wrapper .card {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    min-height: 250px;
    margin: 20px 10px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    min-width: auto; }
    @media (max-width: 991px) {
      body .col-three-box.small-height-card.big-border-top .column-wrapper .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: calc(50% - 20px);
        width: calc(50% - 20px); } }
    @media (max-width: 595px) {
      body .col-three-box.small-height-card.big-border-top .column-wrapper .card {
        margin: 20px 0 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    @media (min-width: 1336px) {
      body .col-three-box.small-height-card.big-border-top .column-wrapper .card {
        padding-top: 38px;
        padding-right: 70px; } }
    body .col-three-box.small-height-card.big-border-top .column-wrapper .card:before {
      height: 7px; }
    body .col-three-box.small-height-card.big-border-top .column-wrapper .card h4 {
      line-height: 1.1; }
    @media (min-width: 1336px) {
      body .col-three-box.small-height-card.big-border-top .column-wrapper .card p {
        padding-top: 2px !important;
        padding-right: 0; } }
    body .col-three-box.small-height-card.big-border-top .column-wrapper .card ul {
      margin-top: 6px;
      margin-bottom: 0; }
      body .col-three-box.small-height-card.big-border-top .column-wrapper .card ul li {
        line-height: 1.4;
        color: #424c67;
        font-size: 18px;
        margin: 4px 0; }
        body .col-three-box.small-height-card.big-border-top .column-wrapper .card ul li:before {
          content: '';
          position: absolute;
          left: 1px;
          top: 10px;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #424c67; }
    body .col-three-box.small-height-card.big-border-top .column-wrapper .card .card-body {
      height: auto !important; }
    body .col-three-box.small-height-card.big-border-top .column-wrapper .card .icon-box {
      max-width: 56px; }
      @media (min-width: 1336px) {
        body .col-three-box.small-height-card.big-border-top .column-wrapper .card .icon-box {
          height: 52px; } }
      body .col-three-box.small-height-card.big-border-top .column-wrapper .card .icon-box img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
    @media (min-width: 1336px) {
      body .col-three-box.small-height-card.big-border-top .column-wrapper .card .icon-with-heading {
        margin-bottom: 17px; } }

body .col-three-box.new-col-three .column-wrapper .card {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border: 0;
  min-height: 284px !important; }
  @media (min-width: 992px) {
    body .col-three-box.new-col-three .column-wrapper .card {
      padding-top: 33px; } }
  body .col-three-box.new-col-three .column-wrapper .card:before {
    width: 100%;
    left: 0; }
  body .col-three-box.new-col-three .column-wrapper .card .icon-with-heading {
    margin-bottom: 16px; }
  @media (min-width: 1336px) {
    body .col-three-box.new-col-three .column-wrapper .card .card-body {
      padding-bottom: 12px; } }
  body .col-three-box.new-col-three .column-wrapper .card .card-body h4 {
    font-size: 24px; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .col-three-box.new-col-three .column-wrapper .card .card-body h4 {
        font-size: 22px; } }
    @media (max-width: 991px) {
      body .col-three-box.new-col-three .column-wrapper .card .card-body h4 {
        font-size: 20px; } }
  body .col-three-box.new-col-three .column-wrapper .card .card-body p {
    opacity: 1;
    visibility: visible;
    display: block;
    max-height: 85px;
    color: #424c67;
    padding-top: 6px; }

@media (min-width: 1336px) {
  body .col-three-box.blog-col-three {
    padding-top: 135px;
    padding-bottom: 134px; } }

@media (max-width: 991px) {
  body .col-three-box.blog-col-three .column-wrapper .card {
    height: 320px;
    min-height: 100%; } }

@media (max-width: 595px) {
  body .col-three-box.blog-col-three .column-wrapper .card {
    height: 275px; } }

body .col-three-box.blog-col-three .column-wrapper .card:before {
  height: 10px; }

@media (min-width: 992px) {
  body .col-three-box.big-border-top .column-wrapper .card:before {
    height: 10px; } }

@media (min-width: 1336px) {
  body .col-three-box {
    padding-top: 135px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  body .col-three-box {
    padding-top: 67px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body .col-three-box {
    padding-top: 67px; } }

body .col-three-box.resource-landing-page .column-wrapper {
  width: calc(100% + 10px);
  margin: 5px 0 0 -5px; }
  @media (min-width: 1336px) {
    body .col-three-box.resource-landing-page .column-wrapper {
      width: calc(100% + 30px);
      margin: 5px -15px 0; } }
  @media (max-width: 991px) {
    body .col-three-box.resource-landing-page .column-wrapper {
      width: calc(100% + 20px); } }
  @media (max-width: 595px) {
    body .col-three-box.resource-landing-page .column-wrapper {
      margin: 0;
      width: 100%; } }
  @media (min-width: 1336px) {
    body .col-three-box.resource-landing-page .column-wrapper .card {
      margin: 30px 15px 0;
      padding-top: 30px; } }
  @media (max-width: 991px) {
    body .col-three-box.resource-landing-page .column-wrapper .card {
      max-width: calc(50% - 20px); } }
  @media (max-width: 595px) {
    body .col-three-box.resource-landing-page .column-wrapper .card {
      max-width: 100%;
      margin: 12px 0 0;
      width: 100%; } }
  @media (min-width: 1336px) {
    body .col-three-box.resource-landing-page .column-wrapper .card .icon-with-heading .icon-box {
      margin-right: 16px; } }
  body .col-three-box.resource-landing-page .column-wrapper .card h4 {
    margin: 20px 0 0 0;
    line-height: 1.27; }
    @media (min-width: 1336px) {
      body .col-three-box.resource-landing-page .column-wrapper .card h4 {
        margin: 35px 0 0 0; } }
  body .col-three-box.resource-landing-page .column-wrapper .card a {
    font-size: 16px; }

body .col-three-box .column-wrapper {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-top: 5px;
  position: relative;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1336px) {
    body .col-three-box .column-wrapper {
      width: calc(100%);
      margin-left: 0; } }
  body .col-three-box .column-wrapper .card {
    position: relative;
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    -ms-flex-preferred-size: calc(33% - 26px);
        flex-basis: calc(33% - 26px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 410px;
    border-radius: 5px;
    border: solid 2px #bdc4cc;
    min-height: 358px;
    border-top: 0;
    margin: 30px 13px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 36px 25px 40px 25px; }
    body .col-three-box .column-wrapper .card:before {
      content: '';
      position: absolute;
      top: 0;
      left: -2px;
      width: 101%;
      height: 8px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    @media (min-width: 1336px) {
      body .col-three-box .column-wrapper .card {
        min-width: 410px; } }
    @media (max-width: 1336px) {
      body .col-three-box .column-wrapper .card {
        -ms-flex-preferred-size: calc(33% - 7px);
            flex-basis: calc(33% - 7px);
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        max-width: calc(33% - 7px);
        padding: 30px 21px 40px;
        margin: 12px 5px 0; } }
    @media (max-width: 991px) {
      body .col-three-box .column-wrapper .card {
        -ms-flex-preferred-size: calc(50% - 12px);
            flex-basis: calc(50% - 12px);
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        max-width: calc(50% - 12px);
        min-height: 320px;
        margin: 25px 6px 0;
        width: 50%; } }
    @media (max-width: 595px) {
      body .col-three-box .column-wrapper .card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0 0;
        width: 100%;
        min-height: 275px; } }
    body .col-three-box .column-wrapper .card .icon-with-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        body .col-three-box .column-wrapper .card .icon-with-heading {
          margin-bottom: 10px; } }
      body .col-three-box .column-wrapper .card .icon-with-heading .icon-box {
        width: 52px;
        height: 52px;
        overflow: hidden;
        margin-right: 23px; }
        @media (max-width: 767px) {
          body .col-three-box .column-wrapper .card .icon-with-heading .icon-box {
            width: 30px;
            height: 42px;
            margin-right: 15px; } }
        body .col-three-box .column-wrapper .card .icon-with-heading .icon-box svg,
        body .col-three-box .column-wrapper .card .icon-with-heading .icon-box img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 100%; }
      body .col-three-box .column-wrapper .card .icon-with-heading span {
        display: block;
        font-family: "proxima-nova";
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        letter-spacing: normal;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          body .col-three-box .column-wrapper .card .icon-with-heading span {
            font-size: 14px; } }
    body .col-three-box .column-wrapper .card .card-body {
      padding-bottom: 26px;
      position: relative;
      height: calc(100% - 20%); }
      @media (max-width: 991px) {
        body .col-three-box .column-wrapper .card .card-body {
          padding-bottom: 25px; } }
      body .col-three-box .column-wrapper .card .card-body span {
        color: #8690a4;
        display: block;
        position: relative;
        padding: 0;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 0.84px; }
      body .col-three-box .column-wrapper .card .card-body .date-time {
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          body .col-three-box .column-wrapper .card .card-body .date-time {
            margin-bottom: 8px; } }
        body .col-three-box .column-wrapper .card .card-body .date-time span {
          display: inline-block;
          padding: 0 15px; }
          @media (max-width: 767px) {
            body .col-three-box .column-wrapper .card .card-body .date-time span {
              padding: 0 8px; } }
          body .col-three-box .column-wrapper .card .card-body .date-time span.heading-a {
            display: block; }
          body .col-three-box .column-wrapper .card .card-body .date-time span:first-child {
            padding-left: 0; }
            body .col-three-box .column-wrapper .card .card-body .date-time span:first-child:before {
              display: none; }
          body .col-three-box .column-wrapper .card .card-body .date-time span:before {
            content: '';
            position: absolute;
            width: 2px;
            height: 100%;
            left: 0;
            top: 0;
            background-color: #8690a4; }
      body .col-three-box .column-wrapper .card .card-body .new-icon {
        width: 59px;
        height: 59px;
        margin-bottom: 25px;
        border-radius: 50%; }
        body .col-three-box .column-wrapper .card .card-body .new-icon.full-with-icon {
          width: 100%;
          border-radius: 0; }
        @media (max-width: 767px) {
          body .col-three-box .column-wrapper .card .card-body .new-icon {
            width: 40px;
            height: 40px; } }
        body .col-three-box .column-wrapper .card .card-body .new-icon img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
    body .col-three-box .column-wrapper .card h4 {
      -webkit-line-clamp: 4;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-weight: 600;
      max-height: 150px; }
      body .col-three-box .column-wrapper .card h4 a {
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 600;
        font-size: 30px;
        max-height: 136px;
        color: #151930; }
        @media (max-width: 595px) {
          body .col-three-box .column-wrapper .card h4 a {
            -webkit-line-clamp: 3;
            font-size: 20px; } }
        @media (min-width: 992px) and (max-width: 1336px) {
          body .col-three-box .column-wrapper .card h4 a {
            font-size: 28px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-box .column-wrapper .card h4 a {
            font-size: 24px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-box .column-wrapper .card h4 a {
            font-size: 22px; } }
    body .col-three-box .column-wrapper .card p {
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 158px;
      -webkit-transition: all 0.9s ease-in-out;
      -o-transition: all 0.9s ease-in-out;
      transition: all 0.9s ease-in-out;
      padding-top: 15px; }
      @media (max-width: 991px) {
        body .col-three-box .column-wrapper .card p {
          max-height: 145px; } }
      @media (max-width: 767px) {
        body .col-three-box .column-wrapper .card p {
          padding-top: 12px;
          max-height: 130px; } }
    body .col-three-box .column-wrapper .card .btn-box {
      position: absolute;
      bottom: 25px;
      width: auto;
      left: 25px; }
      @media (max-width: 1336px) {
        body .col-three-box .column-wrapper .card .btn-box {
          left: 21px; } }

body .col-three-box .btn-wrap {
  text-align: center;
  margin-top: 40px;
  font-size: 0; }

body .card-slider {
  opacity: 0; }
  @media (max-width: 767px) {
    body .card-slider {
      padding-bottom: 75px !important; } }
  body .card-slider .column-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px; }
    @media (max-width: 1336px) {
      body .card-slider .column-wrapper {
        max-width: calc(100% + 10px);
        margin-left: -5px; } }
    @media (max-width: 1336px) {
      body .card-slider .column-wrapper .card {
        margin: 12px 5px 0; } }
    @media (max-width: 991px) {
      body .card-slider .column-wrapper .card {
        margin: 25px 5px 0;
        width: 50%; } }
    @media (max-width: 595px) {
      body .card-slider .column-wrapper .card {
        max-width: calc(100% - 10px);
        margin: 20px 5px 0;
        width: 100%; } }
    @media (min-width: 1336px) {
      body .card-slider .column-wrapper .card {
        min-width: 410px; } }
    body .card-slider .column-wrapper .card.video-card,
    body .card-slider .column-wrapper .card .podcast-card {
      padding: 6px 25px 25px !important; }
      body .card-slider .column-wrapper .card.video-card .img-wrap,
      body .card-slider .column-wrapper .card .podcast-card .img-wrap {
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-top: -6px; }
      body .card-slider .column-wrapper .card.video-card .card-body,
      body .card-slider .column-wrapper .card .podcast-card .card-body {
        padding-top: 20px; }
        body .card-slider .column-wrapper .card.video-card .card-body .card-title .short-text,
        body .card-slider .column-wrapper .card .podcast-card .card-body .card-title .short-text {
          left: 0;
          right: 0; }
        body .card-slider .column-wrapper .card.video-card .card-body .card-title .full-text,
        body .card-slider .column-wrapper .card .podcast-card .card-body .card-title .full-text {
          right: 0;
          left: 0; }
  body .card-slider .slick-arrow {
    position: absolute;
    top: -90px;
    right: 60px;
    border: 2px solid #000000;
    border-width: 0 0 3px 3px;
    margin: 0;
    outline: none;
    cursor: pointer;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 2; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .card-slider .slick-arrow {
        top: -77px; } }
    @media (max-width: 767px) {
      body .card-slider .slick-arrow {
        top: 107%;
        bottom: 0; } }
    @media (max-width: 595px) {
      body .card-slider .slick-arrow {
        left: calc(50% - 25px); } }
    body .card-slider .slick-arrow:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      left: -3px;
      width: 17px;
      height: 3px;
      background-color: #000000;
      -webkit-transform: rotate(-48deg);
           -o-transform: rotate(-48deg);
              transform: rotate(-48deg);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body .card-slider .slick-arrow:hover {
      border-color: #68be62; }
      body .card-slider .slick-arrow:hover:after {
        background-color: #68be62; }
  body .card-slider .slick-next {
    position: absolute;
    right: 18px;
    -webkit-transform: rotate(228deg);
         -o-transform: rotate(228deg);
            transform: rotate(228deg); }
    @media (max-width: 595px) {
      body .card-slider .slick-next {
        left: auto;
        right: calc(50% - 25px); } }

body .banner-fourth-level {
  padding: 0; }
  body .banner-fourth-level .wrapper {
    max-width: 850px;
    padding-bottom: 45px;
    margin: 95px auto 0;
    border-bottom: 1px solid #797a89; }
    @media (max-width: 1336px) {
      body .banner-fourth-level .wrapper {
        margin: 60px auto 0; } }
    @media (max-width: 991px) {
      body .banner-fourth-level .wrapper {
        margin: 40px auto 0;
        max-width: 100%;
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      body .banner-fourth-level .wrapper {
        margin: 30px auto 0;
        padding-bottom: 15px; } }
    @media (max-width: 595px) {
      body .banner-fourth-level .wrapper {
        margin: 20px auto 0; } }
  body .banner-fourth-level .upper-text {
    margin-bottom: 10px;
    letter-spacing: 0.075em; }
  body .banner-fourth-level h1 {
    line-height: 0.97; }
  body .banner-fourth-level h4 {
    font-weight: normal;
    margin-top: 14px;
    max-width: 1030px; }
  body .banner-fourth-level h5 {
    font-weight: normal;
    color: #424c67;
    margin-top: 14px;
    max-width: 770px; }
  body .banner-fourth-level .author-detail {
    font-size: 0;
    margin: 17px 0 0 0; }
    @media (max-width: 991px) {
      body .banner-fourth-level .author-detail {
        margin: 12px 0 0 0; } }
    body .banner-fourth-level .author-detail span {
      font-size: 14px;
      line-height: 1.43;
      color: #8690a4;
      padding-right: 10px;
      margin: 5px 0;
      max-width: 350px;
      vertical-align: middle;
      display: inline-block;
      letter-spacing: 0.84px;
      position: relative;
      padding-left: 12px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        body .banner-fourth-level .author-detail span {
          padding-left: 7px;
          padding-right: 7px; } }
      body .banner-fourth-level .author-detail span:first-child {
        padding-left: 0; }
        body .banner-fourth-level .author-detail span:first-child:before {
          display: none; }
      body .banner-fourth-level .author-detail span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        height: 50%;
        width: 2px;
        background-color: #8690a4; }
  body .banner-fourth-level.with-form .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0 !important;
    margin-top: 100px !important;
    padding-bottom: 40px; }
    body .banner-fourth-level.with-form .wrapper .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: calc(50% - 20px);
      margin-right: 20px;
      margin-top: 11px; }
      @media (min-width: 1336px) {
        body .banner-fourth-level.with-form .wrapper .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 65%;
                  flex: 0 0 65%;
          max-width: calc(65% - 27px);
          margin-right: 27px; } }
      body .banner-fourth-level.with-form .wrapper .content-wrap h1 {
        max-width: 450px; }
      body .banner-fourth-level.with-form .wrapper .content-wrap h4 {
        color: #151930;
        font-weight: 600; }
      body .banner-fourth-level.with-form .wrapper .content-wrap h5 {
        max-width: 770px; }
      @media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
        body .banner-fourth-level.with-form .wrapper .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: calc(50% - 30px);
          margin-right: 30px; } }
      @media (max-width: 767px) {
        body .banner-fourth-level.with-form .wrapper .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0; } }
    body .banner-fourth-level.with-form .wrapper .form-outer {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      background-color: rgba(189, 196, 204, 0.1);
      padding: 21px 25px 22px 32px;
      border-radius: 5px;
      text-align: right;
      position: relative; }
      @media (min-width: 1336px) {
        body .banner-fourth-level.with-form .wrapper .form-outer {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 35%;
                  flex: 0 0 35%;
          max-width: 436px; } }
      body .banner-fourth-level.with-form .wrapper .form-outer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 7px;
        background-color: #bdc4cc;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      @media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
        body .banner-fourth-level.with-form .wrapper .form-outer {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 767px) {
        body .banner-fourth-level.with-form .wrapper .form-outer {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-top: 40px; } }
      body .banner-fourth-level.with-form .wrapper .form-outer h4 {
        line-height: 1.14;
        font-weight: 600; }
      body .banner-fourth-level.with-form .wrapper .form-outer h5 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.17;
        text-align: left;
        color: #151831;
        margin-top: 0; }
        @media (max-width: 595px) {
          body .banner-fourth-level.with-form .wrapper .form-outer h5 {
            font-size: 22px; } }
      body .banner-fourth-level.with-form .wrapper .form-outer input {
        margin-top: 42px;
        padding-bottom: 12px;
        outline: none;
        background-color: transparent;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #8690a4;
        width: 100%; }
        body .banner-fourth-level.with-form .wrapper .form-outer input::-webkit-input-placeholder {
          font-size: 12px;
          line-height: 2.5;
          color: #8690a4; }
        body .banner-fourth-level.with-form .wrapper .form-outer input::-moz-placeholder {
          font-size: 12px;
          line-height: 2.5;
          color: #8690a4; }
        body .banner-fourth-level.with-form .wrapper .form-outer input:-ms-input-placeholder {
          font-size: 12px;
          line-height: 2.5;
          color: #8690a4; }
        body .banner-fourth-level.with-form .wrapper .form-outer input:-moz-placeholder {
          font-size: 12px;
          line-height: 2.5;
          color: #8690a4; }
      body .banner-fourth-level.with-form .wrapper .form-outer a {
        right: -10px;
        margin-top: 13px;
        font-size: 12px !important;
        padding-right: 28px; }
        body .banner-fourth-level.with-form .wrapper .form-outer a::after {
          right: 10px;
          top: 1px;
          width: 11px;
          height: 11px;
          background-size: 11px; }
        body .banner-fourth-level.with-form .wrapper .form-outer a:hover::after {
          -webkit-transform: translateX(5px);
               -o-transform: translateX(5px);
                  transform: translateX(5px); }
      body .banner-fourth-level.with-form .wrapper .form-outer .mktoForm {
        width: 100% !important; }
        body .banner-fourth-level.with-form .wrapper .form-outer .mktoForm .mktoButtonRow {
          margin-top: 0 !important; }
          body .banner-fourth-level.with-form .wrapper .form-outer .mktoForm .mktoButtonRow .mktoButtonWrap {
            margin-right: 0 !important;
            margin-left: auto !important; }
            body .banner-fourth-level.with-form .wrapper .form-outer .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
              cursor: pointer;
              width: 100% !important;
              font-size: 11px !important;
              padding: 0 25px 0 0 !important;
              margin-top: 0 !important;
              height: 100% !important;
              font-weight: bold !important;
              line-height: 1.25 !important;
              letter-spacing: -0.01em !important;
              text-align: center;
              color: #68be62 !important;
              border-radius: 0 !important;
              background-image: none;
              background-color: transparent !important;
              -webkit-box-shadow: none !important;
              box-shadow: none !important;
              border: none !important;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
              body .banner-fourth-level.with-form .wrapper .form-outer .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:after {
                content: '';
                position: absolute;
                right: 0;
                width: 11px;
                height: 11px;
                background-size: 11px;
                background-image: url("/themes/authentic8/templates/dist/images/icons/green_arrow.svg");
                background-repeat: no-repeat;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
              body .banner-fourth-level.with-form .wrapper .form-outer .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
                border: none !important;
                background: transparent !important; }
                body .banner-fourth-level.with-form .wrapper .form-outer .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover:after {
                  right: -8px; }
  body .banner-fourth-level.full-width .wrapper {
    max-width: 100%;
    border: none;
    padding-bottom: 0; }
    @media (max-width: 1336px) {
      body .banner-fourth-level.full-width .wrapper {
        margin-top: 60px; } }
    @media (max-width: 767px) {
      body .banner-fourth-level.full-width .wrapper {
        margin: 50px auto 0; } }
    @media (max-width: 595px) {
      body .banner-fourth-level.full-width .wrapper {
        margin: 30px auto 0; } }
  body .banner-fourth-level.top-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: -webkit-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
    background-image: -o-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
    background-image: linear-gradient(246deg, #5856d6 -31%, #252d6a 82%); }
  body .banner-fourth-level.light-blue-gredient h1, body .banner-fourth-level.light-blue-gredient h4, body .banner-fourth-level.light-blue-gredient h5, body .banner-fourth-level.blue-gredient h1, body .banner-fourth-level.blue-gredient h4, body .banner-fourth-level.blue-gredient h5, body .banner-fourth-level.green-gredient h1, body .banner-fourth-level.green-gredient h4, body .banner-fourth-level.green-gredient h5, body .banner-fourth-level.dark-blue-gredient h1, body .banner-fourth-level.dark-blue-gredient h4, body .banner-fourth-level.dark-blue-gredient h5, body .banner-fourth-level.grey-gredient h1, body .banner-fourth-level.grey-gredient h4, body .banner-fourth-level.grey-gredient h5 {
    color: #ffffff; }

body .author-detail span div {
  display: inline-block;
  font-size: 0;
  padding: 0;
  vertical-align: middle; }

body .author-detail span .social-media-sharing ul {
  padding-left: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  margin-bottom: 12px; }
  body .author-detail span .social-media-sharing ul li {
    font-size: 0;
    padding: 0;
    margin: 0 8px;
    vertical-align: middle; }
    body .author-detail span .social-media-sharing ul li .share {
      position: relative; }
      body .author-detail span .social-media-sharing ul li .share:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        -webkit-transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
        transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
        -o-transition: 0.3s opacity ease-in-out, 0.3s -o-transform ease-in-out;
        transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out;
        transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
      body .author-detail span .social-media-sharing ul li .share:hover:after {
        opacity: 1;
        -webkit-transform: translateY(-8px);
             -o-transform: translateY(-8px);
                transform: translateY(-8px); }
      body .author-detail span .social-media-sharing ul li .share.linkedin:after {
        background-image: url("/themes/authentic8/templates/dist/images/icons/linkedin-logo-green.svg"); }
      body .author-detail span .social-media-sharing ul li .share.twitter:after {
        background-image: url("/themes/authentic8/templates/dist/images/icons/twitter-icon-green.svg"); }
      body .author-detail span .social-media-sharing ul li .share.email:after {
        background-image: url("/themes/authentic8/templates/dist/images/icons/e-mail-logo-green.svg"); }
      body .author-detail span .social-media-sharing ul li .share.facebook-share:after {
        background-image: url("/themes/authentic8/templates/dist/images/icons/facebook-green.svg"); }
    body .author-detail span .social-media-sharing ul li a {
      width: 18px;
      height: 18px; }
      body .author-detail span .social-media-sharing ul li a img {
        -o-object-fit: contain;
           object-fit: contain;
        -webkit-transition: 0.3s -webkit-transform ease-in-out;
        transition: 0.3s -webkit-transform ease-in-out;
        -o-transition: 0.3s -o-transform ease-in-out;
        transition: 0.3s transform ease-in-out;
        transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
      body .author-detail span .social-media-sharing ul li a:hover img {
        -webkit-transform: translateY(-8px);
             -o-transform: translateY(-8px);
                transform: translateY(-8px); }

body .banner-fourth-level + section.upcoming-events {
  padding-top: 79px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .banner-fourth-level + section.upcoming-events {
      padding-top: 59px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .banner-fourth-level + section.upcoming-events {
      padding-top: 59px; } }
  @media (max-width: 767px) {
    body .banner-fourth-level + section.upcoming-events {
      padding-top: 24px; } }

body .banner-fifth-level {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #252d6a), to(#5856d6));
  background: -webkit-linear-gradient(left, #252d6a 25%, #5856d6 100%);
  background: -o-linear-gradient(left, #252d6a 25%, #5856d6 100%);
  background: linear-gradient(to right, #252d6a 25%, #5856d6 100%); }
  @media (min-width: 992px) {
    body .banner-fifth-level {
      padding: 86px 0; } }
  body .banner-fifth-level .bg-img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0; }
    body .banner-fifth-level .bg-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      overflow: hidden; }
  body .banner-fifth-level .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    body .banner-fifth-level .wrapper .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-right: 20px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .banner-fifth-level .wrapper .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 80%;
                  flex: 0 0 80%;
          max-width: 80%; } }
      @media (max-width: 991px) {
        body .banner-fifth-level .wrapper .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0; } }
      body .banner-fifth-level .wrapper .content-wrap .logo-wrap {
        max-width: 158px;
        height: 20px;
        margin-bottom: 90px; }
        @media (max-width: 767px) {
          body .banner-fifth-level .wrapper .content-wrap .logo-wrap {
            margin-bottom: 50px; } }
        body .banner-fifth-level .wrapper .content-wrap .logo-wrap img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 100%; }
      body .banner-fifth-level .wrapper .content-wrap h6 {
        font-size: 16px;
        line-height: 1.88;
        letter-spacing: normal;
        color: #ffffff;
        max-width: 400px;
        text-transform: uppercase; }
      body .banner-fifth-level .wrapper .content-wrap em {
        display: none; }
      body .banner-fifth-level .wrapper .content-wrap h1 {
        color: #ffffff;
        line-height: 1.13;
        letter-spacing: normal;
        max-width: 850px; }
      body .banner-fifth-level .wrapper .content-wrap .date {
        margin-top: 15px; }
        body .banner-fifth-level .wrapper .content-wrap .date span {
          font-size: 22px;
          max-width: 550px;
          margin-right: 10px;
          font-weight: 600;
          line-height: 2;
          letter-spacing: 0.44px;
          color: #ffffff;
          display: inline-block;
          position: relative;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            body .banner-fifth-level .wrapper .content-wrap .date span {
              font-size: 16px; } }
          body .banner-fifth-level .wrapper .content-wrap .date span:not(:last-child) {
            margin-right: 10px;
            padding-right: 20px; }
            body .banner-fifth-level .wrapper .content-wrap .date span:not(:last-child)::after {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              height: 35%;
              width: 2px;
              -webkit-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              background: #ffffff; }
      body .banner-fifth-level .wrapper .content-wrap .btn-wrap {
        margin-top: 16px; }
  body .banner-fifth-level.with-form {
    overflow: visible;
    z-index: 2; }
    body .banner-fifth-level.with-form .form-wrap {
      right: 0;
      padding: 35px 38px 27px 31px;
      overflow: hidden;
      border-radius: 5px; }
      @media (min-width: 1200px) {
        body .banner-fifth-level.with-form .form-wrap {
          position: absolute;
          top: 50%; } }
      @media (max-width: 1199px) {
        body .banner-fifth-level.with-form .form-wrap {
          position: relative;
          bottom: 0;
          margin-top: 20px; } }
      @media (max-width: 991px) {
        body .banner-fifth-level.with-form .form-wrap {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        body .banner-fifth-level.with-form .form-wrap {
          margin: 20px auto 0;
          padding: 28px; } }
      body .banner-fifth-level.with-form .form-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100.5%;
        height: 100%;
        min-height: 953px;
        background: url("/themes/authentic8/templates/dist/images/plain-form-image-new.svg") no-repeat;
        background-size: cover;
        border-radius: 5px;
        z-index: -1; }
        @media (max-width: 767px) {
          body .banner-fifth-level.with-form .form-wrap::before {
            min-height: 793px; } }
      body .banner-fifth-level.with-form .form-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 7px;
        background: #68be62;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      body .banner-fifth-level.with-form .form-wrap h5 {
        color: #151831;
        margin-bottom: 15px;
        max-width: 400px;
        margin-left: 4px;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.17;
        letter-spacing: normal; }
        @media (max-width: 767px) {
          body .banner-fifth-level.with-form .form-wrap h5 {
            margin-bottom: 0; } }
      body .banner-fifth-level.with-form .form-wrap form {
        max-width: 520px;
        border-radius: 5px; }
        @media (max-width: 1199px) {
          body .banner-fifth-level.with-form .form-wrap form {
            max-width: 470px; } }
        body .banner-fifth-level.with-form .form-wrap form .mktoFormRow {
          width: 100%; }
          body .banner-fifth-level.with-form .form-wrap form .mktoFormRow .mktoFieldDescriptor {
            margin-bottom: 0 !important; }
            body .banner-fifth-level.with-form .form-wrap form .mktoFormRow .mktoFieldDescriptor .mktoLabel {
              width: 100% !important; }
        body .banner-fifth-level.with-form .form-wrap form h4 {
          margin-bottom: 10px;
          margin-left: -3px;
          font-size: 24px;
          font-weight: 600;
          line-height: 1.17;
          letter-spacing: normal; }
        body .banner-fifth-level.with-form .form-wrap form .input-wrap {
          position: relative; }
          body .banner-fifth-level.with-form .form-wrap form .input-wrap::before {
            content: '*';
            position: absolute;
            left: -10px;
            bottom: 9px;
            font-size: 12px;
            color: #43b1e3; }
        body .banner-fifth-level.with-form .form-wrap form input {
          font-size: 12px;
          font-weight: normal;
          line-height: 2.5;
          letter-spacing: normal;
          color: #151831;
          margin-top: 33.8px;
          outline: none;
          background-color: transparent;
          border-top: none;
          border-right: none;
          border-left: none;
          border-bottom: solid 0.5px #424b68;
          width: 100%; }
        body .banner-fifth-level.with-form .form-wrap form .btn-wrap {
          text-align: center;
          margin-top: 48px; }
          body .banner-fifth-level.with-form .form-wrap form .btn-wrap button {
            text-transform: uppercase;
            padding: 14px;
            display: inline-block;
            min-width: 208px; }
        body .banner-fifth-level.with-form .form-wrap form#mktoForm_1594 .mktoCheckboxList {
          padding: 0;
          border: 0; }
      body .banner-fifth-level.with-form .form-wrap p {
        font-size: 12px;
        margin-top: 28px;
        font-weight: normal;
        max-width: 420px;
        line-height: 1.25;
        letter-spacing: normal;
        color: #151831; }
        @media (max-width: 767px) {
          body .banner-fifth-level.with-form .form-wrap p {
            text-align: center; } }
        body .banner-fifth-level.with-form .form-wrap p a {
          color: #000000;
          display: inline-block;
          cursor: pointer;
          z-index: 1;
          position: relative;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          body .banner-fifth-level.with-form .form-wrap p a:hover {
            color: #68be62; }
            body .banner-fifth-level.with-form .form-wrap p a:hover:after {
              background-color: #68be62; }
          body .banner-fifth-level.with-form .form-wrap p a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #000000;
            -webkit-transition: background-color 0.3s ease-in-out;
            -o-transition: background-color 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out; }
  body .banner-fifth-level.white-bg {
    background-image: none; }
    body .banner-fifth-level.white-bg .bg-img {
      display: none; }
    body .banner-fifth-level.white-bg h6,
    body .banner-fifth-level.white-bg h1,
    body .banner-fifth-level.white-bg em,
    body .banner-fifth-level.white-bg .date span {
      color: #151831 !important; }
    body .banner-fifth-level.white-bg .date span::after {
      background: #151831 !important; }
  body .banner-fifth-level.with-form .form-wrap.hidden-form {
    border-radius: 5px;
    min-width: 520px; }
    @media (max-width: 595px) {
      body .banner-fifth-level.with-form .form-wrap.hidden-form {
        min-width: 100%; } }
    body .banner-fifth-level.with-form .form-wrap.hidden-form:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 7px;
      background: #68be62;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    body .banner-fifth-level.with-form .form-wrap.hidden-form:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url("/themes/authentic8/templates/dist/images/plain-form-image-new.svg") no-repeat;
      background-size: cover;
      border-radius: 5px;
      z-index: -1; }
  body .banner-fifth-level.with-form .form-wrap .thanks-message {
    display: none; }
  @media (min-width: 992px) {
    body .banner-fifth-level.top-logo {
      padding: 66px 0 86px; } }
  body .banner-fifth-level.not-gated {
    min-height: 100%; }
    body .banner-fifth-level.not-gated .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 990px; }
      body .banner-fifth-level.not-gated .content-wrap h1 {
        max-width: 100%; }

body .landing-content {
  position: relative;
  z-index: 0;
  min-height: 600px; }
  @media (min-width: 1500px) and (max-width: 1600px) {
    body .landing-content {
      padding: 92px 0 143px; } }
  body .landing-content h2,
  body .landing-content h3,
  body .landing-content h4,
  body .landing-content h5,
  body .landing-content h6 {
    margin-top: 10px;
    margin-bottom: 30px; }
  body .landing-content .wrapper {
    max-width: 660px; }
    @media (max-width: 1240px) and (min-width: 1200px) {
      body .landing-content .wrapper {
        max-width: 610px; } }
    @media (max-width: 767px) {
      body .landing-content .wrapper {
        max-width: 100%; } }
    body .landing-content .wrapper > h1,
    body .landing-content .wrapper h3,
    body .landing-content .wrapper h4,
    body .landing-content .wrapper h5,
    body .landing-content .wrapper h6 {
      margin-top: 10px;
      margin-bottom: 30px; }
    body .landing-content .wrapper > h2 {
      letter-spacing: -0.5px;
      max-width: 870px;
      margin-bottom: 30px; }
      body .landing-content .wrapper > h2:not(:first-child) {
        margin-top: 10px; }
    body .landing-content .wrapper .card-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      padding: 28px 27px 25px 35px;
      background: rgba(189, 196, 204, 0.1);
      border-radius: 5px;
      margin-top: 40px;
      margin-bottom: 41px;
      position: relative; }
      body .landing-content .wrapper .card-wrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 7px;
        background: #343596;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px; }
      @media (max-width: 991px) {
        body .landing-content .wrapper .card-wrap {
          margin-top: 30px; } }
      @media (max-width: 595px) {
        body .landing-content .wrapper .card-wrap {
          padding: 20px; } }
      body .landing-content .wrapper .card-wrap .img-wrap {
        -ms-flex-preferred-size: calc(59% - 30px);
            flex-basis: calc(59% - 30px);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: 325px;
        height: 182px;
        margin-right: 30px;
        border-radius: 5px;
        position: relative; }
        @media (max-width: 767px) {
          body .landing-content .wrapper .card-wrap .img-wrap {
            max-width: calc(59% - 30px); } }
        @media (max-width: 595px) {
          body .landing-content .wrapper .card-wrap .img-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            height: 200px; } }
        body .landing-content .wrapper .card-wrap .img-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          border-radius: 5px; }
      body .landing-content .wrapper .card-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41%;
                flex: 0 0 41%;
        max-width: 41%; }
        @media (max-width: 595px) {
          body .landing-content .wrapper .card-wrap .content-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            margin-top: 10px; } }
        body .landing-content .wrapper .card-wrap .content-wrap h5 {
          line-height: 1.17;
          margin-top: 5px; }
        body .landing-content .wrapper .card-wrap .content-wrap p {
          color: #424c67;
          margin-top: 11px;
          max-width: 370px; }
      body .landing-content .wrapper .card-wrap.date-card {
        margin-bottom: 41px;
        display: block; }
        @media (min-width: 992px) {
          body .landing-content .wrapper .card-wrap.date-card {
            padding: 29px 27px 27px 18px; } }
        @media (max-width: 991px) {
          body .landing-content .wrapper .card-wrap.date-card {
            margin-bottom: 0; } }
        body .landing-content .wrapper .card-wrap.date-card .row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          body .landing-content .wrapper .card-wrap.date-card .row:not(:first-child) {
            margin-top: 40px; }
            @media (max-width: 595px) {
              body .landing-content .wrapper .card-wrap.date-card .row:not(:first-child) {
                margin-top: 30px; } }
        body .landing-content .wrapper .card-wrap.date-card .labels {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(17% - 10px);
                  flex: 0 0 calc(17% - 10px);
          max-width: 85px;
          margin-right: 10px; }
          @media (max-width: 595px) {
            body .landing-content .wrapper .card-wrap.date-card .labels {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 calc(35% - 10px);
                      flex: 0 0 calc(35% - 10px); } }
          body .landing-content .wrapper .card-wrap.date-card .labels span {
            color: #43b1e3;
            display: block;
            font-size: 14px;
            text-align: right;
            font-weight: bold;
            letter-spacing: 0.84px;
            line-height: normal;
            text-transform: uppercase; }
            body .landing-content .wrapper .card-wrap.date-card .labels span:not(:last-child) {
              margin-bottom: 31px; }
        body .landing-content .wrapper .card-wrap.date-card .date-outer {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 83%;
                  flex: 0 0 83%;
          max-width: 83%; }
          @media (max-width: 595px) {
            body .landing-content .wrapper .card-wrap.date-card .date-outer {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 65%;
                      flex: 0 0 65%;
              max-width: 65%; } }
          body .landing-content .wrapper .card-wrap.date-card .date-outer p {
            color: #151831;
            font-size: 14px;
            font-weight: 600;
            line-height: normal;
            max-width: 350px;
            text-align: left; }
            body .landing-content .wrapper .card-wrap.date-card .date-outer p:not(:last-child) {
              margin-bottom: 31px; }
            body .landing-content .wrapper .card-wrap.date-card .date-outer p span {
              color: #151831;
              font-size: 14px;
              font-weight: 600;
              line-height: normal;
              position: relative; }
              body .landing-content .wrapper .card-wrap.date-card .date-outer p span:not(:last-child) {
                padding-right: 15px; }
                body .landing-content .wrapper .card-wrap.date-card .date-outer p span:not(:last-child)::after {
                  content: "";
                  position: absolute;
                  right: 4px;
                  top: 50%;
                  height: 59%;
                  width: 2px;
                  -webkit-transform: translateY(-50%);
                       -o-transform: translateY(-50%);
                          transform: translateY(-50%);
                  background: #151831; }
          body .landing-content .wrapper .card-wrap.date-card .date-outer a {
            margin-top: 20px; }
            @media (max-width: 991px) {
              body .landing-content .wrapper .card-wrap.date-card .date-outer a {
                margin-top: 10px; } }
      body .landing-content .wrapper .card-wrap.small-img {
        margin-bottom: 41px; }
        @media (max-width: 991px) {
          body .landing-content .wrapper .card-wrap.small-img {
            margin-bottom: 0; } }
        body .landing-content .wrapper .card-wrap.small-img .img-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(31% - 30px);
                  flex: 0 0 calc(31% - 30px);
          max-width: 154px;
          height: 200px; }
          @media (max-width: 767px) {
            body .landing-content .wrapper .card-wrap.small-img .img-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 calc(41% - 30px);
                      flex: 0 0 calc(41% - 30px);
              max-width: calc(41% - 30px); } }
          @media (max-width: 480px) {
            body .landing-content .wrapper .card-wrap.small-img .img-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              max-width: 100%;
              margin-right: 0; } }
        body .landing-content .wrapper .card-wrap.small-img .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 69%;
                  flex: 0 0 69%;
          max-width: 69%; }
          body .landing-content .wrapper .card-wrap.small-img .content-wrap p {
            margin-top: 5px; }
          @media (max-width: 767px) {
            body .landing-content .wrapper .card-wrap.small-img .content-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 59%;
                      flex: 0 0 59%;
              max-width: 59%; } }
          @media (max-width: 480px) {
            body .landing-content .wrapper .card-wrap.small-img .content-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              max-width: 100%; } }
      body .landing-content .wrapper .card-wrap.border-dark-periwinkle::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#595ad3), to(#377dce));
        background-image: -webkit-linear-gradient(top, #595ad3, #377dce);
        background-image: -o-linear-gradient(top, #595ad3, #377dce);
        background-image: linear-gradient(to bottom, #595ad3, #377dce); }
    body .landing-content .wrapper > p {
      color: #424c67;
      line-height: 1.78;
      margin-bottom: 20px;
      max-width: 800px; }
      body .landing-content .wrapper > p a {
        color: #68be62; }
    body .landing-content .wrapper ul {
      margin-left: 52px; }
      @media (max-width: 991px) {
        body .landing-content .wrapper ul {
          margin-left: 20px; } }
      body .landing-content .wrapper ul li {
        color: #424c67;
        margin: 25px 0 0; }
        @media (min-width: 992px) {
          body .landing-content .wrapper ul li {
            font-size: 18px; } }
        @media (max-width: 991px) {
          body .landing-content .wrapper ul li {
            margin: 15px 0 0; } }
        body .landing-content .wrapper ul li::before {
          top: 16px;
          background: #151831; }
    body .landing-content .wrapper ol li {
      color: #424b68; }
  body .landing-content.not-gated {
    min-height: 100%; }
    body .landing-content.not-gated .wrapper {
      max-width: 100%; }
      body .landing-content.not-gated .wrapper > p {
        max-width: 100%; }
      body .landing-content.not-gated .wrapper h2 {
        max-width: 850px; }
      body .landing-content.not-gated .wrapper h5 {
        max-width: 970px; }
      body .landing-content.not-gated .wrapper .card-wrap {
        max-width: 660px; }
  body .landing-content.thumbnail {
    min-height: 100%; }
    body .landing-content.thumbnail .wrapper h2,
    body .landing-content.thumbnail .wrapper h3,
    body .landing-content.thumbnail .wrapper h4,
    body .landing-content.thumbnail .wrapper h5,
    body .landing-content.thumbnail .wrapper h6 {
      margin-top: 10px;
      margin-bottom: 30px; }
  body .landing-content .img-left {
    float: left; }
    body .landing-content .img-left img.align-left {
      width: auto;
      margin-right: 10px;
      -o-object-fit: contain;
         object-fit: contain; }
  body .landing-content .img-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body .landing-content .img-right img.align-right {
      width: auto;
      margin-left: 10px;
      -o-object-fit: contain;
         object-fit: contain; }

@media (min-width: 768px) and (max-width: 1199px) {
  body .landing-contact-content {
    padding: 80px 0; } }

@media (min-width: 1200px) {
  body .landing-contact-content {
    padding-bottom: 633px !important; } }

body .landing-contact-content .wrapper {
  max-width: 660px;
  margin-right: auto; }
  @media (min-width: 1200px) and (max-width: 1250px) {
    body .landing-contact-content .wrapper {
      max-width: 600px; } }
  body .landing-contact-content .wrapper h1,
  body .landing-contact-content .wrapper h2,
  body .landing-contact-content .wrapper h3,
  body .landing-contact-content .wrapper h4,
  body .landing-contact-content .wrapper h5 {
    margin-top: 10px;
    margin-bottom: 30px; }
  body .landing-contact-content .wrapper p {
    color: #424c67;
    line-height: 1.78; }
  body .landing-contact-content .wrapper h6 {
    color: #151831;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.67;
    margin-top: 14px; }
  body .landing-contact-content .wrapper ul {
    margin-left: 45px; }
    @media (max-width: 767px) {
      body .landing-contact-content .wrapper ul {
        margin-left: 25px; } }
    body .landing-contact-content .wrapper ul li {
      color: #424b68; }
      @media (min-width: 992px) {
        body .landing-contact-content .wrapper ul li {
          font-size: 18px; } }
      body .landing-contact-content .wrapper ul li::before {
        top: 16px;
        background-color: #151831; }
        @media (max-width: 991px) {
          body .landing-contact-content .wrapper ul li::before {
            top: 13px; } }
  body .landing-contact-content .wrapper ol li {
    color: #424b68; }
    @media (min-width: 992px) {
      body .landing-contact-content .wrapper ol li {
        font-size: 18px; } }
  body .landing-contact-content .wrapper .btn-wrap {
    margin-top: 10px; }

@media (min-width: 1200px) {
  body .landing-contact-content.form-banner {
    padding-top: 90px;
    padding-bottom: 480px !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  body .landing-contact-content.form-banner {
    padding: 80px 0; } }

@media (min-width: 1200px) {
  body .landing-contact-content.padding-bottom-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 1200px) {
  body .landing-contact-content.padding-bottom-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 1200px) {
  body .landing-contact-content.padding-bottom-300 {
    padding-bottom: 300px !important; } }

@media (min-width: 1200px) {
  body .landing-contact-content.padding-bottom-400 {
    padding-bottom: 400px !important; } }

@media (min-width: 1200px) {
  body .landing-contact-content.padding-bottom-500 {
    padding-bottom: 500px !important; } }

@media (min-width: 1200px) {
  body .landing-contact-content.padding-bottom-600 {
    padding-bottom: 600px !important; } }

@media (min-width: 1200px) {
  body .landing-contact-content.padding-bottom-700 {
    padding-bottom: 700px !important; } }

@media (min-width: 1500px) and (max-width: 1600px) {
  body .about-card-grid {
    padding: 145px 0 150px; } }

body .about-card-grid h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.11;
  letter-spacing: -0.36px;
  width: 100%; }
  @media (max-width: 767px) {
    body .about-card-grid h3 {
      font-size: 24px; } }

body .about-card-grid .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  body .about-card-grid .col-wrap .card-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 43px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media (max-width: 991px) {
      body .about-card-grid .col-wrap .card-wrap {
        margin-top: 30px; } }
    @media (min-width: 768px) and (max-width: 810px) {
      body .about-card-grid .col-wrap .card-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 10px);
                flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 20px auto 0; } }
    @media (max-width: 767px) {
      body .about-card-grid .col-wrap .card-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  body .about-card-grid .col-wrap .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 33px);
            flex: 0 0 calc(33% - 33px);
    max-width: 189px;
    height: 194px;
    margin-right: 33px;
    border-radius: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .about-card-grid .col-wrap .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 auto; } }
    @media (max-width: 595px) {
      body .about-card-grid .col-wrap .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 auto; } }
    body .about-card-grid .col-wrap .img-wrap img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 5px; }
  body .about-card-grid .col-wrap .content-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(67% - 20px);
            flex: 0 0 calc(67% - 20px);
    max-width: calc(67% - 20px);
    margin-right: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .about-card-grid .col-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
        text-align: center; } }
    @media (max-width: 595px) {
      body .about-card-grid .col-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0 0;
        text-align: center; } }
    body .about-card-grid .col-wrap .content-wrap h5 {
      line-height: 1.17;
      color: #ffffff;
      max-width: 300px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .about-card-grid .col-wrap .content-wrap h5 {
          margin: 0 auto; } }
      @media (max-width: 595px) {
        body .about-card-grid .col-wrap .content-wrap h5 {
          max-width: 100%;
          font-size: 20px; } }
    body .about-card-grid .col-wrap .content-wrap .job-description {
      margin-top: 8px; }
      body .about-card-grid .col-wrap .content-wrap .job-description span {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        color: #ffffff;
        position: relative;
        display: inline-block; }
        body .about-card-grid .col-wrap .content-wrap .job-description span:first-child {
          max-width: 300px;
          padding-right: 15px; }
          body .about-card-grid .col-wrap .content-wrap .job-description span:first-child::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 4px;
            height: 50%;
            width: 1px;
            background: #ffffff;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); }
        body .about-card-grid .col-wrap .content-wrap .job-description span:last-child {
          max-width: 130px; }
    body .about-card-grid .col-wrap .content-wrap p {
      color: #ffffff;
      margin-top: 10px;
      line-height: 1.78;
      max-width: 374px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .about-card-grid .col-wrap .content-wrap p {
          margin: 10px auto 0;
          padding: 0 5px; } }
      @media (max-width: 595px) {
        body .about-card-grid .col-wrap .content-wrap p {
          max-width: 100%; } }
    body .about-card-grid .col-wrap .content-wrap .social-links {
      margin-top: 23px; }
      @media (max-width: 1336px) {
        body .about-card-grid .col-wrap .content-wrap .social-links {
          margin-top: 15px; } }
      @media (max-width: 767px) {
        body .about-card-grid .col-wrap .content-wrap .social-links {
          margin-top: 10px; } }
      body .about-card-grid .col-wrap .content-wrap .social-links span {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.43;
        color: #ffffff;
        display: inline-block;
        max-width: 100px; }
      body .about-card-grid .col-wrap .content-wrap .social-links a {
        margin: 0 0 0 10px;
        width: 20px;
        height: 20px;
        vertical-align: text-bottom; }
        @media (max-width: 1336px) {
          body .about-card-grid .col-wrap .content-wrap .social-links a {
            margin: 0 0 0 5px; } }
        body .about-card-grid .col-wrap .content-wrap .social-links a:hover svg {
          -webkit-transform: translateY(-8px);
               -o-transform: translateY(-8px);
                  transform: translateY(-8px); }
          body .about-card-grid .col-wrap .content-wrap .social-links a:hover svg .green-icon {
            fill: #68be62; }
        body .about-card-grid .col-wrap .content-wrap .social-links a svg {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          fill: #ffffff;
          -webkit-transition: fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out;
          transition: fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out;
          -o-transition: fill 0.3s ease-in-out, 0.3s -o-transform ease-in-out;
          transition: 0.3s transform ease-in-out, fill 0.3s ease-in-out;
          transition: 0.3s transform ease-in-out, fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
          body .about-card-grid .col-wrap .content-wrap .social-links a svg path {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }

body .about-card-grid.three-cards .col-wrap {
  max-width: calc(100% + 20px);
  margin: 0 -10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 480px) {
    body .about-card-grid.three-cards .col-wrap {
      max-width: 100%;
      margin: 0; } }

body .about-card-grid.three-cards .card-wrap {
  -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);
  margin-right: 10px;
  margin-left: 10px; }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .about-card-grid.three-cards .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33% - 10px);
              flex: 0 0 calc(33.33% - 10px);
      max-width: calc(33.33% - 10px);
      margin-right: 5px;
      margin-left: 5px; } }
  @media (max-width: 767px) {
    body .about-card-grid.three-cards .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 20px);
              flex: 0 0 calc(50% - 20px);
      max-width: calc(50% - 20px); } }
  @media (max-width: 480px) {
    body .about-card-grid.three-cards .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0;
      margin-left: 0; } }
  body .about-card-grid.three-cards .card-wrap .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(51% - 20px);
            flex: 0 0 calc(51% - 20px);
    margin-right: 20px; }
    @media (max-width: 991px) {
      body .about-card-grid.three-cards .card-wrap .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 auto; } }
  body .about-card-grid.three-cards .card-wrap .content-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(49% - 20px);
            flex: 0 0 calc(49% - 20px);
    max-width: calc(49% - 20px); }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .about-card-grid.three-cards .card-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(49% - 5px);
                flex: 0 0 calc(49% - 5px);
        max-width: calc(49% - 5px);
        margin-right: 5px; } }
    @media (max-width: 991px) {
      body .about-card-grid.three-cards .card-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0 0;
        text-align: center; } }
    body .about-card-grid.three-cards .card-wrap .content-wrap .job-description span:first-child {
      padding-right: 0; }
      body .about-card-grid.three-cards .card-wrap .content-wrap .job-description span:first-child::after {
        display: none; }
    body .about-card-grid.three-cards .card-wrap .content-wrap .job-description span:last-child {
      max-width: 130px;
      margin-top: 5px; }
    @media (min-width: 1500px) {
      body .about-card-grid.three-cards .card-wrap .content-wrap .social-links {
        margin-top: 72px; } }

body .about-card-grid.four-cards .col-wrap {
  max-width: calc(100% + 20px);
  margin: 0 -10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 480px) {
    body .about-card-grid.four-cards .col-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin: 0; } }

body .about-card-grid.four-cards .card-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin: 43px 10px 0; }
  @media (max-width: 767px) {
    body .about-card-grid.four-cards .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 20px);
              flex: 0 0 calc(50% - 20px);
      max-width: calc(50% - 20px);
      text-align: center; } }
  @media (max-width: 480px) {
    body .about-card-grid.four-cards .card-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin: 43px 0 0; } }
  body .about-card-grid.four-cards .card-wrap .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media (max-width: 767px) {
      body .about-card-grid.four-cards .card-wrap .img-wrap {
        margin: 0 auto; } }
  body .about-card-grid.four-cards .card-wrap .content-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    body .about-card-grid.four-cards .card-wrap .content-wrap h5 {
      margin-top: 21px; }
      @media (max-width: 991px) {
        body .about-card-grid.four-cards .card-wrap .content-wrap h5 {
          margin-top: 0; } }
      @media (max-width: 767px) {
        body .about-card-grid.four-cards .card-wrap .content-wrap h5 {
          max-width: 100%; } }
      @media (max-width: 595px) {
        body .about-card-grid.four-cards .card-wrap .content-wrap h5 {
          margin-top: 0; } }
    body .about-card-grid.four-cards .card-wrap .content-wrap .job-description span:first-child {
      padding-right: 0; }
      @media (max-width: 480px) {
        body .about-card-grid.four-cards .card-wrap .content-wrap .job-description span:first-child {
          display: block;
          margin: 0 auto; } }
      body .about-card-grid.four-cards .card-wrap .content-wrap .job-description span:first-child::after {
        display: none; }
    body .about-card-grid.four-cards .card-wrap .content-wrap .job-description span:last-child {
      max-width: 130px; }

body .about-card-grid.bg-silver h3,
body .about-card-grid.bg-silver h5, body .about-card-grid.bg-white h3,
body .about-card-grid.bg-white h5, body .about-card-grid.bg-gray h3,
body .about-card-grid.bg-gray h5, body .about-card-grid.none h3,
body .about-card-grid.none h5 {
  color: #151930; }

body .about-card-grid.bg-silver .content-wrap h5, body .about-card-grid.bg-white .content-wrap h5, body .about-card-grid.bg-gray .content-wrap h5, body .about-card-grid.none .content-wrap h5 {
  color: #151930; }

body .about-card-grid.bg-silver .content-wrap .job-description span, body .about-card-grid.bg-white .content-wrap .job-description span, body .about-card-grid.bg-gray .content-wrap .job-description span, body .about-card-grid.none .content-wrap .job-description span {
  color: #424c67; }
  body .about-card-grid.bg-silver .content-wrap .job-description span:first-child::after, body .about-card-grid.bg-white .content-wrap .job-description span:first-child::after, body .about-card-grid.bg-gray .content-wrap .job-description span:first-child::after, body .about-card-grid.none .content-wrap .job-description span:first-child::after {
    background: #424c67; }

body .about-card-grid.bg-silver .content-wrap p, body .about-card-grid.bg-white .content-wrap p, body .about-card-grid.bg-gray .content-wrap p, body .about-card-grid.none .content-wrap p {
  color: #424c67; }

body .about-card-grid.bg-silver .content-wrap .social-links span, body .about-card-grid.bg-white .content-wrap .social-links span, body .about-card-grid.bg-gray .content-wrap .social-links span, body .about-card-grid.none .content-wrap .social-links span {
  color: #424c67; }

body .about-card-grid.bg-silver .content-wrap .social-links a svg, body .about-card-grid.bg-white .content-wrap .social-links a svg, body .about-card-grid.bg-gray .content-wrap .social-links a svg, body .about-card-grid.none .content-wrap .social-links a svg {
  fill: #000000; }

body .landing-detail h5 {
  color: #424c67;
  font-weight: normal;
  line-height: 1.59; }
  @media (min-width: 992px) {
    body .landing-detail h5 {
      margin-bottom: 28px; } }

body .landing-detail ul {
  margin-left: 46px; }
  body .landing-detail ul li {
    color: #424b68;
    font-size: 18px;
    margin: 11px 0 0;
    max-width: 740px;
    padding-left: 5px; }
    body .landing-detail ul li::before {
      background-color: #424b68;
      left: -10px; }
    @media (min-width: 992px) {
      body .landing-detail ul li strong {
        font-size: 18px; } }
    @media (max-width: 767px) {
      body .landing-detail ul li {
        font-size: 16px; }
        body .landing-detail ul li::before {
          top: 50%; } }
  @media (max-width: 991px) {
    body .landing-detail ul {
      margin-left: 20px; } }

body .landing-detail ol li {
  color: #424b68;
  margin: 11px 0 0; }

body .landing-detail .heading-wrap {
  max-width: 857px; }
  body .landing-detail .heading-wrap h1,
  body .landing-detail .heading-wrap h2,
  body .landing-detail .heading-wrap h3,
  body .landing-detail .heading-wrap h4,
  body .landing-detail .heading-wrap h5,
  body .landing-detail .heading-wrap h6 {
    margin-top: 10px;
    margin-bottom: 30px; }

body .landing-detail .content-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%; }
  body .landing-detail .content-with-image .content-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(68% - 20px);
            flex: 0 0 calc(68% - 20px);
    max-width: calc(68% - 20px);
    margin-right: 20px; }
    @media (max-width: 767px) {
      body .landing-detail .content-with-image .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0; } }
    body .landing-detail .content-with-image .content-wrap p {
      color: #424c67;
      margin-top: 30px;
      line-height: 1.78; }
      @media (max-width: 991px) {
        body .landing-detail .content-with-image .content-wrap p {
          margin-top: 15px; } }
  body .landing-detail .content-with-image .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    margin-top: 30px; }
    @media (max-width: 767px) {
      body .landing-detail .content-with-image .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  body .landing-detail .content-with-image.col-two {
    margin-top: 15px; }
    body .landing-detail .content-with-image.col-two .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 20px);
              flex: 0 0 calc(50% - 20px);
      max-width: 592px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        body .landing-detail .content-with-image.col-two .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0; } }
    body .landing-detail .content-with-image.col-two .img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 625px; }
      @media (max-width: 767px) {
        body .landing-detail .content-with-image.col-two .img-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }

body .landing-detail .full-width {
  margin-top: 36px; }

body .landing-detail .btn-wrap {
  margin-top: 40px;
  text-align: center; }
  body .landing-detail .btn-wrap .btn-default {
    max-width: 230px;
    margin: 0 auto;
    display: block; }
  body .landing-detail .btn-wrap a + a {
    margin-top: 30px; }

@media (min-width: 1500px) and (max-width: 1600px) {
  body .landing-detail {
    padding: 142px 0 150px; } }

@media (min-width: 1500px) and (max-width: 1600px) {
  body .col-two-form {
    padding: 139px 0 150px; } }

body .col-two-form p {
  color: #424c67; }

body .col-two-form .form-wrapper form .mktoFormRow .mktoFieldDescriptor,
body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFieldDescriptor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 767px) {
    body .col-two-form .form-wrapper form .mktoFormRow .mktoFieldDescriptor,
    body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFieldDescriptor {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  body .col-two-form .form-wrapper form .mktoFormRow .mktoFieldDescriptor:first-child,
  body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFieldDescriptor:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 52px);
            flex: 0 0 calc(50% - 52px);
    max-width: calc(50% - 52px);
    margin-right: 52px; }
    @media (max-width: 767px) {
      body .col-two-form .form-wrapper form .mktoFormRow .mktoFieldDescriptor:first-child,
      body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFieldDescriptor:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0; } }

body .col-two-form .form-wrapper form .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 992px) {
    body .col-two-form .form-wrapper form .col-wrap {
      margin-top: 9px; } }
  body .col-two-form .form-wrapper form .col-wrap .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 595px) {
      body .col-two-form .form-wrapper form .col-wrap .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    body .col-two-form .form-wrapper form .col-wrap .col-two:first-child {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 44px);
              flex: 0 0 calc(50% - 44px);
      max-width: calc(50% - 44px);
      margin-right: 44px; }
      @media (max-width: 595px) {
        body .col-two-form .form-wrapper form .col-wrap .col-two:first-child {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0; } }
    body .col-two-form .form-wrapper form .col-wrap .col-two .input-wrap {
      position: relative; }
      body .col-two-form .form-wrapper form .col-wrap .col-two .input-wrap::before {
        content: '*';
        position: absolute;
        left: -10px;
        top: 7px;
        font-size: 12px;
        color: #43b1e3; }
    body .col-two-form .form-wrapper form .col-wrap .col-two input {
      font-size: 12px;
      font-weight: normal;
      line-height: 2.5;
      border-radius: 0;
      letter-spacing: normal;
      color: #424b68;
      margin-bottom: 33.8px;
      outline: none;
      background-color: transparent;
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: solid 0.5px #424b68;
      width: 100%; }
    body .col-two-form .form-wrapper form .col-wrap .col-two select {
      cursor: pointer;
      width: 100%;
      font-size: 12px;
      border-radius: 0;
      font-weight: normal;
      line-height: 2.5;
      letter-spacing: normal;
      color: #424b68;
      border-bottom: 1px solid #424b68;
      border-top: none;
      border-right: 0;
      border-left: 0;
      outline: none;
      margin-bottom: 33px;
      padding-bottom: 2px;
      -webkit-appearance: none;
      background: url("/themes/authentic8/templates/dist/images/icons/select-icon.svg") no-repeat;
      background-size: 16px 16px;
      background-position: center right; }

body .col-two-form .form-wrapper form .btn-wrap {
  text-align: center;
  margin-top: 5px; }

body .col-two-form .form-wrapper {
  border-radius: 5px;
  padding: 40px 50px 44px 57px;
  margin-top: 46px;
  width: 100%;
  position: relative; }
  body .col-two-form .form-wrapper.border-french-blue-gradient::before {
    width: 100%;
    left: 0; }
  @media (max-width: 991px) {
    body .col-two-form .form-wrapper {
      margin-top: 30px;
      padding: 35px 35px 35px 42px; } }
  @media (max-width: 767px) {
    body .col-two-form .form-wrapper {
      padding: 30px; } }
  body .col-two-form .form-wrapper form,
  body .col-two-form .form-wrapper .mktoForm {
    width: 100% !important;
    position: relative; }
    body .col-two-form .form-wrapper form .mktoFieldWrap #LblsubscriptionEducational,
    body .col-two-form .form-wrapper form .mktoFieldWrap #LblSubscription_Blog__c,
    body .col-two-form .form-wrapper form .mktoFieldWrap #LblSubscription_Events_Webinars__c,
    body .col-two-form .form-wrapper form .mktoFieldWrap #LblPodcast_Subscribed__c,
    body .col-two-form .form-wrapper form .mktoFieldWrap #LblUnsubscribed,
    body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap #LblsubscriptionEducational,
    body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap #LblSubscription_Blog__c,
    body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap #LblSubscription_Events_Webinars__c,
    body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap #LblPodcast_Subscribed__c,
    body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap #LblUnsubscribed {
      display: none; }
    body .col-two-form .form-wrapper form .mktoFieldWrap label,
    body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap label {
      margin-top: 10px;
      max-width: 450px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-two-form .form-wrapper form .mktoFieldWrap label,
        body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap label {
          max-width: 300px; } }
    body .col-two-form .form-wrapper form .mktoFieldWrap select.mktoField,
    body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap select.mktoField {
      border-bottom: 0.5px solid #424b68 !important; }
      @media (min-width: 768px) {
        body .col-two-form .form-wrapper form .mktoFieldWrap select.mktoField,
        body .col-two-form .form-wrapper .mktoForm .mktoFieldWrap select.mktoField {
          padding-bottom: 7px !important; } }
    body .col-two-form .form-wrapper form .mktoFormRow,
    body .col-two-form .form-wrapper .mktoForm .mktoFormRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body .col-two-form .form-wrapper form .mktoFormRow .mktoFormCol,
      body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFormCol {
        -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: 991px) {
          body .col-two-form .form-wrapper form .mktoFormRow .mktoFormCol,
          body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFormCol {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%; } }
        body .col-two-form .form-wrapper form .mktoFormRow .mktoFormCol .mktoHtmlText,
        body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoHtmlText {
          margin-top: 18px; }
          body .col-two-form .form-wrapper form .mktoFormRow .mktoFormCol .mktoHtmlText span,
          body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoHtmlText span {
            font-weight: normal;
            max-width: 450px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .col-two-form .form-wrapper form .mktoFormRow .mktoFormCol .mktoHtmlText span,
              body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoHtmlText span {
                max-width: 300px; } }
        body .col-two-form .form-wrapper form .mktoFormRow .mktoFormCol:nth-child(2) .mktoHtmlText span,
        body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFormCol:nth-child(2) .mktoHtmlText span {
          margin-top: 20px;
          display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-two-form .form-wrapper form .mktoFormRow .mktoFieldDescriptor,
        body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoFieldDescriptor {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 20px);
                  flex: 0 0 calc(50% - 20px);
          max-width: calc(50% - 20px); } }
      body .col-two-form .form-wrapper form .mktoFormRow label#LblSolution_Interest__c .mktoAsterix, body .col-two-form .form-wrapper form .mktoFormRow label#LblIndustry_Interest__c .mktoAsterix,
      body .col-two-form .form-wrapper .mktoForm .mktoFormRow label#LblSolution_Interest__c .mktoAsterix,
      body .col-two-form .form-wrapper .mktoForm .mktoFormRow label#LblIndustry_Interest__c .mktoAsterix {
        display: none !important; }
      body .col-two-form .form-wrapper form .mktoFormRow .mktoAsterix,
      body .col-two-form .form-wrapper .mktoForm .mktoFormRow .mktoAsterix {
        padding-left: 0;
        padding-right: 5px; }
    body .col-two-form .form-wrapper form .mktoButtonRow,
    body .col-two-form .form-wrapper .mktoForm .mktoButtonRow {
      margin-top: 20px; }
  body .col-two-form .form-wrapper p {
    color: #151831;
    margin-top: 28px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.43;
    text-align: center; }
    body .col-two-form .form-wrapper p a {
      color: #000000;
      position: relative;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      body .col-two-form .form-wrapper p a:hover {
        color: #68be62; }
        body .col-two-form .form-wrapper p a:hover::after {
          background-color: #68be62; }
      body .col-two-form .form-wrapper p a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
        -webkit-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out; }
  body .col-two-form .form-wrapper form#mktoForm_1819 .mktoFieldWrap label {
    margin-top: 54px; }
    @media (max-width: 991px) {
      body .col-two-form .form-wrapper form#mktoForm_1819 .mktoFieldWrap label {
        margin-top: 30px; } }
  @media (min-width: 992px) {
    body .col-two-form .form-wrapper form#mktoForm_1819 .mktoButtonRow {
      margin-top: 50px; } }

body .col-two-form .thanks-message {
  display: none;
  margin-top: 30px; }

body .leadership {
  opacity: 0; }
  @media (min-width: 1500px) {
    body .leadership {
      padding: 87px 0 140px; } }
  @media (max-width: 1400px) and (min-width: 1080px) {
    body .leadership {
      padding: 57px 0 140px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .leadership {
      padding: 70px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .leadership {
      padding: 60px 0; } }
  body .leadership .container {
    position: relative; }
    body .leadership .container:after {
      content: "";
      display: block;
      clear: both; }
  body .leadership .col-four-outer {
    float: left;
    width: calc(100% + 30px);
    margin-top: 18px;
    margin-left: -15px; }
    @media (max-width: 767px) {
      body .leadership .col-four-outer {
        float: none;
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
        margin: 0 auto; } }
  body .leadership .col-four {
    float: left;
    width: calc(25% - 30px);
    margin: 10px 15px 0;
    padding: 0 26px 15px;
    position: relative;
    background-color: #ffffff;
    cursor: pointer; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .leadership .col-four {
        width: calc(33.33% - 30px); } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .leadership .col-four {
        width: calc(33.33% - 30px); } }
    @media (max-width: 767px) {
      body .leadership .col-four {
        width: calc(50% - 30px);
        margin: 10px 15px 0; } }
    @media (max-width: 595px) {
      body .leadership .col-four {
        width: 100%;
        margin: 10px 0 0; } }
    body .leadership .col-four:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 78.4%;
      width: 100%;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      border-radius: 5px; }
      @media (max-width: 767px) {
        body .leadership .col-four:after {
          -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
                  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); } }
    body .leadership .col-four .icon-wrap {
      text-align: center; }
      body .leadership .col-four .icon-wrap .icon {
        width: 186px;
        height: 157px;
        margin: 0 auto;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        z-index: 1; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .leadership .col-four .icon-wrap .icon {
            width: 150px;
            height: 150px; } }
        @media (max-width: 767px) {
          body .leadership .col-four .icon-wrap .icon {
            width: 120px;
            height: 120px; } }
        body .leadership .col-four .icon-wrap .icon:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 7px;
          background-color: #595ad3;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          opacity: 0;
          z-index: 2; }
        body .leadership .col-four .icon-wrap .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
          -o-object-position: center top;
             object-position: center top; }
          body .leadership .col-four .icon-wrap .icon img.without-active {
            opacity: 1; }
          body .leadership .col-four .icon-wrap .icon img.activ-image {
            opacity: 0; }
      body .leadership .col-four .icon-wrap .text-wrap {
        margin-top: 25px; }
        @media (min-width: 1336px) {
          body .leadership .col-four .icon-wrap .text-wrap {
            padding-left: 8px; } }
        body .leadership .col-four .icon-wrap .text-wrap h6 {
          margin-bottom: 0;
          font-size: 24px;
          font-weight: 600;
          font-family: "proxima-nova";
          color: #343596; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .leadership .col-four .icon-wrap .text-wrap h6 {
              font-size: 22px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .leadership .col-four .icon-wrap .text-wrap h6 {
              font-size: 20px; } }
          @media (max-width: 767px) {
            body .leadership .col-four .icon-wrap .text-wrap h6 {
              font-size: 18px; } }
        body .leadership .col-four .icon-wrap .text-wrap p {
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.84px;
          margin: 0 0 6px;
          min-height: 15px;
          color: #151831;
          text-transform: uppercase;
          padding-top: 2px; }
          @media (max-width: 595px) {
            body .leadership .col-four .icon-wrap .text-wrap p {
              min-height: inherit; } }
    body .leadership .col-four:hover .icon-wrap .icon img.without-active {
      opacity: 0; }
    body .leadership .col-four:hover .icon-wrap .icon img.activ-image {
      opacity: 1; }
    body .leadership .col-four:hover .icon-wrap .icon:after {
      opacity: 1;
      width: 100%; }
  body .leadership .circle-bg-yellow {
    position: absolute;
    top: 68px;
    left: -125px;
    width: 320px;
    height: 320px;
    overflow: hidden;
    z-index: -1;
    display: none; }
    body .leadership .circle-bg-yellow:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 320px;
      height: 320px;
      border: 5px solid yellow;
      border-radius: 50%; }
    body .leadership .circle-bg-yellow:after {
      position: absolute;
      content: "";
      top: 15px;
      left: 230px;
      width: 23px;
      height: 23px;
      background: #68be62;
      border-radius: 50%; }
  body .leadership .circle-bg-red {
    position: absolute;
    bottom: 160px;
    right: -125px;
    width: 320px;
    height: 320px;
    overflow: hidden;
    z-index: -1;
    display: none; }
    body .leadership .circle-bg-red:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 320px;
      height: 320px;
      border: 5px solid red;
      border-radius: 50%; }
    body .leadership .circle-bg-red:after {
      position: absolute;
      content: "";
      bottom: 0px;
      left: 95px;
      width: 23px;
      height: 23px;
      background: #009cde;
      border-radius: 50%; }

body .ua-ie .leadership .col-four .icon-wrap .icon img {
  width: auto; }

body .ua-ie .leadership .col-four:after {
  border: 1px solid rgba(0, 0, 0, 0.04); }

body .authors-bio-overlay {
  cursor: pointer; }
  body .authors-bio-overlay .overlay-wrap {
    display: none; }

body .author-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  background-color: rgba(4, 18, 53, 0.68);
  overflow: scroll; }
  body .author-overlay.active {
    opacity: 1;
    z-index: 99999;
    visibility: visible; }
    body .author-overlay.active .overlay-wrap {
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
  body .author-overlay .overlay-wrap {
    position: relative;
    max-width: 1029px;
    height: 564px;
    margin: 0 auto;
    background: #ffffff;
    border-top: 5px solid #595ad3;
    -webkit-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px; }
    @media (max-width: 1336px) {
      body .author-overlay .overlay-wrap {
        max-width: 905px;
        height: 469px; } }
    @media (max-width: 991px) {
      body .author-overlay .overlay-wrap {
        width: calc(100% - 80px); } }
    @media (max-width: 595px) {
      body .author-overlay .overlay-wrap {
        width: calc(100% - 40px);
        height: 400px; } }
    @media (max-width: 480px) {
      body .author-overlay .overlay-wrap {
        height: 370px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
      body .author-overlay .overlay-wrap {
        height: calc(100vh - 100px);
        max-height: 500px; } }
    body .author-overlay .overlay-wrap .inner-wrap {
      height: 100%;
      position: relative;
      padding: 50px 46px 35px;
      overflow-y: scroll;
      margin-right: 5px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .author-overlay .overlay-wrap .inner-wrap {
          padding: 35px 30px 30px 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .author-overlay .overlay-wrap .inner-wrap {
          padding: 35px 30px 30px 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .author-overlay .overlay-wrap .inner-wrap {
          padding: 30px; } }
      @media (max-width: 595px) {
        body .author-overlay .overlay-wrap .inner-wrap {
          overflow: scroll;
          padding: 25px; } }
      @media (max-width: 480px) {
        body .author-overlay .overlay-wrap .inner-wrap {
          padding: 16px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        body .author-overlay .overlay-wrap .inner-wrap {
          overflow-y: scroll; } }
      body .author-overlay .overlay-wrap .inner-wrap::-webkit-scrollbar {
        width: 5px; }
      body .author-overlay .overlay-wrap .inner-wrap::-webkit-scrollbar-track {
        background-color: transparent; }
      body .author-overlay .overlay-wrap .inner-wrap::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: none;
        border-radius: 5px;
        height: 160px; }
      body .author-overlay .overlay-wrap .inner-wrap .row-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; }
        @media (max-width: 767px) {
          body .author-overlay .overlay-wrap .inner-wrap .row-wrap {
            display: block; } }
        body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col {
          min-width: 190px; }
          @media (max-width: 767px) {
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col {
              min-width: 100%;
              width: 100%; } }
          body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .img-wrap {
            width: 100%;
            border-radius: 5px;
            overflow: hidden;
            margin: 0 auto 22px;
            max-width: 183px;
            height: 157px; }
            @media (max-width: 767px) {
              body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .img-wrap {
                width: 100px;
                max-width: 100%;
                height: 100px;
                margin: 0 auto 20px; } }
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .img-wrap img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 20px; }
            @media (max-width: 767px) {
              body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row {
                margin-bottom: 12px; } }
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .img-wrap {
              max-width: 100px;
              width: 100px;
              height: 100px;
              border-radius: 5px;
              overflow: hidden; }
              @media (max-width: 595px) {
                body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .img-wrap {
                  max-width: 80px;
                  height: 80px;
                  min-width: 80px; } }
              body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .img-wrap img {
                max-width: 100px;
                -o-object-fit: contain;
                   object-fit: contain; }
                @media (max-width: 595px) {
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .img-wrap img {
                    max-width: 80px;
                    height: 80px; } }
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap {
              text-align: center; }
              body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap h6 {
                font-size: 24px;
                font-weight: 600;
                letter-spacing: normal;
                font-family: "proxima-nova";
                color: #595ad3;
                line-height: 1; }
                @media (min-width: 992px) and (max-width: 1336px) {
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap h6 {
                    font-size: 22px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap h6 {
                    font-size: 20px; } }
                @media (max-width: 767px) {
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap h6 {
                    font-size: 18px; } }
              body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap p {
                font-size: 14px;
                font-weight: bold;
                letter-spacing: 0.84px;
                text-align: center;
                text-transform: uppercase;
                margin-top: 5px; }
              body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links {
                margin-top: 25px;
                padding: 0;
                text-align: center; }
                @media (max-width: 767px) {
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links {
                    margin-top: 15px; } }
                body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li {
                  margin: 0 10px 0 0;
                  display: inline-block;
                  padding-left: 0; }
                  @media (max-width: 595px) {
                    body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li {
                      margin: 0 5px 0 0; } }
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li:before {
                    display: none; }
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li a {
                    height: 25px; }
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li img {
                    vertical-align: middle;
                    max-width: 15px; }
                  body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li svg {
                    -webkit-transform: translateY(0px);
                         -o-transform: translateY(0px);
                            transform: translateY(0px);
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out; }
                    body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li svg .green-icon {
                      -webkit-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out; }
                    body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li svg:hover {
                      -webkit-transform: translateY(-10px);
                           -o-transform: translateY(-10px);
                              transform: translateY(-10px); }
                      body .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .info-row .info-wrap .social-links li svg:hover .green-icon {
                        fill: #68be62; }
        body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col {
          padding-left: 50px;
          padding-top: 0; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col {
              padding-left: 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col {
              padding-left: 40px; } }
          @media (max-width: 767px) {
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col {
              width: 100%;
              padding-left: 0; } }
          body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col .author-info {
            padding: 0; }
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col .author-info .info-row .img-wrap {
              display: none; }
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col .author-info .info-row .info-wrap {
              padding-left: 0; }
              @media (max-width: 767px) {
                body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col .author-info .info-row .info-wrap {
                  width: 100%;
                  text-align: center; } }
            body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col .author-info ul {
              margin: 0 0 0 20px; }
              body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col .author-info ul li {
                color: #424b68; }
                body .author-overlay .overlay-wrap .inner-wrap .row-wrap .content-col .author-info ul li:before {
                  background-color: #424b68; }
    body .author-overlay .overlay-wrap .author-info {
      padding-bottom: 8px; }
      body .author-overlay .overlay-wrap .author-info p {
        font-size: 18px;
        line-height: 1.57;
        letter-spacing: -0.21px;
        padding-right: 0;
        color: #424c67; }
        body .author-overlay .overlay-wrap .author-info p:not(:last-child) {
          margin: 0 0 23px; }
        @media (max-width: 767px) {
          body .author-overlay .overlay-wrap .author-info p {
            padding-right: 0;
            margin: 0 0 15px;
            text-align: center; } }
    body .author-overlay .overlay-wrap .close-btn {
      position: absolute;
      top: -55px;
      right: 0;
      width: 21px;
      height: 21px;
      background: url("/themes/authentic8/templates/dist/images/icons/close-btn.svg") no-repeat;
      background-size: cover;
      cursor: pointer; }
      @media (max-width: 767px) {
        body .author-overlay .overlay-wrap .close-btn {
          top: -33px;
          width: 18px;
          height: 18px; } }
    body .author-overlay .overlay-wrap .arrow {
      position: absolute;
      top: 49%;
      width: 20px;
      height: 20px;
      background: url("/themes/authentic8/templates/dist/images/icons/left-white-arrow.svg") no-repeat;
      background-size: contain;
      cursor: pointer; }
      @media (max-width: 991px) {
        body .author-overlay .overlay-wrap .arrow {
          top: auto;
          bottom: -40px; } }
      body .author-overlay .overlay-wrap .arrow.prev {
        left: -60px; }
        @media (max-width: 1336px) {
          body .author-overlay .overlay-wrap .arrow.prev {
            left: -40px; } }
        @media (max-width: 991px) {
          body .author-overlay .overlay-wrap .arrow.prev {
            left: 40%; } }
        @media (max-width: 595px) {
          body .author-overlay .overlay-wrap .arrow.prev {
            left: 35%; } }
      body .author-overlay .overlay-wrap .arrow.next {
        right: -60px;
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
        @media (max-width: 1336px) {
          body .author-overlay .overlay-wrap .arrow.next {
            right: -40px; } }
        @media (max-width: 991px) {
          body .author-overlay .overlay-wrap .arrow.next {
            right: 40%; } }
        @media (max-width: 595px) {
          body .author-overlay .overlay-wrap .arrow.next {
            right: 35%; } }

body html.overlay-active {
  overflow: hidden; }

body .ua-ie .author-overlay .overlay-wrap .inner-wrap .row-wrap .img-col .img-wrap img {
  width: auto; }

body .author-overlay .overlay-wrap.cards-overlay {
  height: auto;
  max-height: 100%;
  position: relative;
  border: none;
  overflow: visible;
  margin: 200px auto; }
  @media (min-height: 650px) and (max-height: 800px) {
    body .author-overlay .overlay-wrap.cards-overlay {
      margin: 150px auto; } }
  @media (min-height: 320px) and (max-height: 649px) {
    body .author-overlay .overlay-wrap.cards-overlay {
      margin: 100px auto; } }
  body .author-overlay .overlay-wrap.cards-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-image: -webkit-gradient(linear, right top, left top, from(#bdc4cc), to(#424b68));
    background-image: -webkit-linear-gradient(right, #bdc4cc, #424b68);
    background-image: -o-linear-gradient(right, #bdc4cc, #424b68);
    background-image: linear-gradient(to left, #bdc4cc, #424b68);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  body .author-overlay .overlay-wrap.cards-overlay .inner-wrap {
    padding: 47px 37px 35px;
    overflow-y: visible; }
    body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .img-col .img-wrap {
      max-width: 176px;
      max-height: 176px;
      height: auto;
      margin: 0 auto 16px; }
      @media (max-width: 991px) {
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .img-col .img-wrap {
          max-width: 130px;
          height: 130px;
          margin: 0 auto 10px; } }
      body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .img-col .img-wrap img {
        -o-object-fit: contain;
           object-fit: contain; }
    body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .img-col .info-wrap h6 {
      color: #151831; }
    body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .img-col .info-wrap .social-links {
      margin-top: 20px; }
      @media (min-width: 1336px) {
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .img-col .info-wrap .social-links li {
          margin: 0 12px 0 0; } }
    body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col {
      padding-left: 37px; }
      @media (max-width: 767px) {
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col {
          padding-left: 0; } }
      body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info {
        padding: 10px 0 0 0; }
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info p {
          line-height: 1.78;
          letter-spacing: normal; }
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info p:not(:last-child) {
            margin: 0 0 18px; }
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info p a {
            display: inline;
            color: #68be62; }
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ol {
          margin-left: 20px;
          padding-left: 0; }
          @media (max-width: 991px) {
            body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ol {
              margin-left: 10px; } }
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ol li {
            color: #424b68; }
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h1 a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h2 a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h3 a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h4 a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h5 a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h6 a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info p a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info span a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ol a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ul a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info li a,
        body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info sup a {
          position: relative; }
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h1 a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h2 a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h3 a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h4 a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h5 a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h6 a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info p a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info span a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ol a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ul a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info li a:after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info sup a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 0;
            opacity: 0;
            background-color: #68be62;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h1 a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h2 a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h3 a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h4 a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h5 a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info h6 a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info p a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info span a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ol a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info ul a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info li a:hover::after,
          body .author-overlay .overlay-wrap.cards-overlay .inner-wrap .row-wrap .content-col .author-info sup a:hover::after {
            width: 100%;
            opacity: 1; }
  @media (min-width: 992px) {
    body .author-overlay .overlay-wrap.cards-overlay .arrow {
      top: 30%; } }

body .customer-spotlight {
  overflow: visible;
  z-index: 2; }
  @media (min-width: 992px) {
    body .customer-spotlight.without-blurb {
      padding: 39px 0 45px; } }
  body .customer-spotlight.without-blurb .column-wrapper {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    font-size: 0;
    display: none;
    margin-top: 35px; }
    @media (max-width: 991px) {
      body .customer-spotlight.without-blurb .column-wrapper {
        margin-left: -10px; } }
    @media (max-width: 767px) {
      body .customer-spotlight.without-blurb .column-wrapper {
        margin-top: 25px; } }
    body .customer-spotlight.without-blurb .column-wrapper.show-item {
      display: block; }
    @media (max-width: 991px) {
      body .customer-spotlight.without-blurb .column-wrapper {
        width: calc(100% + 20px) !important; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .customer-spotlight.without-blurb .column-wrapper {
        width: calc(100% + 20px) !important;
        margin: 10px 0px 0 -10px !important; } }
    @media (max-width: 595px) {
      body .customer-spotlight.without-blurb .column-wrapper {
        width: 100% !important;
        margin-left: 0; } }
    body .customer-spotlight.without-blurb .column-wrapper .card {
      margin: 30px 15px 0 !important; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .customer-spotlight.without-blurb .column-wrapper .card {
          max-width: calc(33.33% - 20px);
          margin: 30px 10px 0 !important; } }
      @media (max-width: 991px) {
        body .customer-spotlight.without-blurb .column-wrapper .card {
          min-height: 368px;
          height: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .customer-spotlight.without-blurb .column-wrapper .card {
          max-width: calc(50% - 20px);
          margin: 30px 10px 0 !important; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .customer-spotlight.without-blurb .column-wrapper .card {
          max-width: calc(50% - 20px);
          margin: 30px 10px 0 !important; } }
      @media (max-width: 595px) {
        body .customer-spotlight.without-blurb .column-wrapper .card {
          margin: 25px 0 0 !important; } }
      body .customer-spotlight.without-blurb .column-wrapper .card:before {
        background: -webkit-linear-gradient(295deg, #252d6a 0%, #595ad3 57%, #742abf 100%);
        background: -o-linear-gradient(295deg, #252d6a 0%, #595ad3 57%, #742abf 100%);
        background: linear-gradient(155deg, #252d6a 0%, #595ad3 57%, #742abf 100%); }
      @media (max-width: 991px) {
        body .customer-spotlight.without-blurb .column-wrapper .card .icon-with-heading {
          margin-bottom: 5px; } }
      body .customer-spotlight.without-blurb .column-wrapper .card .icon-with-heading .icon-box {
        width: 57px !important; }
      body .customer-spotlight.without-blurb .column-wrapper .card .icon-with-heading span {
        color: #693dc7; }
      body .customer-spotlight.without-blurb .column-wrapper .card .date-time {
        margin-bottom: 2px; }
        body .customer-spotlight.without-blurb .column-wrapper .card .date-time span {
          display: inline-block;
          padding: 0 15px;
          text-transform: uppercase; }
          body .customer-spotlight.without-blurb .column-wrapper .card .date-time span:first-child {
            padding-left: 0;
            display: block !important; }
            body .customer-spotlight.without-blurb .column-wrapper .card .date-time span:first-child:before {
              display: none; }
          body .customer-spotlight.without-blurb .column-wrapper .card .date-time span:nth-child(2) {
            padding-left: 0 !important; }
            body .customer-spotlight.without-blurb .column-wrapper .card .date-time span:nth-child(2):before {
              display: none !important; }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .customer-spotlight.without-blurb .column-wrapper .card .date-time span {
              padding: 0 10px; } }
          @media (max-width: 767px) {
            body .customer-spotlight.without-blurb .column-wrapper .card .date-time span {
              padding: 0 8px; } }
          @media (max-width: 344px) {
            body .customer-spotlight.without-blurb .column-wrapper .card .date-time span {
              padding-left: 0; } }
          body .customer-spotlight.without-blurb .column-wrapper .card .date-time span:before {
            content: '';
            position: absolute;
            width: 2px;
            height: 55%;
            left: 0;
            top: 4px;
            background-color: #8690a4; }
            @media (max-width: 344px) {
              body .customer-spotlight.without-blurb .column-wrapper .card .date-time span:before {
                display: none; } }
      body .customer-spotlight.without-blurb .column-wrapper .card h4 {
        margin: 5px 0 0 0 !important;
        -webkit-line-clamp: 3 !important;
        max-height: 140px; }
      body .customer-spotlight.without-blurb .column-wrapper .card:hover {
        height: 100% !important; }
  body .customer-spotlight.without-blurb .list-wrapper {
    margin-top: 50px; }
    @media (max-width: 767px) {
      body .customer-spotlight.without-blurb .list-wrapper {
        margin-top: 25px; } }
    body .customer-spotlight.without-blurb .list-wrapper.hide-item {
      display: none; }
    body .customer-spotlight.without-blurb .list-wrapper .card-wrap {
      border: 2px solid #bdc4cc;
      border-radius: 5px;
      padding: 20px 25px 25px 100px;
      margin-top: 30px;
      position: relative; }
      @media (max-width: 991px) {
        body .customer-spotlight.without-blurb .list-wrapper .card-wrap {
          padding: 20px 20px 20px 27px; } }
      body .customer-spotlight.without-blurb .list-wrapper .card-wrap.no-image .col-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 992px) {
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap.no-image .col-wrap .content-wrap {
            max-width: calc(100% - 176px); } }
      body .customer-spotlight.without-blurb .list-wrapper .card-wrap:first-child {
        margin-top: 21px; }
      @media (max-width: 767px) {
        body .customer-spotlight.without-blurb .list-wrapper .card-wrap {
          padding: 25px; } }
      body .customer-spotlight.without-blurb .list-wrapper .card-wrap::before {
        position: absolute;
        content: '';
        height: 101%;
        width: 7px;
        top: -1px;
        left: -2px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        background-image: -webkit-linear-gradient(345deg, #742abf 0%, #595ad3 83%, #252d6a 100%);
        background-image: -o-linear-gradient(345deg, #742abf 0%, #595ad3 83%, #252d6a 100%);
        background-image: linear-gradient(105deg, #742abf 0%, #595ad3 83%, #252d6a 100%); }
      @media (max-width: 595px) {
        body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap .date-time {
          overflow: hidden; } }
      body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span {
        color: #8690a4;
        padding-right: 10px;
        position: relative;
        margin-bottom: 2px;
        vertical-align: middle;
        display: inline-block;
        line-height: 1.43;
        letter-spacing: 0.0525em;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 8px;
        font-size: 14px; }
        @media (max-width: 991px) {
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span {
            padding-left: 15px; } }
        @media (max-width: 595px) {
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span:first-child {
            display: block; }
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span:nth-child(2) {
            padding-left: 0; } }
        @media (max-width: 480px) {
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span {
            font-size: 12px; } }
        @media (max-width: 339px) {
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span:last-child {
            padding-left: 0; } }
        body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span:first-child {
          padding-left: 0; }
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span:first-child:after {
            display: none; }
        body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span:after {
          content: '';
          position: absolute;
          top: 4px;
          left: -3px;
          width: 1px;
          height: 50%;
          background-color: #797a89; }
          @media (max-width: 339px) {
            body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap span:after {
              left: -7px; } }
      body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap h4 {
        margin-top: 7px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 70px;
        text-overflow: ellipsis; }
      body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap p {
        margin-top: 5px;
        color: #797a89;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 50px;
        text-overflow: ellipsis; }
      body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap a {
        margin-top: 25px;
        font-size: 16px; }
        @media (max-width: 991px) {
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap a {
            margin-top: 20px; } }
        @media (max-width: 767px) {
          body .customer-spotlight.without-blurb .list-wrapper .card-wrap .content-wrap a {
            font-size: 14px;
            margin-top: 15px; } }
  body .customer-spotlight .view-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px; }
    @media (max-width: 595px) {
      body .customer-spotlight .view-btn-wrap {
        margin-top: 15px; } }
    body .customer-spotlight .view-btn-wrap .grid-btn {
      cursor: pointer;
      width: 24px;
      height: 20px;
      margin-left: auto;
      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; }
      body .customer-spotlight .view-btn-wrap .grid-btn.active span {
        border-color: #8690a4; }
      body .customer-spotlight .view-btn-wrap .grid-btn span {
        width: 10px;
        height: 10px;
        border: 2px solid #68be62; }
        body .customer-spotlight .view-btn-wrap .grid-btn span:nth-child(3), body .customer-spotlight .view-btn-wrap .grid-btn span:last-child {
          margin-top: 2px; }
        body .customer-spotlight .view-btn-wrap .grid-btn span:nth-child(1), body .customer-spotlight .view-btn-wrap .grid-btn span:nth-child(3) {
          margin-right: 2.6px; }
    body .customer-spotlight .view-btn-wrap .list-btn {
      cursor: pointer;
      width: 30px;
      height: 20px;
      margin-left: 20px;
      position: relative; }
      body .customer-spotlight .view-btn-wrap .list-btn img {
        position: absolute;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
        body .customer-spotlight .view-btn-wrap .list-btn img.hide {
          opacity: 1; }
        body .customer-spotlight .view-btn-wrap .list-btn img.show {
          opacity: 0; }
  body .customer-spotlight h2 {
    margin: 0 0 38px 0;
    font-weight: 600;
    letter-spacing: -0.01em; }
    @media (max-width: 991px) {
      body .customer-spotlight h2 {
        margin: 0 0 20px 0; } }
  body .customer-spotlight.col-three-box .column-wrapper {
    width: calc(100% + 20px);
    margin: 10px -10px 0; }
    @media (min-width: 1336px) {
      body .customer-spotlight.col-three-box .column-wrapper {
        width: calc(100% + 30px);
        margin: 20px -15px 0; } }
    @media (max-width: 991px) {
      body .customer-spotlight.col-three-box .column-wrapper {
        margin: 0 -10px;
        width: calc(100% + 20px); } }
    @media (max-width: 595px) {
      body .customer-spotlight.col-three-box .column-wrapper {
        margin: 0;
        width: 100%; } }
    @media (min-width: 1336px) {
      body .customer-spotlight.col-three-box .column-wrapper .card {
        margin: 30px 15px 0; } }
    @media (max-width: 1336px) {
      body .customer-spotlight.col-three-box .column-wrapper .card {
        width: calc(33.33% - 20px);
        margin: 20px 10px 0; } }
    @media (max-width: 991px) {
      body .customer-spotlight.col-three-box .column-wrapper .card {
        width: calc(50% - 20px); } }
    @media (max-width: 595px) {
      body .customer-spotlight.col-three-box .column-wrapper .card {
        max-width: 100%;
        margin: 12px 0 0;
        width: 100%; } }
    body .customer-spotlight.col-three-box .column-wrapper .card h4 {
      margin: 20px 0 0 0;
      line-height: 1.13; }
      body .customer-spotlight.col-three-box .column-wrapper .card h4 a {
        line-height: 1.13; }
  body .customer-spotlight .column-wrapper .pagination {
    max-width: calc(100% - 20px); }
    @media (min-width: 1336px) {
      body .customer-spotlight .column-wrapper .pagination {
        max-width: calc(100% - 30px); } }
    @media (max-width: 595px) {
      body .customer-spotlight .column-wrapper .pagination {
        max-width: 100%; } }
  body .customer-spotlight .column-wrapper .views-element-container {
    width: 100%; }
    body .customer-spotlight .column-wrapper .views-element-container .views-exposed-form {
      display: none; }
  body .customer-spotlight .list-wrapper .views-element-container {
    width: 100%; }
    body .customer-spotlight .list-wrapper .views-element-container .views-exposed-form {
      display: none; }
  body .customer-spotlight.filter-grid .column-wrapper {
    margin-top: 20px !important; }
    @media (max-width: 767px) {
      body .customer-spotlight.filter-grid .column-wrapper {
        margin-top: 0 !important; } }
    body .customer-spotlight.filter-grid .column-wrapper .card {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    body .customer-spotlight.filter-grid .column-wrapper.show-item .card {
      -webkit-animation: fade-effect 0.9s ease-out;
           -o-animation: fade-effect 0.9s ease-out;
              animation: fade-effect 0.9s ease-out; }
      body .customer-spotlight.filter-grid .column-wrapper.show-item .card .card-body h4 {
        max-height: 103px; }
    body .customer-spotlight.filter-grid .column-wrapper.list-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body .customer-spotlight.filter-grid .column-wrapper.list-card .card {
        max-width: calc(100% - 30px);
        min-width: calc(100% - 30px);
        min-height: auto;
        height: 100%;
        border: solid 2px #bdc4cc;
        padding: 20px 25px 25px 100px;
        margin: 30px 15px 0 !important; }
        @media (max-width: 991px) {
          body .customer-spotlight.filter-grid .column-wrapper.list-card .card {
            padding: 20px 25px 25px; } }
        @media (max-width: 595px) {
          body .customer-spotlight.filter-grid .column-wrapper.list-card .card {
            max-width: 100%;
            min-width: 100%;
            margin: 25px 0 0 !important; } }
        body .customer-spotlight.filter-grid .column-wrapper.list-card .card:before {
          position: absolute;
          content: '';
          height: 101%;
          width: 7px;
          top: -1px;
          left: -2px;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          border-top-right-radius: 0;
          background-image: -webkit-linear-gradient(345deg, #742abf 0%, #595ad3 83%, #252d6a 100%);
          background-image: -o-linear-gradient(345deg, #742abf 0%, #595ad3 83%, #252d6a 100%);
          background-image: linear-gradient(105deg, #742abf 0%, #595ad3 83%, #252d6a 100%); }
        body .customer-spotlight.filter-grid .column-wrapper.list-card .card .icon-with-heading {
          display: none; }
        body .customer-spotlight.filter-grid .column-wrapper.list-card .card .card-body {
          max-width: calc(100% - 176px); }
          @media (max-width: 991px) {
            body .customer-spotlight.filter-grid .column-wrapper.list-card .card .card-body {
              max-width: 100%; } }
          body .customer-spotlight.filter-grid .column-wrapper.list-card .card .card-body .date-time span {
            display: inline-block !important; }
          body .customer-spotlight.filter-grid .column-wrapper.list-card .card .card-body p {
            max-height: 100%; }
        body .customer-spotlight.filter-grid .column-wrapper.list-card .card .btn-box {
          left: 100px; }
          @media (max-width: 991px) {
            body .customer-spotlight.filter-grid .column-wrapper.list-card .card .btn-box {
              left: 25px; } }
  body .customer-spotlight.card-grid .column-wrapper {
    margin-top: 35px; }
  body .customer-spotlight .new-filter > .container.is__border::before {
    display: none; }
  body .customer-spotlight .new-filter__tags {
    text-align: right;
    display: none; }
    body .customer-spotlight .new-filter__tags ul {
      display: inline-block;
      margin-bottom: 0; }
      body .customer-spotlight .new-filter__tags ul li {
        color: #8690a4;
        padding: 0 18px 0 0;
        margin-top: 7px;
        margin-right: 20px;
        margin-bottom: 0;
        display: inline-block;
        position: relative;
        cursor: pointer;
        font-size: 14px; }
        body .customer-spotlight .new-filter__tags ul li:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 16.7px;
          height: 16.7px;
          background: url(/themes/authentic8/templates/dist/images/icons/cross.svg) no-repeat;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    body .customer-spotlight .new-filter__tags .reset {
      font-size: 14px;
      font-weight: normal;
      display: inline-block;
      margin-top: 7px;
      cursor: pointer; }
  body .customer-spotlight .new-filter .dropdown__options {
    right: unset; }
    @media (min-width: 596px) {
      body .customer-spotlight .new-filter .dropdown__options {
        top: 80px; } }

@-webkit-keyframes fade-effect {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  50% {
    opacity: 0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-effect {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  50% {
    opacity: 0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes fade-effect {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  50% {
    opacity: 0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

body .testimonial {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out; }
  @media (max-width: 767px) {
    body .testimonial {
      padding-bottom: 75px !important; } }
  body .testimonial .wrapper h1,
  body .testimonial .wrapper h2,
  body .testimonial .wrapper h3,
  body .testimonial .wrapper h4,
  body .testimonial .wrapper h5,
  body .testimonial .wrapper h6 {
    margin-top: 10px;
    margin-bottom: 30px; }
  body .testimonial .wrapper .heading-wrap {
    max-width: 854px; }
    body .testimonial .wrapper .heading-wrap h2 {
      margin-bottom: 40px;
      margin-top: 0; }
      @media (max-width: 991px) {
        body .testimonial .wrapper .heading-wrap h2 {
          margin-bottom: 20px; } }
      @media (max-width: 595px) {
        body .testimonial .wrapper .heading-wrap h2 {
          margin-bottom: 10px;
          text-align: center; } }
  body .testimonial .wrapper .slide-wrapper {
    outline: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    body .testimonial .wrapper .slide-wrapper .content-wrap {
      outline: none;
      max-width: 870px; }
      @media (max-width: 595px) {
        body .testimonial .wrapper .slide-wrapper .content-wrap {
          text-align: center; } }
      body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap {
        padding-right: 60px; }
        @media (max-width: 595px) {
          body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap {
            padding-right: 0; } }
        body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap h4 {
          color: #797a89;
          font-weight: 300;
          line-height: 1.27;
          margin-top: 0;
          margin-bottom: 11px; }
          @media (max-width: 991px) {
            body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap h4 {
              padding: 0 10px 0 0; } }
          @media (max-width: 595px) {
            body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap h4 {
              padding: 0; } }
        body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap p {
          margin-top: 15px; }
        body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap span {
          max-width: 270px;
          display: block;
          color: #797a89;
          margin-top: 22px; }
          @media (max-width: 595px) {
            body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap span {
              margin: 0 auto 0; } }
        body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap ul {
          margin-left: 20px; }
          body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap ul li {
            color: #424b68;
            font-size: 18px;
            margin: 11px 0 0;
            padding-left: 5px; }
            body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap ul li::before {
              background-color: #424b68;
              left: -10px; }
            @media (max-width: 767px) {
              body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap ul li {
                font-size: 16px; }
                body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap ul li::before {
                  top: 50%; } }
        body .testimonial .wrapper .slide-wrapper .content-wrap .text-wrap ol li {
          color: #424b68;
          margin: 11px 0 0; }
      body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review {
        margin: 30px 0 0;
        max-width: 250px; }
        @media (max-width: 595px) {
          body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review {
            margin: 30px auto 0; } }
        body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text {
          position: relative; }
          body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text strong {
            color: #000000;
            font-size: 16px;
            position: relative;
            max-width: 250px;
            padding-top: 16px;
            line-height: normal;
            display: block;
            text-transform: uppercase; }
            @media (max-width: 767px) {
              body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text strong {
                padding-top: 10px; } }
            @media (max-width: 595px) {
              body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text strong {
                margin: 0 auto; } }
          body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: #df902f;
            opacity: 0.5; }
            @media (max-width: 480px) {
              body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text:after {
                width: 100%; } }
          @media (max-width: 991px) {
            body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text {
              margin-top: 22px; } }
          @media (max-width: 480px) {
            body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text {
              margin: 18px auto 0; } }
          body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding-top: 20px; }
            @media (max-width: 595px) {
              body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                padding-top: 15px; } }
            body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper span {
              font-size: 16px;
              font-weight: bold;
              color: #000000;
              letter-spacing: 0.97px;
              margin-right: 14px; }
              body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper span.logo-box {
                width: 39px;
                height: 39px; }
                @media (max-width: 595px) {
                  body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper span.logo-box {
                    width: 25px;
                    height: 25px; } }
              body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper span.five-star {
                width: 115px;
                height: 19px; }
                @media (max-width: 595px) {
                  body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper span.five-star {
                    width: 85px;
                    height: 15px; } }
              body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper span img {
                height: 100%; }
            body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper ul {
              display: inline-block;
              vertical-align: middle;
              margin-bottom: 0; }
              body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper ul li {
                position: relative;
                display: inline-block;
                vertical-align: middle;
                padding: 0;
                width: 20px;
                height: 20px; }
                body .testimonial .wrapper .slide-wrapper .content-wrap .logo-with-review .star-with-text .logo-box-wrapper ul li::after {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 20px;
                  height: 20px;
                  background: url("/themes/authentic8/templates/assets/images/icons/star.png") no-repeat;
                  background-size: contain; }
  body .testimonial .btn-wrap {
    margin-top: 36px; }
    @media (max-width: 991px) {
      body .testimonial .btn-wrap {
        margin-top: 70px; } }
  body .testimonial.bg-dark-gray {
    background: #e0e1e2; }
    @media (max-width: 767px) {
      body .testimonial.bg-dark-gray {
        padding-bottom: 75px !important; } }
  body .testimonial.no-slider .wrapper .slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    body .testimonial.no-slider .wrapper .slide-wrapper .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 20px);
              flex: 0 0 calc(50% - 20px);
      max-width: calc(50% - 25px);
      margin-right: 20px; }
      @media (max-width: 767px) {
        body .testimonial.no-slider .wrapper .slide-wrapper .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0; } }
  body .testimonial.single-qoute .wrapper .slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    body .testimonial.single-qoute .wrapper .slide-wrapper .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      max-width: 880px;
      margin-right: 20px;
      width: 100%; }
      @media (max-width: 767px) {
        body .testimonial.single-qoute .wrapper .slide-wrapper .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0; } }
  body .testimonial .slick-arrow {
    position: absolute;
    top: -67px;
    right: 49px;
    border: 2px solid #000000;
    border-width: 0 0 3px 3px;
    margin: 0;
    outline: none;
    cursor: pointer;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 2; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .testimonial .slick-arrow {
        top: -37px; } }
    @media (max-width: 991px) {
      body .testimonial .slick-arrow {
        top: 100%;
        bottom: 0; } }
    @media (max-width: 595px) {
      body .testimonial .slick-arrow {
        left: 45%;
        top: 110%; } }
    @media (max-width: 480px) {
      body .testimonial .slick-arrow {
        left: 40%; } }
    body .testimonial .slick-arrow:after {
      content: "";
      position: absolute;
      right: 0px;
      bottom: 0;
      top: 0;
      margin: auto;
      left: -3px;
      width: 17px;
      height: 3px;
      background-color: #000000;
      -webkit-transform: rotate(-48deg);
           -o-transform: rotate(-48deg);
              transform: rotate(-48deg);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body .testimonial .slick-arrow:hover {
      border-color: #68be62; }
      body .testimonial .slick-arrow:hover:after {
        background-color: #68be62; }
  body .testimonial .slick-next {
    position: absolute;
    right: 6px;
    -webkit-transform: rotate(228deg);
         -o-transform: rotate(228deg);
            transform: rotate(228deg); }
    @media (max-width: 595px) {
      body .testimonial .slick-next {
        left: auto;
        right: 45%; } }
    @media (max-width: 480px) {
      body .testimonial .slick-next {
        left: auto;
        right: 40%; } }

body .col-two-cards {
  padding: 79px 0 100px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .col-two-cards {
      padding: 59px 0 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .col-two-cards {
      padding: 59px 0 80px; } }
  @media (max-width: 767px) {
    body .col-two-cards {
      padding: 24px 0 30px; } }
  body .col-two-cards.news-page .col-wrap {
    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; }
  body .col-two-cards .col-wrap {
    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-top: 16px; }
    @media (max-width: 767px) {
      body .col-two-cards .col-wrap {
        margin-top: 0; } }
    body .col-two-cards .col-wrap .col-two {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 16px);
              flex: 0 0 calc(50% - 16px);
      max-width: calc(50% - 16px);
      margin: 20px 0 0;
      border: 2px solid #bdc4cc;
      position: relative;
      border-radius: 5px;
      padding: 32px 25px 25px; }
      @media (max-width: 767px) {
        body .col-two-cards .col-wrap .col-two {
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%; } }
      @media (max-width: 595px) {
        body .col-two-cards .col-wrap .col-two {
          padding: 20px 15px; } }
      body .col-two-cards .col-wrap .col-two:before {
        content: '';
        position: absolute;
        top: -1px;
        left: -2px;
        right: -1px;
        width: auto;
        height: 7px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      body .col-two-cards .col-wrap .col-two .icon-with-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 0 4px; }
        @media (max-width: 767px) {
          body .col-two-cards .col-wrap .col-two .icon-with-heading {
            margin-bottom: 10px; } }
        body .col-two-cards .col-wrap .col-two .icon-with-heading .icon-box {
          width: 56px;
          height: 49px;
          margin-right: 22px;
          overflow: hidden; }
          @media (max-width: 991px) {
            body .col-two-cards .col-wrap .col-two .icon-with-heading .icon-box {
              width: 45px;
              height: 42px;
              margin-right: 15px; } }
          @media (max-width: 767px) {
            body .col-two-cards .col-wrap .col-two .icon-with-heading .icon-box {
              width: 30px;
              height: 42px;
              margin-right: 15px; } }
          body .col-two-cards .col-wrap .col-two .icon-with-heading .icon-box svg,
          body .col-two-cards .col-wrap .col-two .icon-with-heading .icon-box img {
            -o-object-fit: contain;
               object-fit: contain;
            width: 100%;
            height: 100%; }
        body .col-two-cards .col-wrap .col-two .icon-with-heading span {
          display: block;
          font-family: "proxima-nova";
          font-size: 16px;
          font-weight: 600;
          line-height: 1.88;
          max-width: 210px;
          overflow: hidden;
          letter-spacing: normal;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            body .col-two-cards .col-wrap .col-two .icon-with-heading span {
              font-size: 14px; } }
      body .col-two-cards .col-wrap .col-two .content-wrap {
        padding-left: 78px; }
        @media (max-width: 991px) {
          body .col-two-cards .col-wrap .col-two .content-wrap {
            padding-left: 0; } }
        body .col-two-cards .col-wrap .col-two .content-wrap span {
          color: #8690a4;
          font-size: 14px;
          margin-bottom: 7px;
          display: block;
          text-transform: uppercase; }
        body .col-two-cards .col-wrap .col-two .content-wrap .img-wrap {
          margin: 0 0 18px;
          max-width: 274px;
          height: 53px;
          overflow: hidden; }
          body .col-two-cards .col-wrap .col-two .content-wrap .img-wrap img {
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        body .col-two-cards .col-wrap .col-two .content-wrap h4 {
          color: #151930;
          font-weight: 600;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          max-height: 99px;
          text-overflow: ellipsis; }
        body .col-two-cards .col-wrap .col-two .content-wrap p {
          margin-top: 9px;
          color: #424c67;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          max-height: 80px;
          text-overflow: ellipsis; }
        body .col-two-cards .col-wrap .col-two .content-wrap .edit {
          position: relative;
          z-index: 10; }
        body .col-two-cards .col-wrap .col-two .content-wrap a,
        body .col-two-cards .col-wrap .col-two .content-wrap .btn {
          color: #68be62;
          display: inline-block;
          font-size: 16px;
          margin-right: 10px; }
          @media (max-width: 595px) {
            body .col-two-cards .col-wrap .col-two .content-wrap a,
            body .col-two-cards .col-wrap .col-two .content-wrap .btn {
              font-size: 14px; } }
      body .col-two-cards .col-wrap .col-two .text-wrap {
        margin-bottom: 40px; }
      body .col-two-cards .col-wrap .col-two .btn-wrap {
        position: absolute;
        bottom: 25px; }
      body .col-two-cards .col-wrap .col-two:hover .content-wrap .btn::after {
        right: -11px; }
  body .col-two-cards .button-box {
    position: absolute;
    bottom: 25px;
    left: 104px; }
    @media (max-width: 991px) {
      body .col-two-cards .button-box {
        left: 31px; } }
    @media (max-width: 595px) {
      body .col-two-cards .button-box {
        left: 15px; } }
    @media (min-width: 992px) {
      body .col-two-cards .button-box a {
        font-size: 16px; } }
  body .col-two-cards .views-element-container {
    width: 100%; }
    body .col-two-cards .views-element-container .views-exposed-form {
      display: none; }
  @media (min-width: 1336px) {
    body .col-two-cards.detail-regional-cards {
      padding: 137px 0 140px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .col-two-cards.detail-regional-cards {
      padding: 80px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .col-two-cards.detail-regional-cards {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    body .col-two-cards.detail-regional-cards {
      padding: 45px 0; } }
  body .col-two-cards.detail-regional-cards h2 {
    letter-spacing: -0.01em; }
  @media (min-width: 1336px) {
    body .col-two-cards.detail-regional-cards .col-wrap {
      margin-top: 15px; } }
  body .col-two-cards.detail-regional-cards .col-wrap .col-two {
    min-height: 250px; }
    body .col-two-cards.detail-regional-cards .col-wrap .col-two.border-purple:before {
      background-color: #343596; }
    body .col-two-cards.detail-regional-cards .col-wrap .col-two.border-purple .icon-with-heading span {
      color: #343596; }

body .single-card .col-two {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important; }
  body .single-card .col-two .content-wrap {
    max-width: calc(100% - 176px); }
    @media (max-width: 767px) {
      body .single-card .col-two .content-wrap {
        max-width: 100%; } }

@media (min-width: 1500px) and (max-width: 1600px) {
  body .col-two-icon {
    padding: 92px 0 143px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  body .col-two-icon {
    padding-top: 73px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body .col-two-icon {
    padding-top: 73px; } }

@media (max-width: 767px) {
  body .col-two-icon {
    padding-top: 23px; } }

body .col-two-icon .intro-box h2 {
  letter-spacing: normal;
  max-width: 826px; }

body .col-two-icon .intro-box p {
  color: #424c67;
  margin-top: 11px;
  line-height: 1.45;
  font-size: 22px; }

body .col-two-icon .intro-box h4 {
  margin-top: 14px; }
  @media (min-width: 992px) {
    body .col-two-icon .intro-box h4 {
      width: 70%; } }

body .col-two-icon .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  body .col-two-icon .col-wrap .col-two {
    -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;
    margin-top: 43px; }
    @media (max-width: 595px) {
      body .col-two-icon .col-wrap .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 25px; } }
    body .col-two-icon .col-wrap .col-two .icon-wrap {
      max-width: 54px;
      height: 51px; }
    body .col-two-icon .col-wrap .col-two h3 {
      color: #151930;
      font-weight: 600;
      margin-top: 19px; }
    body .col-two-icon .col-wrap .col-two p {
      color: #151831;
      max-width: 520px;
      margin-top: 3px;
      line-height: 1.76; }
    body .col-two-icon .col-wrap .col-two ul {
      margin-left: 20px; }
      body .col-two-icon .col-wrap .col-two ul li {
        color: #424b68;
        font-size: 18px;
        margin: 11px 0 0;
        padding-left: 5px; }
        body .col-two-icon .col-wrap .col-two ul li::before {
          background-color: #424b68;
          left: -10px; }
        @media (max-width: 767px) {
          body .col-two-icon .col-wrap .col-two ul li {
            font-size: 16px; }
            body .col-two-icon .col-wrap .col-two ul li::before {
              top: 50%; } }
    body .col-two-icon .col-wrap .col-two ol li {
      color: #424b68;
      margin: 11px 0 0; }

@media (min-width: 1336px) {
  body .resource-detail {
    padding: 0 0 114px; } }

body .resource-detail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1070px;
  height: 1px;
  background-color: #797a89;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 1150px) {
    body .resource-detail:after {
      width: 600px; } }

body .resource-detail .media-wrap {
  max-width: 1070px;
  height: 599px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .resource-detail .media-wrap {
      height: 400px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .resource-detail .media-wrap {
      height: 350px; } }
  @media (max-width: 595px) {
    body .resource-detail .media-wrap {
      height: 280px; } }
  @media (max-width: 480px) {
    body .resource-detail .media-wrap {
      height: 180px; } }
  body .resource-detail .media-wrap.no-video .image-wrap {
    opacity: 1;
    position: relative; }
  body .resource-detail .media-wrap.no-video .video-wrap {
    z-index: unset; }

body .resource-detail .image-wrap {
  width: 100%;
  height: 100%;
  opacity: 0; }
  body .resource-detail .image-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #031438;
    opacity: 0.5; }
  body .resource-detail .image-wrap a {
    bottom: 0;
    right: 0;
    z-index: 2; }
    body .resource-detail .image-wrap a:after {
      width: 78px;
      height: 78px; }
      @media (max-width: 767px) {
        body .resource-detail .image-wrap a:after {
          width: 58px;
          height: 58px; } }
      @media (max-width: 480px) {
        body .resource-detail .image-wrap a:after {
          width: 38px;
          height: 38px; } }
  body .resource-detail .image-wrap img {
    width: 100%;
    height: 100%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom; }

body .resource-detail .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  body .resource-detail .video-wrap iframe {
    width: 100%;
    height: 100%; }

body .resource-detail .content-wrap {
  max-width: 960px;
  margin-top: 91px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .resource-detail .content-wrap {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    body .resource-detail .content-wrap {
      margin-top: 20px; } }
  body .resource-detail .content-wrap h2 {
    max-width: 850px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 14px; }
  body .resource-detail .content-wrap p {
    line-height: 1.78;
    color: #424c67;
    margin-top: 14px; }
  body .resource-detail .content-wrap ul {
    max-width: 865px;
    margin: 23px 0 18px;
    padding-left: 33px; }
    @media (max-width: 991px) {
      body .resource-detail .content-wrap ul {
        padding-left: 10px;
        margin: 15px 0; } }
    body .resource-detail .content-wrap ul li {
      font-size: 18px;
      line-height: 1.39;
      margin: 10px 0 0 0;
      padding-left: 22px;
      color: #424b68; }
      @media (max-width: 767px) {
        body .resource-detail .content-wrap ul li {
          font-size: 16px;
          padding-left: 15px; } }
      body .resource-detail .content-wrap ul li::before {
        top: 9px;
        width: 5px;
        height: 5px;
        background-color: #151831; }

body .detail-regional-blog,
body .regional-blog-content {
  overflow: hidden; }
  body .detail-regional-blog .content-wrap,
  body .regional-blog-content .content-wrap {
    margin-top: 36px; }
    body .detail-regional-blog .content-wrap ul,
    body .regional-blog-content .content-wrap ul {
      padding-left: 50px; }
      @media (max-width: 991px) {
        body .detail-regional-blog .content-wrap ul,
        body .regional-blog-content .content-wrap ul {
          padding-left: 35px; } }
      @media (max-width: 595px) {
        body .detail-regional-blog .content-wrap ul,
        body .regional-blog-content .content-wrap ul {
          padding-left: 20px; } }
      body .detail-regional-blog .content-wrap ul li,
      body .regional-blog-content .content-wrap ul li {
        font-size: 18px;
        line-height: 1.45;
        color: #424b68;
        margin: 22px 0;
        padding-left: 30px;
        letter-spacing: -0.005em; }
        body .detail-regional-blog .content-wrap ul li:before,
        body .regional-blog-content .content-wrap ul li:before {
          top: 11px;
          left: 0;
          width: 5px;
          height: 5px;
          background-color: #424b68; }
        @media (max-width: 991px) {
          body .detail-regional-blog .content-wrap ul li,
          body .regional-blog-content .content-wrap ul li {
            margin: 15px 0;
            padding-left: 20px; } }
        body .detail-regional-blog .content-wrap ul li strong,
        body .regional-blog-content .content-wrap ul li strong {
          font-size: inherit; }
        body .detail-regional-blog .content-wrap ul li span,
        body .regional-blog-content .content-wrap ul li span {
          color: #444e69;
          margin-right: 5px;
          font-size: 23px; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .detail-regional-blog .content-wrap ul li span,
            body .regional-blog-content .content-wrap ul li span {
              font-size: 20px; } }
          @media (max-width: 991px) {
            body .detail-regional-blog .content-wrap ul li span,
            body .regional-blog-content .content-wrap ul li span {
              font-size: 18px; } }
    body .detail-regional-blog .content-wrap ol,
    body .regional-blog-content .content-wrap ol {
      padding-left: 50px; }
      @media (max-width: 991px) {
        body .detail-regional-blog .content-wrap ol,
        body .regional-blog-content .content-wrap ol {
          padding-left: 35px; } }
      @media (max-width: 595px) {
        body .detail-regional-blog .content-wrap ol,
        body .regional-blog-content .content-wrap ol {
          padding-left: 20px; } }
      body .detail-regional-blog .content-wrap ol li,
      body .regional-blog-content .content-wrap ol li {
        font-size: 18px;
        color: #424b68; }
        body .detail-regional-blog .content-wrap ol li::marker,
        body .regional-blog-content .content-wrap ol li::marker {
          font-size: 18px;
          color: #424b68; }
  body .detail-regional-blog h3,
  body .regional-blog-content h3 {
    font-weight: bold;
    line-height: 1.11;
    letter-spacing: -0.36px;
    color: #151930;
    margin-bottom: 9px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
    max-width: 62%; }
    @media (max-width: 991px) {
      body .detail-regional-blog h3,
      body .regional-blog-content h3 {
        margin-top: 20px;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media (max-width: 595px) {
      body .detail-regional-blog h3,
      body .regional-blog-content h3 {
        margin-top: 10px; } }
  body .detail-regional-blog p,
  body .regional-blog-content p {
    color: #424c67;
    line-height: 1.78; }
    @media (max-width: 991px) {
      body .detail-regional-blog p,
      body .regional-blog-content p {
        margin-top: 10px; } }
    body .detail-regional-blog p a,
    body .regional-blog-content p a {
      position: relative; }
      body .detail-regional-blog p a::after,
      body .regional-blog-content p a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: #68be62;
        opacity: 0;
        width: 0;
        -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out; }
      body .detail-regional-blog p a:hover::after,
      body .regional-blog-content p a:hover::after {
        width: 100%;
        opacity: 1; }
  body .detail-regional-blog .content-wrap,
  body .regional-blog-content .content-wrap {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    body .detail-regional-blog .content-wrap .col-seven,
    body .detail-regional-blog .content-wrap .col-three,
    body .regional-blog-content .content-wrap .col-seven,
    body .regional-blog-content .content-wrap .col-three {
      float: none; }
    body .detail-regional-blog .content-wrap .col-seven,
    body .regional-blog-content .content-wrap .col-seven {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 63%;
              flex: 0 0 63%;
      max-width: 63%; }
      @media (max-width: 991px) {
        body .detail-regional-blog .content-wrap .col-seven,
        body .regional-blog-content .content-wrap .col-seven {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      body .detail-regional-blog .content-wrap .col-seven p,
      body .regional-blog-content .content-wrap .col-seven p {
        margin-top: 10px; }
    body .detail-regional-blog .content-wrap h2,
    body .regional-blog-content .content-wrap h2 {
      font-weight: 600;
      line-height: 1.1;
      color: #151930;
      letter-spacing: -0.5px; }
      body .detail-regional-blog .content-wrap h2:not(:first-child),
      body .regional-blog-content .content-wrap h2:not(:first-child) {
        margin-top: 10px; }
    body .detail-regional-blog .content-wrap h5,
    body .regional-blog-content .content-wrap h5 {
      font-weight: normal;
      line-height: 1.59;
      letter-spacing: normal;
      color: #424c67;
      max-width: 729px; }
      @media (max-width: 991px) {
        body .detail-regional-blog .content-wrap h5,
        body .regional-blog-content .content-wrap h5 {
          margin-top: 10px; } }
    body .detail-regional-blog .content-wrap .col-three,
    body .regional-blog-content .content-wrap .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 37%;
              flex: 0 0 37%;
      max-width: calc(37% - 76px);
      font-size: 0; }
      @media (max-width: 991px) {
        body .detail-regional-blog .content-wrap .col-three,
        body .regional-blog-content .content-wrap .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin: 10px 0 0; } }
      body .detail-regional-blog .content-wrap .col-three.vertical-bottom,
      body .regional-blog-content .content-wrap .col-three.vertical-bottom {
        -ms-flex-item-align: end;
            align-self: flex-end; }
        @media (min-width: 992px) {
          body .detail-regional-blog .content-wrap .col-three.vertical-bottom,
          body .regional-blog-content .content-wrap .col-three.vertical-bottom {
            padding: 0 0 80px 0; } }
      body .detail-regional-blog .content-wrap .col-three.vertical-center,
      body .regional-blog-content .content-wrap .col-three.vertical-center {
        -ms-flex-item-align: center;
            align-self: center; }
        @media (min-width: 992px) {
          body .detail-regional-blog .content-wrap .col-three.vertical-center,
          body .regional-blog-content .content-wrap .col-three.vertical-center {
            padding: 0 0 175px 0; } }
      body .detail-regional-blog .content-wrap .col-three .icon-wrapper,
      body .regional-blog-content .content-wrap .col-three .icon-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 30px 0; }
        @media (max-width: 991px) {
          body .detail-regional-blog .content-wrap .col-three .icon-wrapper,
          body .regional-blog-content .content-wrap .col-three .icon-wrapper {
            margin: 10px 0; } }
        body .detail-regional-blog .content-wrap .col-three .icon-wrapper span,
        body .regional-blog-content .content-wrap .col-three .icon-wrapper span {
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.84px;
          color: #8690a4; }
        body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul,
        body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          text-align: center;
          padding-left: 0;
          margin-bottom: 8px; }
          body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li,
          body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li {
            font-size: 0;
            padding: 0;
            margin: 0 8px;
            vertical-align: middle; }
            body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li::before,
            body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li::before {
              display: none; }
            body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share,
            body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share {
              position: relative; }
              body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share:after,
              body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: contain;
                opacity: 0;
                -webkit-transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
                transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
                -o-transition: 0.3s opacity ease-in-out, 0.3s -o-transform ease-in-out;
                transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out;
                transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
              body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share:hover:after,
              body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share:hover:after {
                opacity: 1;
                -webkit-transform: translateY(-8px);
                     -o-transform: translateY(-8px);
                        transform: translateY(-8px); }
              body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share.linkedin:after,
              body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share.linkedin:after {
                background-image: url("/themes/authentic8/templates/dist/images/icons/linkedin-logo-green.svg"); }
              body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share.twitter:after,
              body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share.twitter:after {
                background-image: url("/themes/authentic8/templates/dist/images/icons/twitter-icon-green.svg"); }
              body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share.email:after,
              body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share.email:after {
                background-image: url("/themes/authentic8/templates/dist/images/icons/e-mail-logo-green.svg"); }
              body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share.facebook-share:after,
              body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li .share.facebook-share:after {
                background-image: url("/themes/authentic8/templates/dist/images/icons/facebook-green.svg"); }
            body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li a,
            body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li a {
              width: 18px;
              height: 18px; }
              body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li a img,
              body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li a img {
                -o-object-fit: contain;
                   object-fit: contain;
                -webkit-transition: 0.3s -webkit-transform ease-in-out;
                transition: 0.3s -webkit-transform ease-in-out;
                -o-transition: 0.3s -o-transform ease-in-out;
                transition: 0.3s transform ease-in-out;
                transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
              body .detail-regional-blog .content-wrap .col-three .icon-wrapper .social-media-sharing ul li a:hover img,
              body .regional-blog-content .content-wrap .col-three .icon-wrapper .social-media-sharing ul li a:hover img {
                -webkit-transform: translateY(-8px);
                     -o-transform: translateY(-8px);
                        transform: translateY(-8px); }
      body .detail-regional-blog .content-wrap .col-three .img-wrap,
      body .regional-blog-content .content-wrap .col-three .img-wrap {
        margin-top: 20px;
        height: 260px;
        border-radius: 5px;
        overflow: hidden;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
        @media (min-width: 992px) {
          body .detail-regional-blog .content-wrap .col-three .img-wrap,
          body .regional-blog-content .content-wrap .col-three .img-wrap {
            width: 470px; } }
        @media (min-width: 1336px) {
          body .detail-regional-blog .content-wrap .col-three .img-wrap,
          body .regional-blog-content .content-wrap .col-three .img-wrap {
            width: 570px;
            height: 340px; } }
        @media (min-width: 1025px) and (max-width: 1150px) {
          body .detail-regional-blog .content-wrap .col-three .img-wrap,
          body .regional-blog-content .content-wrap .col-three .img-wrap {
            width: 353px;
            height: 250px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .detail-regional-blog .content-wrap .col-three .img-wrap,
          body .regional-blog-content .content-wrap .col-three .img-wrap {
            width: 308px;
            height: 200px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .detail-regional-blog .content-wrap .col-three .img-wrap,
          body .regional-blog-content .content-wrap .col-three .img-wrap {
            width: 470px; } }
        @media (max-width: 767px) {
          body .detail-regional-blog .content-wrap .col-three .img-wrap,
          body .regional-blog-content .content-wrap .col-three .img-wrap {
            margin: 20px auto 0 0;
            max-width: 375px;
            height: 200px; } }
        body .detail-regional-blog .content-wrap .col-three .img-wrap img,
        body .regional-blog-content .content-wrap .col-three .img-wrap img {
          -o-object-fit: contain;
             object-fit: contain;
          border-radius: 5px 0px 0px 5px; }
      body .detail-regional-blog .content-wrap .col-three .block-item,
      body .regional-blog-content .content-wrap .col-three .block-item {
        margin-top: 20px; }
        @media (max-width: 991px) {
          body .detail-regional-blog .content-wrap .col-three .block-item,
          body .regional-blog-content .content-wrap .col-three .block-item {
            max-width: 530px;
            margin: 0 auto; } }
        body .detail-regional-blog .content-wrap .col-three .block-item h4,
        body .regional-blog-content .content-wrap .col-three .block-item h4 {
          font-weight: 300;
          color: #797a89;
          line-height: 1.29; }
        body .detail-regional-blog .content-wrap .col-three .block-item span,
        body .regional-blog-content .content-wrap .col-three .block-item span {
          display: inline-block;
          margin-top: 21px;
          color: #797a89; }
          @media (max-width: 991px) {
            body .detail-regional-blog .content-wrap .col-three .block-item span,
            body .regional-blog-content .content-wrap .col-three .block-item span {
              margin-top: 10px; } }
          @media (max-width: 595px) {
            body .detail-regional-blog .content-wrap .col-three .block-item span,
            body .regional-blog-content .content-wrap .col-three .block-item span {
              margin-top: 5px;
              font-size: 14px; } }

body .detail-regional-blog .content-wrap {
  margin-top: 0; }
  body .detail-regional-blog .content-wrap h2 {
    margin-bottom: 20px; }
  @media (max-width: 595px) {
    body .detail-regional-blog .content-wrap {
      margin-top: 0px; } }
  body .detail-regional-blog .content-wrap h3 {
    margin-bottom: 14px; }

@media (max-width: 595px) {
  body .regional-blog-content .content-wrap {
    margin-top: 24px; } }

body .regional-blog-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 56%;
  height: 1px;
  background-color: #797a89;
  opacity: 0.5; }
  @media (max-width: 767px) {
    body .regional-blog-content:after {
      bottom: 0;
      width: 80%;
      display: block; } }

body .col-three-with-intro h1,
body .col-three-with-intro h2,
body .col-three-with-intro h3,
body .col-three-with-intro h4,
body .col-three-with-intro h5,
body .col-three-with-intro h6 {
  margin-top: 10px;
  margin-bottom: 30px; }

body .col-three-with-intro ul {
  margin-left: 20px; }
  body .col-three-with-intro ul li {
    color: #424b68;
    font-size: 18px;
    margin: 11px 0 0;
    padding-left: 5px; }
    body .col-three-with-intro ul li::before {
      background-color: #424b68;
      left: -10px; }
    @media (max-width: 767px) {
      body .col-three-with-intro ul li {
        font-size: 16px; }
        body .col-three-with-intro ul li::before {
          top: 50%; } }

body .col-three-with-intro ol li {
  color: #424b68;
  margin: 11px 0 0; }

body .col-three-with-intro .intro-wrap .title {
  max-width: 959px;
  margin-top: 0;
  margin-bottom: 0; }

body .col-three-with-intro .intro-wrap h4 {
  max-width: 959px;
  margin-top: 12px;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    body .col-three-with-intro .intro-wrap h4 {
      margin-top: 10px; } }

body .col-three-with-intro .intro-wrap p {
  max-width: 1110px;
  line-height: 1.78;
  margin-top: 7px; }

body .col-three-with-intro .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -15px 0; }
  body .col-three-with-intro .col-wrap .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: calc(33% - 30px);
    margin: 10px 15px 0; }
    body .col-three-with-intro .col-wrap .col-three .card-title {
      color: #343596;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        body .col-three-with-intro .col-wrap .col-three .card-title {
          font-size: 20px; } }
    body .col-three-with-intro .col-wrap .col-three p {
      margin-top: 3px;
      line-height: 1.78; }
    @media (min-width: 1336px) {
      body .col-three-with-intro .col-wrap .col-three {
        max-width: calc(33% - 36px);
        margin: 20px 20px 0; } }
    @media (max-width: 991px) {
      body .col-three-with-intro .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: calc(50% - 20px);
        margin: 10px 10px 0; } }
    @media (max-width: 767px) {
      body .col-three-with-intro .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: calc(100% - 20px); } }
  @media (min-width: 1336px) {
    body .col-three-with-intro .col-wrap {
      margin: 5px -20px 0; } }

body .col-three-with-intro .btn-wrap {
  font-size: 0;
  width: 100%; }

body .video-overlay-product {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  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;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  body .video-overlay-product .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 18, 52, 0.7); }
  body .video-overlay-product .content-outer {
    position: relative;
    max-width: 1280px;
    width: 100%;
    min-height: 715px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-height: 370px) and (max-height: 549px) {
      body .video-overlay-product .content-outer {
        max-width: 850px;
        min-height: 320px; } }
    @media (min-height: 550px) and (max-height: 699px) {
      body .video-overlay-product .content-outer {
        max-width: 1000px;
        min-height: 450px; } }
    @media (min-height: 700px) and (max-height: 890px) {
      body .video-overlay-product .content-outer {
        max-width: 1200px;
        min-height: 600px; } }
    @media (max-width: 1336px) {
      body .video-overlay-product .content-outer {
        min-height: 450px;
        max-width: 800px; } }
    @media (max-width: 991px) {
      body .video-overlay-product .content-outer {
        min-height: 300px;
        max-width: 650px; } }
    @media (max-width: 767px) {
      body .video-overlay-product .content-outer {
        max-width: 84%;
        min-height: 290px; } }
    @media (max-width: 595px) {
      body .video-overlay-product .content-outer {
        min-height: 220px;
        max-width: 80%; } }
    @media (max-width: 480px) {
      body .video-overlay-product .content-outer {
        max-width: 100%;
        min-height: 190px; } }
    body .video-overlay-product .content-outer iframe {
      height: auto;
      width: 100%;
      display: block;
      border: none; }
    body .video-overlay-product .content-outer .close-overlay {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      right: 20px;
      top: -35px;
      cursor: pointer; }
      @media (max-width: 991px) {
        body .video-overlay-product .content-outer .close-overlay {
          max-width: 15px;
          max-height: 15px;
          right: 20px;
          top: -20px; } }
      body .video-overlay-product .content-outer .close-overlay img {
        width: 100%; }
  body .video-overlay-product.active {
    opacity: 1;
    visibility: visible; }

body .ua-ie-11 .video-overlay-product .content-outer {
  height: 100%;
  max-height: 600px; }

body .ua-ie-11 .video-overlay-product .content-outer iframe {
  height: 100%; }

body .content-with-image .heading-wrap .logo-wrap {
  max-width: 110px;
  height: 60px;
  margin-bottom: 20px; }
  body .content-with-image .heading-wrap .logo-wrap img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }

body .content-with-image .heading-wrap h2 {
  max-width: 850px;
  color: #151930; }
  body .content-with-image .heading-wrap h2:not(:first-child) {
    margin-top: 10px; }

body .content-with-image .heading-wrap h4 {
  max-width: 1030px;
  margin-top: 14px; }

body .content-with-image .col-wrap {
  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;
  margin-top: 13px; }
  @media (max-width: 991px) {
    body .content-with-image .col-wrap {
      margin-top: 8px; } }
  body .content-with-image .col-wrap .col-six {
    -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 (min-width: 1336px) {
      body .content-with-image .col-wrap .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 62%;
                flex: 0 0 62%;
        max-width: calc(62% - 20px); } }
    @media (max-width: 991px) {
      body .content-with-image .col-wrap .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0; } }
    body .content-with-image .col-wrap .col-six h1,
    body .content-with-image .col-wrap .col-six h3,
    body .content-with-image .col-wrap .col-six h6 {
      margin-top: 10px;
      margin-bottom: 30px; }
    body .content-with-image .col-wrap .col-six h2 + h5 {
      margin-top: 23px; }
    body .content-with-image .col-wrap .col-six h2 {
      max-width: 645px;
      color: #151930; }
      body .content-with-image .col-wrap .col-six h2:not(:first-child) {
        margin-top: 10px; }
    body .content-with-image .col-wrap .col-six h4 {
      color: #151930;
      margin-top: 42px;
      font-weight: 600;
      letter-spacing: normal;
      max-width: 800px; }
    body .content-with-image .col-wrap .col-six h5 {
      color: #424c67;
      line-height: 1.45;
      max-width: 800px; }
    body .content-with-image .col-wrap .col-six p {
      line-height: 1.78;
      color: #424c67;
      margin-top: 5px;
      max-width: 630px; }
    body .content-with-image .col-wrap .col-six ul {
      margin-left: 20px; }
      body .content-with-image .col-wrap .col-six ul li {
        color: #424b68;
        font-size: 18px;
        margin: 11px 0 0;
        padding-left: 5px; }
        body .content-with-image .col-wrap .col-six ul li::before {
          background-color: #424b68;
          left: -10px; }
        @media (max-width: 767px) {
          body .content-with-image .col-wrap .col-six ul li {
            font-size: 16px; }
            body .content-with-image .col-wrap .col-six ul li::before {
              top: 50%; } }
    body .content-with-image .col-wrap .col-six ol li {
      color: #424b68;
      margin: 11px 0 0; }

body .content-with-image .col-four {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 1336px) {
    body .content-with-image .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 38%;
              flex: 0 0 38%;
      max-width: calc(38% - 10px); } }
  @media (max-width: 991px) {
    body .content-with-image .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 20px; } }
  body .content-with-image .col-four .img-wrap {
    max-width: 438px;
    max-height: 438px;
    margin-left: auto;
    overflow: hidden;
    border: 0; }
    @media (max-width: 991px) {
      body .content-with-image .col-four .img-wrap {
        margin: 0 auto; } }
    body .content-with-image .col-four .img-wrap img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: unset; }

@media (min-width: 992px) {
  body .content-with-image.small-image {
    padding: 90px 0 145px; } }

body .content-with-image.small-image .col-wrap {
  margin-top: 0; }
  @media (min-width: 992px) {
    body .content-with-image.small-image .col-wrap .col-six {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58%;
              flex: 0 0 58%;
      max-width: calc(58% - 10px); } }
  body .content-with-image.small-image .col-wrap .col-six p {
    max-width: 726px; }
  @media (min-width: 992px) {
    body .content-with-image.small-image .col-wrap .col-four {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 42%;
              flex: 0 0 42%;
      max-width: calc(42% - 10px); } }

body .content-with-image.small-image .img-wrap {
  max-width: 520px;
  max-height: 320px;
  margin-top: 35px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16); }
  @media (max-width: 991px) {
    body .content-with-image.small-image .img-wrap {
      margin-top: 0; } }
  body .content-with-image.small-image .img-wrap img {
    border-radius: 5px; }

@media (max-width: 991px) {
  body #silo_animation_container {
    display: none; } }

body #silo_animation_container #silo_canvas {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

body #silo_mobile_animation_container {
  display: none;
  margin: auto; }
  body #silo_mobile_animation_container #silo_mobile_canvas {
    left: 50%;
    -webkit-transform: translateX(-51%);
         -o-transform: translateX(-51%);
            transform: translateX(-51%);
    -webkit-tap-highlight-color: transparent; }
  @media (max-width: 991px) {
    body #silo_mobile_animation_container {
      display: block; } }
  body #silo_mobile_animation_container #silo_mobile_dom_overlay_container {
    left: 50%;
    -webkit-transform: translateX(-51%);
         -o-transform: translateX(-51%);
            transform: translateX(-51%); }

body #silo_ie_animation_container {
  display: none; }
  body #silo_ie_animation_container #silo_ie_canvas {
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }

body .office-locations {
  padding: 138px 0 150px; }
  body .office-locations .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body .office-locations .col-wrap .col-four {
      -ms-flex-preferred-size: calc(25% - 10px);
          flex-basis: calc(25% - 10px);
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-top: 32px;
      padding-right: 10px; }
      body .office-locations .col-wrap .col-four h1,
      body .office-locations .col-wrap .col-four h2,
      body .office-locations .col-wrap .col-four h3,
      body .office-locations .col-wrap .col-four h4,
      body .office-locations .col-wrap .col-four h5,
      body .office-locations .col-wrap .col-four h6 {
        margin-top: 10px;
        margin-bottom: 30px; }
      body .office-locations .col-wrap .col-four .card-title {
        font-weight: bold;
        line-height: 1.78;
        color: #424c67;
        max-width: 240px;
        margin-top: 0;
        margin-bottom: 0; }
        @media (min-width: 992px) {
          body .office-locations .col-wrap .col-four .card-title {
            font-size: 22px; } }
      body .office-locations .col-wrap .col-four p {
        color: #424c67;
        max-width: 310px;
        font-weight: normal;
        line-height: 1.78;
        min-height: 94px; }
      body .office-locations .col-wrap .col-four a.learn-more {
        margin-top: 26px; }
        @media (max-width: 991px) {
          body .office-locations .col-wrap .col-four a.learn-more {
            margin-top: 15px; } }
        @media (max-width: 595px) {
          body .office-locations .col-wrap .col-four a.learn-more {
            margin-top: 8px; } }
      body .office-locations .col-wrap .col-four ul {
        margin-left: 20px; }
        body .office-locations .col-wrap .col-four ul li {
          color: #424b68;
          font-size: 18px;
          margin: 11px 0 0;
          padding-left: 5px; }
          body .office-locations .col-wrap .col-four ul li::before {
            background-color: #424b68;
            left: -10px; }
          @media (max-width: 767px) {
            body .office-locations .col-wrap .col-four ul li {
              font-size: 16px; }
              body .office-locations .col-wrap .col-four ul li::before {
                top: 50%; } }
      body .office-locations .col-wrap .col-four ol li {
        color: #424b68;
        margin: 11px 0 0; }
      @media (min-width: 768px) and (max-width: 1024px) {
        body .office-locations .col-wrap .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33%;
                  flex: 0 0 33%;
          max-width: 33%; } }
      @media (max-width: 767px) {
        body .office-locations .col-wrap .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          margin-top: 20px; } }
      @media (max-width: 595px) {
        body .office-locations .col-wrap .col-four {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .office-locations {
      padding: 80px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .office-locations {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    body .office-locations {
      padding: 45px 0; } }

body .tabs-with-image .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  body .tabs-with-image .bg-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body .tabs-with-image h1,
body .tabs-with-image h2,
body .tabs-with-image h3,
body .tabs-with-image h4,
body .tabs-with-image h5,
body .tabs-with-image h6 {
  margin-top: 10px;
  margin-bottom: 30px; }

body .tabs-with-image .title {
  letter-spacing: normal;
  max-width: 850px;
  margin-top: 0; }

body .tabs-with-image .sub-title {
  color: #424c67;
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: normal;
  max-width: 1050px;
  line-height: 1.59; }

body .tabs-with-image .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px; }
  @media (max-width: 767px) {
    body .tabs-with-image .col-wrap {
      margin-top: 10px; } }

body .tabs-with-image .col-three {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(44% - 20px);
          flex: 0 0 calc(44% - 20px);
  max-width: calc(44% - 20px);
  width: 100%;
  margin-right: 20px; }
  @media (max-width: 991px) {
    body .tabs-with-image .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0; } }

body .tabs-with-image .col-seven {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(56% - 30px);
          flex: 0 0 calc(56% - 30px);
  max-width: calc(56% - 30px);
  width: 100%;
  margin-left: 30px;
  position: relative; }
  @media (max-width: 991px) {
    body .tabs-with-image .col-seven {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .tabs-with-image .col-seven {
      margin-top: 40px; } }

body .tabs-with-image .tabs {
  padding-right: 50px;
  position: relative;
  min-height: 300px; }
  @media (max-width: 991px) {
    body .tabs-with-image .tabs {
      min-height: 100%; } }
  body .tabs-with-image .tabs::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #3cb0e5; }
  @media (max-width: 991px) {
    body .tabs-with-image .tabs {
      padding-right: 0 !important; }
      body .tabs-with-image .tabs::after {
        display: none; } }

body .tabs-with-image .tab-link {
  padding: 17px 38px 17px 29px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 595px) {
    body .tabs-with-image .tab-link {
      padding: 10px 15px 15px 20px; } }
  body .tabs-with-image .tab-link:not(:first-child) {
    margin-top: 7px; }
  body .tabs-with-image .tab-link.current {
    -webkit-box-shadow: 5px 5px 20px 0 rgba(134, 144, 164, 0.15);
            box-shadow: 5px 5px 20px 0 rgba(134, 144, 164, 0.15);
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #3cb0e5; }
    @media (max-width: 595px) {
      body .tabs-with-image .tab-link.current {
        padding: 10px 15px 15px 20px; } }
    body .tabs-with-image .tab-link.current::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 7px;
      background-color: #3cb0e5;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
  body .tabs-with-image .tab-link .tab-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.21;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: normal; }
    @media (max-width: 1150px) {
      body .tabs-with-image .tab-link .tab-text {
        font-size: 20px; } }
    @media (max-width: 767px) {
      body .tabs-with-image .tab-link .tab-text {
        font-size: 18px; } }

body .tabs-with-image .btn-wrap {
  margin-top: 40px; }
  @media (max-width: 991px) {
    body .tabs-with-image .btn-wrap {
      text-align: center; } }

body .tabs-with-image .image-outer {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-width: 690px;
  position: relative; }
  @media (max-width: 991px) {
    body .tabs-with-image .image-outer {
      max-width: 100%; } }
  @media (max-width: 767px) {
    body .tabs-with-image .image-outer {
      min-height: 100%; } }

body .tabs-with-image .image-wrap {
  display: none;
  opacity: 0;
  -webkit-animation: fadein 0.3s ease-in-out;
       -o-animation: fadein 0.3s ease-in-out;
          animation: fadein 0.3s ease-in-out;
  border-radius: 5px; }
  body .tabs-with-image .image-wrap img {
    border-radius: 5px;
    height: 402px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 1199px) and (max-width: 1240px) {
      body .tabs-with-image .image-wrap img {
        height: 372px; } }
    @media (min-width: 992px) and (max-width: 1100px) {
      body .tabs-with-image .image-wrap img {
        height: 300px; } }
    @media (min-width: 1100px) and (max-width: 1150px) {
      body .tabs-with-image .image-wrap img {
        height: 330px; } }
    @media (max-width: 991px) {
      body .tabs-with-image .image-wrap img {
        -o-object-fit: initial;
           object-fit: initial; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .tabs-with-image .image-wrap img {
        height: 330px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body .tabs-with-image .image-wrap img {
        height: 260px; } }
    @media (max-width: 480px) {
      body .tabs-with-image .image-wrap img {
        height: 200px; } }
  body .tabs-with-image .image-wrap.active {
    opacity: 1;
    display: block; }

body .tabs-with-image .text-wrap p {
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: normal;
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    body .tabs-with-image .text-wrap p {
      margin-top: 12px; } }
  body .tabs-with-image .text-wrap p a {
    color: #68be62; }

body .tabs-with-image .text-wrap ul {
  margin-left: 20px; }
  body .tabs-with-image .text-wrap ul li {
    font-size: 18px;
    margin: 11px 0 0;
    padding-left: 5px; }
    body .tabs-with-image .text-wrap ul li::before {
      left: -10px; }
    @media (max-width: 767px) {
      body .tabs-with-image .text-wrap ul li {
        font-size: 16px; }
        body .tabs-with-image .text-wrap ul li::before {
          top: 50%; } }

body .tabs-with-image .text-wrap ol li {
  color: #ffffff;
  margin: 11px 0 0; }

body .tabs-with-image.white-pattern {
  background: #f1f3f5; }
  body .tabs-with-image.white-pattern .bg-img {
    display: none; }
  body .tabs-with-image.white-pattern::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("/themes/authentic8/templates/dist/images/White-pattern.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  body .tabs-with-image.white-pattern h2 {
    color: #151831; }
  @media (max-width: 991px) {
    body .tabs-with-image.white-pattern .col-three {
      margin-top: 30px; } }
  body .tabs-with-image.white-pattern .tabs::after {
    background-color: #5856d6; }
  body .tabs-with-image.white-pattern .tab-link {
    padding: 20px 20px 20px 29px;
    background-color: transparent;
    border: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    @media (max-width: 767px) {
      body .tabs-with-image.white-pattern .tab-link {
        padding: 15px 15px 15px 24px; } }
    body .tabs-with-image.white-pattern .tab-link h4 {
      color: #151831;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
    body .tabs-with-image.white-pattern .tab-link p {
      color: #424c67; }
      @media (min-width: 992px) {
        body .tabs-with-image.white-pattern .tab-link p {
          max-width: 445px; } }
    body .tabs-with-image.white-pattern .tab-link.current {
      background-color: #ffffff; }
      body .tabs-with-image.white-pattern .tab-link.current::before {
        background-color: #5856d6; }
      body .tabs-with-image.white-pattern .tab-link.current h4 {
        color: #595ad3; }
  body .tabs-with-image.white-pattern .image-wrap img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 507px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .tabs-with-image.white-pattern .image-wrap img {
        height: 400px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .tabs-with-image.white-pattern .image-wrap img {
        height: 300px; } }
    @media (max-width: 595px) {
      body .tabs-with-image.white-pattern .image-wrap img {
        height: 250px; } }

body .tabs-with-image.text-white .text-wrap p a {
  color: #68be62 !important;
  position: relative; }
  body .tabs-with-image.text-white .text-wrap p a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 0px;
    opacity: 0;
    background-color: #68be62;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  body .tabs-with-image.text-white .text-wrap p a:hover::after {
    width: 100%;
    opacity: 1; }

@keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

body .col-two-cta {
  padding: 140px 0; }
  @media (min-width: 992px) and (max-width: 1024px) {
    body .col-two-cta {
      padding: 80px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .col-two-cta {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    body .col-two-cta {
      padding: 45px 0; } }
  body .col-two-cta .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body .col-two-cta .bg-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left;
         object-position: left; }
  body .col-two-cta .col-wrap {
    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; }
  body .col-two-cta .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: calc(50% - 15px); }
    @media (max-width: 767px) {
      body .col-two-cta .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
        body .col-two-cta .col-two:not(:first-child) {
          margin-top: 10px; } }
    body .col-two-cta .col-two h4 {
      margin-top: 17px;
      max-width: 513px; }
    body .col-two-cta .col-two p {
      line-height: 1.78;
      margin-top: 6px; }
      body .col-two-cta .col-two p:not(:first-child) {
        margin-top: 20px; }
        @media (max-width: 991px) {
          body .col-two-cta .col-two p:not(:first-child) {
            margin-top: 10px; } }
    body .col-two-cta .col-two ul li::before {
      top: 11px;
      background-color: #424b68;
      -webkit-transform: unset;
           -o-transform: unset;
              transform: unset; }
    body .col-two-cta .col-two a {
      margin-top: 45px; }
      @media (max-width: 991px) {
        body .col-two-cta .col-two a {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        body .col-two-cta .col-two a {
          margin-top: 20px; } }
  body .col-two-cta.row-reverse .col-two p {
    margin-top: 12px;
    max-width: 590px; }
  body .col-two-cta.text-white .wysiwyg-content ul li, body .col-two-cta.text-white .wysiwyg-content ol li {
    color: #ffffff; }
    body .col-two-cta.text-white .wysiwyg-content ul li::before, body .col-two-cta.text-white .wysiwyg-content ol li::before {
      background-color: #ffffff; }

body .cards-with-icon .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -15px 0; }
  @media (max-width: 991px) {
    body .cards-with-icon .col-wrap {
      margin: 20px -10px 0; } }
  body .cards-with-icon .col-wrap .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: calc(33.33% - 30px);
    margin: 30px 15px 0;
    padding: 34px 44px 50px 55px;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(38, 47, 104, 0.15);
            box-shadow: 5px 5px 20px 0 rgba(38, 47, 104, 0.15);
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .cards-with-icon .col-wrap .col-three {
        padding: 43px 29px 30px 40px;
        margin: 20px 10px 0;
        max-width: calc(33.33% - 20px); } }
    @media (max-width: 991px) {
      body .cards-with-icon .col-wrap .col-three {
        padding: 28px 24px 25px 35px;
        margin: 10px 10px 0;
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (max-width: 595px) {
      body .cards-with-icon .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: calc(100% - 20px);
        padding: 20px; } }
    body .cards-with-icon .col-wrap .col-three:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 7px;
      background-image: -webkit-gradient(linear, left top, right top, from(#5856d6), to(#252d6a));
      background-image: -webkit-linear-gradient(left, #5856d6, #252d6a);
      background-image: -o-linear-gradient(left, #5856d6, #252d6a);
      background-image: linear-gradient(to right, #5856d6, #252d6a); }
    body .cards-with-icon .col-wrap .col-three .icon-wrap {
      max-width: 65px;
      height: 53px;
      overflow: hidden; }
      @media (max-width: 991px) {
        body .cards-with-icon .col-wrap .col-three .icon-wrap {
          max-width: 55px;
          height: 40px; } }
      @media (max-width: 595px) {
        body .cards-with-icon .col-wrap .col-three .icon-wrap {
          max-width: 45px;
          height: 30px; } }
      body .cards-with-icon .col-wrap .col-three .icon-wrap img {
        -o-object-position: left bottom;
           object-position: left bottom;
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%; }
    body .cards-with-icon .col-wrap .col-three h1,
    body .cards-with-icon .col-wrap .col-three h2,
    body .cards-with-icon .col-wrap .col-three h3,
    body .cards-with-icon .col-wrap .col-three h4,
    body .cards-with-icon .col-wrap .col-three h5,
    body .cards-with-icon .col-wrap .col-three h6 {
      margin-top: 10px;
      margin-bottom: 30px; }
    body .cards-with-icon .col-wrap .col-three .title {
      line-height: 1.21;
      margin-top: 23px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        body .cards-with-icon .col-wrap .col-three .title {
          margin-top: 10px; } }
    body .cards-with-icon .col-wrap .col-three p {
      margin-top: 13px; }
      @media (max-width: 991px) {
        body .cards-with-icon .col-wrap .col-three p {
          margin-top: 8px; } }
    body .cards-with-icon .col-wrap .col-three ul {
      margin-left: 20px; }
      body .cards-with-icon .col-wrap .col-three ul li {
        color: #424b68;
        font-size: 18px;
        margin: 11px 0 0;
        padding-left: 5px; }
        body .cards-with-icon .col-wrap .col-three ul li::before {
          background-color: #424b68;
          left: -10px; }
        @media (max-width: 767px) {
          body .cards-with-icon .col-wrap .col-three ul li {
            font-size: 16px; }
            body .cards-with-icon .col-wrap .col-three ul li::before {
              top: 50%; } }
    body .cards-with-icon .col-wrap .col-three ol li {
      color: #424b68;
      margin: 11px 0 0; }

@media (min-width: 1200px) {
  body .cards-with-icon {
    padding-top: 140px !important; } }

body .intro-with-image .content-wrap h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 1062px; }
  @media (max-width: 991px) {
    body .intro-with-image .content-wrap h2 {
      margin-bottom: 10px; } }

body .intro-with-image .content-wrap h4 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 1062px; }
  @media (max-width: 991px) {
    body .intro-with-image .content-wrap h4 {
      margin-top: 10px; } }

body .intro-with-image .content-wrap p {
  line-height: 1.78;
  max-width: 1062px;
  margin-bottom: 30px; }

body .intro-with-image .content-wrap ol {
  margin-left: 32px;
  max-width: 1062px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .intro-with-image .content-wrap ol {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    body .intro-with-image .content-wrap ol {
      margin-left: 15px; } }
  body .intro-with-image .content-wrap ol li {
    color: #424b68;
    margin: 17px 0 0;
    max-width: 1062px; }
    @media (min-width: 992px) {
      body .intro-with-image .content-wrap ol li {
        font-size: 18px; } }
    body .intro-with-image .content-wrap ol li strong {
      display: inline; }

body .intro-with-image .content-wrap ul {
  max-width: 1062px;
  margin-left: 62px; }
  @media (max-width: 991px) {
    body .intro-with-image .content-wrap ul {
      margin-left: 20px; } }
  body .intro-with-image .content-wrap ul li {
    max-width: 1062px;
    color: #424b68;
    padding-left: 5px;
    margin: 11px 0 0; }
    @media (min-width: 992px) {
      body .intro-with-image .content-wrap ul li {
        font-size: 18px; } }
    body .intro-with-image .content-wrap ul li::before {
      left: -10px;
      width: 5px;
      height: 5px;
      background-color: #424b68;
      border-radius: 50%; }

body .intro-with-image .content-wrap .btn-box {
  margin-top: 25px; }
  @media (max-width: 767px) {
    body .intro-with-image .content-wrap .btn-box {
      margin-top: 15px; } }

body .intro-with-image .content-wrap .img-wrap {
  max-width: 1290px;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 20px;
  max-height: 660px; }
  @media (min-width: 1336px) {
    body .intro-with-image .content-wrap .img-wrap {
      height: 660px; } }
  @media (max-width: 991px) {
    body .intro-with-image .content-wrap .img-wrap {
      margin-top: 10px; } }
  @media (max-width: 595px) {
    body .intro-with-image .content-wrap .img-wrap {
      max-height: 300px; } }
  body .intro-with-image .content-wrap .img-wrap img {
    height: 100%;
    border-radius: 5px; }
    @media (min-width: 992px) {
      body .intro-with-image .content-wrap .img-wrap img {
        -o-object-fit: cover;
           object-fit: cover; } }

body .intro-with-image .content-wrap h1 a,
body .intro-with-image .content-wrap h2 a,
body .intro-with-image .content-wrap h3 a,
body .intro-with-image .content-wrap h4 a,
body .intro-with-image .content-wrap h5 a,
body .intro-with-image .content-wrap h6 a,
body .intro-with-image .content-wrap p a,
body .intro-with-image .content-wrap span a,
body .intro-with-image .content-wrap ol a,
body .intro-with-image .content-wrap ul a,
body .intro-with-image .content-wrap li a,
body .intro-with-image .content-wrap sup a {
  position: relative; }
  body .intro-with-image .content-wrap h1 a:after,
  body .intro-with-image .content-wrap h2 a:after,
  body .intro-with-image .content-wrap h3 a:after,
  body .intro-with-image .content-wrap h4 a:after,
  body .intro-with-image .content-wrap h5 a:after,
  body .intro-with-image .content-wrap h6 a:after,
  body .intro-with-image .content-wrap p a:after,
  body .intro-with-image .content-wrap span a:after,
  body .intro-with-image .content-wrap ol a:after,
  body .intro-with-image .content-wrap ul a:after,
  body .intro-with-image .content-wrap li a:after,
  body .intro-with-image .content-wrap sup a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    opacity: 0;
    background-color: #68be62;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body .intro-with-image .content-wrap h1 a:hover::after,
  body .intro-with-image .content-wrap h2 a:hover::after,
  body .intro-with-image .content-wrap h3 a:hover::after,
  body .intro-with-image .content-wrap h4 a:hover::after,
  body .intro-with-image .content-wrap h5 a:hover::after,
  body .intro-with-image .content-wrap h6 a:hover::after,
  body .intro-with-image .content-wrap p a:hover::after,
  body .intro-with-image .content-wrap span a:hover::after,
  body .intro-with-image .content-wrap ol a:hover::after,
  body .intro-with-image .content-wrap ul a:hover::after,
  body .intro-with-image .content-wrap li a:hover::after,
  body .intro-with-image .content-wrap sup a:hover::after {
    width: 100%;
    opacity: 1; }

body .intro-with-image .content-wrap .btn-wrap {
  margin-top: 22px; }

body .fpo {
  position: relative; }
  body .fpo:after {
    content: "FPO";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    font-family: "proxima-nova";
    font-size: 200px;
    font-weight: bold;
    line-height: 0.13;
    text-align: center;
    color: #8690a4;
    -webkit-transform: translate(-50%) rotate(-22deg);
         -o-transform: translate(-50%) rotate(-22deg);
            transform: translate(-50%) rotate(-22deg);
    z-index: 2; }
    @media (max-width: 991px) {
      body .fpo:after {
        font-size: 150px; } }
    @media (max-width: 767px) {
      body .fpo:after {
        font-size: 100px; } }
    @media (max-width: 595px) {
      body .fpo:after {
        font-size: 50px; } }

body .statistics-with-info .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  body .statistics-with-info .bg-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body .statistics-with-info .intro {
  max-width: 850px; }
  body .statistics-with-info .intro .icon-wrap {
    max-width: 160px;
    height: 90px;
    overflow: hidden; }
    @media (max-width: 595px) {
      body .statistics-with-info .intro .icon-wrap {
        max-width: 100px;
        height: 70px; } }
    body .statistics-with-info .intro .icon-wrap img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  body .statistics-with-info .intro h2 {
    margin-top: 44px; }
    @media (max-width: 991px) {
      body .statistics-with-info .intro h2 {
        margin-top: 30px; } }
    @media (max-width: 595px) {
      body .statistics-with-info .intro h2 {
        margin-top: 20px; } }

body .statistics-with-info .col-wrap {
  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;
  margin: 0 -15px; }
  @media (max-width: 595px) {
    body .statistics-with-info .col-wrap {
      margin: 0 -5px; } }
  body .statistics-with-info .col-wrap .col-three,
  body .statistics-with-info .col-wrap .col-two {
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(38, 47, 104, 0.15), 5px 5px 10px 0 rgba(38, 47, 104, 0.2);
            box-shadow: inset 5px 5px 10px 0 rgba(38, 47, 104, 0.15), 5px 5px 10px 0 rgba(38, 47, 104, 0.2);
    border: solid 2px #3cb0e5;
    padding: 50px;
    border-radius: 5px;
    margin: 30px 15px 0; }
    body .statistics-with-info .col-wrap .col-three ul,
    body .statistics-with-info .col-wrap .col-two ul {
      margin-left: 20px; }
      body .statistics-with-info .col-wrap .col-three ul li,
      body .statistics-with-info .col-wrap .col-two ul li {
        font-size: 18px;
        margin: 11px 0 0;
        padding-left: 5px; }
        body .statistics-with-info .col-wrap .col-three ul li::before,
        body .statistics-with-info .col-wrap .col-two ul li::before {
          background-color: #ffffff;
          left: -10px; }
        @media (max-width: 767px) {
          body .statistics-with-info .col-wrap .col-three ul li,
          body .statistics-with-info .col-wrap .col-two ul li {
            font-size: 16px; }
            body .statistics-with-info .col-wrap .col-three ul li::before,
            body .statistics-with-info .col-wrap .col-two ul li::before {
              top: 50%; } }
    body .statistics-with-info .col-wrap .col-three ol,
    body .statistics-with-info .col-wrap .col-two ol {
      text-align: left; }
      body .statistics-with-info .col-wrap .col-three ol li,
      body .statistics-with-info .col-wrap .col-two ol li {
        color: #ffffff;
        margin: 11px 0 0; }
    @media (max-width: 1336px) {
      body .statistics-with-info .col-wrap .col-three,
      body .statistics-with-info .col-wrap .col-two {
        padding: 35px; } }
    @media (max-width: 991px) {
      body .statistics-with-info .col-wrap .col-three,
      body .statistics-with-info .col-wrap .col-two {
        padding: 25px; } }
    @media (max-width: 595px) {
      body .statistics-with-info .col-wrap .col-three,
      body .statistics-with-info .col-wrap .col-two {
        margin: 10px 5px 0; } }
  body .statistics-with-info .col-wrap .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: calc(50% - 30px);
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
    body .statistics-with-info .col-wrap .col-two h4 {
      font-weight: bold; }
    body .statistics-with-info .col-wrap .col-two > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body .statistics-with-info .col-wrap .col-two > a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #43b1e3;
        opacity: 0;
        -webkit-transition: 0.3s opacity ease-in-out;
        -o-transition: 0.3s opacity ease-in-out;
        transition: 0.3s opacity ease-in-out;
        z-index: -1; }
    body .statistics-with-info .col-wrap .col-two:hover {
      -webkit-box-shadow: 5px 5px 10px 0 rgba(38, 47, 104, 0.2);
              box-shadow: 5px 5px 10px 0 rgba(38, 47, 104, 0.2); }
      body .statistics-with-info .col-wrap .col-two:hover > a:after {
        opacity: 1; }
      body .statistics-with-info .col-wrap .col-two:hover .learn-more:after {
        right: -11px; }
    body .statistics-with-info .col-wrap .col-two span {
      position: relative;
      z-index: -1; }
    @media (max-width: 767px) {
      body .statistics-with-info .col-wrap .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: calc(100% - 30px); } }
    @media (max-width: 595px) {
      body .statistics-with-info .col-wrap .col-two {
        max-width: calc(100% - 10px); } }
  body .statistics-with-info .col-wrap .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: calc(33.33% - 30px); }
    body .statistics-with-info .col-wrap .col-three h1,
    body .statistics-with-info .col-wrap .col-three h2,
    body .statistics-with-info .col-wrap .col-three h3,
    body .statistics-with-info .col-wrap .col-three h4,
    body .statistics-with-info .col-wrap .col-three h5,
    body .statistics-with-info .col-wrap .col-three h6 {
      margin-top: 10px;
      margin-bottom: 30px; }
    @media (max-width: 1150px) {
      body .statistics-with-info .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: calc(33.33% - 30px); } }
    @media (max-width: 991px) {
      body .statistics-with-info .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: calc(50% - 30px); } }
    @media (max-width: 595px) {
      body .statistics-with-info .col-wrap .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: calc(100% - 10px); } }
  body .statistics-with-info .col-wrap strong,
  body .statistics-with-info .col-wrap sup {
    display: inline-block;
    vertical-align: middle;
    font-size: 72px;
    line-height: 0.8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #fefefe), color-stop(32%, #f5f6f7), color-stop(64%, #dee1e5), to(#bdc4cc));
    background-image: -webkit-linear-gradient(top, #fefefe 11%, #f5f6f7 32%, #dee1e5 64%, #bdc4cc);
    background-image: -o-linear-gradient(top, #fefefe 11%, #f5f6f7 32%, #dee1e5 64%, #bdc4cc);
    background-image: linear-gradient(to bottom, #fefefe 11%, #f5f6f7 32%, #dee1e5 64%, #bdc4cc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold; }
    @media (max-width: 991px) {
      body .statistics-with-info .col-wrap strong,
      body .statistics-with-info .col-wrap sup {
        font-size: 50px; } }
  body .statistics-with-info .col-wrap p {
    margin: 14px 0 0 0; }
    @media (max-width: 767px) {
      body .statistics-with-info .col-wrap p {
        margin: 5px 0 0 0; } }
  body .statistics-with-info .col-wrap span {
    margin-top: 26px;
    display: inline-block; }
    @media (max-width: 991px) {
      body .statistics-with-info .col-wrap span {
        margin-top: 10px; } }

body .user-login .content-outer {
  max-width: 600px;
  margin: 0 auto 0 0;
  background-color: #f1f3f5;
  border-radius: 5px;
  padding: 40px;
  position: relative; }
  @media (max-width: 991px) {
    body .user-login .content-outer {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    body .user-login .content-outer {
      padding: 30px; } }
  body .user-login .content-outer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #68be62;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  body .user-login .content-outer #block-authentic8-content {
    overflow: visible; }
  body .user-login .content-outer #block-authentic8-page-title h1 {
    font-size: 0;
    color: #151831; }
  body .user-login .content-outer ul li {
    padding-left: 0;
    margin: 10px 0 0; }
    body .user-login .content-outer ul li:first-child {
      margin: 0 0; }
    body .user-login .content-outer ul li a {
      color: #151831;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative; }
      body .user-login .content-outer ul li a:after {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        background-color: #68be62;
        width: 0%;
        height: 1px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      body .user-login .content-outer ul li a:hover {
        color: #68be62; }
        body .user-login .content-outer ul li a:hover:after {
          width: 100%;
          left: 0;
          right: 0; }
  body .user-login .content-outer form label {
    -webkit-column-rule: #151831;
       -moz-column-rule: #151831;
            column-rule: #151831;
    font-size: 24px;
    font-weight: 600;
    font-family: "proxima-nova";
    display: block;
    margin-top: 25px;
    position: relative; }
    body .user-login .content-outer form label::before {
      content: "*";
      position: absolute;
      top: 5px;
      left: -12px;
      font-size: 20px;
      color: #43b1e3; }
    @media (max-width: 767px) {
      body .user-login .content-outer form label {
        margin-top: 10px;
        font-size: 20px; } }
  body .user-login .content-outer form input {
    color: #151831;
    margin-top: 10px;
    font-family: "proxima-nova";
    line-height: 2.5;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
    background-color: transparent;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: solid 0.5px #424b68;
    background: transparent;
    max-width: 500px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0; }
    @media (max-width: 767px) {
      body .user-login .content-outer form input {
        max-width: 100%; } }
  body .user-login .content-outer form .button {
    color: #ffffff;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    line-height: 1.25;
    font-family: "proxima-nova";
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #68be62 !important;
    background-color: #68be62;
    padding: 10px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    body .user-login .content-outer form .button:hover {
      color: #68be62;
      border: 1px solid #68be62;
      background-color: rgba(104, 190, 98, 0.15); }
    @media (max-width: 767px) {
      body .user-login .content-outer form .button {
        margin-top: 20px;
        max-width: 1005;
        width: 100%; } }
  body .user-login .content-outer form .description {
    color: #151831;
    font-size: 14px;
    font-family: "proxima-nova";
    margin-top: 10px; }
  body .user-login .content-outer form p {
    color: #151831;
    font-size: 16px;
    margin-top: 10px; }

body .icon-link-grid .intro {
  max-width: 1064px; }
  body .icon-link-grid .intro h5 {
    color: #424c67;
    font-weight: normal;
    margin-top: 11px;
    margin-bottom: 44px; }

body .icon-link-grid .card-wrap {
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 50px;
  margin-top: 30px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 991px) {
    body .icon-link-grid .card-wrap {
      padding: 25px; } }
  body .icon-link-grid .card-wrap .content-wrap {
    max-width: 840px; }
    body .icon-link-grid .card-wrap .content-wrap h1,
    body .icon-link-grid .card-wrap .content-wrap h2,
    body .icon-link-grid .card-wrap .content-wrap h3,
    body .icon-link-grid .card-wrap .content-wrap h4,
    body .icon-link-grid .card-wrap .content-wrap h5,
    body .icon-link-grid .card-wrap .content-wrap h6 {
      margin-top: 10px;
      margin-bottom: 30px; }
    body .icon-link-grid .card-wrap .content-wrap .card-title {
      font-weight: bold;
      line-height: 1.23;
      margin-top: 0;
      margin-bottom: 0; }
    body .icon-link-grid .card-wrap .content-wrap p {
      color: #424c67;
      margin-top: 14px; }
  body .icon-link-grid .card-wrap ul {
    margin-left: 20px; }
    body .icon-link-grid .card-wrap ul li {
      color: #424b68;
      font-size: 18px;
      margin: 11px 0 0;
      padding-left: 5px; }
      body .icon-link-grid .card-wrap ul li::before {
        background-color: #424b68;
        left: -10px; }
      @media (max-width: 767px) {
        body .icon-link-grid .card-wrap ul li {
          font-size: 16px; }
          body .icon-link-grid .card-wrap ul li::before {
            top: 50%; } }
  body .icon-link-grid .card-wrap ol li {
    color: #424b68;
    margin: 11px 0 0; }
  body .icon-link-grid .card-wrap .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
    body .icon-link-grid .card-wrap .col-wrap .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: calc(33.33% - 20px);
      font-size: 0;
      margin: 14px 10px 0; }
      @media (max-width: 991px) {
        body .icon-link-grid .card-wrap .col-wrap .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: calc(50% - 20px); } }
      @media (max-width: 595px) {
        body .icon-link-grid .card-wrap .col-wrap .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: calc(100% - 20px); } }
      body .icon-link-grid .card-wrap .col-wrap .col-three .icon-wrap {
        max-width: 44px;
        height: 44px;
        width: 100%;
        overflow: hidden;
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle; }
        @media (max-width: 767px) {
          body .icon-link-grid .card-wrap .col-wrap .col-three .icon-wrap {
            max-width: 35px;
            height: 35px; } }
        body .icon-link-grid .card-wrap .col-wrap .col-three .icon-wrap img {
          -o-object-fit: contain;
             object-fit: contain;
          height: 100%; }
      body .icon-link-grid .card-wrap .col-wrap .col-three .content-wrap {
        display: inline-block;
        max-width: calc(100% - 64px);
        vertical-align: middle; }
        body .icon-link-grid .card-wrap .col-wrap .col-three .content-wrap strong {
          display: block; }
          body .icon-link-grid .card-wrap .col-wrap .col-three .content-wrap strong:not(:first-child) {
            margin-top: 10px; }
        body .icon-link-grid .card-wrap .col-wrap .col-three .content-wrap a {
          margin-top: 10px;
          font-size: 14px; }
  body .icon-link-grid .card-wrap.border-purple-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-21%, #5856d6), to(#252d6a));
    background-image: -webkit-linear-gradient(left, #5856d6 -21%, #252d6a 100%);
    background-image: -o-linear-gradient(left, #5856d6 -21%, #252d6a 100%);
    background-image: linear-gradient(to right, #5856d6 -21%, #252d6a 100%); }
  body .icon-link-grid .card-wrap.border-purple-gradient .content-wrap .card-title {
    color: #595ad3; }
  body .icon-link-grid .card-wrap.border-sky-blue-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background-image: -webkit-gradient(linear, right top, left top, from(#3c64b1), to(#3cb0e5));
    background-image: -webkit-linear-gradient(right, #3c64b1, #3cb0e5);
    background-image: -o-linear-gradient(right, #3c64b1, #3cb0e5);
    background-image: linear-gradient(to left, #3c64b1, #3cb0e5); }
  body .icon-link-grid .card-wrap.border-sky-blue-gradient .content-wrap .card-title {
    color: #3cb0e5; }

body .banner-with-icon {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 0 75px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .banner-with-icon {
      min-height: 240px; } }
  @media (max-width: 991px) {
    body .banner-with-icon {
      min-height: 240px; } }
  body .banner-with-icon .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    body .banner-with-icon .bg-img img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: right;
         object-position: right;
      height: 100%; }
  body .banner-with-icon .col-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; }
    body .banner-with-icon .col-wrap .col-eight {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 85%;
              flex: 0 0 85%;
      max-width: 85%;
      float: none;
      padding-right: 20px; }
      body .banner-with-icon .col-wrap .col-eight h1:not(:first-child) {
        margin-top: 10px; }
      body .banner-with-icon .col-wrap .col-eight h5 {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: normal;
        margin-bottom: 13px; }
        @media (min-width: 1336px) {
          body .banner-with-icon .col-wrap .col-eight h5 {
            max-width: 600px; } }
        @media (max-width: 991px) {
          body .banner-with-icon .col-wrap .col-eight h5 {
            font-size: 18px; } }
      body .banner-with-icon .col-wrap .col-eight p {
        margin: 10px; }
    body .banner-with-icon .col-wrap .col-two {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%;
      max-width: 15%;
      float: none;
      -ms-flex-item-align: center;
          align-self: center; }
      body .banner-with-icon .col-wrap .col-two .icon-wrap {
        max-width: 103px;
        max-height: 115px;
        overflow: hidden;
        margin: 0 auto;
        height: 100%; }
        @media (min-width: 1336px) {
          body .banner-with-icon .col-wrap .col-two .icon-wrap {
            margin: 0 0 0 auto; } }
        @media (min-width: 992px) {
          body .banner-with-icon .col-wrap .col-two .icon-wrap {
            height: 93px; } }
        body .banner-with-icon .col-wrap .col-two .icon-wrap img {
          -o-object-fit: contain;
             object-fit: contain;
          height: 100%; }

body .col-three-grid {
  padding-top: 86px; }
  body .col-three-grid .intro-wrap h4 {
    line-height: 1.23;
    margin-top: 25px;
    max-width: 1040px; }
  body .col-three-grid .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(100% + 30px);
    margin: 0 -15px; }
    @media (max-width: 991px) {
      body .col-three-grid .col-wrap {
        max-width: calc(100% + 20px);
        margin: 0 -10px; } }
    @media (max-width: 767px) {
      body .col-three-grid .col-wrap {
        max-width: calc(100% + 20px);
        margin: 0 -10px; } }
    body .col-three-grid .col-wrap .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: calc(33.33% - 30px);
      margin: 30px 15px 0;
      padding: 32px 20px 20px 24px;
      border-radius: 5px;
      border: solid 2px #bdc4cc;
      border-top: 0;
      position: relative;
      float: none; }
      @media (max-width: 991px) {
        body .col-three-grid .col-wrap .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: calc(50% - 20px);
          margin: 20px 10px 0;
          padding: 20px; } }
      @media (max-width: 767px) {
        body .col-three-grid .col-wrap .col-three {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: calc(100% - 20px);
          margin: 20px 10px 0;
          padding: 20px; } }
      body .col-three-grid .col-wrap .col-three:before {
        content: "";
        position: absolute;
        top: 0;
        left: -2px;
        width: 101%;
        height: 10px;
        background-image: -webkit-gradient(linear, right top, left top, from(#bdc4cc), to(#424b68));
        background-image: -webkit-linear-gradient(right, #bdc4cc, #424b68);
        background-image: -o-linear-gradient(right, #bdc4cc, #424b68);
        background-image: linear-gradient(to left, #bdc4cc, #424b68);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      body .col-three-grid .col-wrap .col-three a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
      body .col-three-grid .col-wrap .col-three:hover span::after {
        right: -11px; }
      body .col-three-grid .col-wrap .col-three .logo-wrap {
        max-width: 275px;
        height: 130px;
        overflow: hidden;
        margin-bottom: 12px; }
        @media (max-width: 991px) {
          body .col-three-grid .col-wrap .col-three .logo-wrap {
            max-width: 250px;
            height: 107px; } }
        @media (max-width: 595px) {
          body .col-three-grid .col-wrap .col-three .logo-wrap {
            max-width: 160px;
            height: 90px; } }
        body .col-three-grid .col-wrap .col-three .logo-wrap img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: left;
             object-position: left; }
      body .col-three-grid .col-wrap .col-three h4 {
        font-weight: 600;
        line-height: 1.27;
        margin-bottom: 12px; }
      body .col-three-grid .col-wrap .col-three p {
        margin-top: 7px;
        color: #424b68; }
      body .col-three-grid .col-wrap .col-three span {
        margin-top: 23px;
        display: inline-block; }

body .careers-iframe {
  padding: 141px 0 130px; }
  body .careers-iframe .intro-info {
    padding: 0; }
    body .careers-iframe .intro-info .text-wrapper .title {
      margin-top: 0;
      margin-bottom: 0; }
    body .careers-iframe .intro-info .text-wrapper h5 {
      color: #424c67;
      line-height: 1.6;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 0; }
    body .careers-iframe .intro-info .text-wrapper ul {
      margin-left: 20px; }
      body .careers-iframe .intro-info .text-wrapper ul li {
        color: #424b68;
        font-size: 18px;
        margin: 11px 0 0;
        padding-left: 5px; }
        body .careers-iframe .intro-info .text-wrapper ul li::before {
          background-color: #424b68;
          left: -10px; }
        @media (max-width: 767px) {
          body .careers-iframe .intro-info .text-wrapper ul li {
            font-size: 16px; }
            body .careers-iframe .intro-info .text-wrapper ul li::before {
              top: 50%; } }
    body .careers-iframe .intro-info .text-wrapper ol li {
      color: #424b68;
      margin: 11px 0 0; }
    body .careers-iframe .intro-info .text-wrapper .filter-head {
      margin: 36px 0 0 0; }
      body .careers-iframe .intro-info .text-wrapper .filter-head h3 {
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 0; }
      @media (max-width: 991px) {
        body .careers-iframe .intro-info .text-wrapper .filter-head {
          margin: 10px 0 0 0; } }
      @media (max-width: 767px) {
        body .careers-iframe .intro-info .text-wrapper .filter-head {
          margin: 10px 0 0 0; } }
    @media (min-width: 1336px) {
      body .careers-iframe .intro-info .text-wrapper {
        padding-right: 10px; } }
  body .careers-iframe #jobs-container {
    max-width: 662px; }
    body .careers-iframe #jobs-container .job-filter {
      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; }
      body .careers-iframe #jobs-container .job-filter select {
        padding: 10px 20px 2px 0;
        border: none;
        border-bottom: 1px solid #151930;
        outline: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 31%;
                flex: 0 0 31%;
        max-width: 31%;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: url("/themes/authentic8/templates/assets/images/icons/arrow-drop-down.svg") no-repeat;
        background-position: right 73%;
        background-color: #ffffff;
        font-family: "proxima-nova";
        color: #565656;
        font-weight: 800;
        font-size: 15px; }
        @media (max-width: 767px) {
          body .careers-iframe #jobs-container .job-filter select {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
            max-width: calc(50% - 10px); } }
        @media (max-width: 595px) {
          body .careers-iframe #jobs-container .job-filter select {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%; } }
    body .careers-iframe #jobs-container .jobs-list {
      margin-top: 20px; }
      body .careers-iframe #jobs-container .jobs-list .wrap {
        margin-bottom: 60px; }
        @media (max-width: 991px) {
          body .careers-iframe #jobs-container .jobs-list .wrap {
            margin-bottom: 40px; } }
        @media (max-width: 767px) {
          body .careers-iframe #jobs-container .jobs-list .wrap {
            margin-bottom: 20px; } }
        body .careers-iframe #jobs-container .jobs-list .wrap:last-child {
          margin-bottom: 0; }
        body .careers-iframe #jobs-container .jobs-list .wrap h4 {
          border-bottom: 1px solid #151930;
          padding-bottom: 2px;
          margin-top: 0;
          margin-bottom: 0; }
          body .careers-iframe #jobs-container .jobs-list .wrap h4.department {
            font-size: 22px;
            font-weight: 500; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .careers-iframe #jobs-container .jobs-list .wrap h4.department {
                font-size: 18px; } }
            @media (max-width: 767px) {
              body .careers-iframe #jobs-container .jobs-list .wrap h4.department {
                font-size: 16px; } }
        body .careers-iframe #jobs-container .jobs-list .wrap h6 {
          margin: 27px 0 18px;
          font-weight: bold; }
          @media (max-width: 991px) {
            body .careers-iframe #jobs-container .jobs-list .wrap h6 {
              margin: 10px 0 0 0; } }
        body .careers-iframe #jobs-container .jobs-list .wrap .link {
          position: relative;
          overflow: hidden;
          margin: 20px 0;
          font-size: 0; }
          @media (max-width: 767px) {
            body .careers-iframe #jobs-container .jobs-list .wrap .link {
              margin: 10px 0 0 0; } }
          body .careers-iframe #jobs-container .jobs-list .wrap .link a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.25;
            letter-spacing: normal;
            width: 100%;
            max-width: 75%;
            color: #565656;
            vertical-align: middle; }
            @media (max-width: 767px) {
              body .careers-iframe #jobs-container .jobs-list .wrap .link a {
                max-width: 100%;
                margin-right: 10px; } }
          body .careers-iframe #jobs-container .jobs-list .wrap .link span {
            display: block;
            font-size: 18px;
            color: #000000; }
            body .careers-iframe #jobs-container .jobs-list .wrap .link span.location {
              display: inline-block;
              max-width: 25%;
              text-align: right;
              color: #a3a3a4;
              vertical-align: middle; }
              @media (max-width: 767px) {
                body .careers-iframe #jobs-container .jobs-list .wrap .link span.location {
                  max-width: calc(100% - 10px);
                  font-size: 16px; } }

body .pricing-table-new .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  body .pricing-table-new .bg-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: top;
       object-position: top; }

@media (max-width: 767px) {
  body .pricing-table-new .intro h2 {
    font-size: 35px;
    text-align: center; } }

body .pricing-table-new__wrapper {
  background: #ffffff;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    body .pricing-table-new__wrapper {
      margin-top: 30px; } }

body .pricing-table-new .row {
  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;
  position: relative; }
  body .pricing-table-new .row::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 20px;
    right: 0;
    height: 1px;
    background: #8690a4; }
    @media (min-width: 768px) {
      body .pricing-table-new .row::after {
        width: calc(100% - 30px);
        left: 30px; } }
  body .pricing-table-new .row:first-child .content-wrap {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    body .pricing-table-new .row:first-child .content-wrap .heading-box {
      padding: 0 30px; }
  body .pricing-table-new .row:first-child::after {
    display: none; }
  body .pricing-table-new .row:last-child .content-wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  body .pricing-table-new .row--title::after {
    display: none; }

body .pricing-table-new .heading-box {
  padding: 13px 15px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  text-align: center; }
  body .pricing-table-new .heading-box p {
    line-height: 1.19;
    color: #151831; }
    body .pricing-table-new .heading-box p a {
      color: #424b68;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      body .pricing-table-new .heading-box p a:hover {
        color: #68be62; }
  body .pricing-table-new .heading-box.title {
    padding: 20px 15px 16px; }
    body .pricing-table-new .heading-box.title span {
      color: #151831;
      font-size: 14px;
      font-weight: normal;
      display: inline-block; }
  body .pricing-table-new .heading-box.check-mark {
    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; }
    body .pricing-table-new .heading-box.check-mark span {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: inline-block;
      position: relative; }
      @media (min-width: 768px) {
        body .pricing-table-new .heading-box.check-mark span {
          width: 36px;
          height: 36px; } }
      body .pricing-table-new .heading-box.check-mark span::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(/themes/authentic8/templates/dist/images/icons/checkmark-green.svg) no-repeat center;
        background-size: contain; }

body .pricing-table-new .content-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 410px;
  background-color: #f1f3f5; }
  body .pricing-table-new .content-wrap .heading-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding: 20px; }
    @media (min-width: 768px) {
      body .pricing-table-new .content-wrap .heading-box {
        padding: 25px; } }
    @media (min-width: 1024px) {
      body .pricing-table-new .content-wrap .heading-box {
        padding: 30px 20px 30px 30px; } }

body .pricing-table-new .side-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  max-width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

body .pricing-table-new small {
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 1.33;
  display: block; }
  @media (max-width: 480px) {
    body .pricing-table-new small {
      font-size: 12px; } }

body .pricing-table-new .btn-wrap {
  margin-top: 40px;
  text-align: center; }

body .pricing-table-new .description-small {
  margin-top: 30px; }
  @media (min-width: 768px) {
    body .pricing-table-new .description-small {
      margin-top: 50px; } }
  body .pricing-table-new .description-small small {
    color: #151831; }
  body .pricing-table-new .description-small a {
    color: #151831;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    body .pricing-table-new .description-small a:hover {
      color: #68be62; }

@media (max-width: 767px) {
  body .pricing-table-new .desktop-view {
    display: none; } }

body .pricing-table-new .mobile-view {
  display: none; }
  @media (max-width: 767px) {
    body .pricing-table-new .mobile-view {
      display: block; } }
  body .pricing-table-new .mobile-view .row .heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f1f3f5; }
  body .pricing-table-new .mobile-view .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      body .pricing-table-new .mobile-view .title-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: calc(100% - 140px);
        margin: 0 auto; } }
    body .pricing-table-new .mobile-view .title-wrapper .title-wrap {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 100%;
      padding: 33px 10px 20px;
      text-align: center; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .pricing-table-new .mobile-view .title-wrapper .title-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 480px) {
        body .pricing-table-new .mobile-view .title-wrapper .title-wrap {
          padding-bottom: 0px; } }
      body .pricing-table-new .mobile-view .title-wrapper .title-wrap p {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        display: inline-block;
        padding-bottom: 5px;
        margin: 0 3px;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        @media (min-width: 481px) and (max-width: 595px) {
          body .pricing-table-new .mobile-view .title-wrapper .title-wrap p {
            font-size: 24px; } }
        body .pricing-table-new .mobile-view .title-wrapper .title-wrap p::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          background: #68be62;
          height: 3px;
          -webkit-transition: width 0.3s ease-in-out;
          -o-transition: width 0.3s ease-in-out;
          transition: width 0.3s ease-in-out; }
        body .pricing-table-new .mobile-view .title-wrapper .title-wrap p:hover {
          color: #68be62; }
          body .pricing-table-new .mobile-view .title-wrapper .title-wrap p:hover::after {
            width: 100%; }
      body .pricing-table-new .mobile-view .title-wrapper .title-wrap.slick-active p {
        color: #68be62; }
        body .pricing-table-new .mobile-view .title-wrapper .title-wrap.slick-active p::after {
          width: 100%; }
  body .pricing-table-new .mobile-view .content-wrapper .heading-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    text-align: left;
    padding: 20px; }
    @media (max-width: 595px) {
      body .pricing-table-new .mobile-view .content-wrapper .heading-box {
        -ms-flex-preferred-size: calc(100% - 90px);
            flex-basis: calc(100% - 90px);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: calc(100% - 90px); } }
    body .pricing-table-new .mobile-view .content-wrapper .heading-box.check-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      max-width: 30%;
      background-color: transparent; }
      @media (max-width: 595px) {
        body .pricing-table-new .mobile-view .content-wrapper .heading-box.check-box {
          -ms-flex-preferred-size: 33%;
              flex-basis: 33%;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          max-width: 90px; } }
  body .pricing-table-new .mobile-view .sub-text {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal; }

body .pricing-table-new .slick-arrow {
  position: absolute;
  border: 2px solid #000000;
  border-width: 0 0 3px 3px;
  margin: 0;
  left: -30px;
  top: 50%;
  outline: none;
  cursor: pointer;
  font-size: 0;
  width: 14px;
  height: 14px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2; }
  body .pricing-table-new .slick-arrow:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -3px;
    width: 17px;
    height: 3px;
    background-color: #000000;
    -webkit-transform: rotate(-48deg);
         -o-transform: rotate(-48deg);
            transform: rotate(-48deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body .pricing-table-new .slick-arrow:hover {
    border-color: #68be62; }
    body .pricing-table-new .slick-arrow:hover:after {
      background-color: #68be62; }

body .pricing-table-new .slick-next {
  position: absolute;
  -webkit-transform: rotate(228deg);
       -o-transform: rotate(228deg);
          transform: rotate(228deg);
  left: auto;
  right: -30px; }

@media (max-width: 1336px) {
  body .pricing-table-new.more-heading .desktop-view {
    overflow-x: scroll; } }

@media (max-width: 1336px) {
  body .pricing-table-new.more-heading .desktop-view .row {
    width: 1300px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body .pricing-table-new.more-heading .desktop-view .row {
    width: 1230px; } }

body .pricing-table-new.less-heading .heading-box.title span {
  max-width: 100%; }

body .violator-bar {
  background-color: #151831;
  padding: 10px 0 20px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  body .violator-bar__content {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  body .violator-bar p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
    padding-top: 8px;
    display: inline-block; }
  body .violator-bar a.learn-more {
    margin-top: 10px; }
    body .violator-bar a.learn-more:hover {
      color: #ffffff; }

body .search-banner {
  background-image: -webkit-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
  background-image: -o-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
  background-image: linear-gradient(246deg, #5856d6 -31%, #252d6a 82%);
  padding: 90px 0; }
  body .search-banner .search-form-wrapper {
    width: 100%;
    background-color: #fff;
    position: relative;
    left: 0;
    z-index: 2;
    border-radius: 5px; }
    body .search-banner .search-form-wrapper .wrapper {
      max-height: 50px;
      position: relative; }
      body .search-banner .search-form-wrapper .wrapper .search-close {
        position: absolute;
        top: -52px;
        right: 0;
        width: 21px;
        height: 21px;
        cursor: pointer;
        background: url("/themes/authentic8/templates/dist/images/icons/close-btn.svg") no-repeat;
        background-size: contain; }
    body .search-banner .search-form-wrapper form {
      width: 100%;
      outline: none;
      position: relative; }
      body .search-banner .search-form-wrapper form input {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 0;
        padding: 10px 60px 10px 15px;
        text-align: left;
        width: 100%;
        border-radius: 4px;
        border: 2px solid #68be62;
        outline: none;
        z-index: 1;
        font-family: "proxima-nova"; }
        @media (max-width: 991px) {
          body .search-banner .search-form-wrapper form input {
            font-size: 18px;
            padding: 8px 40px 8px 15px; } }
        body .search-banner .search-form-wrapper form input::-webkit-input-placeholder {
          /* Edge */
          font-family: "proxima-nova";
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.56;
          letter-spacing: normal;
          text-align: left;
          color: #797a89; }
          @media (max-width: 991px) {
            body .search-banner .search-form-wrapper form input::-webkit-input-placeholder {
              font-size: 18px; } }
        body .search-banner .search-form-wrapper form input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          font-family: "proxima-nova";
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.56;
          letter-spacing: normal;
          text-align: left;
          color: #797a89; }
          @media (max-width: 991px) {
            body .search-banner .search-form-wrapper form input:-ms-input-placeholder {
              font-size: 18px; } }
        body .search-banner .search-form-wrapper form input::-webkit-input-placeholder {
          font-family: "proxima-nova";
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.56;
          letter-spacing: normal;
          text-align: left;
          color: #797a89; }
        body .search-banner .search-form-wrapper form input::-moz-placeholder {
          font-family: "proxima-nova";
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.56;
          letter-spacing: normal;
          text-align: left;
          color: #797a89; }
        body .search-banner .search-form-wrapper form input::-ms-input-placeholder {
          font-family: "proxima-nova";
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.56;
          letter-spacing: normal;
          text-align: left;
          color: #797a89; }
        body .search-banner .search-form-wrapper form input::placeholder {
          font-family: "proxima-nova";
          font-size: 22px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.56;
          letter-spacing: normal;
          text-align: left;
          color: #797a89; }
          @media (max-width: 991px) {
            body .search-banner .search-form-wrapper form input::-webkit-input-placeholder {
              font-size: 18px; }
            body .search-banner .search-form-wrapper form input::-moz-placeholder {
              font-size: 18px; }
            body .search-banner .search-form-wrapper form input::-ms-input-placeholder {
              font-size: 18px; }
            body .search-banner .search-form-wrapper form input::placeholder {
              font-size: 18px; } }
    body .search-banner .search-form-wrapper .btn-outer {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 21px;
      top: 45%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2; }
      body .search-banner .search-form-wrapper .btn-outer button {
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
        background: transparent; }
        body .search-banner .search-form-wrapper .btn-outer button img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }

body .search-results .views-element-container form input[type='submit'] {
  cursor: pointer;
  text-indent: 100000px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  padding: 0; }

body .search-results::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 231px;
  background-image: -webkit-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
  background-image: -o-linear-gradient(204deg, #5856d6 -31%, #252d6a 82%);
  background-image: linear-gradient(246deg, #5856d6 -31%, #252d6a 82%); }

body .search-results .search-close {
  position: absolute;
  top: 102px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: 113px;
  cursor: pointer;
  background: url("/themes/authentic8/templates/dist/images/icons/clear-search-icon.svg") no-repeat;
  background-size: contain;
  z-index: 3; }
  @media (max-width: 767px) {
    body .search-results .search-close {
      width: 22px;
      height: 22px;
      top: 104px;
      right: 96px; } }

body .search-results .info-wrap {
  margin-bottom: 36px; }
  @media (max-width: 991px) {
    body .search-results .info-wrap {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    body .search-results .info-wrap {
      margin-bottom: 10px; } }
  body .search-results .info-wrap p {
    margin-top: 30px;
    color: #151831;
    line-height: 1.39; }
    body .search-results .info-wrap p span {
      color: inherit;
      font-weight: inherit;
      line-height: 1.39;
      font-size: inherit; }

body .search-results .views-element-container {
  width: 100%;
  position: relative;
  left: 0;
  z-index: 2;
  border-radius: 5px; }
  body .search-results .views-element-container form {
    width: 100%;
    outline: none;
    position: relative;
    padding: 90px 0; }
    body .search-results .views-element-container form input[type='text'] {
      font-size: 22px;
      line-height: normal;
      margin-bottom: 0;
      padding: 10px 130px 10px 15px;
      text-align: left;
      width: 100%;
      border-radius: 4px;
      border: 2px solid #68be62;
      outline: none;
      z-index: 1;
      font-family: 'proxima-nova';
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      body .search-results .views-element-container form input[type='text']::-webkit-input-placeholder {
        /* Edge */
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      body .search-results .views-element-container form input[type='text']:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      body .search-results .views-element-container form input[type='text']::-moz-placeholder {
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      body .search-results .views-element-container form input[type='text']::-ms-input-placeholder {
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      body .search-results .views-element-container form input[type='text']::placeholder {
        font-family: "proxima-nova";
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #797a89; }
      @media (max-width: 767px) {
        body .search-results .views-element-container form input[type='text'] {
          padding-right: 110px; } }
    body .search-results .views-element-container form input[type='submit'] {
      width: 80px;
      height: 49px;
      right: 1px;
      border-radius: 0;
      background: #68be62;
      background-image: url("/themes/authentic8/templates/dist/images/icons/search-icon-white.svg");
      background-repeat: no-repeat;
      background-position-y: center;
      background-position: center;
      background-size: 30%; }
      @media (max-width: 767px) {
        body .search-results .views-element-container form input[type='submit'] {
          width: 60px; } }
  body .search-results .views-element-container .views-row {
    background: #ffffff; }
    body .search-results .views-element-container .views-row .content-wrap {
      margin: 0; }
  body .search-results .views-element-container h3 {
    margin-top: 100px;
    text-align: center;
    font-weight: bold; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .search-results .views-element-container h3 {
        margin-top: 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .search-results .views-element-container h3 {
        margin-top: 70px; } }
    @media (max-width: 767px) {
      body .search-results .views-element-container h3 {
        margin-top: 30px; } }
  body .search-results .views-element-container header {
    height: 0;
    overflow: hidden; }

body .search-results .content-wrap {
  margin-top: 36px; }
  @media (max-width: 991px) {
    body .search-results .content-wrap {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    body .search-results .content-wrap {
      margin-top: 10px; } }
  body .search-results .content-wrap .text-wrap {
    padding: 49px 0;
    border-bottom: 1px solid #bdc4cc; }
    @media (max-width: 991px) {
      body .search-results .content-wrap .text-wrap {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      body .search-results .content-wrap .text-wrap {
        padding: 20px 0; } }
    body .search-results .content-wrap .text-wrap a {
      font-weight: 600;
      color: #68be62; }
      @media (max-width: 991px) {
        body .search-results .content-wrap .text-wrap a {
          font-size: 18px; } }
      @media (max-width: 767px) {
        body .search-results .content-wrap .text-wrap a {
          font-size: 16px; } }
    body .search-results .content-wrap .text-wrap h5 {
      margin: 10px 0 0 0;
      color: #424b68; }
      @media (max-width: 991px) {
        body .search-results .content-wrap .text-wrap h5 {
          font-size: 18px; } }
      body .search-results .content-wrap .text-wrap h5 a {
        color: inherit;
        font-weight: normal; }
        @media (max-width: 991px) {
          body .search-results .content-wrap .text-wrap h5 a {
            font-size: 18px; } }
    body .search-results .content-wrap .text-wrap p {
      color: #424b68;
      margin: 8px 0 0 0; }

body .content-with-thumb {
  position: relative;
  z-index: 0; }
  body .content-with-thumb .wrapper {
    max-width: 660px; }
    body .content-with-thumb .wrapper .card-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      padding: 28px 27px 25px 35px;
      background: rgba(189, 196, 204, 0.1);
      border-radius: 5px;
      max-width: 660px;
      margin-top: 40px;
      position: relative; }
      body .content-with-thumb .wrapper .card-wrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 7px;
        background: #343596;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px; }
      body .content-with-thumb .wrapper .card-wrap .img-wrap {
        -ms-flex-preferred-size: calc(59% - 30px);
            flex-basis: calc(59% - 30px);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: 325px;
        height: 182px;
        margin-right: 30px;
        border-radius: 5px;
        position: relative; }
        @media (max-width: 767px) {
          body .content-with-thumb .wrapper .card-wrap .img-wrap {
            max-width: calc(59% - 30px); } }
        @media (max-width: 595px) {
          body .content-with-thumb .wrapper .card-wrap .img-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            height: 200px; } }
        body .content-with-thumb .wrapper .card-wrap .img-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          border-radius: 5px; }
      body .content-with-thumb .wrapper .card-wrap .content-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41%;
                flex: 0 0 41%;
        max-width: 41%; }
        @media (max-width: 595px) {
          body .content-with-thumb .wrapper .card-wrap .content-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            margin-top: 10px; } }
        body .content-with-thumb .wrapper .card-wrap .content-wrap h5 {
          line-height: 1.17;
          margin-top: 5px; }
        body .content-with-thumb .wrapper .card-wrap .content-wrap p {
          margin-top: 11px;
          max-width: 370px; }
      body .content-with-thumb .wrapper .card-wrap.date-card {
        margin-bottom: 50px; }
        @media (min-width: 992px) {
          body .content-with-thumb .wrapper .card-wrap.date-card {
            padding: 29px 27px 27px 35px; } }
        @media (max-width: 991px) {
          body .content-with-thumb .wrapper .card-wrap.date-card {
            margin-bottom: 0; } }
        body .content-with-thumb .wrapper .card-wrap.date-card .labels {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 17%;
                  flex: 0 0 17%;
          max-width: calc(17% - 20px);
          margin-right: 20px; }
          @media (max-width: 580px) and (min-width: 500px) {
            body .content-with-thumb .wrapper .card-wrap.date-card .labels {
              -webkit-box-flex: 0 !important;
                  -ms-flex: 0 0 calc(19% - 10px) !important;
                      flex: 0 0 calc(19% - 10px) !important;
              max-width: calc(19% - 10px) !important; } }
          @media (max-width: 595px) {
            body .content-with-thumb .wrapper .card-wrap.date-card .labels {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 calc(35% - 10px);
                      flex: 0 0 calc(35% - 10px);
              max-width: calc(35% - 10px);
              margin-right: 10px; } }
          body .content-with-thumb .wrapper .card-wrap.date-card .labels span {
            display: block;
            font-size: 14px;
            text-align: right;
            font-weight: bold;
            letter-spacing: 0.84px;
            line-height: normal;
            color: #43b1e3;
            max-width: 75px;
            text-transform: uppercase; }
            body .content-with-thumb .wrapper .card-wrap.date-card .labels span:not(:last-child) {
              margin-bottom: 31px; }
        body .content-with-thumb .wrapper .card-wrap.date-card .date-outer {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 83%;
                  flex: 0 0 83%;
          max-width: 83%; }
          @media (max-width: 580px) and (min-width: 500px) {
            body .content-with-thumb .wrapper .card-wrap.date-card .date-outer {
              -webkit-box-flex: 0 !important;
                  -ms-flex: 0 0 81% !important;
                      flex: 0 0 81% !important;
              max-width: 81% !important; } }
          @media (max-width: 595px) {
            body .content-with-thumb .wrapper .card-wrap.date-card .date-outer {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 65%;
                      flex: 0 0 65%;
              max-width: 65%; } }
          body .content-with-thumb .wrapper .card-wrap.date-card .date-outer p {
            font-size: 14px;
            font-weight: 600;
            text-align: left;
            line-height: normal;
            color: #151831; }
            body .content-with-thumb .wrapper .card-wrap.date-card .date-outer p:not(:last-child) {
              margin-bottom: 31px; }
            @media (min-width: 315px) and (max-width: 330px) {
              body .content-with-thumb .wrapper .card-wrap.date-card .date-outer p:first-child {
                margin-bottom: 14px; } }
            body .content-with-thumb .wrapper .card-wrap.date-card .date-outer p span {
              font-size: 14px;
              font-weight: 600;
              line-height: normal;
              color: #151831;
              position: relative; }
              body .content-with-thumb .wrapper .card-wrap.date-card .date-outer p span:not(:last-child) {
                padding-right: 15px; }
                body .content-with-thumb .wrapper .card-wrap.date-card .date-outer p span:not(:last-child)::after {
                  content: "";
                  position: absolute;
                  right: 4px;
                  top: 50%;
                  height: 59%;
                  width: 2px;
                  -webkit-transform: translateY(-50%);
                       -o-transform: translateY(-50%);
                          transform: translateY(-50%);
                  background: #151831; }
          body .content-with-thumb .wrapper .card-wrap.date-card .date-outer a {
            margin-top: 20px; }
            @media (max-width: 991px) {
              body .content-with-thumb .wrapper .card-wrap.date-card .date-outer a {
                margin-top: 10px; } }
      body .content-with-thumb .wrapper .card-wrap.small-img {
        margin-bottom: 41px; }
        @media (max-width: 991px) {
          body .content-with-thumb .wrapper .card-wrap.small-img {
            margin-bottom: 0; } }
        body .content-with-thumb .wrapper .card-wrap.small-img .img-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(31% - 30px);
                  flex: 0 0 calc(31% - 30px);
          max-width: 154px;
          height: 200px; }
          @media (max-width: 767px) {
            body .content-with-thumb .wrapper .card-wrap.small-img .img-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 calc(41% - 30px);
                      flex: 0 0 calc(41% - 30px);
              max-width: calc(41% - 30px); } }
          @media (max-width: 480px) {
            body .content-with-thumb .wrapper .card-wrap.small-img .img-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              max-width: 100%;
              margin-right: 0; } }
        body .content-with-thumb .wrapper .card-wrap.small-img .content-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 69%;
                  flex: 0 0 69%;
          max-width: 69%; }
          body .content-with-thumb .wrapper .card-wrap.small-img .content-wrap p {
            margin-top: 5px; }
          @media (max-width: 767px) {
            body .content-with-thumb .wrapper .card-wrap.small-img .content-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 59%;
                      flex: 0 0 59%;
              max-width: 59%; } }
          @media (max-width: 480px) {
            body .content-with-thumb .wrapper .card-wrap.small-img .content-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              max-width: 100%; } }
      @media (max-width: 991px) {
        body .content-with-thumb .wrapper .card-wrap {
          margin-top: 30px; } }
      @media (max-width: 595px) {
        body .content-with-thumb .wrapper .card-wrap {
          padding: 20px; } }
    @media (max-width: 1240px) and (min-width: 1200px) {
      body .content-with-thumb .wrapper {
        max-width: 610px; } }
    @media (max-width: 767px) {
      body .content-with-thumb .wrapper {
        max-width: 100%; } }

body .video-box-with-overlay .content-wrap {
  max-width: 660px; }
  body .video-box-with-overlay .content-wrap h2 {
    max-width: 640px; }
  body .video-box-with-overlay .content-wrap p {
    margin-top: 25px;
    max-width: 650px; }
    body .video-box-with-overlay .content-wrap p strong {
      display: inline; }
  body .video-box-with-overlay .content-wrap ul {
    padding-left: 30px; }
    body .video-box-with-overlay .content-wrap ul li {
      margin: 4px 0;
      color: #424b68; }
      @media (min-width: 992px) {
        body .video-box-with-overlay .content-wrap ul li {
          font-size: 18px; } }
      body .video-box-with-overlay .content-wrap ul li:before {
        top: 16px;
        background-color: #424b68; }
        @media (max-width: 991px) {
          body .video-box-with-overlay .content-wrap ul li:before {
            top: 13px; } }
  @media (min-width: 1200px) and (max-width: 1250px) {
    body .video-box-with-overlay .content-wrap {
      max-width: 610px; } }

body .video-box-with-overlay .content-wrap + .video-box {
  margin-top: 44px; }

body .video-box-with-overlay .video-box {
  position: relative;
  border-radius: 5px;
  max-width: 660px;
  height: 355px;
  overflow: hidden; }
  @media (max-width: 595px) {
    body .video-box-with-overlay .video-box {
      height: 200px; } }
  body .video-box-with-overlay .video-box a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    body .video-box-with-overlay .video-box a::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 51px;
      height: 51px;
      background: url("/themes/authentic8/templates/dist/images/icons/video-play-icon.svg") no-repeat center;
      background-size: contain;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      display: block;
      border-radius: 50%; }
  body .video-box-with-overlay .video-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 1200px) and (max-width: 1250px) {
    body .video-box-with-overlay .video-box {
      max-width: 600px;
      margin-right: 20px; } }

body .column-with-video .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }
  body .column-with-video .bg-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

body .column-with-video .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

body .column-with-video .content-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 614px; }
  @media (max-width: 767px) {
    body .column-with-video .content-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

body .column-with-video .tittle {
  max-width: 614px; }

body .column-with-video p {
  margin-top: 9px;
  max-width: 614px;
  line-height: 1.78; }

body .column-with-video .btn-wrap {
  margin-top: 35px; }

body .column-with-video .video-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 650px;
  position: relative; }
  @media (max-width: 767px) {
    body .column-with-video .video-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 30px; } }
  body .column-with-video .video-wrap img.video-img {
    transform: perspective(380px) rotateY(357deg);
    -webkit-transform: perspective(380px) rotateY(357deg);
    -o-transform-origin: 91% 25%;
       transform-origin: 91% 25%;
    -webkit-transform-origin: 91% 25%;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(21, 25, 48, 0.3);
            box-shadow: 10px 10px 20px 0 rgba(21, 25, 48, 0.3);
    border-radius: 5px; }
  body .column-with-video .video-wrap .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
    body .column-with-video .video-wrap .play-btn img {
      border-radius: 50%; }
    @media (max-width: 1150px) {
      body .column-with-video .video-wrap .play-btn {
        width: 55px;
        height: 55px; } }
    @media (max-width: 595px) {
      body .column-with-video .video-wrap .play-btn {
        width: 40px;
        height: 40px; } }

body .column-with-video.light-blue-gredient h2, body .column-with-video.light-blue-gredient p, body .column-with-video.blue-gredient h2, body .column-with-video.blue-gredient p, body .column-with-video.green-gredient h2, body .column-with-video.green-gredient p, body .column-with-video.dark-blue-gredient h2, body .column-with-video.dark-blue-gredient p, body .column-with-video.grey-gredient h2, body .column-with-video.grey-gredient p {
  color: #ffffff; }

body .tabs-with-content .collapse-button-wrap .collapse-btn::after, body .tabs-with-content .collapse-button-wrap .collapse-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #86bc67;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

body .tabs-with-content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 926px;
  margin: 0 auto; }
  body .tabs-with-content .nav__item {
    background-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    margin: 0;
    padding: 22px 38px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    @media (max-width: 991px) {
      body .tabs-with-content .nav__item {
        padding: 15px; } }
    body .tabs-with-content .nav__item span {
      cursor: pointer;
      position: relative;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 1.2px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        body .tabs-with-content .nav__item span {
          font-size: 16px; } }
      body .tabs-with-content .nav__item span::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        height: 2px;
        background: #68be62;
        width: 0;
        -webkit-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out; }
    body .tabs-with-content .nav__item.active {
      color: #68be62;
      background-color: #ffffff; }
      body .tabs-with-content .nav__item.active span::after {
        width: 100%; }

body .tabs-with-content .tab-content {
  max-width: 926px;
  margin: 0 auto; }

body .tabs-with-content .tab-pane {
  padding: 68px 38px 0;
  display: none;
  opacity: 0;
  -webkit-animation: fadeEffect 0.1s ease-in-out;
       -o-animation: fadeEffect 0.1s ease-in-out;
          animation: fadeEffect 0.1s ease-in-out; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .tabs-with-content .tab-pane {
      padding: 50px 15px 0; } }
  @media (max-width: 767px) {
    body .tabs-with-content .tab-pane {
      padding: 25px 15px 0; } }
  body .tabs-with-content .tab-pane > h6 {
    max-height: 175px;
    overflow: hidden; }
  body .tabs-with-content .tab-pane h6 {
    color: #424c67;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.59;
    letter-spacing: normal; }
    @media (max-width: 767px) {
      body .tabs-with-content .tab-pane h6 {
        font-size: 18px; } }
  body .tabs-with-content .tab-pane.active {
    display: block;
    opacity: 1; }

body .tabs-with-content .text-wrap {
  position: relative; }
  body .tabs-with-content .text-wrap h1,
  body .tabs-with-content .text-wrap h2,
  body .tabs-with-content .text-wrap h3,
  body .tabs-with-content .text-wrap h4,
  body .tabs-with-content .text-wrap h5,
  body .tabs-with-content .text-wrap h6 {
    margin-top: 22px; }
  body .tabs-with-content .text-wrap p:not(:first-child) {
    margin-top: 20px; }

body .tabs-with-content .collapse-button-wrap {
  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-top: 53px; }
  @media (max-width: 767px) {
    body .tabs-with-content .collapse-button-wrap {
      margin-top: 25px; } }
  body .tabs-with-content .collapse-button-wrap .green-divider {
    width: calc(100% - 76px);
    height: 2px;
    background: #bdc4cc; }
    @media (max-width: 767px) {
      body .tabs-with-content .collapse-button-wrap .green-divider {
        width: calc(100% - 40px); } }
  body .tabs-with-content .collapse-button-wrap .collapse-btn {
    cursor: pointer;
    display: inline-block;
    width: 41px;
    height: 41px;
    margin-left: 20px;
    border-radius: 50%;
    border: 2px solid #bdc4cc;
    background: #ffffff;
    position: relative; }
    body .tabs-with-content .collapse-button-wrap .collapse-btn::after {
      width: 3px;
      height: calc(100% - 8px);
      opacity: 0; }
    body .tabs-with-content .collapse-button-wrap .collapse-btn::before {
      width: calc(100% - 8px);
      height: 3px; }
    @media (max-width: 767px) {
      body .tabs-with-content .collapse-button-wrap .collapse-btn {
        width: 30px;
        height: 30px;
        margin-left: 10px; } }
    body .tabs-with-content .collapse-button-wrap .collapse-btn.disabled {
      display: none; }
  body .tabs-with-content .collapse-button-wrap img {
    cursor: pointer;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    margin-left: auto;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 767px) {
      body .tabs-with-content .collapse-button-wrap img {
        width: 25px;
        height: 25px; } }

body .tabs-with-content .text-wrap.is-truncated + .collapse-button-wrap .collapse-btn::after {
  opacity: 1; }

@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeEffect {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@keyframes fadeEffect {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

body .blog-banner {
  position: relative;
  padding: 41px 0;
  overflow: visible;
  z-index: 2; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .blog-banner {
      padding: 15px 0 20px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .blog-banner {
      padding: 0 0 20px; } }
  @media (max-width: 595px) {
    body .blog-banner {
      padding: 0 0 0; }
      body .blog-banner .container {
        padding: 0; } }
  body .blog-banner .topic {
    margin-bottom: 19px;
    padding-left: unset;
    position: relative; }
    @media (max-width: 767px) {
      body .blog-banner .topic {
        margin-bottom: 10px; } }
    body .blog-banner .topic::before {
      content: '';
      position: absolute;
      width: unset; }
  body .blog-banner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body .blog-banner .col-40 {
    width: 35%;
    max-width: 429px;
    padding: 58px 42px 58px 48px;
    background-color: #252d6a; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .blog-banner .col-40 {
        padding: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-banner .col-40 {
        padding: 25px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .blog-banner .col-40 {
        padding: 25px;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 595px) {
      body .blog-banner .col-40 {
        padding: 44px 20px 53px;
        width: 100%;
        max-width: 100%; } }
  body .blog-banner .col-60 {
    width: 65%; }
    @media (min-width: 1336px) {
      body .blog-banner .col-60 {
        max-width: calc(100% - 429px);
        width: 100%; } }
    @media (max-width: 767px) {
      body .blog-banner .col-60 {
        width: 100%; } }
    body .blog-banner .col-60 .img-wrap {
      max-width: 100%;
      height: 100%;
      width: 100%; }
      body .blog-banner .col-60 .img-wrap img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        -o-object-position: bottom right;
           object-position: bottom right; }
  body .blog-banner .top-wrap {
    margin-bottom: 30px; }
    @media (max-width: 595px) {
      body .blog-banner .top-wrap {
        margin-bottom: 0; } }
  body .blog-banner .inner-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body .blog-banner .inner-wrap h1 {
      color: #ffffff;
      font-size: 36px;
      font-weight: 900;
      line-height: 1.11;
      letter-spacing: -1.01px;
      padding-top: 22px;
      border-top: 2px solid #ffffff; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-banner .inner-wrap h1 {
          padding-top: 12px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .blog-banner .inner-wrap h1 {
          padding-top: 12px; } }
      @media (max-width: 595px) {
        body .blog-banner .inner-wrap h1 {
          padding-top: 16px;
          border-top: 0;
          line-height: 1; } }
  body .blog-banner .author-wrap {
    position: relative; }
    @media (max-width: 595px) {
      body .blog-banner .author-wrap {
        display: none; } }
    body .blog-banner .author-wrap .author-brief {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 26px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-banner .author-wrap .author-brief {
          margin-bottom: 18px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .blog-banner .author-wrap .author-brief {
          margin-bottom: 18px; } }
      @media (max-width: 595px) {
        body .blog-banner .author-wrap .author-brief {
          margin-bottom: 14px;
          display: none; } }
      body .blog-banner .author-wrap .author-brief .img-wrap {
        max-width: 36px;
        height: 36px;
        width: 100%;
        border-radius: 50%;
        overflow: hidden; }
        body .blog-banner .author-wrap .author-brief .img-wrap img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .blog-banner .author-wrap .author-brief .about-author {
        padding-left: 7px;
        margin-top: 4px;
        width: calc(100% - 40px); }
        body .blog-banner .author-wrap .author-brief .about-author h6,
        body .blog-banner .author-wrap .author-brief .about-author p {
          font-weight: 900;
          font-size: 16px;
          line-height: normal;
          letter-spacing: -0.16px;
          text-transform: uppercase;
          color: #ffffff;
          letter-spacing: -0.16px; }
          @media (min-width: 992px) and (max-width: 1336px) {
            body .blog-banner .author-wrap .author-brief .about-author h6,
            body .blog-banner .author-wrap .author-brief .about-author p {
              font-size: 14px; } }
          @media (max-width: 991px) {
            body .blog-banner .author-wrap .author-brief .about-author h6,
            body .blog-banner .author-wrap .author-brief .about-author p {
              font-size: 12px; } }
        body .blog-banner .author-wrap .author-brief .about-author h6 {
          margin-bottom: 2px; }
    body .blog-banner .author-wrap .social-icons {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: unset; }
      body .blog-banner .author-wrap .social-icons span {
        font-weight: normal;
        font-size: 14px; }
      body .blog-banner .author-wrap .social-icons li {
        margin: 0 7px 0 0;
        padding: unset; }
        body .blog-banner .author-wrap .social-icons li:nth-last-of-type(1) {
          margin: 0 0px 0 0; }
        @media (max-width: 767px) {
          body .blog-banner .author-wrap .social-icons li {
            margin: 0; } }
      body .blog-banner .author-wrap .social-icons a {
        margin-right: 10px;
        width: 18px;
        height: 18px; }

body .box-grid {
  position: relative;
  padding: 69px 0 61px; }
  @media (max-width: 595px) {
    body .box-grid {
      margin-top: -3px;
      padding: 0 2px 96px; }
      body .box-grid::before {
        content: '';
        width: 100%;
        height: 42px;
        position: absolute;
        left: 0;
        bottom: 50px;
        background-color: #141831; } }
  body .box-grid .head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      body .box-grid .head-row {
        margin-bottom: 20px; } }
    body .box-grid .head-row .head h3 {
      font-size: 34px; }
    @media (max-width: 991px) {
      body .box-grid .head-row .head {
        width: 100%;
        margin-bottom: 5px; } }
    body .box-grid .head-row .date {
      font-size: 24px;
      color: #8690a4;
      white-space: nowrap;
      letter-spacing: -0.38px;
      font-weight: 500;
      margin-top: 7px; }
      @media (max-width: 767px) {
        body .box-grid .head-row .date {
          font-size: 20px; } }
  body .box-grid .left-col {
    width: 100%;
    max-width: 640px;
    margin: 0 12px;
    position: relative; }
    @media (max-width: 991px) {
      body .box-grid .left-col {
        margin: 0 0 24px;
        max-width: 100%; } }
    @media (max-width: 595px) {
      body .box-grid .left-col {
        margin-bottom: 35px; } }
    body .box-grid .left-col:last-child {
      margin-bottom: 0; }
  body .box-grid .right-col {
    max-width: 624px;
    width: 100%;
    margin: 0 12px; }
    @media (max-width: 991px) {
      body .box-grid .right-col {
        max-width: 100%;
        margin: 0; } }
  body .box-grid .inner-wrap {
    height: calc(100% - 50px); }
    @media (max-width: 595px) {
      body .box-grid .inner-wrap {
        height: calc(100% - 40px); } }
    body .box-grid .inner-wrap > .empty-link {
      height: calc(100% - 50px); }
      @media (max-width: 595px) {
        body .box-grid .inner-wrap > .empty-link {
          height: calc(100% - 40px); } }
    body .box-grid .inner-wrap:hover .text-wrap h4 {
      color: #bdc4cc; }
  body .box-grid .img-wrap {
    max-width: 100%; }
    body .box-grid .img-wrap::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(21, 24, 49, 0)), to(#151831));
      background-image: -webkit-linear-gradient(top, rgba(21, 24, 49, 0) 20%, #151831 100%);
      background-image: -o-linear-gradient(top, rgba(21, 24, 49, 0) 20%, #151831 100%);
      background-image: linear-gradient(to bottom, rgba(21, 24, 49, 0) 20%, #151831 100%); }
    body .box-grid .img-wrap.small {
      height: 200px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .box-grid .img-wrap.small {
          height: 225px; } }
    body .box-grid .img-wrap.big {
      height: 424px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .box-grid .img-wrap.big {
          height: 475px; } }
      @media (max-width: 767px) {
        body .box-grid .img-wrap.big {
          height: 300px; } }
    body .box-grid .img-wrap img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  body .box-grid .text-wrap {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    left: 0;
    bottom: 0;
    color: #ffffff;
    padding: 0 60px 40px 31px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 595px) {
      body .box-grid .text-wrap {
        padding: 21px 57px 30px 17px; } }
    body .box-grid .text-wrap h4 {
      margin-bottom: 12px;
      color: #ffffff;
      line-height: 1.09;
      font-weight: 900;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      @media (min-width: 1336px) {
        body .box-grid .text-wrap h4 {
          font-size: 32px; } }
      @media (max-width: 595px) {
        body .box-grid .text-wrap h4 {
          margin-bottom: 14px; } }
    body .box-grid .text-wrap h6 {
      margin-bottom: 8px;
      color: #ffffff;
      font-weight: 600;
      display: -webkit-box;
      font-size: 20px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  body .box-grid .topic {
    color: #ffffff; }
    @media (max-width: 595px) {
      body .box-grid .topic {
        padding-left: 8px; } }
    body .box-grid .topic:hover {
      color: #bdc4cc; }
      body .box-grid .topic:hover::before {
        background-color: #5856d6; }
  body .box-grid .topic-wrap {
    padding: 0 60px 24px 31px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media (max-width: 595px) {
      body .box-grid .topic-wrap {
        padding: 0 60px 17px 17px; } }
  body .box-grid .wrapper {
    width: calc(100% + 24px);
    margin-left: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      body .box-grid .wrapper {
        width: 100%;
        margin-left: unset;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    body .box-grid .wrapper.inner {
      width: calc(100% + 24px);
      margin-left: -12px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .box-grid .wrapper.inner {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (max-width: 595px) {
        body .box-grid .wrapper.inner {
          width: 100%;
          margin-left: unset; } }
      body .box-grid .wrapper.inner .col-two {
        -ms-flex-preferred-size: calc(50% - 24px);
            flex-basis: calc(50% - 24px);
        margin: 0 12px; }
        body .box-grid .wrapper.inner .col-two:nth-of-type(1), body .box-grid .wrapper.inner .col-two:nth-of-type(2) {
          margin-bottom: 24px; }
        @media (max-width: 595px) {
          body .box-grid .wrapper.inner .col-two {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            margin: 0 0 24px;
            display: none; }
            body .box-grid .wrapper.inner .col-two:first-child {
              display: block !important; }
            body .box-grid .wrapper.inner .col-two:nth-of-type(1), body .box-grid .wrapper.inner .col-two:nth-of-type(2) {
              margin-bottom: 24px; }
            body .box-grid .wrapper.inner .col-two:last-child {
              margin-bottom: 0; } }
        body .box-grid .wrapper.inner .col-two .inner-wrap {
          height: calc(100% - 40px); }
          body .box-grid .wrapper.inner .col-two .inner-wrap > .empty-link {
            height: calc(100% - 40px); }
          body .box-grid .wrapper.inner .col-two .inner-wrap:hover .text-wrap h6 {
            color: #bdc4cc; }
        body .box-grid .wrapper.inner .col-two .text-wrap {
          padding: 0px 30px 34px 18px; }
        body .box-grid .wrapper.inner .col-two .topic-wrap {
          padding: 0 40px 15px 18px; }
          @media (min-width: 992px) and (max-width: 1024px) {
            body .box-grid .wrapper.inner .col-two .topic-wrap {
              padding: 0 9px 15px 15px; } }

body .blog-cards {
  position: relative;
  padding: 0;
  min-height: 450px;
  overflow: visible;
  z-index: 2; }
  @media (max-width: 595px) {
    body .blog-cards {
      padding: 0 0 20px; } }
  body .blog-cards .head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-cards .head-row {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 595px) {
      body .blog-cards .head-row {
        margin-bottom: 53px; } }
    body .blog-cards .head-row .heading {
      padding-top: 2px; }
      @media (max-width: 595px) {
        body .blog-cards .head-row .heading {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      @media (min-width: 1336px) {
        body .blog-cards .head-row .heading h3 {
          font-size: 34px; } }
      @media (max-width: 595px) {
        body .blog-cards .head-row .heading h3 {
          font-size: 20px; } }
  body .blog-cards .left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(100% - 410px);
        flex-basis: calc(100% - 410px);
    max-width: calc(100% - 410px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-cards .left-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .blog-cards .left-content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
    @media (max-width: 595px) {
      body .blog-cards .left-content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
  body .blog-cards .dropdown {
    margin-right: 28px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-cards .dropdown {
        margin-right: 0; } }
    @media (max-width: 767px) {
      body .blog-cards .dropdown {
        margin-right: 0px; } }
    @media (max-width: 595px) {
      body .blog-cards .dropdown {
        margin-top: 25px; } }
    body .blog-cards .dropdown .dropdown-tag {
      cursor: pointer;
      display: inline-block;
      font-size: 18px;
      font-weight: 900;
      color: #424b68;
      position: relative;
      padding-right: 28px; }
      @media (max-width: 595px) {
        body .blog-cards .dropdown .dropdown-tag {
          font-size: 20px; } }
      body .blog-cards .dropdown .dropdown-tag::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 3px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #59595c; }
      body .blog-cards .dropdown .dropdown-tag::before {
        content: '';
        position: absolute;
        right: 4px;
        top: 8px;
        width: 11px;
        height: 11px;
        background: url(/themes/authentic8/templates/assets/images/right-arro.png);
        -webkit-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      body .blog-cards .dropdown .dropdown-tag.active::before {
        -webkit-transform: rotate(1deg);
             -o-transform: rotate(1deg);
                transform: rotate(1deg);
        right: 3px;
        top: 7px; }
    body .blog-cards .dropdown .option-wrap {
      max-width: 300px;
      background-color: #ffffff;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 5px 1px #8690a4;
              box-shadow: 0px 0px 5px 1px #8690a4;
      position: absolute;
      top: 60px;
      display: none;
      max-height: 285px;
      width: 100%;
      z-index: 10;
      overflow: scroll;
      overflow-x: hidden;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-cards .dropdown .option-wrap {
          right: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .blog-cards .dropdown .option-wrap {
          right: 20px; } }
      @media (max-width: 595px) {
        body .blog-cards .dropdown .option-wrap {
          left: 20px;
          top: 50px;
          max-width: calc(100% - 40px); } }
      body .blog-cards .dropdown .option-wrap.open {
        display: block; }
      body .blog-cards .dropdown .option-wrap li {
        padding: 10px 10px 10px 12px;
        margin: 1px 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 99; }
        body .blog-cards .dropdown .option-wrap li:hover {
          cursor: pointer;
          color: #ffffff;
          background-color: #8690a4; }
  body .blog-cards .search-bar {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
    max-width: 410px;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-cards .search-bar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      body .blog-cards .search-bar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px; } }
    body .blog-cards .search-bar .search-btn {
      position: absolute;
      width: 20px;
      height: 20px;
      right: 5px;
      top: 26px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-radius: 50%; }
      body .blog-cards .search-bar .search-btn:hover {
        background-color: #c2c6c8; }
      @media (max-width: 595px) {
        body .blog-cards .search-bar .search-btn {
          right: 0; } }
    body .blog-cards .search-bar label {
      font-size: 0;
      display: none; }
    body .blog-cards .search-bar input {
      outline: none;
      border: none;
      width: 100%;
      border-bottom: 1px solid #424b68;
      border-radius: 0;
      padding: 23px 40px 3px 0;
      font-size: 18px;
      font-weight: bold;
      color: #8690a4;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important; }
      body .blog-cards .search-bar input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.94;
        color: #8690a4; }
      body .blog-cards .search-bar input::-moz-placeholder {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.94;
        color: #8690a4; }
      body .blog-cards .search-bar input::-ms-input-placeholder {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.94;
        color: #8690a4; }
      body .blog-cards .search-bar input::placeholder {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.94;
        color: #8690a4; }
      body .blog-cards .search-bar input:-webkit-autofill, body .blog-cards .search-bar input:-webkit-autofill:hover, body .blog-cards .search-bar input:-webkit-autofill:focus, body .blog-cards .search-bar input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
        background-color: #ffffff; }
      @media (max-width: 595px) {
        body .blog-cards .search-bar input {
          padding: 23px 40px 3px 2px; } }
    body .blog-cards .search-bar input[type='text'] {
      -webkit-appearance: none;
      border-radius: 0; }
  body .blog-cards .col-wrapper {
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-cards .col-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .blog-cards .col-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (max-width: 595px) {
      body .blog-cards .col-wrapper {
        width: 100%;
        margin-left: unset; } }
  body .blog-cards .col-three {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    position: relative; }
    body .blog-cards .col-three > .empty-link {
      height: calc(100% - 25px); }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-cards .col-three {
        width: calc(50% - 30px);
        margin: 0 15px 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .blog-cards .col-three {
        width: calc(50% - 30px);
        margin: 0 15px 30px; } }
    @media (max-width: 595px) {
      body .blog-cards .col-three {
        width: 100%;
        margin: 0 0 30px; } }
  body .blog-cards .inner-wrap {
    position: relative; }
    body .blog-cards .inner-wrap:hover .img-wrap img {
      -webkit-filter: brightness(110%) contrast(110%) saturate(110%);
              filter: brightness(110%) contrast(110%) saturate(110%); }
  body .blog-cards .img-wrap {
    max-width: 100%;
    height: 272px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .blog-cards .img-wrap {
        height: 230px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-cards .img-wrap {
        height: 200px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .blog-cards .img-wrap {
        height: 170px; } }
    @media (max-width: 595px) {
      body .blog-cards .img-wrap {
        height: 210px; } }
    body .blog-cards .img-wrap img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-size: 0;
      opacity: 1;
      -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
      transition: opacity 0.3s, -webkit-filter 0.3s;
      -o-transition: filter 0.3s, opacity 0.3s;
      transition: filter 0.3s, opacity 0.3s;
      transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s; }
  body .blog-cards .text-wrap {
    padding: 18px 0 19px; }
    @media (max-width: 595px) {
      body .blog-cards .text-wrap {
        padding: 20px 0 20px 3px; } }
    body .blog-cards .text-wrap h4,
    body .blog-cards .text-wrap h5 {
      font-size: 25px;
      font-weight: 900;
      margin-bottom: 9px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      letter-spacing: -0.25px; }
    body .blog-cards .text-wrap p {
      font-weight: 600;
      color: #8690a4;
      letter-spacing: -0.19px;
      margin-bottom: 7px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media (min-width: 1336px) {
        body .blog-cards .text-wrap p {
          font-size: 19px; } }
      @media (max-width: 595px) {
        body .blog-cards .text-wrap p {
          margin-bottom: 15px;
          line-height: 1.39; } }
  body .blog-cards .topic-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2; }
    body .blog-cards .topic-wrap::before {
      left: 2px; }
    body .blog-cards .topic-wrap .topic:hover {
      color: #5856d6; }
      body .blog-cards .topic-wrap .topic:hover::before {
        background-color: #5856d6; }
  body .blog-cards .filtered-items {
    padding-left: 0;
    width: 100%;
    text-align: right; }
    body .blog-cards .filtered-items button {
      color: #000000; }
  body .blog-cards .views-exposed-form {
    display: none; }
  body .blog-cards .js-pager__items {
    margin-top: 20px; }
  body .blog-cards.blog-topic {
    padding: 70px 0px 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-cards.blog-topic {
        padding: 40px 0 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .blog-cards.blog-topic {
        padding: 40px 0 30px; } }
    @media (max-width: 595px) {
      body .blog-cards.blog-topic {
        padding: 0px 0 20px; } }
    body .blog-cards.blog-topic .filter-wrap {
      display: none; }
      @media (max-width: 595px) {
        body .blog-cards.blog-topic .filter-wrap {
          display: block; } }
    body .blog-cards.blog-topic .head-row {
      position: relative; }
      @media (max-width: 595px) {
        body .blog-cards.blog-topic .head-row {
          margin-bottom: 44px;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          body .blog-cards.blog-topic .head-row .left-content {
            opacity: 1;
            display: block;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
            body .blog-cards.blog-topic .head-row .left-content .heading {
              display: none; }
          body .blog-cards.blog-topic .head-row .dropdown {
            padding-left: 33px;
            margin-right: 0; }
            body .blog-cards.blog-topic .head-row .dropdown .dropdown-tag {
              white-space: nowrap;
              color: #151831; }
              body .blog-cards.blog-topic .head-row .dropdown .dropdown-tag::after {
                content: '';
                left: -33px; }
              body .blog-cards.blog-topic .head-row .dropdown .dropdown-tag::before {
                content: '';
                left: -29px; } }
  @media (max-width: 595px) and (max-width: 595px) {
    body .blog-cards.blog-topic .head-row .search-bar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      position: absolute;
      right: 0;
      bottom: -5px;
      max-width: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
      @media (max-width: 595px) {
          body .blog-cards.blog-topic .head-row .search-bar input {
            padding-top: 5px;
            opacity: 0;
            width: 100%;
            max-width: 100%;
            -webkit-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
            padding: 5px 40px 3px 42px; }
          body .blog-cards.blog-topic .head-row .search-bar .search-close {
            position: absolute;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            bottom: 5px;
            left: 0;
            cursor: pointer;
            background: url("/themes/authentic8/templates/dist/images/icons/clear-search-icon.svg") no-repeat;
            background-size: contain;
            z-index: 3; }
          body .blog-cards.blog-topic .head-row .search-bar .search-btn {
            top: 1px;
            width: 27px;
            height: 27px;
            right: -4px;
            background: transparent; }
          body .blog-cards.blog-topic .head-row .search-bar.search-open {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            overflow: visible;
            -webkit-transform: translateY(0);
                 -o-transform: translateY(0);
                    transform: translateY(0);
            max-width: 100%;
            z-index: 2; }
            body .blog-cards.blog-topic .head-row .search-bar.search-open input {
              opacity: 1; } }
    body .blog-cards.blog-topic .topic-heading .dropdown-tag {
      color: #151831;
      display: inline-block;
      font-size: 18px;
      font-weight: 900;
      position: relative;
      padding-right: 28px; }
      @media (max-width: 595px) {
        body .blog-cards.blog-topic .topic-heading .dropdown-tag {
          font-size: 20px; } }
    body .blog-cards.blog-topic .topic-heading .option-wrap {
      display: none; }
    body .blog-cards.blog-topic .search-button-static {
      position: absolute;
      width: 27px;
      height: 27px;
      right: 5px;
      top: 0;
      cursor: pointer;
      background: url(/themes/authentic8/templates/assets/images/search-ison.png) no-repeat center;
      background-size: contain;
      border-radius: 50%; }
      @media (max-width: 595px) {
        body .blog-cards.blog-topic .search-button-static {
          right: -4px; } }
    body .blog-cards.blog-topic .views-exposed-form + .result {
      color: #8690a4;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.56;
      position: absolute;
      top: -70px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-cards.blog-topic .views-exposed-form + .result {
          top: -40px; } }
      @media (max-width: 767px) {
        body .blog-cards.blog-topic .views-exposed-form + .result {
          position: relative;
          top: -10px; } }
      body .blog-cards.blog-topic .views-exposed-form + .result b {
        font-size: inherit;
        font-weight: inherit; }
    @media (max-width: 595px) {
      body .blog-cards.blog-topic .error-msg {
        top: -130%; } }
  body .blog-cards.js_blog_code {
    padding-bottom: 42px; }
    @media (max-width: 595px) {
      body .blog-cards.js_blog_code {
        padding-bottom: 52px; } }

@media (min-width: 596px) {
  body .filter-new + .blog-cards.blog-topic {
    padding-top: 20px; } }

body .content-with-slider {
  position: relative;
  background-color: #000000;
  padding: 30px 0 30px; }
  body .content-with-slider .slick-prev, body .content-with-slider .slick-next {
    top: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px; }
  @media (max-width: 595px) {
    body .content-with-slider {
      padding: 64px 0 24px; } }
  body .content-with-slider .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body .content-with-slider .col-three {
    max-width: 34%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%; }
    @media (max-width: 991px) {
      body .content-with-slider .col-three {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    body .content-with-slider .col-three .white-learn-more {
      font-size: 19px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -0.72px;
      text-transform: unset; }
      body .content-with-slider .col-three .white-learn-more:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        right: 15px;
        top: 6px;
        border-left: 3px solid #ffffff;
        border-top: 3px solid #ffffff;
        -webkit-transform: rotate(135deg);
             -o-transform: rotate(135deg);
                transform: rotate(135deg);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: none; }
      body .content-with-slider .col-three .white-learn-more:hover {
        color: unset; }
        body .content-with-slider .col-three .white-learn-more:hover:after {
          right: 5px; }
  body .content-with-slider .col-seven {
    max-width: 66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%; }
    @media (max-width: 991px) {
      body .content-with-slider .col-seven {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    body .content-with-slider .col-seven .col-two {
      padding: 0 15px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .content-with-slider .col-seven .col-two {
          width: 50%;
          padding: 0 10px; } }
      @media (max-width: 595px) {
        body .content-with-slider .col-seven .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%;
          max-width: 100%;
          margin-top: 12px;
          padding: 0 10px; } }
  body .content-with-slider__content {
    color: #ffffff;
    padding-right: 48px; }
    @media (max-width: 991px) {
      body .content-with-slider__content {
        margin-bottom: 40px; } }
    @media (max-width: 595px) {
      body .content-with-slider__content {
        padding-right: 20px;
        margin-bottom: 35px; } }
    body .content-with-slider__content > span {
      color: #ffffff;
      font-size: 19px;
      font-weight: 900;
      letter-spacing: -0.72px;
      font-family: "proxima-nova", sans-serif; }
      @media (max-width: 595px) {
        body .content-with-slider__content > span {
          margin-bottom: 14px; } }
    body .content-with-slider__content h3 {
      font-size: 34px;
      margin-top: 27px;
      color: #ffffff; }
    body .content-with-slider__content p {
      font-weight: 600;
      margin-top: 12px;
      color: #ffffff;
      letter-spacing: -0.19px;
      line-height: normal; }
      @media (min-width: 1336px) {
        body .content-with-slider__content p {
          font-size: 19px;
          max-width: 390px; } }
      @media (max-width: 595px) {
        body .content-with-slider__content p {
          margin-bottom: 30px; } }
  body .content-with-slider__action {
    margin-top: 24px; }
  body .content-with-slider__slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      body .content-with-slider__slider {
        width: calc(100% + 20px);
        margin-left: -10px; } }
  body .content-with-slider .slick-prev {
    right: 55px;
    background: url(/themes/authentic8/templates/assets/images/icons/white_arrow.svg);
    background-size: contain;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 767px) {
      body .content-with-slider .slick-prev {
        right: 45px; } }
  body .content-with-slider .slick-next {
    right: 15px;
    background: url(/themes/authentic8/templates/assets/images/icons/white_arrow.svg);
    background-size: contain; }
    @media (max-width: 767px) {
      body .content-with-slider .slick-next {
        right: 10px; } }
  body .content-with-slider .slick-initialized {
    padding-top: 54px; }
  body .content-with-slider .slick-track {
    height: 100%; }

body .trial-cta {
  position: relative;
  padding: 35px 0 50px; }
  @media (max-width: 595px) {
    body .trial-cta {
      padding: 20px 0 50px; } }
  body .trial-cta .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 36px 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: url(/themes/authentic8/templates/assets/images/above-cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -24px; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .trial-cta .wrapper {
        padding: 30px 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .trial-cta .wrapper {
        padding: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .trial-cta .wrapper {
        padding: 30px; } }
    @media (max-width: 595px) {
      body .trial-cta .wrapper {
        background: url(/themes/authentic8/templates/assets/images/blog-card-bg.png);
        background-size: cover;
        padding: 33px 59px 40px; } }
  body .trial-cta .logo-wrap {
    max-width: 143px;
    height: 81px;
    width: 100%;
    margin-right: 80px;
    -ms-flex-preferred-size: 143px;
        flex-basis: 143px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .trial-cta .logo-wrap {
        margin-right: 40px; } }
    @media (max-width: 767px) {
      body .trial-cta .logo-wrap {
        max-width: 162px;
        -ms-flex-preferred-size: 162px;
            flex-basis: 162px;
        margin: 0 auto 15px; } }
    body .trial-cta .logo-wrap img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  body .trial-cta .text-wrap {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 767px) {
      body .trial-cta .text-wrap {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    body .trial-cta .text-wrap h2 {
      max-width: 440px;
      color: #ffffff;
      font-size: 40px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: -1px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .trial-cta .text-wrap h2 {
          font-size: 30px;
          margin: 10px 0; } }
      @media (max-width: 767px) {
        body .trial-cta .text-wrap h2 {
          text-align: center;
          max-width: 100%;
          font-size: 19px;
          margin-bottom: 35px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .trial-cta .text-wrap .btn-wrap {
        margin: 10px 0; } }
    @media (max-width: 767px) {
      body .trial-cta .text-wrap .btn-wrap {
        text-align: center;
        width: 100%; } }
    body .trial-cta .text-wrap .btn-wrap .btn-common span {
      font-size: 23px; }
    @media (max-width: 767px) {
      body .trial-cta .text-wrap .btn-wrap .btn-common span {
        font-size: 16px; } }

body .authorinfo {
  position: relative;
  padding: 0; }
  body .authorinfo .col-wrap {
    width: 72%;
    padding-right: 62px;
    position: relative;
    padding-top: 53px; }
    body .authorinfo .col-wrap::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      right: 0px;
      top: 0px;
      background-color: #bcc4cc; }
      @media (max-width: 767px) {
        body .authorinfo .col-wrap::before {
          display: none; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .authorinfo .col-wrap {
        padding-right: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .authorinfo .col-wrap {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      body .authorinfo .col-wrap {
        width: 100%;
        padding-right: 0;
        padding-top: 40px; } }
    body .authorinfo .col-wrap h3 {
      font-size: 34px;
      padding-top: 31px;
      border-top: 1px solid #bcc4cc;
      font-weight: bold;
      letter-spacing: -0.14px;
      margin-bottom: 31px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .authorinfo .col-wrap h3 {
          margin-bottom: 26px;
          padding-top: 22px; } }
      @media (max-width: 767px) {
        body .authorinfo .col-wrap h3 {
          margin-bottom: 23px;
          padding-top: 20px;
          border-top: none; } }
      @media (max-width: 595px) {
        body .authorinfo .col-wrap h3 {
          padding-top: 0; } }
  body .authorinfo .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 76px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 991px) {
      body .authorinfo .info-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 50px; } }
    body .authorinfo .info-wrap .img-wrap {
      max-width: 190px;
      height: 190px;
      width: 100%;
      overflow: hidden;
      border-radius: 50%; }
      @media (max-width: 767px) {
        body .authorinfo .info-wrap .img-wrap {
          margin: 0 auto 20px; } }
      @media (max-width: 595px) {
        body .authorinfo .info-wrap .img-wrap {
          margin: 0 auto 25px;
          max-width: 130px;
          height: 130px; } }
      body .authorinfo .info-wrap .img-wrap img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 50%; }
    body .authorinfo .info-wrap .content-wrap {
      width: calc(100% - 190px);
      padding-left: 34px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .authorinfo .info-wrap .content-wrap {
          padding-left: 25px; } }
      @media (max-width: 767px) {
        body .authorinfo .info-wrap .content-wrap {
          width: 100%;
          padding-left: 0; } }
      body .authorinfo .info-wrap .content-wrap h5 {
        font-size: 25px;
        font-weight: 900; }
      body .authorinfo .info-wrap .content-wrap span {
        font-size: 16px;
        font-weight: 900;
        color: #424b68;
        margin-bottom: 21px;
        display: inline-block; }
        @media (max-width: 595px) {
          body .authorinfo .info-wrap .content-wrap span {
            margin-bottom: 20px;
            line-height: 1.67; } }
      body .authorinfo .info-wrap .content-wrap p {
        font-size: 16px;
        font-weight: 500;
        color: #8690a4;
        margin-bottom: 22px;
        font-size: 16px;
        line-height: normal;
        letter-spacing: normal; }
        @media (max-width: 595px) {
          body .authorinfo .info-wrap .content-wrap p {
            line-height: 1.5; } }
    body .authorinfo .info-wrap .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 29px; }
      @media (max-width: 991px) {
        body .authorinfo .info-wrap .social-links {
          margin-bottom: 24px; } }
      body .authorinfo .info-wrap .social-links strong {
        font-size: 16px;
        font-weight: 900;
        color: #8690a4;
        padding-right: 7px; }
      body .authorinfo .info-wrap .social-links a {
        font-size: 0;
        margin: 0 8px 0 0;
        border-radius: 5px;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 991px) {
          body .authorinfo .info-wrap .social-links a {
            width: 18px;
            height: 18px; } }
        body .authorinfo .info-wrap .social-links a svg {
          width: 100%;
          height: 100%;
          -webkit-transition: fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out;
          transition: fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out;
          -o-transition: fill 0.3s ease-in-out, 0.3s -o-transform ease-in-out;
          transition: 0.3s transform ease-in-out, fill 0.3s ease-in-out;
          transition: 0.3s transform ease-in-out, fill 0.3s ease-in-out, 0.3s -webkit-transform ease-in-out, 0.3s -o-transform ease-in-out; }
          body .authorinfo .info-wrap .social-links a svg path {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        body .authorinfo .info-wrap .social-links a:hover {
          -webkit-transform: translateY(-8px);
               -o-transform: translateY(-8px);
                  transform: translateY(-8px); }
          @media (max-width: 1024px) {
            body .authorinfo .info-wrap .social-links a:hover {
              -webkit-transform: translateY(0);
                   -o-transform: translateY(0);
                      transform: translateY(0); } }
          body .authorinfo .info-wrap .social-links a:hover svg .green-icon {
            fill: #68be62; }
            @media (max-width: 1024px) {
              body .authorinfo .info-wrap .social-links a:hover svg .green-icon {
                fill: unset; } }
    body .authorinfo .info-wrap .link-more {
      font-size: 16px;
      font-weight: 900;
      line-height: normal;
      letter-spacing: normal;
      color: #424b68; }
      body .authorinfo .info-wrap .link-more:after {
        right: -17px;
        top: 5px;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(140deg);
             -o-transform: rotate(140deg);
                transform: rotate(140deg);
        border-color: #424b68; }
      body .authorinfo .info-wrap .link-more:hover:after {
        right: -24px; }

body .blog-detail-page {
  position: relative;
  padding: 15px 0 0px; }
  @media (max-width: 595px) {
    body .blog-detail-page {
      padding: 50px 0 0px; } }
  body .blog-detail-page .author-wrap {
    position: relative;
    display: none; }
    @media (max-width: 595px) {
      body .blog-detail-page .author-wrap {
        display: block;
        margin-bottom: 14px; } }
    body .blog-detail-page .author-wrap .author-brief {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 26px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body .blog-detail-page .author-wrap .author-brief .img-wrap {
        max-width: 36px;
        height: 36px;
        width: 100%;
        border-radius: 50%;
        overflow: hidden; }
        body .blog-detail-page .author-wrap .author-brief .img-wrap img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .blog-detail-page .author-wrap .author-brief .about-author {
        padding-left: 7px;
        margin-top: 4px;
        width: calc(100% - 40px); }
        body .blog-detail-page .author-wrap .author-brief .about-author h6,
        body .blog-detail-page .author-wrap .author-brief .about-author p {
          font-weight: 900;
          font-size: 16px;
          line-height: normal;
          letter-spacing: -0.16px;
          text-transform: uppercase;
          color: #1b1d39;
          letter-spacing: -0.16px; }
          @media (max-width: 991px) {
            body .blog-detail-page .author-wrap .author-brief .about-author h6,
            body .blog-detail-page .author-wrap .author-brief .about-author p {
              font-size: 12px; } }
        body .blog-detail-page .author-wrap .author-brief .about-author h6 {
          margin-bottom: 2px; }
    body .blog-detail-page .author-wrap .social-icons {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: unset; }
      body .blog-detail-page .author-wrap .social-icons span {
        font-weight: 500;
        font-size: 13px;
        color: #1b1d39; }
      body .blog-detail-page .author-wrap .social-icons li {
        margin: 0 7px 0 0;
        padding: unset; }
        body .blog-detail-page .author-wrap .social-icons li:nth-last-of-type(1) {
          margin: 0 0px 0 0; }
          @media (max-width: 595px) {
            body .blog-detail-page .author-wrap .social-icons li:nth-last-of-type(1) a {
              margin-right: 4px !important; } }
        @media (max-width: 767px) {
          body .blog-detail-page .author-wrap .social-icons li {
            margin: 0; } }
      body .blog-detail-page .author-wrap .social-icons a {
        margin-right: 10px;
        width: 17px;
        height: 17px; }
        @media (max-width: 595px) {
          body .blog-detail-page .author-wrap .social-icons a {
            margin-right: 16px; } }
  body .blog-detail-page .main-content {
    width: 72%;
    display: inline-block;
    padding-right: 62px;
    position: relative; }
    body .blog-detail-page .main-content:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      right: 0;
      top: 0;
      background-color: #bcc4cc; }
      @media (max-width: 767px) {
        body .blog-detail-page .main-content:after {
          display: none; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .blog-detail-page .main-content {
        padding-right: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-detail-page .main-content {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      body .blog-detail-page .main-content {
        width: 100%;
        padding-right: unset; } }
    @media (max-width: 595px) {
      body .blog-detail-page .main-content {
        margin-left: -4px; } }
  body .blog-detail-page .content-wrapper a {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.18px;
    -webkit-transition: all 0.4 ease-in-out;
    -o-transition: all 0.4 ease-in-out;
    transition: all 0.4 ease-in-out;
    display: initial; }
    body .blog-detail-page .content-wrapper a:hover {
      color: #68be62;
      text-decoration: underline; }
    @media (max-width: 991px) {
      body .blog-detail-page .content-wrapper a {
        font-size: 16px; } }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper a {
        line-height: 1.5; } }
  body .blog-detail-page .content-wrapper p {
    margin-bottom: 26px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: -0.18px; }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper p {
        margin-bottom: 24px;
        line-height: 1.5; } }
    body .blog-detail-page .content-wrapper p iframe {
      max-width: 560px;
      height: 315px;
      width: 100%; }
      @media (max-width: 500px) {
        body .blog-detail-page .content-wrapper p iframe {
          height: 225px; } }
  body .blog-detail-page .content-wrapper ul {
    padding-left: 50px; }
    @media (max-width: 991px) {
      body .blog-detail-page .content-wrapper ul {
        padding-left: 35px; } }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper ul {
        padding-left: 20px; } }
    body .blog-detail-page .content-wrapper ul li {
      font-size: 18px;
      line-height: 1.45;
      color: #424b68;
      margin: 22px 0;
      padding-left: 30px;
      letter-spacing: normal; }
      body .blog-detail-page .content-wrapper ul li:before {
        top: 11px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #424b68; }
      @media (max-width: 991px) {
        body .blog-detail-page .content-wrapper ul li {
          margin: 15px 0;
          padding-left: 20px; } }
      body .blog-detail-page .content-wrapper ul li a {
        position: relative; }
        body .blog-detail-page .content-wrapper ul li a:hover::after {
          width: 100%;
          opacity: 1; }
        body .blog-detail-page .content-wrapper ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          height: 2px;
          width: 0;
          opacity: 0;
          background-color: #68be62;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      body .blog-detail-page .content-wrapper ul li strong {
        font-size: inherit; }
      body .blog-detail-page .content-wrapper ul li span {
        color: #444e69;
        margin-right: 5px;
        font-size: inherit; }
  body .blog-detail-page .content-wrapper ol {
    padding-left: 50px; }
    @media (max-width: 991px) {
      body .blog-detail-page .content-wrapper ol {
        padding-left: 35px; } }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper ol {
        padding-left: 20px; } }
    body .blog-detail-page .content-wrapper ol li {
      color: #424b68; }
      body .blog-detail-page .content-wrapper ol li::marker {
        color: #424b68; }
  body .blog-detail-page .content-wrapper h2 {
    margin: 44px 0 25px;
    font-size: 42px; }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper h2 {
        margin: 25px 0; } }
  body .blog-detail-page .content-wrapper h3 {
    font-size: 36px;
    margin: 30px 0 25px;
    font-weight: 600;
    line-height: 1.11;
    letter-spacing: -1.01px; }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper h3 {
        margin: 25px 0; } }
  body .blog-detail-page .content-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.11; }
  body .blog-detail-page .content-wrapper .pullquote,
  body .blog-detail-page .content-wrapper pre {
    color: #8690a4;
    padding-left: 13px;
    letter-spacing: -0.54px;
    line-height: 1.44;
    border-left: 1px solid #8690a4;
    font-weight: 300;
    margin: 39px 0px 39px 47px;
    max-width: 700px;
    position: relative;
    white-space: normal; }
    @media (min-width: 1336px) {
      body .blog-detail-page .content-wrapper .pullquote,
      body .blog-detail-page .content-wrapper pre {
        font-size: 27px; } }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .blog-detail-page .content-wrapper .pullquote,
      body .blog-detail-page .content-wrapper pre {
        font-size: 28px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-detail-page .content-wrapper .pullquote,
      body .blog-detail-page .content-wrapper pre {
        font-size: 24px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .blog-detail-page .content-wrapper .pullquote,
      body .blog-detail-page .content-wrapper pre {
        font-size: 22px; } }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper .pullquote,
      body .blog-detail-page .content-wrapper pre {
        font-size: 20px;
        margin: 57px 2px 64px; } }
  body .blog-detail-page .content-wrapper img {
    margin: 44px 0 44px; }
  body .blog-detail-page .content-wrapper img {
    margin: 44px 0; }
  body .blog-detail-page .content-wrapper .img-wrap {
    margin: 44px 0; }
    body .blog-detail-page .content-wrapper .img-wrap img {
      margin: 0; }
    body .blog-detail-page .content-wrapper .img-wrap pre {
      font-weight: 400;
      font-style: italic;
      margin: 15px 0 40px;
      letter-spacing: 0;
      padding: 0;
      border: none;
      font-size: 15px;
      white-space: normal; }
      @media (max-width: 595px) {
        body .blog-detail-page .content-wrapper .img-wrap pre {
          margin: 15px 2px 40px; } }
  body .blog-detail-page .content-wrapper .small {
    max-width: 494px; }
    body .blog-detail-page .content-wrapper .small img {
      margin: -2px 0 25px; }
      @media (max-width: 595px) {
        body .blog-detail-page .content-wrapper .small img {
          margin: 21px 0 54px; } }
  @media (max-width: 480px) {
    body .blog-detail-page .content-wrapper .ad-series-img {
      width: calc(100% + 50px);
      margin-left: -20px; }
      body .blog-detail-page .content-wrapper .ad-series-img img {
        height: 118px; } }
  body .blog-detail-page .content-wrapper blockquote {
    position: relative;
    color: #8690a4;
    padding-bottom: 44px;
    margin-top: 63px;
    text-align: right; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-detail-page .content-wrapper blockquote {
        padding-bottom: 36px;
        margin-top: 55px; } }
    @media (max-width: 767px) {
      body .blog-detail-page .content-wrapper blockquote {
        padding-bottom: 30px;
        margin-top: 49px; } }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper blockquote {
        text-align: left; } }
    body .blog-detail-page .content-wrapper blockquote p {
      color: #8690a4;
      letter-spacing: -0.54px;
      line-height: 1.44;
      font-size: 30px;
      font-weight: 300; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .blog-detail-page .content-wrapper blockquote p {
          font-size: 28px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-detail-page .content-wrapper blockquote p {
          font-size: 24px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .blog-detail-page .content-wrapper blockquote p {
          font-size: 22px; } }
      @media (max-width: 595px) {
        body .blog-detail-page .content-wrapper blockquote p {
          font-size: 20px; } }
    body .blog-detail-page .content-wrapper blockquote h4,
    body .blog-detail-page .content-wrapper blockquote p {
      border-left: 0px;
      position: relative;
      margin-bottom: 0;
      padding-top: 30px;
      padding: 33px 0px 0 9px;
      max-width: 100%;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-detail-page .content-wrapper blockquote h4,
        body .blog-detail-page .content-wrapper blockquote p {
          margin-top: 46px; } }
      @media (max-width: 595px) {
        body .blog-detail-page .content-wrapper blockquote h4,
        body .blog-detail-page .content-wrapper blockquote p {
          margin-top: 68px;
          padding: 27px 0px 0 4px; } }
    body .blog-detail-page .content-wrapper blockquote::before {
      content: '';
      position: absolute;
      top: 0;
      left: 52px;
      width: 100%;
      max-width: 381px;
      height: auto;
      border-top: 1px solid #8690a4;
      z-index: -5; }
      @media (max-width: 595px) {
        body .blog-detail-page .content-wrapper blockquote::before {
          top: 0;
          left: 51px;
          max-width: calc(100% - 50px); } }
    body .blog-detail-page .content-wrapper blockquote::after {
      content: '';
      position: absolute;
      top: -29px;
      left: 3px;
      width: 42px;
      height: 42px;
      color: #8690a4;
      background: url("/themes/authentic8/templates/assets/images/double-quote.png");
      z-index: -4;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media (max-width: 595px) {
        body .blog-detail-page .content-wrapper blockquote::after {
          left: 8px; } }
    body .blog-detail-page .content-wrapper blockquote span {
      display: inline-block;
      font-size: 18px;
      margin-top: 23px;
      margin-right: 13px;
      text-transform: unset;
      font-weight: 900; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-detail-page .content-wrapper blockquote span {
          margin-top: 15px; } }
      @media (max-width: 595px) {
        body .blog-detail-page .content-wrapper blockquote span {
          margin-top: 7px;
          text-align: left; } }
  body .blog-detail-page .content-wrapper blockquote + h2 {
    margin-top: 0; }
  body .blog-detail-page .content-wrapper p + .img-wrap img {
    margin-top: 18px; }
  body .blog-detail-page .content-wrapper .link-btn {
    text-decoration: none !important;
    color: #8690a4;
    border: 1px solid #8690a4;
    border-radius: 10px;
    padding: 10px 16px;
    margin: 20px 10px 0px 0;
    display: inline-block; }
    body .blog-detail-page .content-wrapper .link-btn:hover {
      color: #ffffff;
      border-color: #68be62;
      background-color: #68be62; }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper .link-btn {
        margin: 20px 12px 5px 0; } }
  body .blog-detail-page .content-wrapper .link-tag {
    font-size: 16px;
    text-transform: uppercase;
    color: #8690a4;
    margin: 21px 0 0;
    display: inline-block;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: normal; }
    @media (max-width: 595px) {
      body .blog-detail-page .content-wrapper .link-tag {
        margin: 23px 3px 0; } }
  body .blog-detail-page .right-aside {
    width: 28%;
    float: right;
    padding-left: 60px; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .blog-detail-page .right-aside {
        padding-left: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-detail-page .right-aside {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      body .blog-detail-page .right-aside {
        float: unset;
        width: 100%;
        padding-left: unset; } }
    @media (max-width: 595px) {
      body .blog-detail-page .right-aside {
        display: none; } }
  body .blog-detail-page .top-card {
    position: relative; }
    @media (max-width: 767px) {
      body .blog-detail-page .top-card {
        margin-top: 50px; } }
    body .blog-detail-page .top-card .bg-image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%; }
      body .blog-detail-page .top-card .bg-image img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .blog-detail-page .top-card.white-gredient .content-wrap p {
      color: #151831; }
    body .blog-detail-page .top-card.white-gredient .btn-common {
      border-color: #151831; }
      body .blog-detail-page .top-card.white-gredient .btn-common span {
        color: #151831; }
      body .blog-detail-page .top-card.white-gredient .btn-common:hover span {
        color: #ffffff; }
  body .blog-detail-page .content-wrap {
    text-align: center;
    padding: 36px 49px;
    position: relative; }
    @media (max-width: 991px) {
      body .blog-detail-page .content-wrap {
        padding: 25px; } }
    body .blog-detail-page .content-wrap .img-wrap {
      max-width: 164px;
      margin: auto; }
      @media (max-width: 991px) {
        body .blog-detail-page .content-wrap .img-wrap {
          max-width: 100px; } }
    body .blog-detail-page .content-wrap p {
      color: #ffffff;
      font-weight: 900;
      letter-spacing: -0.48px;
      margin: 35px auto;
      line-height: normal; }
      @media (min-width: 1336px) {
        body .blog-detail-page .content-wrap p {
          font-size: 19px; } }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .blog-detail-page .content-wrap p {
          margin: 25px auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-detail-page .content-wrap p {
          font-size: 17px;
          margin: 15px auto; } }
      @media (max-width: 767px) {
        body .blog-detail-page .content-wrap p {
          max-width: 100%;
          font-size: 16px;
          margin: 10px auto 15px; } }
  body .blog-detail-page .link-wrap {
    margin-top: 50px; }
    body .blog-detail-page .link-wrap h3 {
      margin-bottom: 45px;
      line-height: 1.11;
      letter-spacing: -1.01px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-detail-page .link-wrap h3 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        body .blog-detail-page .link-wrap h3 {
          margin-bottom: 20px; } }
      @media (max-width: 595px) {
        body .blog-detail-page .link-wrap h3 {
          font-size: 22px; } }
    body .blog-detail-page .link-wrap ul li {
      padding-left: unset;
      margin: 15px 0 27px;
      padding-bottom: 27px;
      border-bottom: 1px solid #8690a4; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .blog-detail-page .link-wrap ul li {
          padding-bottom: 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .blog-detail-page .link-wrap ul li {
          padding-bottom: 10px;
          margin: 15px 0; } }
      @media (max-width: 595px) {
        body .blog-detail-page .link-wrap ul li {
          padding-bottom: 5px;
          margin: 15px 0; } }
      body .blog-detail-page .link-wrap ul li a {
        font-weight: 900;
        font-size: 21px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: -0.59px;
        color: #151831;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        body .blog-detail-page .link-wrap ul li a:hover {
          color: #68be62; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .blog-detail-page .link-wrap ul li a {
            padding-bottom: 10px;
            font-size: 18px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .blog-detail-page .link-wrap ul li a {
            padding-bottom: 10px;
            font-size: 18px; } }
        @media (max-width: 595px) {
          body .blog-detail-page .link-wrap ul li a {
            font-size: 16px;
            margin: 0;
            padding-bottom: 5px; } }
  body .blog-detail-page .a2a_kit > a > .a2a_svg {
    background-color: #151831 !important; }
    body .blog-detail-page .a2a_kit > a > .a2a_svg svg path {
      fill: #ffffff !important; }
  body .blog-detail-page .a2a_kit > a:hover > .a2a_svg {
    background-color: #151831 !important; }
    body .blog-detail-page .a2a_kit > a:hover > .a2a_svg svg path {
      fill: #ffffff !important; }
  @media (max-width: 595px) {
    body .blog-detail-page .social-icon-wrap .share-btn {
      background: url(/themes/authentic8/templates/assets/images/blog-icon/share-icon-black.svg) no-repeat;
      background-size: contain; } }
  body .blog-detail-page .img-with-text {
    margin: 44px 0 54px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .blog-detail-page .img-with-text {
        min-height: 200px; } }
    @media (max-width: 595px) {
      body .blog-detail-page .img-with-text {
        width: calc(100% + 40px);
        margin-left: -20px; } }
    body .blog-detail-page .img-with-text__img img {
      margin: 0 !important; }
    body .blog-detail-page .img-with-text__content-inner {
      max-width: 340px;
      margin-top: 50px; }
      @media (max-width: 595px) {
        body .blog-detail-page .img-with-text__content-inner {
          margin-top: 10px;
          max-width: 190px; } }
    body .blog-detail-page .img-with-text__content h2 {
      margin: 10px 0 0 !important; }
      @media (max-width: 595px) {
        body .blog-detail-page .img-with-text__content h2 {
          font-size: 24px !important; } }
  body .blog-detail-page .add-card {
    margin-top: 50px; }

body .blog-cta {
  background-image: url("/themes/authentic8/templates/assets/images/blog-cta.png");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 56px 0 70px; }
  @media (max-width: 595px) {
    body .blog-cta {
      padding: 88px 0 119px;
      background-position-x: 68%; } }
  body .blog-cta .mktoForm {
    width: 100% !important;
    max-width: 480px !important; }
    body .blog-cta .mktoForm .mktoFormCol {
      margin: auto 0 !important; }
      @media (max-width: 595px) {
        body .blog-cta .mktoForm .mktoFormCol {
          margin-top: 0; } }
  body .blog-cta .hidden-form {
    display: block; }
  body .blog-cta .thanks-message .content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 15px auto 0;
    padding: 15px 30px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    position: relative; }
    body .blog-cta .thanks-message .content p {
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      border-radius: 8px;
      color: #ffffff; }
      @media (max-width: 595px) {
        body .blog-cta .thanks-message .content p {
          font-size: 20px; } }
  body .blog-cta .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .blog-cta .wrapper h2 {
      color: #ffffff;
      margin-bottom: 14px;
      font-size: 50px;
      font-weight: normal;
      line-height: 1.1;
      letter-spacing: normal;
      padding: unset !important;
      text-align: center; }
    body .blog-cta .wrapper h6 {
      color: #ffffff;
      font-size: 22px;
      font-weight: normal;
      line-height: 1.45;
      letter-spacing: normal;
      text-align: center;
      padding: unset !important;
      margin-bottom: 24px; }
      @media (max-width: 595px) {
        body .blog-cta .wrapper h6 {
          margin: 0 auto 44px;
          max-width: 262px; } }
    body .blog-cta .wrapper .mktoFormRow {
      width: 80%;
      max-width: 350px;
      display: inline-block !important;
      position: relative;
      vertical-align: middle;
      min-height: 54px !important;
      z-index: 99;
      margin-bottom: auto !important; }
      @media (max-width: 595px) {
        body .blog-cta .wrapper .mktoFormRow {
          width: 100%;
          max-width: 100%; } }
    body .blog-cta .wrapper .mktoButtonRow {
      width: 20%;
      max-width: 130px;
      vertical-align: middle;
      min-height: 54px !important;
      display: inline-block !important;
      position: relative;
      left: 2px;
      margin-top: auto !important; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .blog-cta .wrapper .mktoButtonRow {
          top: auto; } }
      @media (max-width: 767px) {
        body .blog-cta .wrapper .mktoButtonRow {
          max-width: 115px; } }
      @media (max-width: 595px) {
        body .blog-cta .wrapper .mktoButtonRow {
          width: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0; } }
      body .blog-cta .wrapper .mktoButtonRow .mktoButtonWrap .mktoButton {
        position: relative;
        right: 2px;
        line-height: 0.98 !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        padding: 17px 20px !important;
        border-top-left-radius: unset !important;
        border-bottom-left-radius: unset !important;
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .blog-cta .wrapper .mktoButtonRow .mktoButtonWrap .mktoButton {
            padding: 15px 20px 14px; } }
        @media (min-width: 596px) {
          body .blog-cta .wrapper .mktoButtonRow .mktoButtonWrap .mktoButton {
            height: 54px !important; } }
        @media (max-width: 595px) {
          body .blog-cta .wrapper .mktoButtonRow .mktoButtonWrap .mktoButton {
            padding: 16px 26px !important;
            border-radius: 0px !important;
            right: 15px; } }
    body .blog-cta .wrapper .mktoFieldWrap {
      padding: unset !important; }
      body .blog-cta .wrapper .mktoFieldWrap label {
        display: none; }
    body .blog-cta .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input {
      border-bottom: none !important;
      max-width: 400px !important;
      width: 100% !important;
      position: relative;
      font-size: 19px !important;
      margin-top: 0 !important;
      height: 54px;
      padding: 14.7px 20px 16px !important;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      border: none;
      border: 2px solid #ffffff;
      background-color: #ffffff;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      font-weight: 500 !important;
      line-height: normal !important;
      letter-spacing: -0.72px !important;
      text-align: left;
      color: #151930 !important; }
      @media (min-width: 596px) {
        body .blog-cta .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input {
          height: 54px !important; } }
      @media (max-width: 595px) {
        body .blog-cta .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input {
          padding: 15px !important;
          border-radius: 0px !important;
          max-width: 100% !important;
          margin-bottom: 32px; } }
    body .blog-cta .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder {
      color: #bdc4cc; }
    body .blog-cta .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder {
      color: #bdc4cc; }
    body .blog-cta .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-ms-input-placeholder {
      color: #bdc4cc; }
    body .blog-cta .wrapper .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::placeholder {
      color: #bdc4cc; }
    body .blog-cta .wrapper .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
      color: #fff;
      border: 1px solid #75ae4c;
      background-color: #99c47c;
      white-space: nowrap; }
    body .blog-cta .wrapper .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
      border: 1px solid #447f19;
      background-color: #fff; }
    body .blog-cta .wrapper .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
      outline: none;
      border: 1px solid #447f19;
      background-color: #fff; }
    body .blog-cta .wrapper .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
      background-color: #75ae4c;
      background-color: #fff;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#75ae4c), to(#99c47c));
      background-image: -webkit-linear-gradient(top, #75ae4c, #99c47c);
      background-image: -o-linear-gradient(top, #75ae4c, #99c47c);
      background-image: linear-gradient(to bottom, #75ae4c, #99c47c); }

body .twitter-imgs {
  padding: 42px 0; }
  @media (max-width: 595px) {
    body .twitter-imgs {
      padding: 52px 0; } }
  body .twitter-imgs h3 {
    color: #151831;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.14px;
    text-transform: capitalize; }
    @media (max-width: 595px) {
      body .twitter-imgs h3 {
        margin-bottom: 50px; } }
    body .twitter-imgs h3::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      left: 0px;
      top: 9px;
      z-index: 99;
      background: url(/themes/authentic8/templates/assets/images/twitter-blue.svg);
      background-repeat: no-repeat;
      background-size: 100%; }
  body .twitter-imgs .wrapper {
    width: calc(100% + 32px);
    margin-left: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 595px) {
      body .twitter-imgs .wrapper {
        margin-left: 0;
        width: 100%; } }
  body .twitter-imgs .wrapper + .link-more {
    margin-top: 37px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .twitter-imgs .wrapper + .link-more {
        margin-top: 5px; } }
    @media (max-width: 767px) {
      body .twitter-imgs .wrapper + .link-more {
        margin-top: 3px; } }
  body .twitter-imgs .col-four {
    -ms-flex-preferred-size: calc(25% - 32px);
        flex-basis: calc(25% - 32px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: calc(25% - 32px);
    width: 100%;
    margin: 0 16px;
    border: 1px solid #bdc4cc;
    border-radius: 5px;
    height: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .twitter-imgs .col-four {
        -ms-flex-preferred-size: calc(50% - 32px);
            flex-basis: calc(50% - 32px);
        max-width: calc(50% - 32px);
        margin: 0 16px 32px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .twitter-imgs .col-four {
        -ms-flex-preferred-size: calc(50% - 32px);
            flex-basis: calc(50% - 32px);
        max-width: calc(50% - 32px);
        margin: 0 16px 32px; } }
    @media (max-width: 595px) {
      body .twitter-imgs .col-four {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin: 0 0 34px; } }
    body .twitter-imgs .col-four.show {
      display: block !important; }
  body .twitter-imgs .logo-wrap {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px; }
  body .twitter-imgs .img-wrap {
    width: calc(100% + 38px);
    margin-left: -19px;
    margin-top: -15px;
    margin-bottom: 13px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    height: 152px; }
    body .twitter-imgs .img-wrap img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top;
      height: 100%; }
  body .twitter-imgs .inner-wrap {
    padding: 14px 18px 9px;
    overflow: hidden;
    min-height: 186px; }
  body .twitter-imgs .text-wrap .tweet-img {
    max-width: 100%;
    height: 100%; }
  body .twitter-imgs .text-wrap .head-row {
    margin-bottom: 11px;
    position: relative; }
    body .twitter-imgs .text-wrap .head-row .likes {
      position: absolute;
      top: 0;
      right: 0; }
      body .twitter-imgs .text-wrap .head-row .likes::before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        width: 15px;
        height: 15px;
        background: url("/themes/authentic8/templates/dist/images/icons/heart-icon.png") no-repeat center;
        background-size: contain; }
      body .twitter-imgs .text-wrap .head-row .likes p {
        color: #8690a4;
        font-size: 13px; }
  body .twitter-imgs .text-wrap .head span {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.13px;
    text-align: left;
    color: #8690a4; }
  body .twitter-imgs .text-wrap .head p {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: left;
    color: #000000; }
  body .twitter-imgs .text-wrap > p {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.15px;
    text-align: left;
    color: #424b68;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 114.2px; }
  body .twitter-imgs .text-wrap .tweet-img {
    margin: 15px 0 4px; }
  body .twitter-imgs .link-more {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.72px;
    color: #151831;
    font-size: 19px;
    line-height: normal;
    letter-spacing: -0.72px;
    position: relative; }
    body .twitter-imgs .link-more:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      right: -10px;
      top: 50%;
      border-left: 3px solid #151831;
      border-top: 3px solid #151831;
      -webkit-transform: rotate(140deg) translateX(-50%);
           -o-transform: rotate(140deg) translateX(-50%);
              transform: rotate(140deg) translateX(-50%);
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    body .twitter-imgs .link-more:hover:after {
      right: -20px; }

body .col-two-with-cards .section-heading h2 {
  text-transform: uppercase;
  font-weight: 900; }
  @media (min-width: 1336px) {
    body .col-two-with-cards .section-heading h2 {
      font-size: 74px;
      line-height: normal; } }

body .col-two-with-cards .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-top: 43px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .col-two-with-cards .row {
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .col-two-with-cards .row {
      margin-top: 10px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .col-two-with-cards .row {
      width: calc(100% + 20px);
      margin-top: 0;
      margin-left: -10px; } }
  @media (max-width: 595px) {
    body .col-two-with-cards .row {
      width: 100%;
      margin-top: 0;
      margin-left: 0; } }

body .col-two-with-cards .card-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  width: 100%; }
  @media (max-width: 595px) {
    body .col-two-with-cards .card-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }

body .col-two-with-cards .secondary-card {
  margin: 25px 15px 0; }
  @media (min-width: 596px) and (max-width: 767px) {
    body .col-two-with-cards .secondary-card {
      margin: 25px 10px 0; } }
  @media (max-width: 595px) {
    body .col-two-with-cards .secondary-card {
      margin: 25px 0 0; } }

body .col-two-with-cards.bg-astronaut .section-heading h2, body .col-two-with-cards.bg-astronaut .section-heading h5 {
  color: #ffffff; }

body .col-two-with-cards.odd-cards .card-item {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 33.33333%; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .col-two-with-cards.odd-cards .card-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .col-two-with-cards.odd-cards .card-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (max-width: 595px) {
    body .col-two-with-cards.odd-cards .card-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }

body .numeric-with-description .number-icon {
  display: block;
  width: 160px;
  height: 160px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .numeric-with-description .number-icon {
      width: 100px;
      height: 100px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .numeric-with-description .number-icon {
      width: 80px;
      height: 80px; } }
  @media (max-width: 595px) {
    body .numeric-with-description .number-icon {
      width: 50px;
      height: 50px; } }

body .numeric-with-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  body .numeric-with-description__item:nth-child(2) .number-icon {
    background: url(/themes/authentic8/templates/dist/images/numbered-list/icons/number-1.png) no-repeat center;
    background-size: contain; }
  body .numeric-with-description__item:nth-child(3) .number-icon {
    background: url(/themes/authentic8/templates/dist/images/numbered-list/icons/number-2.png) no-repeat center;
    background-size: contain; }
  body .numeric-with-description__item:nth-child(4) .number-icon {
    background: url(/themes/authentic8/templates/dist/images/numbered-list/icons/number-3.png) no-repeat center;
    background-size: contain; }
  body .numeric-with-description__item:nth-child(5) .number-icon {
    background: url(/themes/authentic8/templates/dist/images/numbered-list/icons/number-4.png) no-repeat center;
    background-size: contain; }
  body .numeric-with-description__item:nth-child(6) .number-icon {
    background: url(/themes/authentic8/templates/dist/images/numbered-list/icons/number-5.png) no-repeat center;
    background-size: contain; }
  body .numeric-with-description__item:nth-child(7) .number-icon {
    background: url(/themes/authentic8/templates/dist/images/numbered-list/icons/number-6.png) no-repeat center;
    background-size: contain; }
  body .numeric-with-description__item:nth-child(8) .number-icon {
    background: url(/themes/authentic8/templates/dist/images/numbered-list/icons/number-7.png) no-repeat center;
    background-size: contain; }
  body .numeric-with-description__item:nth-child(9) .number-icon {
    background: url(/themes/authentic8/templates/dist/images/numbered-list/icons/number-8.png) no-repeat center;
    background-size: contain; }

body .numeric-with-description__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .numeric-with-description__number {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      max-width: 100px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .numeric-with-description__number {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
              flex: 0 0 80px;
      max-width: 80px; } }
  @media (max-width: 595px) {
    body .numeric-with-description__number {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
              flex: 0 0 50px;
      max-width: 50px; } }

body .numeric-with-description__content {
  -ms-flex-preferred-size: calc(100% - 112px);
      flex-basis: calc(100% - 112px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: calc(100% - 112px);
  padding: 30px 0 0 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .numeric-with-description__content {
      -ms-flex-preferred-size: calc(100% - 100px);
          flex-basis: calc(100% - 100px);
      max-width: calc(100% - 112px);
      padding: 20px 0 0 10px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .numeric-with-description__content {
      -ms-flex-preferred-size: calc(100% - 80px);
          flex-basis: calc(100% - 80px);
      max-width: calc(100% - 80px);
      padding: 20px 0 0 10px; } }
  @media (max-width: 595px) {
    body .numeric-with-description__content {
      -ms-flex-preferred-size: calc(100% - 50px);
          flex-basis: calc(100% - 50px);
      max-width: calc(100% - 50px);
      padding: 10px 0 0 10px; } }

body .video-with-slider__frame {
  width: 100%;
  height: 599px; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .video-with-slider__frame {
      height: 450px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .video-with-slider__frame {
      height: 400px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .video-with-slider__frame {
      height: 380px; } }
  @media (max-width: 595px) {
    body .video-with-slider__frame {
      height: 300px; } }

body .video-with-slider__cards {
  margin-top: 60px; }
  @media (min-width: 768px) and (max-width: 991px) {
    body .video-with-slider__cards {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    body .video-with-slider__cards {
      margin-top: 40px; } }
  body .video-with-slider__cards .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; }

body .video-with-slider .col-four {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  width: 100%; }
  body .video-with-slider .col-four.slick-current {
    outline: none; }

body .video-with-slider .video-thumbnail-card {
  margin: 25px 15px 0; }
  body .video-with-slider .video-thumbnail-card__img img {
    -o-object-position: bottom right;
       object-position: bottom right; }
  body .video-with-slider .video-thumbnail-card.active {
    outline: none; }
    body .video-with-slider .video-thumbnail-card.active .video-thumbnail-card__img img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
    body .video-with-slider .video-thumbnail-card.active .video-thumbnail-card__img::after {
      background-color: transparent; }

body .video-with-slider.odd-cards .video-with-slider__cards .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

body .video-with-slider.odd-cards .col-four {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .video-with-slider.odd-cards .col-four {
      -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .video-with-slider.odd-cards .col-four {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .video-with-slider.odd-cards .col-four {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  @media (max-width: 595px) {
    body .video-with-slider.odd-cards .col-four {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

body .video-with-slider .slick-initialized {
  opacity: 1 !important; }

body .video-with-slider .slick-arrow {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

body .video-with-slider .slick-disabled {
  opacity: 0.5; }

@media (min-width: 1336px) {
  body .col-two-media {
    padding: 80px 0 67px; } }

body .col-two-media__media {
  max-width: 628px;
  height: 418px;
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) and (max-width: 1336px) {
    body .col-two-media__media {
      height: 380px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .col-two-media__media {
      height: 300px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .col-two-media__media {
      max-width: 100%;
      height: 350px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    body .col-two-media__media {
      max-width: 100%;
      height: 300px; } }
  @media (max-width: 480px) {
    body .col-two-media__media {
      max-width: 100%;
      height: 250px; } }
  @media (min-width: 1336px) {
    body .col-two-media__media .video-play-btn::after {
      width: 127px;
      height: 127px; } }
  body .col-two-media__media img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body .col-two-media__content {
  padding-left: 25px; }
  @media (max-width: 767px) {
    body .col-two-media__content {
      padding-left: 0;
      margin-top: 30px; } }
  body .col-two-media__content h5 {
    color: #424b68; }
  body .col-two-media__content h6 {
    color: #424b68;
    margin-top: 30px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.52; }

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

body .footer-cta-three .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 991px) {
    body .footer-cta-three .bg-img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(21, 24, 49, 0.7); } }
  body .footer-cta-three .bg-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 100%;
       object-position: 30% 100%; }
    @media (max-width: 1500px) and (min-width: 1080px) {
      body .footer-cta-three .bg-img img {
        -o-object-position: 44% 100%;
           object-position: 44% 100%; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .footer-cta-three .bg-img img {
        -o-object-position: 44% 100%;
           object-position: 44% 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .footer-cta-three .bg-img img {
        -o-object-position: 40% 100%;
           object-position: 40% 100%; } }

body .footer-cta-three .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

body .footer-cta-three .col-two {
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 100%;
  float: unset; }
  @media (max-width: 991px) {
    body .footer-cta-three .col-two {
      max-width: 760px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 0 auto; } }

body .footer-cta-three__content {
  padding-right: 20px;
  text-align: center; }
  body .footer-cta-three__content h2 {
    text-transform: uppercase;
    font-weight: 900; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .footer-cta-three__content h2 {
        font-size: 36px; } }
  body .footer-cta-three__content h3 {
    font-weight: normal;
    text-transform: uppercase; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body .footer-cta-three__content h3 {
        font-size: 24px; } }
  @media (max-width: 767px) {
    body .footer-cta-three__content {
      padding-left: 20px; } }

body .footer-cta-three__action {
  margin-top: 35px; }
  @media (max-width: 767px) {
    body .footer-cta-three__action {
      margin-top: 25px; } }

body .resource-grid {
  overflow: visible; }
  @media (min-width: 1336px) {
    body .resource-grid {
      padding-bottom: 75px; } }
  body .resource-grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body .resource-grid__filters {
    margin-bottom: 25px; }
    body .resource-grid__filters .row {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    body .resource-grid__filters .search-filter {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      position: relative; }
      @media (max-width: 767px) {
        body .resource-grid__filters .search-filter {
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-top: 25px; } }
      body .resource-grid__filters .search-filter .error-msg {
        top: -160%; }
      body .resource-grid__filters .search-filter input {
        font-family: "proxima-nova", sans-serif;
        background-color: #ffffff;
        font-size: 20px;
        padding-bottom: 10px;
        line-height: normal;
        letter-spacing: normal;
        color: #151831;
        outline: none;
        padding-top: 2px;
        padding-right: 50px;
        margin: 0;
        appearance: none;
        border-radius: 0;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: solid 2px #bdc4cc;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        body .resource-grid__filters .search-filter input::-webkit-input-placeholder {
          font-family: "proxima-nova", sans-serif;
          background-color: #ffffff;
          font-size: 30px;
          font-weight: 700;
          line-height: 1.57;
          letter-spacing: normal;
          color: #bdc4cc; }
        body .resource-grid__filters .search-filter input::-moz-placeholder {
          font-family: "proxima-nova", sans-serif;
          background-color: #ffffff;
          font-size: 30px;
          font-weight: 700;
          line-height: 1.57;
          letter-spacing: normal;
          color: #bdc4cc; }
        body .resource-grid__filters .search-filter input::-ms-input-placeholder {
          font-family: "proxima-nova", sans-serif;
          background-color: #ffffff;
          font-size: 30px;
          font-weight: 700;
          line-height: 1.57;
          letter-spacing: normal;
          color: #bdc4cc; }
        body .resource-grid__filters .search-filter input::placeholder {
          font-family: "proxima-nova", sans-serif;
          background-color: #ffffff;
          font-size: 30px;
          font-weight: 700;
          line-height: 1.57;
          letter-spacing: normal;
          color: #bdc4cc; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .resource-grid__filters .search-filter input::-webkit-input-placeholder {
              font-size: 24px; }
            body .resource-grid__filters .search-filter input::-moz-placeholder {
              font-size: 24px; }
            body .resource-grid__filters .search-filter input::-ms-input-placeholder {
              font-size: 24px; }
            body .resource-grid__filters .search-filter input::placeholder {
              font-size: 24px; } }
          @media (max-width: 767px) {
            body .resource-grid__filters .search-filter input::-webkit-input-placeholder {
              font-size: 20px; }
            body .resource-grid__filters .search-filter input::-moz-placeholder {
              font-size: 20px; }
            body .resource-grid__filters .search-filter input::-ms-input-placeholder {
              font-size: 20px; }
            body .resource-grid__filters .search-filter input::placeholder {
              font-size: 20px; } }
        body .resource-grid__filters .search-filter input::-ms-input-placeholder {
          color: #bdc4cc !important;
          font-size: 30px; }
      body .resource-grid__filters .search-filter button {
        cursor: pointer;
        position: absolute;
        width: 27px;
        height: 27px;
        bottom: 10px;
        right: 4px;
        outline: none;
        background: url(/themes/authentic8/templates/dist/images/svg/search-icon-gray.svg) no-repeat center;
        background-size: contain;
        border: 0; }
    body .resource-grid__filters .filter-items {
      padding-left: 20px;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 767px) {
        body .resource-grid__filters .filter-items {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-left: 0;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    body .resource-grid__filters .more-topic {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
      position: relative; }
      @media (min-width: 481px) and (max-width: 595px) {
        body .resource-grid__filters .more-topic {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 10px);
                  flex: 0 0 calc(50% - 10px);
          max-width: calc(50% - 10px);
          margin-right: 10px;
          margin-top: 20px; } }
      @media (max-width: 480px) {
        body .resource-grid__filters .more-topic {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0;
          margin-top: 10px; } }
      body .resource-grid__filters .more-topic > span {
        color: #424b68;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: normal;
        padding-right: 30px;
        display: inline-block;
        position: relative;
        cursor: pointer; }
        body .resource-grid__filters .more-topic > span.active::after {
          -webkit-transform: rotate(90deg) translateX(-50%);
               -o-transform: rotate(90deg) translateX(-50%);
                  transform: rotate(90deg) translateX(-50%); }
        body .resource-grid__filters .more-topic > span:after {
          content: '';
          position: absolute;
          background-image: url("/themes/authentic8/templates/dist/images/icons/filter-arrow.svg");
          background-repeat: no-repeat;
          background-size: contain;
          border-radius: 50%;
          width: 18px;
          height: 18px;
          top: 50%;
          right: 0;
          -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; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .resource-grid__filters .more-topic > span {
            padding-right: 25px; } }
      body .resource-grid__filters .more-topic .option-wrap {
        max-width: 171px;
        background-color: #ffffff;
        border-radius: 5px;
        -webkit-box-shadow: 5px 5px 10px 0 rgba(66, 75, 104, 0.2);
                box-shadow: 5px 5px 10px 0 rgba(66, 75, 104, 0.2);
        position: absolute;
        top: 37px;
        z-index: 3;
        display: none;
        max-height: 285px;
        width: 100%;
        overflow: scroll !important;
        overflow-x: hidden !important;
        -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: 767px) {
          body .resource-grid__filters .more-topic .option-wrap {
            -webkit-box-shadow: 5px 5px 10px 5px rgba(66, 75, 104, 0.2);
                    box-shadow: 5px 5px 10px 5px rgba(66, 75, 104, 0.2); } }
        @media (max-width: 480px) {
          body .resource-grid__filters .more-topic .option-wrap {
            top: 32px; } }
        body .resource-grid__filters .more-topic .option-wrap.dropdown-open {
          opacity: 1;
          z-index: 5;
          display: block; }
        body .resource-grid__filters .more-topic .option-wrap li {
          padding: 10px 10px 10px 12px;
          margin: 1px 0;
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          cursor: pointer; }
          body .resource-grid__filters .more-topic .option-wrap li > div {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            body .resource-grid__filters .more-topic .option-wrap li > div > * {
              display: inline-block; }
          body .resource-grid__filters .more-topic .option-wrap li .check-box {
            margin-right: 9px;
            width: 16px;
            height: 16px;
            border: 1px solid #424b68;
            position: relative;
            vertical-align: top;
            top: 5px; }
            body .resource-grid__filters .more-topic .option-wrap li .check-box:after {
              content: '';
              position: absolute;
              width: 9px;
              height: 9px;
              top: 2px;
              right: 2px;
              background: url("/themes/authentic8/templates/dist/images/icons/tick.svg") no-repeat center;
              background-size: contain;
              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; }
          body .resource-grid__filters .more-topic .option-wrap li h6 {
            color: #424b68;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.67;
            max-width: 330px; }
            @media (max-width: 595px) {
              body .resource-grid__filters .more-topic .option-wrap li h6 {
                max-width: 220px; } }
          body .resource-grid__filters .more-topic .option-wrap li.active .check-box:after {
            opacity: 1; }
    body .resource-grid__filters .filtered-items {
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media (min-width: 768px) {
        body .resource-grid__filters .filtered-items {
          max-width: 50%; } }
      body .resource-grid__filters .filtered-items .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (min-width: 992px) {
          body .resource-grid__filters .filtered-items .tags > span {
            font-size: 19px; }
            body .resource-grid__filters .filtered-items .tags > span::after {
              width: 20.2px;
              height: 20.2px; } }
      body .resource-grid__filters .filtered-items button {
        font-weight: bold;
        color: #8690a4; }
        @media (min-width: 992px) {
          body .resource-grid__filters .filtered-items button {
            font-size: 19px; } }
  body .resource-grid__cards .row {
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .resource-grid__cards .row {
        width: calc(100% + 10px);
        margin-left: -5px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .resource-grid__cards .row {
        width: calc(100% + 10px);
        margin-left: -5px; } }
    @media (max-width: 595px) {
      body .resource-grid__cards .row {
        width: 100%;
        margin-left: 0; } }
  body .resource-grid__cards .col-three {
    padding: 30px 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 100%;
    float: unset; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .resource-grid__cards .col-three {
        padding: 25px 5px 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .resource-grid__cards .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding: 25px 5px 0; } }
    @media (max-width: 595px) {
      body .resource-grid__cards .col-three {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 0 0; } }
  body .resource-grid .button-wrap {
    margin-top: 30px;
    text-align: right; }
  body .resource-grid .green-toggle-btn {
    cursor: pointer;
    color: #68be62;
    font-weight: bold;
    padding-right: 25px;
    position: relative;
    display: inline-block;
    text-transform: uppercase; }
    body .resource-grid .green-toggle-btn::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 16px;
      height: 8px;
      background: url("/themes/authentic8/templates/dist/images/svg/down-arrow-green.svg") no-repeat center;
      background-size: contain;
      -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; }
    body .resource-grid .green-toggle-btn:hover::after {
      -webkit-transform: translateY(-50%) rotate(180deg);
           -o-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    body .resource-grid .green-toggle-btn.active::after {
      -webkit-transform: translateY(-50%) rotate(180deg);
           -o-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  body .resource-grid .views-exposed-form {
    display: none; }
  body .resource-grid .edit {
    color: #68be62;
    font-weight: bold;
    position: absolute;
    right: 25px;
    bottom: 0;
    z-index: 10; }

body .banner-with-logo {
  padding: 40.5px 0;
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.4);
  overflow: visible;
  z-index: 2; }
  body .banner-with-logo > .container {
    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; }
  @media (min-width: 768px) {
    body .banner-with-logo__items {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  body .banner-with-logo__logo {
    width: 135px;
    height: 76px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      body .banner-with-logo__logo {
        width: 100px;
        height: 60px;
        margin-bottom: 1rem; } }
    @media (max-width: 595px) {
      body .banner-with-logo__logo {
        width: 90px;
        height: 50px;
        margin-bottom: 1rem; } }
    body .banner-with-logo__logo img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  body .banner-with-logo__content {
    display: block; }
    @media (min-width: 596px) {
      body .banner-with-logo__content {
        display: inline-block;
        vertical-align: middle; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .banner-with-logo__content {
        display: block; } }
    body .banner-with-logo__content h1 {
      font-weight: 900;
      text-transform: uppercase; }
      @media (min-width: 1336px) {
        body .banner-with-logo__content h1 {
          font-size: 52px; } }
  body .banner-with-logo__tooltip-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 45px; }
    @media (min-width: 768px) {
      body .banner-with-logo__tooltip-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    @media (min-width: 768px) {
      body .banner-with-logo__tooltip-wrapper .tooltip {
        margin-left: auto; } }

body .top-bar-two {
  padding: 16px 0; }
  body .top-bar-two h6 {
    text-transform: uppercase;
    display: inline-block; }
  body .top-bar-two .toggle-btn {
    display: inline-block;
    margin-right: 12.5px;
    margin-bottom: 3px;
    cursor: pointer;
    width: 16px;
    height: 8px;
    background: url("/themes/authentic8/templates/dist/images/svg/down-arrow-white.svg") no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    -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; }
    body .top-bar-two .toggle-btn:hover {
      -webkit-transform: rotate(0deg);
           -o-transform: rotate(0deg);
              transform: rotate(0deg); }

body .resource-detail-two .content-wrap {
  max-width: 1088px;
  margin: 0 auto; }

body .resource-detail-two__head {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #8690a4; }
  body .resource-detail-two__head h2 {
    margin-top: 20px; }
    @media (min-width: 1336px) {
      body .resource-detail-two__head h2 {
        font-size: 62px;
        font-weight: normal;
        max-width: 902px; } }
  body .resource-detail-two__head > span {
    color: #8690a4;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase; }

body .banner-with-items {
  overflow: visible;
  min-height: 866px; }
  body .banner-with-items .bg-img {
    position: absolute;
    inset: 0; }
    body .banner-with-items .bg-img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  body .banner-with-items .row {
    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; }
  body .banner-with-items .col-two {
    float: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 1024px) and (max-width: 1329px) {
      body .banner-with-items .col-two:first-child {
        padding-right: 20px; } }
    @media (max-width: 1023px) {
      body .banner-with-items .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        width: 100%; }
        body .banner-with-items .col-two:first-child {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-top: 30px; }
        body .banner-with-items .col-two:last-child {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; } }
  body .banner-with-items__content {
    max-width: 550px; }
    body .banner-with-items__content > p {
      color: #ffffff;
      font-weight: bold; }
    body .banner-with-items__content h1 {
      color: #ffffff; }
    body .banner-with-items__content h4 {
      margin-top: 55px;
      font-weight: bold;
      color: #3cb0e5; }
      @media (min-width: 1336px) {
        body .banner-with-items__content h4 {
          font-size: 28px;
          line-height: 1.21; } }
      @media (max-width: 1336px) {
        body .banner-with-items__content h4 {
          margin-top: 30px; } }
  body .banner-with-items__items {
    max-width: 543px; }
  body .banner-with-items .icon-with-info {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1336px) {
      body .banner-with-items .icon-with-info {
        margin-top: 30px; } }
    body .banner-with-items .icon-with-info__icon {
      width: 74px;
      height: 74px;
      margin-right: 40px; }
      @media (max-width: 767px) {
        body .banner-with-items .icon-with-info__icon {
          width: 55px;
          height: 55px;
          margin-right: 25px; } }
      body .banner-with-items .icon-with-info__icon img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%; }
    body .banner-with-items .icon-with-info__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 114px);
              flex: 0 0 calc(100% - 114px);
      max-width: calc(100% - 114px); }
      body .banner-with-items .icon-with-info__content p {
        color: #ffffff; }
        body .banner-with-items .icon-with-info__content p:first-child {
          font-weight: bold; }
  body .banner-with-items .form-heading {
    position: relative;
    padding: 28px 20px 12px; }
    body .banner-with-items .form-heading::before {
      content: '';
      position: absolute;
      background: #3cb0e5;
      inset: 0; }
    body .banner-with-items .form-heading .triangle {
      border-style: solid;
      border-width: 40px 260px 0 260px;
      border-color: #3cb0e5 transparent transparent transparent;
      position: absolute;
      bottom: -40px;
      left: 0; }
      @media (max-width: 480px) {
        body .banner-with-items .form-heading .triangle {
          bottom: -30px;
          border-width: 30px 140px 0 140px;
          left: 50%;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    body .banner-with-items .form-heading h5 {
      position: relative;
      color: #ffffff;
      font-size: 38px;
      font-weight: bold;
      line-height: 1.21;
      letter-spacing: normal;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body .banner-with-items .form-heading h5 {
          font-size: 32px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .banner-with-items .form-heading h5 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        body .banner-with-items .form-heading h5 {
          font-size: 24px; } }
  body .banner-with-items .form-inner {
    padding: 50px 38px 37px 31px; }
    @media (max-width: 767px) {
      body .banner-with-items .form-inner {
        padding: 30px 28px 28px; } }
  body .banner-with-items .form-wrap {
    overflow: hidden;
    border-radius: 5px;
    max-width: 520px;
    width: 100%;
    -webkit-box-shadow: 10px 10px 8px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 10px 10px 8px 0 rgba(0, 0, 0, 0.3);
    background: white; }
    @media (min-width: 1200px) {
      body .banner-with-items .form-wrap {
        position: absolute;
        right: 0;
        top: -137px; } }
    @media (max-width: 1199px) and (min-width: 1024px) {
      body .banner-with-items .form-wrap {
        position: relative;
        margin-left: auto; } }
    @media (max-width: 1023px) {
      body .banner-with-items .form-wrap {
        margin-left: 0; } }
    @media (max-width: 767px) {
      body .banner-with-items .form-wrap {
        margin: 20px auto 0; } }
    body .banner-with-items .form-wrap form {
      max-width: 520px;
      border-radius: 5px; }
      @media (max-width: 1199px) {
        body .banner-with-items .form-wrap form {
          max-width: 470px; } }
      body .banner-with-items .form-wrap form .mktoFormRow {
        width: 100%; }
        body .banner-with-items .form-wrap form .mktoFormRow label {
          width: 100% !important; }
      body .banner-with-items .form-wrap form h4 {
        color: #151831;
        margin-bottom: 10px;
        margin-left: -3px;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.17;
        letter-spacing: normal; }
      body .banner-with-items .form-wrap form .input-wrap {
        position: relative; }
        body .banner-with-items .form-wrap form .input-wrap::before {
          content: "*";
          position: absolute;
          left: -10px;
          bottom: 9px;
          font-size: 12px;
          color: #43b1e3; }
      body .banner-with-items .form-wrap form input {
        font-size: 12px;
        font-weight: normal;
        line-height: 2.5;
        letter-spacing: normal;
        color: #151831;
        margin-top: 33.8px;
        outline: none;
        background-color: transparent;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: solid 0.5px #424b68;
        width: 100%; }
      body .banner-with-items .form-wrap form .btn-wrap {
        text-align: center;
        margin-top: 48px; }
        body .banner-with-items .form-wrap form .btn-wrap button {
          text-transform: uppercase;
          padding: 14px;
          display: inline-block;
          min-width: 208px; }
    body .banner-with-items .form-wrap p {
      font-size: 12px;
      margin-top: 28px;
      max-width: 420px;
      line-height: 1.25;
      color: #151831; }
      @media (max-width: 767px) {
        body .banner-with-items .form-wrap p {
          text-align: center; } }
      body .banner-with-items .form-wrap p a {
        color: #000000;
        display: inline-block;
        cursor: pointer;
        z-index: 1;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        body .banner-with-items .form-wrap p a:hover {
          color: #68be62; }
          body .banner-with-items .form-wrap p a:hover:after {
            background-color: #68be62; }
        body .banner-with-items .form-wrap p a::after {
          content: "";
          position: absolute;
          bottom: -4px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #000000;
          -webkit-transition: background-color 0.3s ease-in-out;
          -o-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out; }
    body .banner-with-items .form-wrap p + p {
      margin-top: 15px; }
  body .banner-with-items .msg-wrap {
    display: none;
    padding: 50px 38px 37px 31px; }
    @media (max-width: 767px) {
      body .banner-with-items .msg-wrap {
        padding: 30px 28px 28px; } }
    body .banner-with-items .msg-wrap p {
      font-size: 24px;
      font-family: "proxima-nova";
      font-weight: 600;
      max-width: 100%; }
      @media (min-width: 992px) and (max-width: 1336px) {
        body .banner-with-items .msg-wrap p {
          font-size: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .banner-with-items .msg-wrap p {
          font-size: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .banner-with-items .msg-wrap p {
          font-size: 16px; } }
      @media (max-width: 595px) {
        body .banner-with-items .msg-wrap p {
          font-size: 16px; } }
    body .banner-with-items .msg-wrap.show {
      display: block; }
  body .banner-with-items.white-gredient .banner-with-items__content p {
    color: #151831; }
  body .banner-with-items.white-gredient .icon-with-info__content p {
    color: #151831; }

body .nav-with-logo + .dialog-off-canvas-main-canvas #block-authentic8-content {
  overflow: visible; }

body .nav-with-logo + #toolbar-administration + .dialog-off-canvas-main-canvas #block-authentic8-content {
  overflow: visible; }

body .block-testimonial .testimonial__content {
  max-width: 600px; }
  @media (min-width: 1024px) and (max-width: 1329px) {
    body .block-testimonial .testimonial__content {
      max-width: 50%;
      padding-right: 20px; } }

body .nav-with-logo {
  padding: 26px 0;
  background: #ffffff; }
  body .nav-with-logo .logo {
    width: 158px;
    height: 23px;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1336px) {
      body .nav-with-logo .logo {
        width: 125px; } }
    @media (max-width: 991px) {
      body .nav-with-logo .logo {
        width: 100px;
        height: 15px; } }
    body .nav-with-logo .logo img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }

body .four-col-image-with-text .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media (max-width: 595px) {
    body .four-col-image-with-text .row {
      width: 100%;
      margin-left: 0; } }

body .four-col-image-with-text__items {
  margin-top: 30px; }

body .four-col-image-with-text .long-image-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-inline: 15px;
  margin-top: 20px; }
  @media (max-width: 991px) {
    body .four-col-image-with-text .long-image-card {
      min-height: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .four-col-image-with-text .long-image-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 30px);
              flex: 0 0 calc(50% - 30px);
      max-width: calc(50% - 30px); } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .four-col-image-with-text .long-image-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 30px);
              flex: 0 0 calc(50% - 30px);
      max-width: calc(50% - 30px); } }
  @media (max-width: 595px) {
    body .four-col-image-with-text .long-image-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-inline: 0; } }
  @media (max-width: 991px) {
    body .four-col-image-with-text .long-image-card__media {
      display: none; } }

body .new-banner-third-level {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body .new-banner-third-level .bg-img-full::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 24, 49, 0.7);
    display: none; }
    @media (max-width: 1336px) {
      body .new-banner-third-level .bg-img-full::after {
        display: block; } }
  body .new-banner-third-level .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body .new-banner-third-level__content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 596px) {
      body .new-banner-third-level__content {
        max-width: 85%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 85%;
                flex: 0 0 85%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    body .new-banner-third-level__content h1 {
      color: #ffffff;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        body .new-banner-third-level__content h1 {
          margin-bottom: 15px; } }
    body .new-banner-third-level__content h5 {
      font-weight: normal;
      color: #ffffff; }
  body .new-banner-third-level__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 80px;
    max-height: 85px;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 992px) {
      body .new-banner-third-level__icon {
        height: 93px; } }
    @media (min-width: 596px) {
      body .new-banner-third-level__icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: unset;
        max-width: 103px;
        max-height: 115px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    body .new-banner-third-level__icon img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  body .new-banner-third-level__action {
    margin-top: 20px; }
    @media (min-width: 992px) {
      body .new-banner-third-level__action {
        margin-top: 30px; } }

body .pricing-cards {
  position: relative; }
  body .pricing-cards__intro {
    margin-bottom: 40px;
    text-align: center; }
  body .pricing-cards__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: -30px; }
    @media (min-width: 596px) {
      body .pricing-cards__items {
        width: calc(100% + 16px);
        margin-left: -8px; } }
    @media (min-width: 1024px) {
      body .pricing-cards__items {
        margin-top: -30px;
        width: calc(100% + 24px);
        margin-left: -12px; } }
  body .pricing-cards__item {
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 596px) {
      body .pricing-cards__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-inline: 8px; } }
    @media (min-width: 768px) {
      body .pricing-cards__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%; } }
    @media (min-width: 1024px) {
      body .pricing-cards__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-inline: 12px; } }

.edit {
  text-align: center;
  margin-bottom: 25px; }

body.toolbar-fixed,
.toolbar-vertical {
  padding-top: 143px !important; }
  @media (max-width: 991px) {
    body.toolbar-fixed,
    .toolbar-vertical {
      padding-top: 112px !important; } }
  body.toolbar-fixed header,
  .toolbar-vertical header {
    top: 39px; }
  body.toolbar-fixed #block-authentic8-local-tasks,
  .toolbar-vertical #block-authentic8-local-tasks {
    position: relative; }
    body.toolbar-fixed #block-authentic8-local-tasks ul,
    .toolbar-vertical #block-authentic8-local-tasks ul {
      position: fixed;
      top: 180px;
      z-index: 99; }
      body.toolbar-fixed #block-authentic8-local-tasks ul li,
      .toolbar-vertical #block-authentic8-local-tasks ul li {
        display: none;
        float: left; }
        body.toolbar-fixed #block-authentic8-local-tasks ul li:first-child, body.toolbar-fixed #block-authentic8-local-tasks ul li:nth-child(2),
        .toolbar-vertical #block-authentic8-local-tasks ul li:first-child,
        .toolbar-vertical #block-authentic8-local-tasks ul li:nth-child(2) {
          display: block; }
        body.toolbar-fixed #block-authentic8-local-tasks ul li a,
        .toolbar-vertical #block-authentic8-local-tasks ul li a {
          display: inline-block;
          color: #000000;
          padding: 10px 15px;
          background: #ffffff;
          -webkit-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out; }
          body.toolbar-fixed #block-authentic8-local-tasks ul li a:hover,
          .toolbar-vertical #block-authentic8-local-tasks ul li a:hover {
            color: #ffffff;
            background: #000000; }
  body.toolbar-fixed .cookies-banner,
  .toolbar-vertical .cookies-banner {
    display: none; }
  body.toolbar-fixed .message-box,
  .toolbar-vertical .message-box {
    display: none; }

@media (min-width: 1200px) {
  body.no-overlap .banner-with-items.banner-with-form .form-wrap {
    position: static;
    margin-left: 125px; } }

#onetrust-banner-sdk .ot-sdk-container {
  font-family: sans-serif; }

body.toolbar-fixed header.hide-nav {
  top: -135px; }

body.toolbar-tray-open {
  padding-top: 160px !important; }
  @media (max-width: 991px) {
    body.toolbar-tray-open {
      padding-top: 110px !important; } }
  body.toolbar-tray-open header {
    top: 79px; }
    @media (max-width: 991px) {
      body.toolbar-tray-open header {
        top: 39px; } }
  body.toolbar-tray-open #block-authentic8-local-tasks {
    position: relative; }
    body.toolbar-tray-open #block-authentic8-local-tasks ul {
      position: fixed;
      top: 250px;
      z-index: 99; }
      body.toolbar-tray-open #block-authentic8-local-tasks ul li {
        display: none;
        float: left; }
        body.toolbar-tray-open #block-authentic8-local-tasks ul li:first-child, body.toolbar-tray-open #block-authentic8-local-tasks ul li:nth-child(2) {
          display: block; }
        body.toolbar-tray-open #block-authentic8-local-tasks ul li a {
          display: inline-block;
          color: #000000;
          padding: 10px 15px;
          background: #ffffff;
          -webkit-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out; }
          body.toolbar-tray-open #block-authentic8-local-tasks ul li a:hover {
            color: #ffffff;
            background: #000000; }
  body.toolbar-tray-open .section-intro #block-rms-content .js-form-item {
    text-align: left; }
    body.toolbar-tray-open .section-intro #block-rms-content .js-form-item h5 {
      margin-bottom: 10px; }

.customer-spotlight .pager {
  max-width: calc(100% - 20px);
  margin: 0 auto; }
  @media (min-width: 1336px) {
    .customer-spotlight .pager {
      max-width: calc(100% - 30px);
      margin: 0 auto; } }
  @media (max-width: 595px) {
    .customer-spotlight .pager {
      max-width: 100%; } }

.js-pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin: 35px 0 0;
  border-top: 1px solid #8690a4;
  border-bottom: 1px solid #8690a4; }
  @media (max-width: 1336px) {
    .js-pager__items {
      padding: 0px 20px; } }
  @media (max-width: 595px) {
    .js-pager__items {
      padding: 0; } }
  .js-pager__items li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 11px;
    margin: 12px 14px; }
    @media (max-width: 767px) {
      .js-pager__items li {
        margin: 5px 8px;
        padding: 0 7px; } }
    @media (max-width: 595px) {
      .js-pager__items li {
        margin: 5px 6px;
        padding: 0 7px; } }
    @media (max-width: 480px) {
      .js-pager__items li {
        padding: 0 2px; } }
    .js-pager__items li a {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.06;
      text-align: center;
      color: #000000; }
      @media (max-width: 767px) {
        .js-pager__items li a {
          font-size: 14px; } }
    .js-pager__items li.remove-after:after {
      display: none; }
    .js-pager__items li.pager__item--next {
      margin-right: 0; }
      @media (max-width: 480px) {
        .js-pager__items li.pager__item--next {
          display: none; } }
      .js-pager__items li.pager__item--next a {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.06;
        letter-spacing: 0.28px;
        text-align: left;
        color: #68be62;
        text-transform: capitalize;
        position: relative; }
        @media (max-width: 595px) {
          .js-pager__items li.pager__item--next a {
            font-size: 14px; } }
        .js-pager__items li.pager__item--next a span {
          position: relative;
          text-transform: uppercase;
          font-size: 14px; }
      .js-pager__items li.pager__item--next:after {
        display: none; }
    .js-pager__items li.pager__item--first {
      margin: 12px 0;
      padding: 0; }
      .js-pager__items li.pager__item--first a {
        position: relative;
        overflow: hidden;
        display: block;
        width: 20px;
        height: 20px; }
        .js-pager__items li.pager__item--first a span {
          font-size: 0; }
        .js-pager__items li.pager__item--first a:after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          width: 20px;
          height: 20px;
          background-size: contain;
          background: url("/themes/authentic8/templates/dist/images/icons/pagination_arrow.svg") no-repeat;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: block; }
          @media (max-width: 595px) {
            .js-pager__items li.pager__item--first a:after {
              width: 16px;
              height: 16px; } }
    .js-pager__items li.pager__item--last {
      margin: 12px 0;
      padding: 0; }
      .js-pager__items li.pager__item--last a {
        position: relative;
        overflow: hidden;
        display: block;
        width: 20px;
        height: 20px; }
        .js-pager__items li.pager__item--last a span {
          font-size: 0; }
        .js-pager__items li.pager__item--last a:after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          width: 20px;
          height: 20px;
          background-size: contain;
          background: url("/themes/authentic8/templates/dist/images/icons/pagination_arrow.svg") no-repeat;
          -webkit-transform: translateY(-50%) rotate(180deg);
               -o-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg);
          display: block; }
          @media (max-width: 595px) {
            .js-pager__items li.pager__item--last a:after {
              width: 16px;
              height: 16px; } }
    .js-pager__items li.pager__item--previous {
      margin-left: 0; }
      @media (max-width: 480px) {
        .js-pager__items li.pager__item--previous {
          display: none; } }
      .js-pager__items li.pager__item--previous a {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.06;
        letter-spacing: 0.28px;
        text-align: left;
        color: #68be62;
        text-transform: capitalize;
        position: relative; }
        @media (max-width: 595px) {
          .js-pager__items li.pager__item--previous a {
            font-size: 14px; } }
      .js-pager__items li.pager__item--previous span {
        position: relative;
        text-transform: uppercase;
        font-size: 14px; }
      .js-pager__items li.pager__item--previous:after {
        display: none; }
    .js-pager__items li.is-active a {
      opacity: 1;
      pointer-events: none; }
      .js-pager__items li.is-active a:after {
        content: '';
        top: 0;
        left: 50%;
        bottom: 0;
        margin: auto;
        width: 29px;
        height: 29px;
        position: absolute;
        border: 1px solid #8690a3;
        border-radius: 50%;
        -webkit-transform: translate(-50%);
             -o-transform: translate(-50%);
                transform: translate(-50%);
        z-index: -1; }
        @media (max-width: 595px) {
          .js-pager__items li.is-active a:after {
            width: 22px;
            height: 22px; } }

.no-result {
  margin: 50px auto 0;
  max-width: 500px;
  text-align: center; }
  .no-result h3 {
    font-weight: 600;
    color: #151831; }

.is__border::before {
  content: '';
  bottom: -50px;
  left: 0;
  right: 0;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #8690a4; }

.ua-ie .input-wrap input,
.ua-ie .input-wrap select,
.ua-ie .search-box input,
.ua-ie .search-box select {
  line-height: normal !important;
  padding-bottom: 5px !important; }

.ua-ie header .top-nav {
  padding: 6px 0; }
  .ua-ie header .top-nav ul li img {
    vertical-align: middle; }

.ua-ie .statistics .col-wrap .col-four strong,
.ua-ie .statistics .col-wrap .col-four sup {
  background: transparent; }

.ua-ie .statistics-with-info .col-wrap strong,
.ua-ie .statistics-with-info .col-wrap sup {
  background: transparent; }

.ua-ie .grid-box .col-wrap .card .top-icon img {
  max-height: none;
  max-width: none; }

.ua-ie .col-two-icon .col-wrap .col-two .icon-wrap img {
  width: auto; }

.ua-ie .col-three-grid .col-wrap .col-three .logo-wrap img {
  width: auto; }

.ua-ie .mktoForm .mktoFormCol .mktoFieldWrap textarea,
.ua-ie .mktoForm .mktoFormCol .mktoFieldWrap input {
  line-height: normal !important; }

.ua-ie header .search-form-wrapper .btn-outer button img {
  height: auto;
  width: auto;
  -webkit-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3); }

.ua-ie .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select {
  padding-bottom: 7px !important; }

.ua-ie .colunm-with-logo .col-wrap .col-four .logo-wrap img {
  width: auto !important; }

.ua-ie .col-three-box .column-wrapper .card .icon-with-heading .icon-box {
  height: 53px; }

.ua-ie .col-three-box .column-wrapper .card .icon-with-heading .icon-box img {
  width: auto; }

.ua-ie .filter .content-wrap .more-topic#sort-by ul,
.ua-ie .filter .content-wrap .more-topic#order ul,
.ua-ie .filter .content-wrap .more-topic#products ul {
  overflow: hidden !important; }

.ua-ie #silo_animation_container {
  display: none; }

.ua-ie #silo_ie_animation_container {
  display: block; }

.ua-edge footer {
  padding: 54px 0 86px; }

.ua-windows_nt .col-two-form form .col-wrap .col-two .input-wrap.select-wrap::after {
  right: 0;
  top: 6.3px; }

.my-class .user-login .intro-section .content-outer .contextual-region ul {
  display: none; }

@media (min-width: 1600px) {
  .ua-windows_nt .icons-with-images::before {
    left: -767px; } }

@media (min-width: 1851px) {
  .ua-windows_nt .icons-with-images::before {
    left: -871px; } }

.ua-ie .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span.logo-box {
  width: 50px;
  height: 76px;
  position: relative; }
  .ua-ie .icons-with-images .content-wrap .inner-wrap .icon-outer .logo-text span.logo-box img {
    position: absolute !important;
    bottom: 0;
    left: 0;
    top: auto;
    width: auto;
    height: auto; }

.ua-ie .col-two-with-form .card .text-wrap {
  max-width: 51%; }
  @media (max-width: 595px) {
    .ua-ie .col-two-with-form .card .text-wrap {
      max-width: 100%; } }

.ua-ie .icons-with-images .active-img {
  max-width: 75px !important; }

.ua-ie .banner-fifth-level.with-form .form-wrap {
  background: #f5f6f8; }

@media (min-width: 1201px) and (max-width: 1366px) {
  .ua-safari .touch-element .icons-with-images .content-outer.hide-img .img-grid img {
    opacity: 1 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

.ua-safari .resource-grid__filters .search-filter input {
  padding-bottom: 12px !important; }

@media (min-width: 380px) and (max-width: 595px) {
  .ua-safari .col-two-info .col-wrap .col-two .links-outer a.learn-more::after {
    top: 1px;
    bottom: unset;
    margin-left: 0;
    right: -7px; } }

.ua-windows_nt.ua-firefox .pricing-table .row::after {
  height: 1px; }

body.page-node-461 #onetrust-consent-sdk {
  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; }

.page-taxonomy-a8 #block-authentic8-page-title h1 {
  display: none; }

@media (min-width: 1150px) {
  .ua-windows_nt .header-2023 .megamenu__dropdown {
    top: 82px; } }

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