@font-face {
  font-family: 'sfuiText_regular';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-regular.woff") format("woff"); }

@font-face {
  font-family: 'sfuiText_bold';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-bold.woff") format("woff"); }

@font-face {
  font-family: 'sfuiText_medium';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-medium.woff") format("woff"); }

@font-face {
  font-family: 'sfuiText_semibold';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-semibold.woff") format("woff"); }

@font-face {
  font-family: 'sfuiText_semibold_italic';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-semibold-italic.woff") format("woff"); }

* {
  margin: 0;
  padding: 0; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'sfuiText_regular',Helvetica,sans-serif;
  font-size: 16px;
  color: #5D6970;
  overflow-x: hidden;
  background: #F5F8FF;
  -webkit-font-smoothing: antialiased; }

a, a:hover {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

a:hover {
  text-decoration: none; }

img, svg, video {
  max-width: 100%; }

ul, ol {
  margin: 0;
  list-style: none; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

/* SVG */
.brand-bitis-1 {
  fill: #fff; }

.brand-bitis-1, .brand-bitis-2, .brand-bitis-4 {
  fill-rule: evenodd; }

.brand-bitis-2, .brand-bitis-3 {
  fill: #034ea1; }

.brand-bitis-4, .brand-bitis-5 {
  fill: #ec1c24; }

.brand-bitis-6 {
  fill: none; }

.brand-knghia-1, .brand-knghia-2 {
  fill: #3ab24a; }

.brand-knghia-1 {
  fill-rule: evenodd; }

.brand-loreal-1 {
  fill-rule: evenodd; }

.brand-hnoss-1 {
  fill: #040404; }

.brand-hnoss-2 {
  fill: #060606; }

.brand-hnoss-3 {
  fill: #050505; }

.brand-thlong-1 {
  fill: #ea2028; }

.brand-thlong-1, .brand-thlong-2, .brand-thlong-3, .brand-thlong-4, .brand-thlong-5 {
  fill-rule: evenodd; }

.brand-thlong-2 {
  fill: #02adee; }

.brand-thlong-3 {
  fill: #055caa; }

.brand-thlong-4 {
  fill: #0a0a0a; }

.brand-thlong-5 {
  fill: #005aab; }

.brand-coupletx-1 {
  fill: #231f20; }

.brand-coupletx-2 {
  fill: #eb008b; }

.brand-similac-1 {
  fill: #002f86; }

.brand-similac-2 {
  fill: #10baee; }

.svglg-ic-byhrv-hrfunnel-1 {
  fill: #3e5067; }

.svglg-ic-byhrv-hrfunnel-2 {
  fill: #bdddf4; }

.svglg-ic-byhrv-hrfunnel-3 {
  fill: #0067ff; }

.svglg-ic-byhrv-hrfunnel-4 {
  fill: #fff; }

.svglg-ic-byhrv-hrfunnel-5 {
  fill: #00579a; }

/**/
@media (min-width: 1200px) {
  .container-fluid-widthAuto, .container-widthAuto {
    max-width: 1600px;
    margin: 0 auto; } }

.btn-hover-vertical {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn-hover-vertical:before {
  content: '';
  background-color: #0070d2;
  position: absolute;
  top: 0;
  left: -2px;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.btn-hover-vertical:hover::before {
  opacity: 1;
  right: -2px;
  width: calc(100% + 4px); }

.btn-hover-vertical:hover, .btn-hover-vertical:focus {
  text-decoration: none;
  color: #fff;
  background: #0070d2;
  border-color: #0070d2; }

a.btn-link.btn-hover-vertical.hrv-btnv2-chatform {
  pointer-events: none;
  cursor: not-allowed; }

.groupAction-button .btn-link {
  display: inline-block;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  margin: 0 0 0px;
  padding: 0 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: 'sfuiText_bold';
  background: #0052CC;
  border: 1px solid #0052CC;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.topbar-promotion {
  background: #0052cc;
  padding: 5px 15px; }
  .topbar-promotion p {
    margin: 0; }
    .topbar-promotion p a {
      color: #ffffff;
      font-size: 13px; }
    .topbar-promotion p a span {
      font-family: 'sfuiText_semibold'; }
    .topbar-promotion p a:hover, .topbar-promotion p a:focus {
      color: #f6f6f6;
      text-decoration: none;
      opacity: 0.9; }

@media (max-width: 767px) {
  .topbar-promotion {
    padding: 3px 10px;
    background: #007fff; }
  .topbar-promotion p a {
    font-size: 12px; } }

.mainHeader-event {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  .mainHeader-event .navbarmain-event {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #dfe3e8; }
    .mainHeader-event .navbarmain-event .navbar-brand {
      line-height: initial;
      margin: 0;
      padding: 0;
      height: initial;
      display: inline-block; }
      .mainHeader-event .navbarmain-event .navbar-brand .logohrv {
        display: block; }
        .mainHeader-event .navbarmain-event .navbar-brand .logohrv .svg_hrfunnel {
          display: block;
          height: 50px;
          width: 165px; }
    .mainHeader-event .navbarmain-event .navbar-mainmenu a.btn-hrvmenu {
      font-size: 14px;
      height: 39px;
      line-height: 39px;
      font-family: 'sfuiText_bold';
      padding: 0 40px;
      text-align: center;
      min-width: 110px;
      color: #fff;
      background: #0052CC;
      border: 0;
      text-transform: uppercase;
      box-shadow: 1px 2px 4px rgba(31, 32, 33, 0.33);
      cursor: pointer;
      display: block;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
  .mainHeader-event.nav-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: fadeInHeader 0.5s both;
    animation: fadeInHeader 0.5s both; }
  .mainHeader-event .navbarmain-event {
    border-bottom: 0; }
  @media (max-width: 767px) {
    .mainHeader-event .navbarmain-event {
      border-bottom: 0; }
    .mainHeader-event .navbarmain-event .navbar-brand .logohrv .svg_hrfunnel {
      height: 35px;
      width: 120px; }
    .mainHeader-event .navbarmain-event .navbar-mainmenu a.btn-hrvmenu {
      font-size: 11px;
      padding: 0 12px;
      height: 32px;
      line-height: 32px; } }

@keyframes fadeInHeader {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*==========================================================*/
section[class*='sectionFacebook_'] {
  margin-bottom: 100px; }

@media (max-width: 767px) {
  section[class*='sectionFacebook_'] {
    margin-bottom: 50px; } }

.brand-mktpartner-1 {
  fill: #3a5897; }

.brand-mktpartner-2 {
  fill: #fff;
  fill-rule: evenodd; }

section.sectionFacebook_bannerTop {
  position: relative;
  z-index: 1;
  padding: 160px 0 0px; }
  section.sectionFacebook_bannerTop .flex-container-bannerTop {
    margin: 0 -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail h1 {
      margin: 0;
      color: #091133;
      font-size: 48px;
      letter-spacing: -0.4px;
      font-family: 'brandon_textbold'; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail h1 span {
        display: block; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .subhead {
      margin: 25px 0;
      font-size: 22px;
      color: #505F98;
      font-family: 'brandon_textregular'; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .subhead p {
        margin: 0 0 5px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupAction-button .btn-link {
      text-transform: uppercase;
      min-width: 240px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner {
      margin: 20px 0;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner > [class*='partner-'] {
        height: 100%;
        position: relative; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner .partner-left {
        padding-right: 22px; }
        section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner .partner-left:after {
          content: "";
          background: #142545;
          position: absolute;
          right: 12px;
          top: 0px;
          bottom: 0;
          width: 1px; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner p {
        margin: 0;
        font-size: 14px;
        color: #142545;
        font-family: 'sfuiText_bold';
        line-height: 1.3;
        text-align: left;
        letter-spacing: -0.3px; }
        section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner p span {
          display: block; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-image {
      margin-bottom: -10px; }
  @media (min-width: 1200px) {
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-image {
      margin-left: -70px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-right {
      padding-right: 0; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail h1 {
      font-size: 40px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-image {
      margin-left: -70px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-right {
      padding-right: 0; } }
  @media (min-width: 768px) {
    section.sectionFacebook_bannerTop:after {
      content: "";
      position: absolute;
      z-index: -1;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 47%;
      background: #007fff; } }
  @media (max-width: 991px) and (min-width: 768px) {
    section.sectionFacebook_bannerTop {
      padding: 150px 0 0; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail h1 {
      font-size: 30px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .subhead {
      font-size: 18px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner {
      margin: 10px 0 20px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-image {
      margin-left: -55px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-right {
      padding-right: 0; } }
  @media (max-width: 767px) {
    section.sectionFacebook_bannerTop {
      padding: 140px 0 0;
      margin-bottom: 80px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail {
      text-align: center; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail h1 {
        font-size: 32px; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .subhead {
        font-size: 20px; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupAction-button .btn-link {
        width: 100%;
        display: block;
        padding: 0 15px; }
      section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner {
        margin-bottom: 40px;
        -webkit-justify-content: center;
        justify-content: center; }
        section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-detail .groupFacebook-partner .partner-left img {
          max-width: 100px; }
    section.sectionFacebook_bannerTop .flex-container-bannerTop .bannerTop-right {
      background: #007fff;
      padding: 55px 15px 0;
      text-align: center; } }

section.sectionFacebook_commerce {
  position: relative;
  z-index: 1; }
  section.sectionFacebook_commerce .commerce-groupTitle h2 {
    font-size: 34px;
    line-height: 1.35;
    color: #0A1F44;
    margin: 0 0 60px;
    font-family: 'brandon_textbold'; }
  section.sectionFacebook_commerce .commerce_item h3 {
    font-size: 24px;
    margin: 30px 0 10px;
    color: #0A1F44;
    font-family: 'brandon_textmedium'; }
  @media (max-width: 1199px) and (min-width: 992px) {
    section.sectionFacebook_commerce .commerce-groupTitle h2 {
      font-size: 30px; } }
  @media (min-width: 768px) {
    section.sectionFacebook_commerce .commerce-groupTitle h2 span {
      display: block; } }
  @media (max-width: 991px) and (min-width: 768px) {
    section.sectionFacebook_commerce .commerce-groupTitle h2 {
      font-size: 24px; }
    section.sectionFacebook_commerce .commerce_item .commerce_item--img svg {
      width: 170px;
      height: 85px; } }
  @media (max-width: 767px) {
    section.sectionFacebook_commerce .commerce-groupTitle h2 {
      font-size: 23px;
      margin: 0 auto 20px; }
    section.sectionFacebook_commerce .commerce_item {
      margin-top: 50px; }
    section.sectionFacebook_commerce .commerce_item h3 {
      font-size: 24px;
      margin: 18px 0 10px; }
    section.sectionFacebook_commerce .commerce_item .commerce_item--img svg {
      width: 200px;
      height: 100px; } }

section.sectionFacebook_information {
  margin-bottom: 0; }
  section.sectionFacebook_information .wrapbox-inforDetail {
    margin: 0 -15px 100px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner h2 {
      margin: 20px 0;
      color: #091133;
      font-size: 36px;
      font-family: 'brandon_textbold'; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner h2 span {
        display: block; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner__text .inforList li {
      position: relative;
      margin: 25px 0;
      color: #5D6970; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner__text .inforList li .ttbold {
        display: block;
        margin: 0 0 8px;
        color: #091133;
        font-size: 22px;
        font-family: 'brandon_textmedium'; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block {
      position: relative;
      display: inline-block;
      overflow: hidden; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
      background-image: url("//file.hstatic.net/1000249157/file/home-bkg-iphone2_f9aa085483ce433fb331a38c0d961c13.svg");
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      z-index: 4;
      margin: 0 auto; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
      position: absolute;
      margin: 0 auto;
      overflow: hidden; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
      width: 320px;
      height: 570px;
      background-position: center; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
      top: 14px;
      left: 34px;
      width: 252px;
      height: 540px; }
    @media (min-width: 1600px) {
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
        width: 385px;
        height: 750px;
        background-position: center; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
        top: 16px;
        left: 27px;
        width: 330px;
        height: 715px; } }
    @media (max-width: 1599px) and (min-width: 1401px) {
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
        width: 365px;
        height: 690px;
        background-position: center; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
        top: 17px;
        left: 26px;
        width: 310px;
        height: 657px; } }
    @media (max-width: 1400px) and (min-width: 1200px) {
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
        width: 320px;
        height: 570px;
        background-position: center; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
        top: 14px;
        left: 34px;
        width: 252px;
        height: 540px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
        width: 300px;
        height: 550px;
        background-position: center; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
        top: 14px;
        left: 34px;
        width: 252px;
        height: 540px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
        width: 320px;
        height: 570px;
        background-position: center; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
        top: 14px;
        left: 32px;
        width: 240px;
        height: 524px; } }
    @media (max-width: 767px) {
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
        width: 275px;
        height: 520px;
        background-position: center; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
        top: 14px;
        left: 25px;
        width: 227px;
        height: 492px; } }
    @media (max-width: 480px) {
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__iphone {
        width: 275px;
        height: 520px;
        background-position: center; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image .inforDetail-image_block .inforDetail-image__img {
        top: 14px;
        left: 25px;
        width: 227px;
        height: 492px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner h2 {
      font-size: 34px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner h2 {
      font-size: 26px; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner__text .inforList li {
      margin: 18px 0; }
    section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner__text .inforList li .ttbold {
      font-size: 19px; } }
  @media (max-width: 767px) {
    section.sectionFacebook_information .wrapbox-inforDetail {
      margin-bottom: 45px; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner h2 {
        font-size: 28px; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-image {
        margin: 30px 0; }
      section.sectionFacebook_information .wrapbox-inforDetail .inforDetail-inner__text .inforList li .ttbold {
        font-size: 20px; } }

section.sectionFacebook_started {
  padding: 70px 0;
  background-color: #2544F1;
  margin-bottom: 0; }
  section.sectionFacebook_started .getStarted_infor h2 {
    line-height: 1.4;
    font-size: 32px;
    margin: 0;
    color: #fff;
    font-family: 'brandon_textbold'; }
  section.sectionFacebook_started .getStarted_infor .subtitle {
    font-size: 24px;
    margin: 10px 0 30px;
    color: #fff;
    font-family: 'brandon_textregular'; }
  section.sectionFacebook_started .getStarted_action .btn-started {
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    background: #fff;
    color: #0067ff;
    border: 1px solid transparent;
    display: inline-block;
    padding: 0 25px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'sfuiText_bold';
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 2px 4px rgba(31, 32, 33, 0.33);
    -moz-box-shadow: 1px 2px 4px rgba(31, 32, 33, 0.33);
    box-shadow: 1px 2px 4px rgba(31, 32, 33, 0.33); }
    section.sectionFacebook_started .getStarted_action .btn-started:before {
      content: "";
      position: absolute;
      bottom: -50%;
      left: -5px;
      width: calc(100% + 10px);
      height: 100%;
      z-index: 9;
      background-color: #3d8dfb;
      transform-origin: center bottom;
      transform: skewY(9.3deg) scaleY(0);
      transition: transform 0.6s cubic-bezier(0.48, 0, 0.12, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.48, 0, 0.12, 1) 0s; }
    section.sectionFacebook_started .getStarted_action .btn-started span:last-child {
      color: white;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 50px;
      line-height: 50px;
      top: 0;
      opacity: 0;
      z-index: 10;
      transform: translate(0%, 100%);
      -webkit-transform: translate(0%, 100%);
      transition: all 0.4s cubic-bezier(0.48, 0, 0.12, 1) 0s;
      -webkit-transition: all 0.4s cubic-bezier(0.48, 0, 0.12, 1) 0s; }
  section.sectionFacebook_started .getStarted_action .btn-started:hover:before {
    transform-origin: center bottom;
    transform: skewY(9.3deg) scaleY(2); }
  section.sectionFacebook_started .getStarted_action .btn-started:hover span:last-child {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.48, 0, 0.12, 1) 0s; }
  section.sectionFacebook_started .getStarted_action .txtnoted {
    color: #FAFAFA;
    font-size: 14px;
    margin: 15px auto 0; }
  @media (max-width: 767px) {
    section.sectionFacebook_started .getStarted_infor h2 {
      font-size: 26px; }
    section.sectionFacebook_started .getStarted_infor .subtitle {
      font-size: 22px; }
    section.sectionFacebook_started .getStarted_action .txtnoted {
      max-width: 280px; } }

/* pricing */
.sectionFacebook_pricing .groupTitle_pricing {
  margin: 0 0 40px; }
  .sectionFacebook_pricing .groupTitle_pricing h2 {
    color: #0A1F44;
    font-size: 42px;
    font-family: 'brandon_textbold'; }
  .sectionFacebook_pricing .groupTitle_pricing .subtitle {
    font-size: 24px;
    margin: 10px 0 0px;
    color: #0A1F44;
    font-family: 'brandon_textregular'; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .sectionFacebook_pricing .groupTitle_pricing h2 {
      font-size: 35px; }
    .sectionFacebook_pricing .groupTitle_pricing .subtitle {
      font-size: 22px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .sectionFacebook_pricing .groupTitle_pricing h2 {
      font-size: 36px;
      max-width: 640px;
      margin: 0 auto; }
    .sectionFacebook_pricing .groupTitle_pricing .subtitle {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .sectionFacebook_pricing .groupTitle_pricing h2 {
      font-size: 30px; }
    .sectionFacebook_pricing .groupTitle_pricing .subtitle {
      font-size: 21px; } }

.sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container {
  margin-bottom: 20px; }
  .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-title {
    min-height: 64px;
    text-align: center;
    padding: 10px 15px 8px;
    background-color: #f5f5f5;
    border: 2px solid #dfe3e8;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; }
    .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-title .hTitle {
      margin: 0;
      letter-spacing: -0.5px;
      color: #212b36;
      font-size: 16px;
      font-family: 'sfuiText_bold'; }
      @media (min-width: 768px) {
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-title .hTitle span {
          display: block; } }
  .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column {
      width: 50%;
      float: left;
      background-color: #fff;
      border: solid 2px #dfe3e8; }
      .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column_header, .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column_detail {
        padding-left: 17px;
        padding-right: 17px; }
      .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header {
        position: relative;
        padding-top: 47px;
        padding-bottom: 10px; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-tagline {
          position: absolute;
          top: 10px;
          left: 17px;
          right: 5px; }
          .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-tagline span {
            position: relative;
            display: inline-block;
            font-size: 12px;
            letter-spacing: -0.29px;
            color: #212b36;
            font-family: 'sfuiText_semibold_italic';
            padding: 8px 15px 3px 40px;
            border-radius: 15.5px;
            border: solid 1px #ffe082;
            background-color: #ffefbd; }
            .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-tagline span:before {
              content: "";
              width: 27px;
              height: 24px;
              position: absolute;
              left: 7px;
              top: 0px;
              bottom: 0;
              margin: auto;
              background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyN3B4IiBoZWlnaHQ9IjI1cHgiIHZpZXdCb3g9IjAgMCAyNyAyNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT4zNEU3MzBGNC0yNUM1LTQ0MDItQTRGNi1EREQ0ODYyMDdGRjg8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJQYWdlLTciIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IlByaWNpbmdfRGVza3RvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzMi4wMDAwMDAsIC0zNDAuMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICA8ZyBpZD0iRzItQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODE1LjAwMDAwMCwgMjY2LjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0iR29pLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCA2Mi40NTAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxnIGlkPSJ6b25lLTEiPiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJ0YWdsaW5lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjAwMDAwMCwgOS41NTAwMDApIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9InN0YXItY29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wMDAwMDAsIDIuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ic3RhciI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1LjAyMjgxNjQsOS4xNDQ5NDg5OCBMMTYuODQ4NjA5NCw4LjM4MzI2NTMxIEwxMy42MDE2MDU1LDAuODA3ODA2MTIyIEMxMy4zNzQyNTc4LDAuMjc3Mzk3OTU5IDEyLjYyNTY5MTQsMC4yNzczOTc5NTkgMTIuMzk4Mzk0NSwwLjgwNzgwNjEyMiBMOS4xNTEzOTA2Myw4LjM4MzIxNDI5IEwwLjk3NzE4MzU5NCw5LjE0NDg5Nzk2IEMwLjQwNDgyODEyNSw5LjE5ODIxNDI5IDAuMTczNTE5NTMxLDkuOTEzNDY5MzkgMC42MDUzNjMyODEsMTAuMjk0NTkxOCBMNi43NzI4NDc2NiwxNS43MzgxNjMzIEw0Ljk2NzgyODEzLDIzLjc4NDM4NzggQzQuODQxNDMzNTksMjQuMzQ3NzU1MSA1LjQ0NywyNC43ODk4NDY5IDUuOTQxMjUzOTEsMjQuNDk0OTQ5IEwxMi45OTk4OTg0LDIwLjI4Mzg3NzYgTDIwLjA1ODU5MzgsMjQuNDk0OTQ5IEMyMC41NTI3OTY5LDI0Ljc4OTg0NjkgMjEuMTU4NDY0OCwyNC4zNDc3NTUxIDIxLjAzMjA3MDMsMjMuNzg0Mzg3OCBMMTkuMjI3MTAxNiwxNS43MzgyMTQzIEwyNS4zOTQ1ODU5LDEwLjI5NDY0MjkgQzI1LjgyNjQ4MDUsOS45MTM1MjA0MSAyNS41OTUyMjI3LDkuMTk4MjY1MzEgMjUuMDIyODE2NCw5LjE0NDk0ODk4IFoiIGlkPSJQYXRoIiBmaWxsPSIjRkZDQzAwIj48L3BhdGg+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1Ljk0NzU0Myw5LjQ3ODYyMjQ1IEMyNS44MTc1NDMsOS4wNzY4MzY3MyAyNS40NzY3NSw4LjgwMjk1OTE4IDI1LjA1Nzk1Nyw4Ljc2MzkyODU3IEwxNy4xMDg5MTQxLDguMDIzMjE0MjkgTDE1LjUzMzIyMjcsNC4zNDY5ODk4IEMxNS40NDk5OTIyLDQuMTUyOTA4MTYgMTUuMjI2MDQ2OSw0LjA2MzIxNDI5IDE1LjAzMjgyNDIsNC4xNDY4ODc3NiBDMTQuODM5NjUyMyw0LjIzMDQ1OTE4IDE0Ljc1MDQ4MDUsNC40NTU1NjEyMiAxNC44MzM2NjAyLDQuNjQ5NTkxODQgTDE2LjQ5ODgyODEsOC41MzQ0ODk4IEMxNi41NTM5NzY2LDguNjYzMTEyMjQgMTYuNjc0NjgzNiw4Ljc1MTIyNDQ5IDE2LjgxMzQ2ODcsOC43NjQxMzI2NSBMMjQuOTg3Njc1OCw5LjUyNTgxNjMzIEMyNS4xNDk4NzExLDkuNTQwOTE4MzcgMjUuMjA2MzkwNiw5LjY2MzE2MzI3IDI1LjIyMzE5OTIsOS43MTUgQzI1LjIzOTk1Nyw5Ljc2NjgzNjczIDI1LjI2NTc1MzksOS44OTkwODE2MyAyNS4xNDMzNzExLDEwLjAwNzA5MTggTDE4Ljk3NTgzNTksMTUuNDUwNzY1MyBDMTguODcxMDc0MiwxNS41NDMyMTQzIDE4LjgyNTAxNTYsMTUuNjg1NzE0MyAxOC44NTU2ODc1LDE1LjgyMjM0NjkgTDIwLjY2MDcwNywyMy44Njg0MTg0IEMyMC42OTY1MDc4LDI0LjAyODExMjIgMjAuNTk4Mjk2OSwyNC4xMTk4OTggMjAuNTU0MzIwMywyNC4xNTE5Mzg4IEMyMC41MTA0NDUzLDI0LjE4Mzk3OTYgMjAuMzkzMzQzNywyNC4yNDk2NDI5IDIwLjI1MzEzNjcsMjQuMTY1OTE4NCBMMTMuMTk0MzkwNiwxOS45NTQ4NDY5IEMxMy4wNzQ1OTc3LDE5Ljg4MzQxODQgMTIuOTI1MzAwOCwxOS44ODM0MTg0IDEyLjgwNTU1ODYsMTkuOTU0ODQ2OSBMNS43NDY4MTI1LDI0LjE2NTkxODQgQzUuNjA2NjU2MjUsMjQuMjQ5NjkzOSA1LjQ4OTU1NDY5LDI0LjE4Mzk3OTYgNS40NDU2Mjg5MSwyNC4xNTE5Mzg4IEM1LjQwMTcwMzEzLDI0LjExOTg5OCA1LjMwMzQ0MTQxLDI0LjAyODExMjIgNS4zMzkyNDIxOSwyMy44Njg0Njk0IEw2LjI3MDk3NjU2LDE5LjcxNTEwMiBDNi4zMTcyMzgyOCwxOS41MDg5Mjg2IDYuMTg4MzU1NDcsMTkuMzA0MTMyNyA1Ljk4MzE5OTIyLDE5LjI1NzcwNDEgQzUuNzc3Njg3NSwxOS4yMTEyNzU1IDUuNTc0MjA3MDMsMTkuMzQwNzE0MyA1LjUyNzk0NTMxLDE5LjU0NjgzNjcgTDQuNTk2MjEwOTQsMjMuNzAwMjU1MSBDNC41MDM3ODkwNiwyNC4xMTIzOTggNC42NTc3MDcwMywyNC41MjI3MDQxIDQuOTk3ODkwNjMsMjQuNzcxMDcxNCBDNS4zMzgwNzQyMiwyNS4wMTkzMzY3IDUuNzc0MDgyMDMsMjUuMDM5NjkzOSA2LjEzNTU0Mjk3LDI0LjgyMzk3OTYgTDEyLjk5OTg0NzcsMjAuNzI4ODc3NiBMMTkuODY0MTUyMywyNC44MjM5Nzk2IEMyMC4wMzA3MTQ4LDI0LjkyMzMxNjMgMjAuMjEzMDE5NSwyNC45NzI2MDIgMjAuMzk0NDYwOSwyNC45NzI2MDIgQzIwLjYwNjk4MDUsMjQuOTcyNjAyIDIwLjgxODMzMiwyNC45MDUgMjEuMDAxODA0NywyNC43NzEwNzE0IEMyMS4zNDIwMzkxLDI0LjUyMjcwNDEgMjEuNDk1OTA2MywyNC4xMTI0NDkgMjEuNDAzNDg0NCwyMy43MDAyMDQxIEwxOS42NDgyMzA1LDE1Ljg3NTcxNDMgTDI1LjY0NjAwMzksMTAuNTgyMTQyOSBDMjUuOTYxOTY0OCwxMC4zMDMyNjUzIDI2LjA3NzQ0MTQsOS44ODA0NTkxOCAyNS45NDc1NDMsOS40Nzg2MjI0NSBaIiBpZD0iUGF0aCIgZmlsbD0iI0IyNkIyNCI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01Ljg5NDk0MTQxLDE3LjkxMTA3MTQgQzUuODQ4Njc5NjksMTguMTE3MjQ0OSA1Ljk3NzU2MjUsMTguMzIyMDQwOCA2LjE4MjcxODc1LDE4LjM2ODQ2OTQgQzYuMjEwOTUzMTIsMTguMzc0ODQ2OSA2LjIzOTA4NTk0LDE4LjM3Nzk1OTIgNi4yNjY4MTI1LDE4LjM3Nzk1OTIgQzYuNDQwOTkyMTksMTguMzc3OTU5MiA2LjU5ODEwOTM4LDE4LjI1NzE5MzkgNi42Mzc5NzI2NiwxOC4wNzkzMzY3IEw3LjE0NDI2MTcyLDE1LjgyMjM0NjkgQzcuMTc0OTMzNTksMTUuNjg1NjYzMyA3LjEyODgyNDIyLDE1LjU0MzExMjIgNy4wMjQxMTMyOCwxNS40NTA3NjUzIEwwLjg1NjY3OTY4NywxMC4wMDcxOTM5IEMwLjczNDI5Njg3NSw5Ljg5OTE4MzY3IDAuNzYwMDkzNzUsOS43NjY5Mzg3OCAwLjc3NjkwMjM0NCw5LjcxNTEwMjA0IEMwLjc5MzY2MDE1Niw5LjY2MzI2NTMxIDAuODUwMTI4OTA2LDkuNTQxMDIwNDEgMS4wMTIzNzUsOS41MjU5MTgzNyBMOS4xODY1MzEyNSw4Ljc2NDIzNDY5IEM5LjMyNTMxNjQxLDguNzUxMzI2NTMgOS40NDYwMjM0NCw4LjY2MzIxNDI5IDkuNTAxMTcxODgsOC41MzQ1OTE4NCBMMTIuNzQ4MTI1LDAuOTU5MjM0Njk0IEMxMi44MTI1NjY0LDAuODA4OTI4NTcxIDEyLjk0NTcxNDgsMC43OTI2NTMwNjEgMTIuOTk5OTQ5MiwwLjc5MjY1MzA2MSBDMTMuMDU0MjM0NCwwLjc5MjY1MzA2MSAxMy4xODczODI4LDAuODA4ODc3NTUxIDEzLjI1MTgyNDIsMC45NTkxODM2NzMgTDE0LjEzMzc0MjIsMy4wMTY2ODM2NyBDMTQuMjE3MDIzNCwzLjIxMDc2NTMxIDE0LjQ0MDk2ODgsMy4zMDA0MDgxNiAxNC42MzQxNDA2LDMuMjE2Nzg1NzEgQzE0LjgyNzMxMjUsMy4xMzMyMTQyOSAxNC45MTY0ODQ0LDIuOTA4MTEyMjQgMTQuODMzMzA0NywyLjcxNDA4MTYzIEwxMy45NTEzODY3LDAuNjU2NTMwNjEyIEMxMy43ODUwMjczLDAuMjY4NTIwNDA4IDEzLjQyMDUxOTUsMC4wMjc0NDg5Nzk2IDEyLjk5OTk0OTIsMC4wMjc0NDg5Nzk2IEMxMi41Nzk0ODA1LDAuMDI3NDQ4OTc5NiAxMi4yMTQ5MjE5LDAuMjY4NTIwNDA4IDEyLjA0ODU2MjUsMC42NTY1ODE2MzMgTDguODkwOTg0MzgsOC4wMjMzMTYzMyBMMC45NDIwNDI5NjksOC43NjM5Mjg1NyBDMC41MjMzNTE1NjIsOC44MDI5NTkxOCAwLjE4MjQ1NzAzMSw5LjA3Njc4NTcxIDAuMDUyNDU3MDMxMiw5LjQ3ODYyMjQ1IEMtMC4wNzc0OTIxODc1LDkuODgwNDA4MTYgMC4wMzgwMzUxNTYyLDEwLjMwMzI2NTMgMC4zNTM5OTYwOTQsMTAuNTgyMTQyOSBMNi4zNTE1NjY0MSwxNS44NzU3NjUzIEw1Ljg5NDk0MTQxLDE3LjkxMTA3MTQgWiIgaWQ9IlBhdGgiIGZpbGw9IiNCMjZCMjQiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-title h3 {
          line-height: 1.21;
          letter-spacing: -0.5px;
          margin: 0;
          color: #212b36;
          font-size: 34px;
          font-family: 'sfuiText_bold'; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-title .subtext {
          margin: 12px 0;
          font-size: 16px;
          color: #212b36;
          line-height: 1.31;
          letter-spacing: -0.32px; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-value {
          margin: 0px 0 3px;
          line-height: 1.8;
          letter-spacing: -0.41px;
          font-size: 17px;
          color: #000000;
          font-family: 'sfuiText_semibold'; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action {
          margin: 12px 0; }
          .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link {
            width: 100%;
            display: block;
            background: #fff;
            color: #0052CC;
            padding: 0 15px; }
          .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link.btn-link-reverse {
            background: #0052CC;
            color: #fff; }
          .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link:hover {
            color: #fff; }
      @media (min-width: 1200px) {
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column {
          min-height: 275px; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-title .subtext {
          min-height: 75px; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column {
          min-height: 275px; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-title .subtext {
          min-height: 85px; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link {
          font-size: 14px; } }
      @media (min-width: 768px) {
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column + .pricing-column {
          border-left-width: 0; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-title .subtext {
          min-height: 85px; } }
      @media (max-width: 767px) {
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column {
          width: 100%; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column + .pricing-column {
          border-top: 0; }
        .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header {
          padding-top: 25px;
          padding-bottom: 15px; }
          .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link {
            height: 45px;
            line-height: 45px;
            border-color: #212b36;
            color: #212b36; }
            .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link:before {
              background-color: #fff; }
            .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link:hover, .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link:focus {
              background: #fff; }
          .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link.btn-link-reverse {
            color: #fff;
            background: #212b36; }
          .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container .wrapbox-pricing-column .pricing-column .pricing-column_header .price-action .btn-link.btn-link-reverse:before {
            background-color: #212b36; } }
  .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container.pricing-popular .wrapbox-pricing-title {
    border-color: #9be0ff;
    background-color: #91ddff; }
  .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container.pricing-popular .wrapbox-pricing-column .pricing-column:first-child {
    border-color: #9be0ff; }
  .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container.pricing-popular .wrapbox-pricing-column .pricing-column:first-child, .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container.pricing-popular .wrapbox-pricing-column .pricing-column + .pricing-column {
    border-top-color: #9be0ff; }
  @media (max-width: 767px) {
    .sectionFacebook_pricing .groupContent_pricing .wrapbox-pricing-container.pricing-popular .wrapbox-pricing-column .pricing-column:first-child .pricing-column_header {
      padding-top: 47px; } }

@media (min-width: 992px) {
  .sectionFacebook_pricing .groupContent_pricing .container {
    max-width: 1320px;
    width: auto; } }

/* END pricing */
/*=================================*/
section.sectionFacebook_brands {
  margin-bottom: 60px; }
  section.sectionFacebook_brands .grouptitle-brands h2 {
    font-size: 34px;
    color: #0A1F44;
    margin: 0 0 15px;
    font-family: 'brandon_textbold';
    text-transform: uppercase; }
  section.sectionFacebook_brands .listing_brands_logo .brands_item {
    padding: 30px 0; }
  section.sectionFacebook_brands .listing_brands_logo .brands_item .box-brand {
    height: 100%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #cfe6ff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  section.sectionFacebook_brands .listing_brands_logo .brands_item .box-brand svg {
    height: 52px;
    width: 100%; }
  section.sectionFacebook_brands .listing_brands_logo .brands_item .box-brand:hover {
    box-shadow: 0px 0px 25px 2px rgba(101, 149, 247, 0.25); }
  @media (min-width: 1200px) {
    section.sectionFacebook_brands .listing_brands_logo .brands_item .box-brand {
      min-height: 150px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    section.sectionFacebook_brands .grouptitle-brands h2 {
      font-size: 30px; }
    section.sectionFacebook_brands .listing_brands_logo .brands_item .box-brand {
      min-height: 145px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    section.sectionFacebook_brands .grouptitle-brands h2 {
      font-size: 26px; }
    section.sectionFacebook_brands .listing_brands_logo .brands_item .box-brand {
      min-height: 100px; } }
  @media (max-width: 767px) {
    section.sectionFacebook_brands .grouptitle-brands h2 {
      font-size: 22px;
      margin: 0 auto 15px; }
      section.sectionFacebook_brands .grouptitle-brands h2 .spblock-xs {
        display: block; }
    section.sectionFacebook_brands .listing_brands_logo .brands_item .box-brand {
      padding: 30px 7px;
      min-height: 100px; }
    section.sectionFacebook_brands .listing_brands_logo .brands_item .box-brand svg {
      height: 40px; } }

.footer-hrv-bottom {
  font-size: 14px;
  padding: 24px 0 35px;
  background: #f6f6f6;
  border-top: 1px solid #e6e6e6; }
  .footer-hrv-bottom .widget-navbottom ul.navbottom {
    list-style: none;
    margin: 0; }
  .footer-hrv-bottom .widget-navbottom ul.navbottom li {
    display: inline-block;
    position: relative; }
  .footer-hrv-bottom .widget-navbottom ul.navbottom .fter-txtbold {
    color: #3d5067;
    font-family: 'sfuiText_bold'; }
