/*
Theme Name: backlinks
Version: 99.0
Description: Custom theme by OWDT
Author: OWDT
Author URI: https://owdt.com
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased; }

table, textarea {
  width: 100%; }

hr, img {
  border: 0; }

pre, textarea {
  overflow: auto; }

b, dt, optgroup, strong {
  font-weight: 700; }

#content[tabindex="-1"]:focus, a:active, a:focus, a:hover {
  outline: 0; }

.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after, h1, h2, h3, h4, h5, h6 {
  clear: both; }

.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
  content: "";
  display: table;
  table-layout: fixed; }

.widget select, embed, iframe, img, object, pre {
  max-width: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box; }

body {
  margin: 0;
  background: #fff; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

cite, dfn, em, i {
  font-style: italic; }

mark {
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  background-color: #ccc;
  height: 1px;
  margin-bottom: 1.5em; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem; }

code, kbd, tt, var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem; }

*, :after, :before {
  box-sizing: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em; }

.screen-reader-text {
  display: none; }

/* Animation */
@keyframes hamburger_span {
  0%,50% {
    background-color: #2747F0; }
  100% {
    background-color: transparent; } }
@keyframes hamburger_before {
  0% {
    top: 0;
    transform: none; }
  50% {
    top: 10px;
    transform: none; }
  100% {
    top: 10px;
    transform: rotate(-45deg); } }
@keyframes hamburger_after {
  0% {
    top: 20px;
    transform: none; }
  50% {
    top: 10px;
    transform: none; }
  100% {
    top: 10px;
    transform: rotate(45deg); } }
@keyframes hamburger_span2 {
  0%,50% {
    background-color: transparent; }
  100% {
    background-color: #2747F0; } }
@keyframes hamburger_before2 {
  0% {
    top: 10px;
    transform: rotate(-45deg); }
  50% {
    top: 10px;
    transform: none; }
  100% {
    top: 0;
    transform: none; } }
@keyframes hamburger_after2 {
  0% {
    top: 10px;
    transform: rotate(45deg); }
  50% {
    top: 10px;
    transform: none; }
  100% {
    top: 20px;
    transform: none; } }
@keyframes bouncy {
  0%,100%,30%,50% {
    transform: translateX(0); }
  10% {
    transform: translateX(-2px); }
  20% {
    transform: translateX(5px); }
  40% {
    transform: translateX(3px); } }
@keyframes bouncydown {
  0%,100%,30%,50% {
    transform: translateY(0) rotate(-90deg); }
  10% {
    transform: translateY(-2px) rotate(-90deg); }
  20% {
    transform: translateY(5px) rotate(-90deg); }
  40% {
    transform: translateY(3px) rotate(-90deg); } }
@keyframes showsearch {
  0% {
    height: 0;
    opacity: 0; }
  1% {
    height: 100%;
    opacity: 0; }
  100% {
    height: 100%;
    opacity: 1; } }
@keyframes showsearch2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes hidesearch {
  0% {
    height: 100%;
    opacity: 1; }
  50% {
    height: 100%;
    opacity: 1; }
  99% {
    height: 100%;
    opacity: 0; }
  100% {
    height: 0;
    opacity: 0; } }
@keyframes hidesearch2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes showthis99 {
  0% {
    z-index: 10000;
    opacity: 0; }
  100% {
    z-index: 10000;
    opacity: 1; } }
/* z-index necessary because of testimonials rotator */
@keyframes showthis100 {
  0% {
    z-index: 10001;
    opacity: 0; }
  100% {
    z-index: 10001;
    opacity: 1; } }
@keyframes showthis101 {
  0% {
    z-index: 10002;
    opacity: 0; }
  100% {
    z-index: 10002;
    opacity: 1; } }
/* Layout */
.vc_maxwidth {
  padding-left: calc((100% - 1446px) / 2);
  padding-right: calc((100% - 1446px) / 2); }
  @media all and (max-width: 1679px) {
    .vc_maxwidth {
      padding-left: 100px;
      padding-right: 100px; } }
  @media all and (max-width: 1490px) {
    .vc_maxwidth {
      padding-left: 50px;
      padding-right: 50px; } }
  @media all and (max-width: 1023px) {
    .vc_maxwidth {
      padding-left: 30px;
      padding-right: 30px; } }
  @media all and (max-width: 360px) {
    .vc_maxwidth {
      padding-left: 20px;
      padding-right: 20px; } }

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.vc_section.full_width {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.vc_section.vc_maxwidth {
  margin-right: 0;
  margin-left: 0; }

.vc_row {
  margin-right: 0;
  margin-left: 0; }

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important; }

.wpb_content_element {
  margin-bottom: 0; }

.centered_text {
  text-align: center; }

.with_sidebar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px; }
  @media all and (max-width: 1023px) {
    .with_sidebar {
      gap: 100px;
      flex-direction: column-reverse; } }
  @media all and (max-width: 360px) {
    .with_sidebar {
      gap: 50px; } }
  .with_sidebar .left_col {
    width: 710px; }
    @media all and (max-width: 1023px) {
      .with_sidebar .left_col {
        width: 100%; } }
  .with_sidebar .sidebar {
    width: 460px;
    position: sticky;
    top: 100px;
    align-self: start; }
    @media all and (max-width: 1023px) {
      .with_sidebar .sidebar {
        position: static; } }
    @media all and (max-width: 767px) {
      .with_sidebar .sidebar {
        width: 100%; } }

.light_bg {
  background-color: #F4F5FF; }

/* ==> General */
p {
  margin: 0 0 35px;
  line-height: 1.5; }
  p img {
    display: block; }
  @media all and (max-width: 767px) {
    p {
      margin: 0 0 25px; } }
  @media all and (max-width: 360px) {
    p {
      line-height: 1.87; } }

a {
  color: #2747F0;
  text-decoration: none; }
  a:hover {
    color: #ED762F;
    text-decoration: none; }

/* ==> Font */
body {
  font-family: Arial, "serif";
  font-size: 20px;
  color: #111928; }
  @media all and (max-width: 480px) {
    body {
      font-size: 16px; } }

h1 {
  font-size: calc(16px + 2.815vw);
  line-height: 1.14; }
  @media all and (min-width: 1921px) {
    h1 {
      font-size: 70px; } }
  @media all and (max-width: 767px) {
    h1 {
      font-size: 64px;
      line-height: 1.172; } }
  @media all and (max-width: 480px) {
    h1 {
      font-size: 40px;
      line-height: 1.12; } }

.page_title {
  margin-bottom: 30px;
  color: #2747F0; }
  @media all and (max-width: 480px) {
    .page_title {
      margin-bottom: 20px; } }

h2 {
  font-size: calc(16px + 1.05vw);
  line-height: 1.13; }
  @media all and (min-width: 1921px) {
    h2 {
      font-size: 36px; } }
  @media all and (max-width: 767px) {
    h2 {
      font-size: 32px;
      line-height: 1.15; } }
  @media all and (max-width: 480px) {
    h2 {
      font-size: 20px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "sans-serif";
  font-weight: 700;
  margin: 0 0 20px; }

p + h2, p + h3, p + h4, p + h5, p + h6, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6 {
  margin-top: 50px; }

/* ==> Padding & Margin */
.pad_y_xl {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media all and (max-width: 767px) {
    .pad_y_xl {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media all and (max-width: 480px) {
    .pad_y_xl {
      padding-top: 50px;
      padding-bottom: 50px; } }

.pad_t_xl {
  padding-top: 150px; }
  @media all and (max-width: 767px) {
    .pad_t_xl {
      padding-top: 100px; } }
  @media all and (max-width: 480px) {
    .pad_t_xl {
      padding-top: 50px; } }

.pad_b_xl {
  padding-bottom: 150px; }
  @media all and (max-width: 767px) {
    .pad_b_xl {
      padding-bottom: 100px; } }
  @media all and (max-width: 480px) {
    .pad_b_xl {
      padding-bottom: 50px; } }

.pad_y_lg {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media all and (max-width: 767px) {
    .pad_y_lg {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media all and (max-width: 480px) {
    .pad_y_lg {
      padding-top: 50px;
      padding-bottom: 50px; } }

.pad_b_lg {
  padding-bottom: 100px; }
  @media all and (max-width: 767px) {
    .pad_b_lg {
      padding-bottom: 50px; } }

.pad_b_me {
  padding-bottom: 70px; }
  @media all and (max-width: 767px) {
    .pad_b_me {
      padding-bottom: 20px; } }

.pad_b_s {
  padding-bottom: 30px; }

.mar_b_me {
  margin-bottom: 80px; }

.mar_t_lg {
  margin-top: 100px; }

/* ==> List */
ul, ol {
  margin: 0;
  padding: 0; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 5px 0 5px 10px; }

ul + p {
  margin-top: 25px; }

.wpb_wrapper ol li, .wpb_wrapper ul li {
  margin: 0 0 0 25px; }
.wpb_wrapper ul li {
  list-style: none;
  line-height: 1.5; }
  .wpb_wrapper ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    top: -2px;
    left: -10px;
    background-color: #111928;
    display: inline-block;
    position: relative;
    border-radius: 50%; }
.wpb_wrapper ul ul li:before, .wpb_wrapper ol ul li:before {
  background-color: transparent;
  border: 1px solid #111928; }

.hideme, #for-search-robots-only {
  display: none !important; }

/* ==> Button */
.button {
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: bold; }

.secondary_btn {
  background-color: #EA9235; }
  .secondary_btn:hover {
    background-color: #ED762F; }

.primary_btn {
  background-color: #2747F0; }
  .primary_btn:hover {
    background-color: #0D23B8; }

.main_btn {
  background-color: #458A26; }
  .main_btn:hover {
    background-color: #234F18; }

.outline_btn {
  font-size: 15px;
  border: 2px solid #FFF;
  max-width: 246px; }
  @media all and (max-width: 360px) {
    .outline_btn {
      max-width: 100%; } }
  .outline_btn:hover {
    color: #FFF;
    background: rgba(243, 244, 246, 0.2); }

.button2, .wrap404 input {
  color: white;
  background: #2747F0;
  padding: 10px 20px;
  display: inline-block; }
  .button2:hover, .wrap404 input:hover {
    text-decoration: none;
    background-color: #ED762F;
    color: white; }

.vertical_seprator {
  width: 1px;
  height: 20px;
  background: #FFF;
  margin: 0 15px;
  opacity: 0.5; }

.log_in_btn {
  width: 123px;
  background-color: #D3DFFC;
  border: 2px solid #C9D0FC; }
  .log_in_btn:hover {
    background-color: #C3D5FF;
    color: #2747F0; }

.register_btn {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 15px;
  color: #FFF;
  width: max-content; }
  @media all and (max-width: 360px) {
    .register_btn {
      width: 100%; } }
  .register_btn:hover {
    color: #FFF; }

/* ==> JS */
.with_link, .external_link {
  cursor: pointer; }

/* ==> Archives */
.resultswrapper {
  margin-bottom: 100px; }
  .resultswrapper .text_lg, .resultswrapper .eachnews {
    margin-bottom: 25px; }

@media all and (max-width: 767px) {
  .archive .page-content {
    margin-top: 57px; } }

.archivecontent {
  float: left;
  width: calc(100% - 200px);
  max-width: 965px; }
  .archivecontent h2 {
    margin-bottom: 0; }
  .archivecontent .archive_meta {
    margin: 0 0 18px; }

.archivewrapper {
  padding: 0 15px; }

.archiveleft {
  float: left;
  width: 66%;
  box-sizing: border-box; }

.archiveentry {
  margin: 0 0 100px; }

.archivethumbnail {
  float: left;
  width: 200px; }

.archiveright {
  padding-left: 100px;
  float: left;
  width: 34%;
  box-sizing: border-box; }

.eachnews {
  flex-basis: 50%; }
  .eachnews h3 {
    color: #2747F0;
    line-height: 1.5; }
  .eachnews .eachmeta {
    font-size: 13px; }
    .eachnews .eachmeta span {
      text-transform: uppercase;
      padding-right: 15px;
      border-right: 1px solid #F4F5FF;
      margin-right: 14px; }
      .eachnews .eachmeta span a:hover {
        color: #111928; }
    .eachnews .eachmeta > a {
      color: #2747F0;
      text-decoration: underline; }
  .eachnews:hover > div {
    box-shadow: 0 0 0 2px #ED762F inset, 0 1px 10px rgba(0, 0, 0, 0.5); }
  @media all and (max-width: 767px) {
    .eachnews {
      flex-basis: 100%; } }

.postthumb {
  height: 260px;
  margin-bottom: 25px;
  background-size: cover;
  background-position: center; }
  @media all and (max-width: 1679px) {
    .postthumb {
      height: 14vw; } }
  @media all and (max-width: 1490px) {
    .postthumb {
      height: 20vw; } }
  @media all and (max-width: 767px) {
    .postthumb {
      height: 36vw; } }

/* ==> 404 page */
.wrap404 {
  max-width: 600px;
  margin: 0 auto 35px;
  padding-top: 150px; }
  .wrap404 .search-form {
    padding-top: 25px;
    clear: both; }
  .wrap404 .search-field {
    width: calc(100% - 106px);
    height: 40px; }
    .wrap404 .search-field:hover {
      background-color: white;
      color: #000; }
  .wrap404 input {
    font-family: Arial, "serif";
    font-size: 14px; }
  .wrap404 input[type="submit"] {
    width: 100px;
    height: 40px; }
  @media all and (max-width: 767px) {
    .wrap404 {
      max-width: calc(100% - 50px); } }

.left404 {
  padding-top: 70px;
  padding-right: 25px;
  float: left;
  width: 50%; }
  .left404 svg {
    width: 275px;
    height: 110px;
    max-width: 100%;
    fill: #2747F0; }

.right404 {
  padding-top: 35px;
  padding-left: 25px;
  float: left;
  width: 50%;
  border-left: 1px solid black; }
  .right404 a {
    padding: 3px 22px 5px;
    color: white;
    display: inline-block;
    background: #2747F0;
    font-size: 16px;
    border-radius: 3px; }
    .right404 a:hover {
      background: #ED762F; }
  @media all and (max-width: 480px) {
    .right404 {
      float: none;
      width: 100%;
      padding-left: 0;
      border-left: none; }
      .right404 a {
        display: block; } }

.toppages {
  max-width: 600px;
  margin: auto;
  padding: 100px 0; }
  .toppages h2 {
    text-align: center; }
  .toppages a {
    display: block;
    color: black;
    text-decoration: none;
    line-height: 3; }
  .toppages span {
    font-size: 32px;
    position: relative;
    top: 4px;
    padding-right: 10px; }
  .toppages img {
    float: right;
    margin-right: 10px;
    color: black; }
  .toppages span.mycaret {
    float: right;
    font-size: 24px; }
  .toppages div {
    border-top: 1px solid black;
    padding: 0 10px; }
    .toppages div:last-of-type {
      border-bottom: 1px solid black; }
    .toppages div:hover {
      background-color: #ED762F;
      border-color: #ED762F; }
    .toppages div:hover img {
      margin-right: 5px; }
    .toppages div:hover a {
      color: white; }
    .toppages div:hover span.mycaret {
      animation: bouncy 2s infinite; }
  .toppages div:hover + div {
    border-color: #ED762F; }
  .toppages div:hover + div:last-child {
    border-bottom-color: black; }
  @media all and (max-width: 767px) {
    .toppages {
      max-width: calc(100% - 50px); } }

/* ==> Header */
#masthead {
  padding: 45px 0;
  background: #F4F5FF; }
  #masthead .inner_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.site-branding svg {
  width: 288px;
  height: 54px; }
  @media all and (max-width: 767px) {
    .site-branding svg {
      width: 31.5vw;
      max-width: 240px;
      height: 45px; } }
  @media all and (max-width: 480px) {
    .site-branding svg {
      width: 42vw;
      max-width: 200px;
      height: 40px; } }
  @media all and (max-width: 360px) {
    .site-branding svg {
      width: 46vw;
      max-width: 163px;
      height: 30px; } }
.site-branding:hover {
  color: #2747F0; }

.button_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px; }
  @media all and (max-width: 767px) {
    .button_wrapper {
      gap: 10px; } }
  @media all and (max-width: 680px) {
    .button_wrapper .register_btn {
      display: none; } }

/* ==> Footer */
footer {
  background-color: #2747F0;
  color: #FFF;
  height: 443px; }
  @media all and (max-width: 1023px) {
    footer {
      height: 387px; } }
  @media all and (max-width: 680px) {
    footer {
      height: unset; } }
  footer .inner_wrapper {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    @media all and (max-width: 680px) {
      footer .inner_wrapper {
        padding-top: 50px; } }
    footer .inner_wrapper a {
      color: #FFF; }
  footer .footer_top {
    display: flex;
    flex-direction: row;
    gap: 50px; }
    @media all and (max-width: 680px) {
      footer .footer_top {
        gap: 30px;
        flex-direction: column; } }
    footer .footer_top .left_col {
      display: flex;
      flex-direction: row;
      gap: 93px; }
      @media all and (max-width: 1023px) {
        footer .footer_top .left_col {
          gap: 30px; } }
      @media all and (max-width: 680px) {
        footer .footer_top .left_col {
          flex-direction: column; } }
      footer .footer_top .left_col .logo svg {
        width: 123px;
        height: 117px; }
        @media all and (max-width: 1023px) {
          footer .footer_top .left_col .logo svg {
            width: 53px;
            height: 50px; } }
      footer .footer_top .left_col .text {
        max-width: 500px; }
        footer .footer_top .left_col .text p {
          width: 90%; }
          @media all and (max-width: 1023px) {
            footer .footer_top .left_col .text p {
              width: 100%;
              max-width: 330px; } }
          footer .footer_top .left_col .text p:first-of-type {
            font-weight: 700;
            font-size: 25px;
            line-height: 1.2;
            margin-bottom: 28px; }
            @media all and (max-width: 1023px) {
              footer .footer_top .left_col .text p:first-of-type {
                font-size: 20px;
                line-height: 1.25;
                margin-bottom: 20px; } }
          footer .footer_top .left_col .text p:last-of-type {
            font-size: 16px;
            line-height: 1.3;
            margin: 0; }
            @media all and (max-width: 1023px) {
              footer .footer_top .left_col .text p:last-of-type {
                line-height: 1.25; } }
            @media all and (max-width: 680px) {
              footer .footer_top .left_col .text p:last-of-type {
                font-size: 14px;
                line-height: 1.42; } }
            @media all and (max-width: 1023px) {
              footer .footer_top .left_col .text p:last-of-type br {
                display: none; } }
    footer .footer_top .right_col {
      margin-left: auto;
      display: flex;
      flex-direction: column;
      gap: 33px; }
      @media all and (max-width: 680px) {
        footer .footer_top .right_col {
          margin-left: unset;
          gap: 10px;
          margin-bottom: 30px; } }
  footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #FFF; }
    @media all and (max-width: 680px) {
      footer .footer_bottom {
        flex-direction: column-reverse;
        align-items: stretch;
        text-align: center; } }
    footer .footer_bottom * {
      font-size: 13px;
      line-height: 1.15; }
      @media all and (max-width: 480px) {
        footer .footer_bottom * {
          font-size: 11px; } }
      @media all and (max-width: 360px) {
        footer .footer_bottom * {
          font-size: 10px; } }
    footer .footer_bottom a:hover {
      color: #ED762F; }
    @media all and (max-width: 680px) {
      footer .footer_bottom .left_col {
        border-top: 1px solid #FFF;
        padding-top: 20px; } }
    footer .footer_bottom .right_col {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      /*			@include bp(max767) {
      				justify-content: flex-end;
      			}*/ }
      @media all and (max-width: 680px) {
        footer .footer_bottom .right_col {
          gap: unset;
          padding-bottom: 20px; } }
    footer .footer_bottom .payment_logo {
      display: inline-block;
      background-image: url("images/mastercard-visa-cards-logo.svg");
      background-repeat: no-repeat;
      width: 68px;
      height: 21px; }

/* ==> Home */
.featured_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 108px;
  padding-bottom: 200px;
  gap: 50px; }
  @media all and (max-width: 1023px) {
    .featured_section {
      flex-direction: column;
      gap: 80px;
      padding-top: 98px;
      padding-bottom: 100px; } }
  @media all and (max-width: 480px) {
    .featured_section {
      gap: 50px;
      padding-top: 5px;
      padding-bottom: 50px; } }
  .featured_section .left_col {
    flex: 0 1 616px;
    position: sticky;
    top: 50px;
    align-self: start; }
    @media all and (max-width: 1023px) {
      .featured_section .left_col {
        flex: 1;
        max-width: 616px;
        position: static; } }
    @media all and (max-width: 767px) {
      .featured_section .left_col {
        max-width: 100%; } }
    .featured_section .left_col .page_title {
      margin-bottom: 50px; }
      @media all and (max-width: 767px) {
        .featured_section .left_col .page_title {
          margin-bottom: 30px; } }
    .featured_section .left_col .description p {
      font-size: 25px;
      margin-bottom: 80px; }
      @media all and (max-width: 767px) {
        .featured_section .left_col .description p {
          font-size: 20px;
          line-height: 1.25;
          margin-bottom: 30px; } }
      @media all and (max-width: 480px) {
        .featured_section .left_col .description p {
          font-size: 16px;
          line-height: 1.56; } }
  .featured_section .right_col {
    flex: 0 1 708px; }
    @media all and (max-width: 1023px) {
      .featured_section .right_col {
        flex: 1;
        max-width: 708px; } }
    @media all and (max-width: 767px) {
      .featured_section .right_col {
        max-width: 100%; } }

.feature_list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #00000038;
  border-radius: 30px;
  background-color: #FFF;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 26px;
  min-height: 175px; }
  @media all and (max-width: 1279px) {
    .feature_list .item {
      padding: 10px 26px; } }
  @media all and (max-width: 1023px) {
    .feature_list .item {
      padding: 0 26px 0 50px; } }
  @media all and (max-width: 767px) {
    .feature_list .item {
      margin-bottom: 20px; } }
  @media all and (max-width: 680px) {
    .feature_list .item {
      min-height: unset;
      border-radius: 15px;
      padding: 20px; } }
  .feature_list .item:last-child {
    margin-bottom: 0; }
  .feature_list .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px; }
    @media all and (max-width: 680px) {
      .feature_list .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
        gap: 0;
        flex-direction: column; } }
  .feature_list .item .img {
    flex: 1;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
    height: 108px;
    min-width: 117px; }
    @media all and (max-width: 1279px) {
      .feature_list .item .img {
        height: 90px;
        min-width: 97px; } }
    @media all and (max-width: 1023px) {
      .feature_list .item .img {
        height: 108px;
        min-width: 117px; } }
    @media all and (max-width: 680px) {
      .feature_list .item .img {
        flex: unset;
        background-position: center;
        margin-bottom: 30px; } }
  .feature_list .item .text {
    flex: 0 1 467px;
    margin-bottom: 0; }
    @media all and (max-width: 680px) {
      .feature_list .item .text {
        flex: 1;
        text-align: center; } }
    .feature_list .item .text h2 {
      font-size: 25px;
      line-height: 1;
      margin-bottom: 16px; }
      @media all and (max-width: 480px) {
        .feature_list .item .text h2 {
          font-size: 20px;
          line-height: 1.15;
          margin-bottom: 10px; } }
    .feature_list .item .text p {
      width: 86%;
      font-size: 16px;
      line-height: 1.126; }
      @media all and (max-width: 1279px) {
        .feature_list .item .text p {
          width: 100%; } }
      @media all and (max-width: 1023px) {
        .feature_list .item .text p {
          width: 86%; } }
      @media all and (max-width: 680px) {
        .feature_list .item .text p {
          width: 100%; } }
      @media all and (max-width: 480px) {
        .feature_list .item .text p {
          font-size: 14px;
          line-height: 1.14; } }

.brand_section .section_title {
  padding-right: 60px;
  padding-left: 60px; }
  .brand_section .section_title * {
    font-size: 25px;
    line-height: 1.16; }
    @media all and (max-width: 480px) {
      .brand_section .section_title * {
        font-size: 20px; } }
.brand_section .list {
  padding-right: 60px;
  padding-left: 60px; }
  @media all and (max-width: 480px) {
    .brand_section .list {
      padding-right: 0;
      padding-left: 0; } }
  .brand_section .list > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 45px; }
    @media all and (max-width: 1023px) {
      .brand_section .list > .wpb_column > .vc_column-inner > .wpb_wrapper {
        flex-direction: column;
        gap: 20px;
        padding-right: 30px;
        padding-left: 30px; } }
    @media all and (max-width: 480px) {
      .brand_section .list > .wpb_column > .vc_column-inner > .wpb_wrapper {
        gap: 20px; } }

/* Hero */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 485px;
  background-color: #F4F5FF; }
  @media all and (max-width: 767px) {
    .hero {
      min-height: 370px; } }
  @media all and (max-width: 360px) {
    .hero {
      justify-content: center;
      min-height: 100%; } }
  .hero .content {
    padding-bottom: 180px; }
    @media all and (max-width: 767px) {
      .hero .content {
        padding-bottom: 100px; } }
    @media all and (max-width: 480px) {
      .hero .content {
        padding-bottom: 50px; } }
    @media all and (max-width: 767px) {
      .hero .content h1 {
        font-size: 48px; } }
    @media all and (max-width: 480px) {
      .hero .content h1 {
        font-size: 32px;
        line-height: 1.31; } }
    .hero .content .description .date {
      margin-bottom: 0; }
    .hero .content .description p {
      line-height: 1.5; }
      @media all and (max-width: 767px) {
        .hero .content .description p br {
          display: none; } }

/* */
.toc {
  padding: 50px;
  border-radius: 30px;
  background-color: #F4F5FF; }
  @media all and (max-width: 480px) {
    .toc {
      padding: 32px; } }
  .toc .title {
    font-size: 25px;
    line-height: 1.16;
    font-weight: bold;
    margin-bottom: 50px; }
    @media all and (max-width: 480px) {
      .toc .title {
        margin-bottom: 32px; } }
  .toc ul {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media all and (max-width: 480px) {
      .toc ul {
        gap: 20px; } }
    .toc ul li {
      margin: 0; }
      .toc ul li:before {
        display: none; }
      .toc ul li a {
        color: #111928;
        line-height: 1.15; }
        @media all and (max-width: 480px) {
          .toc ul li a {
            line-height: 1.125; } }
        .toc ul li a:hover {
          color: #9CA3AF; }
        .toc ul li a.selected {
          color: #2747F0; }

.section_title {
  margin-bottom: 40px; }
  .section_title * {
    font-size: 60px;
    line-height: 1.15; }
    @media all and (max-width: 767px) {
      .section_title * {
        font-size: 48px; } }
    @media all and (max-width: 480px) {
      .section_title * {
        font-size: 32px; } }

.section_title_small {
  margin-bottom: 40px; }
  .section_title_small * {
    font-size: 48px;
    line-height: 1.14; }
    @media all and (max-width: 480px) {
      .section_title_small * {
        font-size: 32px;
        line-height: 1.15; } }

.section_description * {
  font-size: 25px;
  line-height: 1.5; }
  @media all and (max-width: 767px) {
    .section_description * {
      line-height: 1.4; } }
  @media all and (max-width: 480px) {
    .section_description * {
      font-size: 16px;
      line-height: 1.56; } }
@media all and (max-width: 767px) {
  .section_description br {
    display: none; } }

.testimonial_section .description p {
  font-size: 25px;
  line-height: 1.4; }
  @media all and (max-width: 767px) {
    .testimonial_section .description p {
      font-size: 20px;
      line-height: 1.25; } }
  @media all and (max-width: 480px) {
    .testimonial_section .description p {
      font-size: 16px;
      line-height: 1.56; } }
  @media all and (max-width: 1023px) {
    .testimonial_section .description p br {
      display: none; } }

@media all and (max-width: 767px) {
  .testimonial_carousel {
    padding-bottom: 50px;
    padding-top: 50px; } }
.testimonial_carousel .videos-grid {
  display: flex;
  gap: 30px;
  padding-left: calc((100% - 1446px) / 2);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden; }
  @media all and (max-width: 1679px) {
    .testimonial_carousel .videos-grid {
      padding-left: 100px; } }
  @media all and (max-width: 1490px) {
    .testimonial_carousel .videos-grid {
      padding-left: 50px; } }
  @media all and (max-width: 767px) {
    .testimonial_carousel .videos-grid {
      padding-left: 30px;
      gap: 20px; } }
  @media all and (max-width: 360px) {
    .testimonial_carousel .videos-grid {
      padding-left: 20px; } }
  .testimonial_carousel .videos-grid.dragging {
    cursor: grabbing;
    user-select: none; }

.video-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background-color: #000;
  flex: 0 0 339px;
  pointer-events: auto;
  user-select: none; }
  @media all and (max-width: 767px) {
    .video-card {
      flex: 0 0 256px; } }
  @media all and (max-width: 480px) {
    .video-card {
      flex: 0 0 187px; } }
  .video-card:last-child {
    margin-right: 30px; }
    @media all and (max-width: 767px) {
      .video-card:last-child {
        margin-right: 20px; } }
  .video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.video-card:not(.is-playing)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.31%, #000000 100%);
  pointer-events: none; }

.play-toggle {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translate(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;
  z-index: 2; }
  @media all and (max-width: 767px) {
    .play-toggle {
      bottom: 42px;
      width: 37px;
      height: 37px; } }
  @media all and (max-width: 480px) {
    .play-toggle {
      bottom: 30px;
      width: 27px;
      height: 27px; } }
  .play-toggle::before {
    content: "";
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 12px solid #4B5563;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
    @media all and (max-width: 767px) {
      .play-toggle::before {
        border-left: 8px solid #4B5563;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; } }
    @media all and (max-width: 480px) {
      .play-toggle::before {
        border-left: 6px solid #4B5563;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent; } }

.video-card.is-playing::after,
.video-card.is-playing .play-toggle {
  display: none; }

.cta_section .description .wpb_wrapper p:first-child {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 27px; }
  @media all and (max-width: 480px) {
    .cta_section .description .wpb_wrapper p:first-child {
      margin-bottom: 24px; } }
.cta_section .description .wpb_wrapper p:nth-child(2) {
  font-size: 50px;
  line-height: 1.14;
  font-weight: bold;
  margin-bottom: 40px; }
  @media all and (max-width: 767px) {
    .cta_section .description .wpb_wrapper p:nth-child(2) {
      font-size: 48px; } }
  @media all and (max-width: 480px) {
    .cta_section .description .wpb_wrapper p:nth-child(2) {
      font-size: 36px; } }
.cta_section .description .wpb_wrapper p:nth-child(3) {
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 40px; }

.cta_section_with_avatar {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center; }
  .cta_section_with_avatar .img img {
    width: min(100%, 929px);
    display: block;
    margin-inline: auto;
    max-width: 100%;
    height: auto; }
  .cta_section_with_avatar .content {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center; }
    .cta_section_with_avatar .content > .wpb_column > .vc_column-inner {
      height: 100%; }
      .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center; }
        .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper h2 {
          padding-top: 50px;
          font-size: 50px;
          line-height: 1.14;
          margin-bottom: 40px; }
          @media all and (max-width: 767px) {
            .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper h2 {
              padding-top: 25px;
              font-size: 40px;
              margin-bottom: 30px;
              line-height: 1.15; } }
          @media all and (max-width: 680px) {
            .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper h2 {
              font-size: 32px; } }
          @media all and (max-width: 540px) {
            .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper h2 {
              font-size: 20px;
              margin-bottom: 20px; } }
        .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper p {
          line-height: 1.25; }
          @media all and (max-width: 767px) {
            .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper p {
              font-size: 16px;
              line-height: 1.56; } }
          @media all and (max-width: 680px) {
            .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper p {
              font-size: 12px; } }
          @media all and (max-width: 540px) {
            .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper p:not(:last-child) {
              display: none; } }
          .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper p:last-child {
            margin-top: 40px; }
            @media all and (max-width: 767px) {
              .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper p:last-child {
                margin-top: 30px; } }
            @media all and (max-width: 540px) {
              .cta_section_with_avatar .content > .wpb_column > .vc_column-inner > .wpb_wrapper .description > .wpb_wrapper p:last-child .center_cta {
                width: 139px;
                height: 40px; } }

.center_cta {
  width: 245px;
  margin: auto; }
  @media all and (max-width: 360px) {
    .center_cta {
      width: 100%; } }

.faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 50px; }
  @media all and (max-width: 767px) {
    .faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper {
      gap: 30px; } }
  .faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .left_col {
    width: 168px;
    height: 163px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
    align-self: self-end;
    flex-shrink: 0;
    margin-bottom: 70px; }
    @media all and (max-width: 1023px) {
      .faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .left_col {
        width: 83px;
        height: 106px; } }
    @media all and (max-width: 766px) {
      .faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .left_col {
        display: none; } }
  .faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .right_col {
    width: 138px;
    height: 181px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
    align-self: self-start;
    flex-shrink: 0;
    margin-top: 40px; }
    @media all and (max-width: 1023px) {
      .faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .right_col {
        width: 68px;
        height: 85px; } }
    @media all and (max-width: 766px) {
      .faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .right_col {
        display: none; } }
  .faq_section .content > .wpb_column > .vc_column-inner > .wpb_wrapper .middle_col {
    flex: 1; }

.vc_do_toggle {
  margin-bottom: 10px !important;
  background: #F4F5FF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out; }
  .vc_do_toggle:hover {
    background: #DCE7FA; }

.vc_toggle_title {
  padding: 30px; }
  .vc_toggle_title h3 {
    width: 90%; }
  @media all and (max-width: 767px) {
    .vc_toggle_title {
      padding: 20px; } }
  .vc_toggle_title * {
    font-size: 18px;
    line-height: 1.17;
    margin-bottom: 0; }
    @media all and (max-width: 767px) {
      .vc_toggle_title * {
        font-size: 16px;
        line-height: 1.5; } }
    @media all and (max-width: 480px) {
      .vc_toggle_title * {
        line-height: 1.125; } }

.vc_toggle_content {
  margin: 0;
  padding: 0 30px 30px 30px; }
  .vc_toggle_content * {
    font-size: 16px;
    line-height: 1.5;
    max-width: 95%; }
    @media all and (max-width: 480px) {
      .vc_toggle_content * {
        font-size: 14px;
        line-height: 1.7;
        max-width: 100%; } }
  .vc_toggle_content p:last-child {
    margin-bottom: 0; }

.vc_toggle .vc_toggle_title .vc_toggle_icon {
  left: unset !important;
  right: 30px !important;
  border: 0 !important;
  background: unset !important;
  transition: transform 0.2s ease-in-out; }
  .vc_toggle .vc_toggle_title .vc_toggle_icon:before {
    content: "";
    background-image: url(images/chevron-down.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    background-color: unset !important;
    background-size: 12px;
    border: 0; }
  .vc_toggle .vc_toggle_title .vc_toggle_icon:after {
    background-color: unset !important; }

.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
  visibility: visible;
  transform: translate(-50%, -50%) rotate(180deg); }

/* ==> About */
.about_hero {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 80px;
  gap: 50px; }
  @media all and (max-width: 1023px) {
    .about_hero {
      flex-direction: column;
      gap: 80px;
      padding-top: 108px;
      padding-bottom: 100px; } }
  @media all and (max-width: 480px) {
    .about_hero {
      padding-top: 5px;
      gap: 60px;
      padding-bottom: 50px; } }
  .about_hero .left_col {
    flex: 0 1 616px;
    margin-top: 80px; }
    @media all and (max-width: 1023px) {
      .about_hero .left_col {
        margin-top: 0;
        flex: 1;
        max-width: 700px; } }
    @media all and (max-width: 767px) {
      .about_hero .left_col {
        max-width: 100%; } }
    .about_hero .left_col .page_title {
      margin-bottom: 50px; }
      @media all and (max-width: 767px) {
        .about_hero .left_col .page_title {
          margin-bottom: 30px; } }
    .about_hero .left_col .section_description p {
      line-height: 1.4; }
      @media all and (max-width: 767px) {
        .about_hero .left_col .section_description p {
          font-size: 20px;
          line-height: 1.25; } }
      @media all and (max-width: 480px) {
        .about_hero .left_col .section_description p {
          font-size: 16px;
          line-height: 1.56; } }
  .about_hero .right_col {
    flex: 0 1 708px; }
    @media all and (max-width: 767px) {
      .about_hero .right_col {
        flex: 1;
        align-self: center; } }
    @media all and (max-width: 1023px) {
      .about_hero .right_col img {
        max-width: 708px; } }
    @media all and (max-width: 767px) {
      .about_hero .right_col img {
        max-width: 90%;
        display: block;
        margin: 0 auto; } }
    @media all and (max-width: 480px) {
      .about_hero .right_col img {
        max-width: 100%; } }

.story_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px; }
  @media all and (max-width: 1023px) {
    .story_section {
      flex-direction: column-reverse;
      gap: 80px; } }
  @media all and (max-width: 480px) {
    .story_section {
      gap: 30px; } }
  .story_section .left_col {
    flex: 0 1 708px; }
    @media all and (max-width: 767px) {
      .story_section .left_col {
        flex: 1;
        align-self: center; } }
    @media all and (max-width: 1023px) {
      .story_section .left_col img {
        max-width: 708px; } }
    @media all and (max-width: 767px) {
      .story_section .left_col img {
        max-width: 90%;
        display: block;
        margin: 0 auto; } }
    @media all and (max-width: 480px) {
      .story_section .left_col img {
        max-width: 100%; } }
  .story_section .right_col {
    flex: 0 1 585px;
    padding-top: 95px; }
    @media all and (max-width: 1279px) {
      .story_section .right_col {
        padding-top: 0; } }
    @media all and (max-width: 1023px) {
      .story_section .right_col {
        flex: 1;
        max-width: 700px; } }
    @media all and (max-width: 767px) {
      .story_section .right_col {
        max-width: 100%; } }
    .story_section .right_col p {
      margin: 0 0 30px; }
      @media all and (max-width: 767px) {
        .story_section .right_col p {
          line-height: 1.25;
          margin: 0 0 25px; } }
      @media all and (max-width: 480px) {
        .story_section .right_col p {
          line-height: 1.56; } }
      .story_section .right_col p:last-child {
        margin: 0; }

.our_services {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px; }
  @media all and (max-width: 1023px) {
    .our_services {
      align-items: flex-start;
      flex-direction: column;
      gap: 80px; } }
  @media all and (max-width: 480px) {
    .our_services {
      gap: 50px; } }
  .our_services > div {
    flex: 0 1 585px; }
    @media all and (max-width: 1023px) {
      .our_services > div {
        flex: 1; } }
  @media all and (max-width: 1023px) {
    .our_services .left_col {
      max-width: 700px; } }
  @media all and (max-width: 767px) {
    .our_services .left_col {
      max-width: 100%; } }
  @media all and (max-width: 1023px) {
    .our_services .right_col {
      max-width: 585px; } }
  @media all and (max-width: 767px) {
    .our_services .right_col {
      max-width: 100%; } }
  .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item {
      flex: 1 1 calc(50% - 20px);
      background-color: #FFF;
      padding: 20px;
      border-radius: 16px;
      box-sizing: border-box; }
      @media all and (max-width: 480px) {
        .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item {
          flex: 0 1 100%; } }
      .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
      .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item .icon {
        width: 63px;
        height: 60px;
        margin-bottom: 30px;
        background-repeat: no-repeat; }
        .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item .icon.live_icon {
          background-image: url("images/live-icon.svg"); }
        .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item .icon.search_icon {
          background-image: url("images/search-icon.svg"); }
        .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item .icon.follow_icon {
          background-image: url("images/follow-icon.svg"); }
        .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item .icon.anchor_icon {
          background-image: url("images/anchor-icon.svg"); }
      .our_services .right_col > .wpb_column > .vc_column-inner > .wpb_wrapper .item * {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.25; }

.benefit_section .description_row {
  padding-bottom: 30px; }
  @media all and (max-width: 1490px) {
    .benefit_section .description_row {
      padding-bottom: 100px; } }
  @media all and (max-width: 767px) {
    .benefit_section .description_row {
      padding-bottom: 80px; } }
  @media all and (max-width: 480px) {
    .benefit_section .description_row {
      padding-bottom: 50px; } }
.benefit_section .item_wrapper {
  display: flex;
  padding-bottom: 127px; }
  @media all and (max-width: 1023px) {
    .benefit_section .item_wrapper {
      padding-bottom: 80px; } }
  @media all and (max-width: 480px) {
    .benefit_section .item_wrapper {
      padding-bottom: 50px; } }
  .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-content: center;
    justify-items: center; }
    @media all and (max-width: 1490px) {
      .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper {
        max-width: 693px;
        margin: 0 auto; } }
    @media all and (max-width: 1490px) {
      .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media all and (max-width: 766px) {
      .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px; } }
    .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item:nth-child(2), .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item:nth-child(3) {
      margin-top: 100px; }
      @media all and (max-width: 1490px) {
        .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item:nth-child(2), .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item:nth-child(3) {
          margin-top: 0; } }
    .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: center;
      background-image: url("images/round-colored-bg.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      height: 323px;
      width: 339px; }
      @media all and (max-width: 480px) {
        .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
          width: 320px;
          height: 307px; } }
      @media all and (max-width: 359px) {
        .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
          height: 266px;
          width: 280px; } }
      .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 10px; }
        @media all and (max-width: 359px) {
          .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
            font-size: 18px; } }
      .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper p {
        font-size: 16px;
        line-height: 1.56; }
        @media all and (max-width: 359px) {
          .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper p {
            font-size: 14px;
            line-height: 1.4; } }
      .benefit_section .item_wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
        width: 100%;
        max-width: 100%;
        height: 114px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 20px; }
.benefit_section .description p {
  line-height: 1.25;
  margin: 0 0 25px; }
  .benefit_section .description p:last-child {
    margin: 0; }
  @media all and (max-width: 480px) {
    .benefit_section .description p {
      line-height: 1.56; } }
@media all and (max-width: 480px) {
  .benefit_section .below_description p br {
    display: none; } }

.innovation_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px; }
  @media all and (max-width: 1023px) {
    .innovation_section {
      flex-direction: column;
      align-items: flex-start;
      gap: 80px; } }
  @media all and (max-width: 480px) {
    .innovation_section {
      gap: 50px; } }
  .innovation_section .left_col {
    flex: 0 1 679px; }
    @media all and (max-width: 1023px) {
      .innovation_section .left_col {
        flex: 1;
        max-width: 679px; } }
    @media all and (max-width: 767px) {
      .innovation_section .left_col {
        max-width: 100%; } }
  .innovation_section .right_col {
    flex: 0 1 585px; }
    @media all and (max-width: 1023px) {
      .innovation_section .right_col {
        flex: 1;
        max-width: 700px; } }
    @media all and (max-width: 767px) {
      .innovation_section .right_col {
        max-width: 100%; } }
    .innovation_section .right_col .description p {
      margin: 0 0 30px; }

.ahead_col h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 40px; }
  @media all and (max-width: 480px) {
    .ahead_col h2 {
      font-size: 32px;
      line-height: 1.15; } }
.ahead_col p:not(:last-child) {
  font-size: 16px;
  line-height: 1.56; }
  @media all and (max-width: 767px) {
    .ahead_col p:not(:last-child) br {
      display: none; } }
.ahead_col p:last-of-type {
  margin-top: 40px; }

@media all and (max-width: 767px) {
  .member_section_header > div {
    padding-bottom: 80px; } }
@media all and (max-width: 360px) {
  .member_section_header > div {
    padding-bottom: 50px; } }
.member_section_header p {
  line-height: 1.25; }
  @media all and (max-width: 360px) {
    .member_section_header p {
      line-height: 1.56; } }
  @media all and (max-width: 767px) {
    .member_section_header p br {
      display: none; } }

.members_grid {
  padding-top: 50px;
  padding-bottom: 80px; }
  @media all and (max-width: 360px) {
    .members_grid {
      padding-top: 45px;
      padding-bottom: 50px; } }
  .members_grid > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px; }
    .members_grid > .wpb_column > .vc_column-inner > .wpb_wrapper .member_card {
      flex: 0 1 216px; }
      @media all and (max-width: 540px) {
        .members_grid > .wpb_column > .vc_column-inner > .wpb_wrapper .member_card {
          flex: 0 1 145px; } }

.member_card {
  display: flex; }
  .member_card > .wpb_wrapper img {
    max-width: 216px; }
    @media all and (max-width: 540px) {
      .member_card > .wpb_wrapper img {
        max-width: 145px; } }
  .member_card > .wpb_wrapper p:first-of-type {
    margin: 0 0 30px; }
    @media all and (max-width: 540px) {
      .member_card > .wpb_wrapper p:first-of-type {
        margin: 0 0 20px; } }
  .member_card > .wpb_wrapper p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.9;
    margin: 0; }
  .member_card > .wpb_wrapper p:last-of-type {
    font-size: 14px;
    line-height: 1.43; }

.member_section_2_col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px; }
  @media all and (max-width: 1279px) {
    .member_section_2_col {
      flex-direction: column-reverse;
      gap: 0; } }
  .member_section_2_col > div {
    flex: 1; }

.steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  gap: 30px; }
  @media all and (max-width: 1365px) {
    .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-rows: auto auto;
      grid-template-areas: "two two" "one three";
      gap: 0;
      justify-items: center;
      align-items: start; }
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper > .item {
        /* reset WPBakery row defaults so grid can place them */
        margin: 0 !important;
        width: auto !important;
        max-width: 100%; }
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper > .item:nth-child(1) {
        grid-area: one; }
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper > .item:nth-child(2) {
        grid-area: two; }
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper > .item:nth-child(3) {
        grid-area: three; } }
  @media all and (max-width: 1023px) {
    .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      gap: 20px; } }
  @media all and (max-width: 540px) {
    .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper {
      gap: 20px; } }
  .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper, .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 367px;
    height: 385px; }
    .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper .img, .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
      width: 130px;
      height: 136px; }
  .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background-image: url("images/step-1-bg.png"); }
    @media all and (max-width: 1023px) {
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper {
        background-image: url("images/step-1-bg-mob.svg");
        width: 462px;
        height: 484px; } }
    @media all and (max-width: 1023px) {
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
        width: 133px;
        height: 161px; } }
  .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background-image: url("images/step-3-bg.png"); }
    @media all and (max-width: 1023px) {
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper {
        background-image: url("images/step-3-bg-mob.svg");
        width: 462px;
        height: 484px; } }
    @media all and (max-width: 1023px) {
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:last-child > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
        width: 129px;
        height: 136px; } }
  .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:nth-child(2) > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background-image: url("images/step-2-bg.svg");
    width: 462px;
    height: 484px; }
    @media all and (max-width: 1023px) {
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:nth-child(2) > .wpb_column > .vc_column-inner > .wpb_wrapper {
        background-image: url("images/step-2-bg-mob.svg"); } }
    .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:nth-child(2) > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
      width: 160px;
      height: 160px; }
      @media all and (max-width: 1023px) {
        .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item:nth-child(2) > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
          width: 159px;
          height: 161px; } }
  .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media all and (max-width: 540px) {
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
        width: 322px !important;
        height: 337px !important;
        margin: 0 auto; } }
    @media all and (max-width: 359px) {
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper {
        width: 280px !important;
        height: 291px !important; } }
    .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
      font-size: 20px;
      line-height: 1;
      margin-bottom: 18px; }
      @media all and (max-width: 540px) {
        .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
          margin-bottom: 11px; } }
    .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper p {
      font-size: 16px;
      line-height: 1.125;
      margin-bottom: 18px; }
      @media all and (max-width: 540px) {
        .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper p {
          margin-bottom: 0; } }
      .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper p:last-child {
        margin-bottom: 0; }
    .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
      max-width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 30px; }
      @media all and (max-width: 540px) {
        .steps_section > .wpb_column > .vc_column-inner > .wpb_wrapper .item > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
          margin-bottom: 20px;
          width: 76px !important;
          height: 92px !important; } }

.mission_section {
  display: flex;
  justify-content: center;
  position: relative; }
  @media all and (max-width: 1279px) {
    .mission_section {
      padding-bottom: 279px; } }
  @media all and (max-width: 1023px) {
    .mission_section {
      padding-bottom: 262px; } }
  @media all and (max-width: 680px) {
    .mission_section {
      padding-bottom: 169px; } }
  @media all and (max-width: 480px) {
    .mission_section {
      padding-bottom: 137px; } }
  .mission_section .content {
    position: relative;
    display: grid;
    place-items: center;
    text-align: center; }
    .mission_section .content .image {
      position: relative;
      /*			&:before {
      				content: '';
      				position: absolute;
      				left: 28%;
      				transform: translate(-50%);
      				background-image: url("images/backlink-police-logo.svg");
      				width: 165px;
      				height: 157px;
      				background-repeat: no-repeat;
      				background-position: center;
      				background-size: contain;
      				z-index: 2;
      			}*/ }
      .mission_section .content .image img {
        width: min(100%, 784px);
        display: block;
        margin-inline: auto;
        max-width: 100%;
        height: auto; }
    .mission_section .content .text {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      z-index: 1; }
      .mission_section .content .text * {
        color: #000; }
      @media all and (max-width: 680px) {
        .mission_section .content .text {
          width: 76%;
          margin: 0 auto; } }
      .mission_section .content .text > .wpb_column > .vc_column-inner > .wpb_wrapper {
        display: flex;
        flex-direction: column;
        text-align: center; }
        @media all and (max-width: 680px) {
          .mission_section .content .text > .wpb_column > .vc_column-inner > .wpb_wrapper .section_title_small {
            margin-bottom: 10px; } }
        @media all and (max-width: 680px) {
          .mission_section .content .text > .wpb_column > .vc_column-inner > .wpb_wrapper h2 {
            font-size: 24px;
            line-height: 1.16; } }
        @media all and (max-width: 1023px) {
          .mission_section .content .text > .wpb_column > .vc_column-inner > .wpb_wrapper p {
            line-height: 1.25; } }
        @media all and (max-width: 680px) {
          .mission_section .content .text > .wpb_column > .vc_column-inner > .wpb_wrapper p {
            font-size: 12px;
            line-height: 1.33; } }
        @media all and (max-width: 680px) {
          .mission_section .content .text > .wpb_column > .vc_column-inner > .wpb_wrapper p br {
            display: none; } }
  .mission_section .absolute_img {
    position: absolute;
    bottom: 0;
    right: calc((100% - 1355px) / 2);
    width: 522px; }
    @media all and (max-width: 1679px) {
      .mission_section .absolute_img {
        right: 180px;
        width: 450px; } }
    @media all and (max-width: 1490px) {
      .mission_section .absolute_img {
        right: 95px; } }
    @media all and (max-width: 1279px) {
      .mission_section .absolute_img {
        right: 110px;
        width: 390px; } }
    @media all and (max-width: 1023px) {
      .mission_section .absolute_img {
        right: 30px;
        width: 327px; } }
    @media all and (max-width: 680px) {
      .mission_section .absolute_img {
        width: 195px; } }
    @media all and (max-width: 480px) {
      .mission_section .absolute_img {
        width: 153px;
        right: 20px; } }

.separator > .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .separator > .wpb_wrapper h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 10px 20px; }
    @media all and (max-width: 480px) {
      .separator > .wpb_wrapper h3 {
        font-size: 16px; } }
  .separator > .wpb_wrapper .line {
    flex: 1;
    height: 1px;
    background-color: #9CA3AF; }
