@import url(https://use.typekit.net/rqf6rxf.css);
html {
  box-sizing: border-box;
  font-size: 16px; }

body {
  background: #fff; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

br {
  line-height: 200%; }

body {
  --color-dark: #131618;
  --color-light: #ffffff;
  --color-background: #f5f4f9;
  --color-primary: #006be4;
  --color-secondary: #faf8c9; }

.b-one-styles {
  --color-primary: #6d4de2;
  --color-primary-a20: rgba(109, 77, 226, 0.2);
  --color-primary-alt: #4a23d7; }

.b-one-kiosk-styles {
  --color-primary: #00bdda;
  --color-primary-a20: rgba(0, 189, 218, 0.2);
  --color-primary-alt: #009dc1; }

.mobile-id-styles {
  --color-primary: #518adf;
  --color-primary-a20: rgba(81, 138, 223, 0.2);
  --color-primary-alt: #6360f6; }

.open-api-styles {
  --color-primary: #609cf6;
  --color-primary-a20: rgba(96, 156, 246, 0.2);
  --color-primary-alt: #36d5df; }

.agro-banking-styles {
  --color-primary: #02b55f;
  --color-primary-a20: rgba(2, 181, 95, 0.2);
  --color-primary-alt: #6bb70a; }

.bank-id-connector-styles {
  --color-primary: #fda612;
  --color-primary-a20: rgba(253, 166, 18, 0.2);
  --color-primary-alt: #e38000; }

.diia-connector-styles {
  --color-primary: #307ed8;
  --color-primary-a20: rgba(48, 126, 216, 0.2);
  --color-primary-alt: #1f68bb; }

.crs-styles {
  --color-primary: #1dc169;
  --color-primary-a20: rgba(29, 193, 105, 0.2);
  --color-primary-alt: #008c5a; }

.fbh-styles {
  --color-primary: #63193E;
  --color-primary-a20: #F0A0D5;
  --color-primary-alt: #853269; }

.family-banking-styles {
  --color-primary: #7360f6;
  --color-primary-a20: rgba(115, 96, 246, 0.2);
  --color-primary-alt: #b151df; }

.color-light {
  color: var(--color-light); }

.color-primary {
  color: var(--color-primary); }

.color-dark {
  color: var(--color-dark); }

.bg-dark {
  background-color: var(--color-dark); }

.bg-primary {
  background-color: var(--color-primary);
  background-image: linear-gradient(30deg, var(--color-primary), var(--color-primary-alt)); }

.bold {
  font-weight: 600; }

.light {
  font-weight: 400; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  color: var(--color-dark); }

h1,
.h1 {
  font-family: sofia-pro, sans-serif;
  margin: 0.25em 0 0.5em; }
  @media (max-width: 900px) {
    h1,
    .h1 {
      font-size: 40px;
      line-height: 56px; } }
  @media (min-width: 900px) {
    h1,
    .h1 {
      font-size: 56px;
      line-height: 80px; } }

h2,
.h2 {
  font-family: sofia-pro, sans-serif;
  margin: 0.25em 0 0.5em; }
  @media (max-width: 900px) {
    h2,
    .h2 {
      font-size: 36px;
      line-height: 48px; } }
  @media (min-width: 900px) {
    h2,
    .h2 {
      font-size: 48px;
      line-height: 64px; } }

h3,
.h3 {
  font-size: 32px;
  line-height: 48px;
  font-family: sofia-pro, sans-serif;
  margin: 0.25em 0 0.5em; }

h4,
.h4 {
  font-size: 24px;
  line-height: 32px;
  font-family: sofia-pro, sans-serif;
  margin: 0.1em 0 0.25em; }

p,
.p {
  font-family: sofia-pro, sans-serif;
  line-height: 32px;
  white-space: pre-wrap;
  margin: 0.1em 0 0.25em; }
  @media (max-width: 900px) {
    p,
    .p {
      font-size: 18px; } }
  @media (min-width: 900px) {
    p,
    .p {
      font-size: 20px; } }

ul {
  margin-left: 20px;
  list-style-type: circle; }
  ul > li {
    padding-top: 0.5em;
    font-family: sofia-pro, sans-serif;
    line-height: 32px;
    white-space: pre-wrap;
    margin: 0.1em 0 0.25em; }
    @media (max-width: 900px) {
      ul > li {
        font-size: 18px; } }
    @media (min-width: 900px) {
      ul > li {
        font-size: 20px; } }

button,
input,
textarea {
  font-family: sofia-pro, sans-serif;
  line-height: 32px;
  white-space: pre-wrap;
  margin: 0.1em 0 0.25em; }
  @media (max-width: 900px) {
    button,
    input,
    textarea {
      font-size: 18px; } }
  @media (min-width: 900px) {
    button,
    input,
    textarea {
      font-size: 20px; } }

a {
  font-family: sofia-pro, sans-serif;
  line-height: 32px;
  white-space: pre-wrap;
  margin: 0.1em 0 0.25em;
  text-decoration: none;
  color: var(--color-primary);
  transition: opacity 300ms cubic-bezier(0.075, 0.82, 0.165, 1); }
  @media (max-width: 900px) {
    a {
      font-size: 18px; } }
  @media (min-width: 900px) {
    a {
      font-size: 20px; } }
  a:hover {
    opacity: 0.8; }

body {
  --ease-out-cubic: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-cubic: cubic-bezier(0.32, 0, 0.67, 0); }

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

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

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

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

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

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

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

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

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

@keyframes fade-out-up {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(32px);
    opacity: 0; } }

@-webkit-keyframes fade-out-left {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateX(32px);
    opacity: 0; } }

@keyframes fade-out-left {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateX(32px);
    opacity: 0; } }

.fade-in {
  opacity: 0;
  -webkit-animation: fade-in 900ms var(--ease-out-cubic) forwards;
          animation: fade-in 900ms var(--ease-out-cubic) forwards; }
  .fade-in-up {
    opacity: 0;
    transform: translateY(0);
    -webkit-animation: fade-in-up 900ms var(--ease-out-cubic) forwards;
            animation: fade-in-up 900ms var(--ease-out-cubic) forwards; }
  .fade-in-left {
    opacity: 0;
    transform: translateX(0);
    -webkit-animation: fade-in-left 900ms var(--ease-out-cubic) forwards;
            animation: fade-in-left 900ms var(--ease-out-cubic) forwards; }

.fade-out {
  opacity: 1;
  -webkit-animation: fade-out 600ms var(--ease-in-cubic) forwards;
          animation: fade-out 600ms var(--ease-in-cubic) forwards; }
  .fade-out-up {
    opacity: 1;
    transform: translateY(32px);
    -webkit-animation: fade-out-up 600ms var(--ease-in-cubic) forwards;
            animation: fade-out-up 600ms var(--ease-in-cubic) forwards; }
  .fade-out-left {
    opacity: 1;
    transform: translateX(32px);
    -webkit-animation: fade-out-left 600ms var(--ease-in-cubic) forwards;
            animation: fade-out-left 600ms var(--ease-in-cubic) forwards; }

.delay-0 {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms; }

.delay-300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms; }

.delay-600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms; }

.delay-900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms; }

.delay-1200 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms; }

.content.hero {
  margin-top: 80px; }

.hero {
  display: flex !important;
  justify-content: center !important; }

*::-moz-selection {
  opacity: 1;
  background-color: var(--color-secondary);
  color: var(--color-primary); }

*::selection {
  opacity: 1;
  background-color: var(--color-secondary);
  color: var(--color-primary); }

.wrapper {
  background-color: var(--color-background);
  width: 100%;
  height: 100%;
  transition: background-color 900ms var(--ease-out-cubic);
  margin-top: 80px; }
  .wrapper._dark {
    background-color: #131618; }

.content {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden; }
  @media (max-width: 900px) {
    .content {
      padding: 80px 20px 80px; } }
  @media (min-width: 900px) {
    .content {
      padding: 120px 80px 120px; } }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

.contents {
  position: relative; }
  @media (max-width: 900px) {
    .contents {
      width: 100%; } }
  @media (min-width: 900px) {
    .contents {
      width: 50%; } }

.blog-grid {
  width: 100%;
  display: grid;
  margin-top: 120px; }
  @media (max-width: 900px) {
    .blog-grid {
      grid-template-columns: 1fr;
      grid-gap: 64px 32px; } }
  @media (min-width: 900px) {
    .blog-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 120px 32px; } }

.blog {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: var(--color-background);
  transition: all 300ms var(--ease-out-cubic); }
  .blog__img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background: var(--color-light); }
    .blog__img > img {
      position: absolute;
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover;
      transition: all 600ms var(--ease-out-cubic); }
  .blog__info {
    padding: 32px 0;
    transform-origin: top left;
    transition: all 600ms var(--ease-out-cubic); }
    .blog__info h3 {
      font-size: 24px;
      line-height: 36px; }
  .blog__tag {
    color: var(--color-primary);
    margin-right: 8px;
    text-transform: uppercase; }
    .blog__tag:not(:last-child)::after {
      content: ","; }
  @media (min-width: 900px) {
    .blog:first-child {
      grid-column: 1 / span 3;
      display: flex;
      align-items: center; }
    .blog:first-child .blog__info {
      padding: 16px 64px; }
      .blog:first-child .blog__info h3 {
        font-size: 40px;
        line-height: 56px; }
    .blog:first-child .blog__img {
      flex: 0 0 50%; }
    .blog:hover {
      opacity: 0.8; }
    .blog:hover .blog__img img {
      transform: scale(1.05); }
    .blog:hover .blog__info {
      transform: scale(0.95); } }

@-webkit-keyframes play-button {
  0% {
    left: 0;
    opacity: 0; }
  40% {
    left: -80px;
    opacity: 1; }
  100% {
    left: -40px;
    opacity: 1; } }

@keyframes play-button {
  0% {
    left: 0;
    opacity: 0; }
  40% {
    left: -80px;
    opacity: 1; }
  100% {
    left: -40px;
    opacity: 1; } }

.play-button {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  outline: none;
  transition: all 300ms var(--ease-out-cubic);
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: relative;
  background: var(--color-dark);
  color: var(--color-light);
  opacity: 0;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-animation: play-button 600ms 1800ms var(--ease-out-cubic) forwards;
          animation: play-button 600ms 1800ms var(--ease-out-cubic) forwards; }
  .play-button:hover, .play-button:focus {
    background: var(--color-dark);
    transform: translateY(-50%) scale(1.1) rotate(-15deg); }
  .play-button:active {
    background: var(--color-dark);
    transform: translateY(-50%) scale(0.95); }

.services-grid {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center; }
  .services-grid .service {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 32px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 90;
    max-width: 560px; }
    .services-grid .service::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: linear-gradient(rgba(0, 107, 228, 0.05), rgba(0, 107, 228, 0.1));
      transform-origin: bottom center;
      transition: transform 300ms var(--ease-out-cubic);
      transform: scaleY(0); }
    .services-grid .service > img {
      height: 64px;
      margin-bottom: 32px;
      z-index: 2; }
    .services-grid .service > img,
    .services-grid .service > p {
      opacity: 0.6;
      transition: opacity 300ms var(--ease-out-cubic);
      z-index: 2; }
    .services-grid .service:hover > img,
    .services-grid .service:hover > p {
      opacity: 1; }
    .services-grid .service:hover::before {
      transform: scaleY(1); }
  .services-grid .figure {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 400px;
    background-size: 300% 100%;
    transition: all 300ms var(--ease-in-cubic);
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
            clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    opacity: 0;
    background-image: linear-gradient(to right, transparent, transparent, rgba(0, 107, 228, 0.1), rgba(0, 107, 228, 0.4)); }
  @media (max-width: 900px) {
    .services-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, 1fr); } }
  @media (min-width: 900px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-gap: 80px; } }

.clients-grid {
  display: grid;
  justify-items: center;
  align-items: center; }
  .clients-grid > div {
    width: 100%;
    height: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .clients-grid > div > img {
      width: 200px; }
    .clients-grid > div:last-child > img {
      -webkit-filter: grayscale(0.8);
              filter: grayscale(0.8); }
    .clients-grid > div:nth-last-child(2) > img {
      -webkit-filter: grayscale(0.8);
              filter: grayscale(0.8); }
  @media (max-width: 900px) {
    .clients-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(3, 1fr); } }
  @media (min-width: 900px) {
    .clients-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 1fr; } }

.about-img {
  position: absolute;
  right: 80px;
  top: 80px;
  height: 100%;
  z-index: 90;
  height: 560px;
  width: 560px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: -webkit-filter 300ms var(--ease-out-cubic);
  transition: filter 300ms var(--ease-out-cubic);
  transition: filter 300ms var(--ease-out-cubic), -webkit-filter 300ms var(--ease-out-cubic); }
  .about-img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  @media (max-width: 900px) {
    .about-img {
      display: none; } }

.online-id .basics-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .online-id .basics-wrapper .item {
    position: relative;
    height: 100%;
    background-color: #EFAE46;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 16px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    line-height: normal;
    transition: transform ease-in-out 0.25s, -webkit-filter ease-in-out 0.1s;
    transition: transform ease-in-out 0.25s, filter ease-in-out 0.1s;
    transition: transform ease-in-out 0.25s, filter ease-in-out 0.1s, -webkit-filter ease-in-out 0.1s;
    height: 250px; }
    @media (max-width: 1440px) {
      .online-id .basics-wrapper .item {
        height: 210px; } }
    @media (max-width: 1600px) {
      .online-id .basics-wrapper .item {
        height: 220px;
        font-size: 1.4rem; } }
    @media (max-width: 1200px) {
      .online-id .basics-wrapper .item {
        font-size: 1.25rem; } }
    @media (max-width: 1050px) {
      .online-id .basics-wrapper .item {
        font-size: 1.1rem;
        padding: 10px;
        padding-bottom: 15px;
        height: 180px; } }
    @media (max-width: 800px) {
      .online-id .basics-wrapper .item {
        font-size: 1.3rem;
        min-height: 90px; } }
    @media (max-width: 650px) {
      .online-id .basics-wrapper .item {
        font-size: 1rem;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content; } }
    @media (max-width: 550px) {
      .online-id .basics-wrapper .item {
        min-height: 150px;
        font-size: 1.2rem; } }
    @media (min-width: 900px) {
      .online-id .basics-wrapper .item:hover {
        -webkit-filter: brightness(1.05);
                filter: brightness(1.05);
        transform: scale(1.05); }
        .online-id .basics-wrapper .item:hover .bg-curve {
          opacity: 0.5; } }
    .online-id .basics-wrapper .item .icon-stroke path {
      stroke: #fff; }
    .online-id .basics-wrapper .item .bg-curve {
      transition: all ease-in-out 0.2s;
      content: ' ';
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      z-index: 1; }
      .online-id .basics-wrapper .item .bg-curve svg {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 90%;
        left: -100%;
        -webkit-filter: brightness(1.5);
                filter: brightness(1.5); }
        @media (max-width: 800px) {
          .online-id .basics-wrapper .item .bg-curve svg {
            height: 200%; } }
    .online-id .basics-wrapper .item .item-content {
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      position: relative;
      width: 100%;
      height: 100%;
      flex-grow: 1; }
      @media (max-width: 900px) {
        .online-id .basics-wrapper .item .item-content {
          justify-content: space-between; } }
      .online-id .basics-wrapper .item .item-content .icon-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #FFFFFF33;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff; }
        @media (max-width: 900px) {
          .online-id .basics-wrapper .item .item-content .icon-wrapper {
            position: relative;
            width: 2.5rem;
            height: 2.5rem;
            margin-bottom: 1rem; } }
        @media (max-width: 550px) {
          .online-id .basics-wrapper .item .item-content .icon-wrapper {
            background-color: #28242455; } }
        .online-id .basics-wrapper .item .item-content .icon-wrapper svg {
          color: #fff;
          font-size: 1.5rem; }
          @media (max-width: 1050px) {
            .online-id .basics-wrapper .item .item-content .icon-wrapper svg {
              font-size: 1.3rem; } }
  .online-id .basics-wrapper .top-row, .online-id .basics-wrapper .bottom-row {
    font-family: 'myriad-pro';
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem; }
    @media (max-width: 800px) {
      .online-id .basics-wrapper .top-row, .online-id .basics-wrapper .bottom-row {
        margin-top: 10px;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 800px) and (min-width: 550px) {
    .online-id .basics-wrapper .top-row .bottom-child:last-child, .online-id .basics-wrapper .top-row .top-child:last-child, .online-id .basics-wrapper .bottom-row .bottom-child:last-child, .online-id .basics-wrapper .bottom-row .top-child:last-child {
      grid-column-start: 1;
      grid-column-end: 3; } }
    @media (max-width: 550px) {
      .online-id .basics-wrapper .top-row, .online-id .basics-wrapper .bottom-row {
        grid-template-columns: repeat(1, 1fr) !important;
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important; } }
  .online-id .basics-wrapper .bottom-row {
    margin-top: 20px; }

.online-id .hero-section .onlineid-logo {
  width: 25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0; }

.online-id {
  font-family: 'myriad-pro'; }
  .online-id .advantages-wrapper {
    overflow: hidden; }
    @media (min-width: 900px) {
      .online-id .advantages-wrapper {
        min-height: 40rem; } }
    .online-id .advantages-wrapper .image-container {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      -webkit-mask-image: linear-gradient(to left, black 83.33%, rgba(0, 0, 0, 0) 100%);
      mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.767) 70.33%, rgba(0, 0, 0, 0) 120%); }
      @media (max-width: 1440px) {
        .online-id .advantages-wrapper .image-container {
          -webkit-mask-image: none;
          mask-image: none; } }
      @media (max-width: 1050px) {
        .online-id .advantages-wrapper .image-container {
          -webkit-filter: blur(7px);
                  filter: blur(7px);
          opacity: 0.3; } }
      .online-id .advantages-wrapper .image-container .bg-image {
        top: 15%;
        left: 0;
        opacity: 0.6;
        -webkit-user-drag: none;
        position: absolute;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 35rem;
        transform: rotateZ(16deg); }
        @media (max-width: 1050px) {
          .online-id .advantages-wrapper .image-container .bg-image {
            width: 30rem;
            left: 20%; } }
        @media (max-width: 550px) {
          .online-id .advantages-wrapper .image-container .bg-image {
            left: -5%; } }
        @media (max-width: 450px) {
          .online-id .advantages-wrapper .image-container .bg-image {
            top: 30%; } }
    .online-id .advantages-wrapper .content-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      font-family: 'myriad-pro'; }
      .online-id .advantages-wrapper .content-wrapper .columns-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem; }
        @media (max-width: 1440px) {
          .online-id .advantages-wrapper .content-wrapper .columns-wrapper {
            gap: 2rem; } }
        @media (max-width: 1050px) {
          .online-id .advantages-wrapper .content-wrapper .columns-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1rem; } }
        @media (max-width: 700px) {
          .online-id .advantages-wrapper .content-wrapper .columns-wrapper {
            gap: 0.5rem; } }
        .online-id .advantages-wrapper .content-wrapper .columns-wrapper .title-wrapper {
          padding-top: 3rem; }
          .online-id .advantages-wrapper .content-wrapper .columns-wrapper .title-wrapper .heading {
            font-size: 3rem;
            font-weight: 600; }
            @media (max-width: 1050px) {
              .online-id .advantages-wrapper .content-wrapper .columns-wrapper .title-wrapper .heading {
                font-size: 2rem; } }
        .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column {
          display: flex;
          flex-direction: column;
          gap: 4rem; }
          @media (max-width: 1050px) {
            .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column {
              gap: 2.5rem;
              width: 100%; } }
          @media (max-width: 700px) {
            .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column {
              gap: 1.5rem; } }
          .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item {
            display: flex;
            width: 100%;
            flex-grow: 1;
            flex-direction: column;
            max-width: 80%; }
            @media (max-width: 1300px) {
              .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item {
                max-width: 90%; } }
            .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item:hover .p-content {
              color: #232222ee;
              padding-top: 0.5rem;
              padding-bottom: 0.5rem; }
            .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item:hover .name {
              padding-top: 0.75rem;
              padding-bottom: 0.25rem; }
            .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item .name {
              width: 100%;
              font-size: 1.4rem;
              font-weight: 600;
              padding-bottom: 1rem;
              transition: padding ease-out 0.5s;
              border-bottom: 1px solid rgba(0, 0, 0, 0.218); }
              @media (max-width: 500px) {
                .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item .name {
                  font-size: 1.2rem;
                  padding-top: 0.75rem;
                  padding-bottom: 0.25rem; } }
            .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item .p-content {
              transition: color ease-out 0.5s, padding ease-in-out 0.5s;
              padding-top: 1rem;
              font-size: 1.1rem;
              font-weight: 400;
              color: #707070; }
              @media (max-width: 600px) {
                .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item .p-content {
                  font-size: 0.9rem; } }
              @media (max-width: 500px) {
                .online-id .advantages-wrapper .content-wrapper .columns-wrapper .column .item .p-content {
                  font-size: 1rem;
                  color: #232222ee;
                  padding-top: 0.5rem;
                  padding-bottom: 0.5rem; } }

.online-id .features-wrapper {
  padding-top: 4rem;
  background: linear-gradient(to left bottom, #1cc2ba, #0f5f5a);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .online-id .features-wrapper .onlineid-subheading {
    font-family: 'myriad-pro';
    color: white;
    font-size: 4rem;
    font-weight: 600; }
    @media (max-width: 1050px) {
      .online-id .features-wrapper .onlineid-subheading {
        font-size: 3rem; } }
    @media (max-width: 720px) {
      .online-id .features-wrapper .onlineid-subheading {
        font-size: 2rem; } }
  .online-id .features-wrapper .onlineid-content {
    width: 100%; }
  .online-id .features-wrapper .content-wrapper {
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: 'myriad-pro';
    padding-top: 3rem; }
    @media (max-width: 550px) {
      .online-id .features-wrapper .content-wrapper {
        padding-top: 1.5rem; } }
    .online-id .features-wrapper .content-wrapper .rows-wrapper {
      display: flex;
      flex-direction: column;
      gap: 3rem; }
      @media (max-width: 1050px) {
        .online-id .features-wrapper .content-wrapper .rows-wrapper {
          gap: 4rem; } }
      @media (max-width: 850px) {
        .online-id .features-wrapper .content-wrapper .rows-wrapper {
          display: flex;
          flex-direction: column; } }
      @media (max-width: 700px) {
        .online-id .features-wrapper .content-wrapper .rows-wrapper {
          gap: 1.5rem; } }
      @media (max-width: 500px) {
        .online-id .features-wrapper .content-wrapper .rows-wrapper {
          gap: 0.5rem; } }
      .online-id .features-wrapper .content-wrapper .rows-wrapper .row {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 4rem; }
        @media (max-width: 1050px) {
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row {
            grid-template-columns: repeat(2, 1fr);
            gap: 2.5rem; } }
        @media (max-width: 700px) {
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row {
            gap: 2rem; } }
        @media (max-width: 500px) {
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row {
            grid-template-columns: repeat(1, 1fr); } }
        @media (max-width: 1050px) {
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row .child:last-child {
            margin-bottom: 1.5rem;
            margin-right: 0; } }
        @media (max-width: 700px) {
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row .child:last-child .p-content {
            text-align: start; } }
        @media (max-width: 1050px) {
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row .child:last-child .name {
            width: 100%; } }
        @media (max-width: 700px) {
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row .child:last-child .name {
            text-align: start; } }
        .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item {
          display: flex;
          width: 100%;
          flex-grow: 1;
          flex-direction: column; }
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item:hover .p-content {
            color: #ffffffee;
            padding-top: 0.5rem;
            padding-bottom: 0.2rem; }
            @media (max-width: 1050px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item:hover .p-content {
                padding-top: 0.2rem;
                padding-bottom: 0rem; } }
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item:hover .name {
            padding-top: 0.5rem;
            padding-bottom: 0.75rem; }
            @media (max-width: 1440px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item:hover .name {
                padding-top: 0.7rem;
                padding-bottom: 0.5rem; } }
            @media (max-width: 1050px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item:hover .name {
                padding-top: 0px;
                padding-bottom: 0px; } }
            @media (max-width: 850px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item:hover .name {
                padding: 0; } }
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item .name {
            width: 100%;
            font-size: 1.5rem;
            font-weight: 600;
            padding-bottom: 1.25rem;
            transition: padding ease-out 0.5s;
            border-bottom: 1px solid rgba(255, 255, 255, 0.218); }
            @media (max-width: 1440px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item .name {
                font-size: 1.3rem;
                padding-bottom: 1.2rem; } }
            @media (max-width: 850px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item .name {
                padding: 0;
                max-width: 80%; } }
            @media (max-width: 700px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item .name {
                max-width: 100%;
                font-size: 1.4; } }
          .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item .p-content {
            transition: color ease-out 0.1s, padding ease-in-out 0.2s;
            padding-top: 0.7rem;
            font-size: 1.2rem;
            color: #ffffffb4; }
            @media (max-width: 1200px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item .p-content {
                font-size: 1.1rem; } }
            @media (max-width: 1050px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item .p-content {
                padding-top: 0.2rem;
                font-size: 1.2rem;
                font-weight: 500;
                color: #ffffff; } }
            @media (max-width: 700px) {
              .online-id .features-wrapper .content-wrapper .rows-wrapper .row .item .p-content {
                max-width: 100%;
                font-size: 1rem; } }

.products {
  position: relative;
  display: flex;
  flex-direction: column; }

@media (max-width: 900px) {
  .product {
    margin: 32px 0; } }

@media (min-width: 900px) {
  .product {
    margin: 32px;
    height: 320px; } }

@media (min-width: 900px) {
  .product:nth-child(2n) {
    text-align: right; } }

.product__logo {
  height: 48px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 16px 0; }

.product__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 900px) {
    .product__contents p {
      width: 50%; } }

.product__image {
  height: 400px;
  transition: all 300ms var(--ease-out-cubic); }
  @media (max-width: 900px) {
    .product__image {
      margin-top: 32px; } }
  @media (min-width: 900px) {
    .product__image {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      opacity: 0.4;
      transform: translateY(-120px);
      position: absolute;
      right: 0; } }

.product__title {
  position: relative;
  color: var(--color-dark); }
  @media (min-width: 900px) {
    .product__title::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -4px;
      width: 100%;
      height: 2px;
      background-color: var(--color-dark);
      transform-origin: left center;
      transform: scaleX(0);
      transition: transform 300ms var(--ease-out-cubic); }
    .product__title:hover::after {
      transform: scaleX(1); } }

@media (min-width: 900px) {
  .product:nth-child(2n) .product__contents p,
  .product:nth-child(2n) .product__contents a {
    align-self: flex-end; }
  .product:nth-child(2n) .product__title::after {
    transform-origin: right center; }
  .product:nth-child(2n) .product__image {
    left: 0; }
  .product:hover .product__image {
    cursor: pointer;
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0); } }

.product-block {
  display: flex;
  align-items: center; }
  .product-block._right-align {
    flex-direction: row-reverse; }
  .product-block__image {
    height: 560px; }
    .product-block__image > img {
      height: 560px; }
  .product-block._right-align .product-block__image img {
    left: 0; }
  @media (max-width: 900px) {
    .product-block {
      flex-direction: column; }
      .product-block._right-align {
        flex-direction: column; }
      .product-block__image {
        height: 560px; }
        .product-block__image > img {
          height: 560px;
          -o-object-fit: contain;
             object-fit: contain; } }
  @media (min-width: 900px) {
    .product-block__image {
      height: 560px; }
      .product-block__image > img {
        height: 560px;
        position: absolute;
        right: 0; } }

.product-features {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .product-features__item {
    flex: 0 0 25%;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    @media (max-width: 900px) {
      .product-features__item {
        flex: 0 0 100%; } }
  .product-features__icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    background-color: var(--color-primary-a20);
    margin: 0 auto 16px; }

.product-security {
  width: 100%;
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px; }
  @media (max-width: 900px) {
    .product-security {
      grid-template-columns: 1fr; } }
  .product-security__item {
    background-color: rgba(109, 77, 226, 0.2);
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    min-height: 280px; }
  .product-security__icon {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    margin-bottom: 16px; }

@media (min-width: 900px) and (max-width: 1200px) {
  .b-one-styles .fix-img {
    height: 450px; } }

.fbh-styles .fbh-heading {
  margin-top: -2rem; }

.fbh-styles .fbh-logo {
  margin: 0;
  height: 8rem; }

.fbh-styles .fbh-basics .basics-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .fbh-styles .fbh-basics .basics-wrapper .item {
    position: relative;
    height: 100%;
    background-color: #EFAE46;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    line-height: normal;
    transition: transform ease-in-out 0.25s, -webkit-filter ease-in-out 0.1s;
    transition: transform ease-in-out 0.25s, filter ease-in-out 0.1s;
    transition: transform ease-in-out 0.25s, filter ease-in-out 0.1s, -webkit-filter ease-in-out 0.1s; }
    @media (max-width: 1600px) {
      .fbh-styles .fbh-basics .basics-wrapper .item {
        font-size: 1.4rem; } }
    @media (max-width: 1200px) {
      .fbh-styles .fbh-basics .basics-wrapper .item {
        font-size: 1.25rem; } }
    @media (max-width: 1050px) {
      .fbh-styles .fbh-basics .basics-wrapper .item {
        font-size: 1.1rem;
        padding: 10px;
        padding-bottom: 15px; } }
    @media (max-width: 800px) {
      .fbh-styles .fbh-basics .basics-wrapper .item {
        font-size: 1.3rem;
        min-height: 90px; } }
    @media (max-width: 650px) {
      .fbh-styles .fbh-basics .basics-wrapper .item {
        font-size: 1rem;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content; } }
    @media (max-width: 550px) {
      .fbh-styles .fbh-basics .basics-wrapper .item {
        min-height: 150px;
        font-size: 1.2rem; } }
    .fbh-styles .fbh-basics .basics-wrapper .item:hover {
      -webkit-filter: brightness(1.05);
              filter: brightness(1.05);
      transform: scale(1.05); }
      .fbh-styles .fbh-basics .basics-wrapper .item:hover .bg-curve {
        opacity: 0.5; }
    .fbh-styles .fbh-basics .basics-wrapper .item .bg-curve {
      transition: all ease-in-out 0.2s;
      content: ' ';
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      z-index: 1; }
      .fbh-styles .fbh-basics .basics-wrapper .item .bg-curve svg {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 90%;
        left: -100%;
        -webkit-filter: brightness(1.5);
                filter: brightness(1.5); }
        @media (max-width: 800px) {
          .fbh-styles .fbh-basics .basics-wrapper .item .bg-curve svg {
            height: 200%; } }
    .fbh-styles .fbh-basics .basics-wrapper .item .item-content {
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      position: relative;
      width: 100%;
      height: 100%;
      flex-grow: 1; }
      @media (max-width: 900px) {
        .fbh-styles .fbh-basics .basics-wrapper .item .item-content {
          justify-content: space-between; } }
      .fbh-styles .fbh-basics .basics-wrapper .item .item-content .icon-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #FFFFFF33;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 900px) {
          .fbh-styles .fbh-basics .basics-wrapper .item .item-content .icon-wrapper {
            position: relative;
            width: 2.5rem;
            height: 2.5rem;
            margin-bottom: 1rem; } }
        @media (max-width: 550px) {
          .fbh-styles .fbh-basics .basics-wrapper .item .item-content .icon-wrapper {
            background-color: #28242455; } }
        .fbh-styles .fbh-basics .basics-wrapper .item .item-content .icon-wrapper svg {
          font-size: 1.5rem; }
          @media (max-width: 1050px) {
            .fbh-styles .fbh-basics .basics-wrapper .item .item-content .icon-wrapper svg {
              font-size: 1.3rem; } }
  .fbh-styles .fbh-basics .basics-wrapper .top-row, .fbh-styles .fbh-basics .basics-wrapper .bottom-row {
    font-family: 'myriad-pro';
    width: 100%;
    height: 250px; }
    @media (max-width: 1600px) {
      .fbh-styles .fbh-basics .basics-wrapper .top-row, .fbh-styles .fbh-basics .basics-wrapper .bottom-row {
        height: 220px; } }
    @media (max-width: 1440px) {
      .fbh-styles .fbh-basics .basics-wrapper .top-row, .fbh-styles .fbh-basics .basics-wrapper .bottom-row {
        height: 210px; } }
    @media (max-width: 1050px) {
      .fbh-styles .fbh-basics .basics-wrapper .top-row, .fbh-styles .fbh-basics .basics-wrapper .bottom-row {
        height: 180px; } }
    @media (max-width: 550px) {
      .fbh-styles .fbh-basics .basics-wrapper .top-row, .fbh-styles .fbh-basics .basics-wrapper .bottom-row {
        grid-template-columns: repeat(1, 1fr) !important;
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important; } }
  .fbh-styles .fbh-basics .basics-wrapper .top-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (max-width: 800px) {
      .fbh-styles .fbh-basics .basics-wrapper .top-row {
        height: 300px;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr); } }
  .fbh-styles .fbh-basics .basics-wrapper .bottom-row {
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem; }
    @media (max-width: 800px) {
      .fbh-styles .fbh-basics .basics-wrapper .bottom-row {
        margin-top: 10px;
        height: 300px;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 800px) and (min-width: 550px) {
    .fbh-styles .fbh-basics .basics-wrapper .bottom-row .bottom-child:last-child {
      grid-column-start: 1;
      grid-column-end: 3; } }

.fbh-styles .advantages-wrapper {
  position: relative;
  max-width: 1920px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.fbh-styles .fbh-bg-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none; }
  .fbh-styles .fbh-bg-wrapper .fbh-bg-logo {
    -webkit-user-drag: none;
    transform: rotateY(180deg) translateY(13%);
    width: 45rem;
    opacity: 0.7;
    -webkit-mask-image: linear-gradient(to right, black 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, black 70%, rgba(0, 0, 0, 0) 100%); }
    @media (max-width: 1440px) {
      .fbh-styles .fbh-bg-wrapper .fbh-bg-logo {
        opacity: 0.4; } }
    @media (max-width: 1050px) {
      .fbh-styles .fbh-bg-wrapper .fbh-bg-logo {
        opacity: 0.1; } }
    @media (max-width: 550px) {
      .fbh-styles .fbh-bg-wrapper .fbh-bg-logo {
        display: none; } }

.fbh-styles .advantages-wrapper {
  background: url("/static/images/products/fin-balance-hub/background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .fbh-styles .advantages-wrapper .fbh-subheading {
    font-family: 'myriad-pro';
    color: white;
    font-size: 4rem;
    font-weight: 600; }
    @media (max-width: 1050px) {
      .fbh-styles .advantages-wrapper .fbh-subheading {
        font-size: 3rem; } }
  .fbh-styles .advantages-wrapper .fbh-content {
    width: 50%; }
    @media (max-width: 1440px) {
      .fbh-styles .advantages-wrapper .fbh-content {
        width: 70% !important; } }
    @media (max-width: 1050px) {
      .fbh-styles .advantages-wrapper .fbh-content {
        width: 100% !important; } }
  .fbh-styles .advantages-wrapper .content-wrapper {
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: 'myriad-pro'; }
    @media (max-width: 700px) {
      .fbh-styles .advantages-wrapper .content-wrapper {
        padding-top: 2rem; } }
    .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 3rem; }
      @media (max-width: 1050px) {
        .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper {
          gap: 1rem; } }
      @media (max-width: 850px) {
        .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper {
          display: flex;
          flex-direction: column; } }
      @media (max-width: 700px) {
        .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper {
          gap: 1.5rem; } }
      .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column {
        display: flex;
        flex-direction: column;
        gap: 4rem; }
        @media (max-width: 1050px) {
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column {
            gap: 2.5rem;
            width: 100%; } }
        @media (max-width: 700px) {
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column {
            gap: 2rem; } }
        @media (max-width: 1050px) {
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .child:last-child {
            margin-bottom: 1.5rem;
            margin-right: 0; } }
        @media (max-width: 700px) {
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .child:last-child .p-content {
            text-align: start; } }
        @media (max-width: 1050px) {
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .child:last-child .name {
            width: 100%; } }
        @media (max-width: 700px) {
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .child:last-child .name {
            text-align: start; } }
        .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .child:first-child .name {
          min-height: 6.5rem; }
          @media (max-width: 1440px) {
            .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .child:first-child .name {
              min-height: 4.5rem; } }
          @media (max-width: 1050px) {
            .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .child:first-child .name {
              min-height: -webkit-fit-content;
              min-height: -moz-fit-content;
              min-height: fit-content; } }
        .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item {
          display: flex;
          width: 100%;
          flex-grow: 1;
          flex-direction: column; }
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item:hover .p-content {
            color: #ffffffee;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem; }
            @media (max-width: 1050px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item:hover .p-content {
                padding-top: 0.2rem;
                padding-bottom: 0rem; } }
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item:hover .name {
            padding-top: 1rem;
            padding-bottom: 0.75rem; }
            @media (max-width: 1440px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item:hover .name {
                padding-top: 0.7rem;
                padding-bottom: 0.5rem; } }
            @media (max-width: 1050px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item:hover .name {
                padding-top: 0px;
                padding-bottom: 0px; } }
            @media (max-width: 850px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item:hover .name {
                padding: 0; } }
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item .name {
            width: 100%;
            font-size: 1.5rem;
            font-weight: 600;
            padding-bottom: 1.75rem;
            transition: padding ease-out 0.5s;
            border-bottom: 1px solid rgba(255, 255, 255, 0.218); }
            @media (max-width: 1440px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item .name {
                font-size: 1.3rem;
                padding-bottom: 1.2rem; } }
            @media (max-width: 850px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item .name {
                padding: 0;
                max-width: 80%; } }
            @media (max-width: 700px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item .name {
                max-width: 100%;
                font-size: 1.4; } }
          .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item .p-content {
            transition: color ease-out 0.1s, padding ease-in-out 0.2s;
            padding-top: 1rem;
            font-size: 1.2rem;
            color: #ffffffb4; }
            @media (max-width: 1200px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item .p-content {
                font-size: 1.1rem; } }
            @media (max-width: 1050px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item .p-content {
                padding-top: 0.2rem;
                font-size: 1.2rem;
                font-weight: 500;
                color: #ffffff; } }
            @media (max-width: 700px) {
              .fbh-styles .advantages-wrapper .content-wrapper .columns-wrapper .column .item .p-content {
                max-width: 100%;
                font-size: 1rem; } }

.fbh-styles .tech-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .fbh-styles .tech-wrapper .tech-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper {
      font-family: 'myriad-pro';
      display: flex;
      justify-content: center;
      width: 1200px;
      gap: 2rem;
      flex-wrap: wrap;
      padding-bottom: 60px; }
      @media (max-width: 1600px) {
        .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper {
          width: 1000px; } }
      @media (max-width: 1050px) {
        .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper {
          width: 700px;
          margin-top: 0.2rem; } }
      @media (max-width: 800px) {
        .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper {
          width: 100%;
          position: relative; } }
      @media (max-width: 550px) {
        .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper {
          flex-direction: column;
          gap: 1rem; } }
      .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item {
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
        -webkit-user-select: none;
        display: flex;
        align-items: center;
        min-width: 200px;
        height: 90px;
        padding: 5px 20px;
        gap: 0.75rem;
        border: 2px solid #bebebe5b;
        border-radius: 20px;
        justify-content: center;
        transition: box-shadow ease-in 0.2s, transform ease-in 0.2s; }
        @media (max-width: 1600px) {
          .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item {
            height: 75px;
            padding: 5px 15px; } }
        @media (max-width: 1050px) {
          .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item {
            min-width: 120px;
            height: 65px;
            padding: 5px 15px; } }
        @media (max-width: 550px) {
          .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item {
            width: 100%;
            min-width: -webkit-fit-content;
            min-width: -moz-fit-content;
            min-width: fit-content;
            border-radius: 15px; } }
        .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item:hover {
          transform: translateX(-5px) translateY(-5px);
          box-shadow: 6px 5px 0px 1px rgba(100, 100, 100, 0.578); }
        .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item .tech-img {
          -webkit-user-drag: none;
          width: 55px;
          height: 55px; }
          @media (max-width: 1600px) {
            .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item .tech-img {
              width: 35px;
              height: 35px; } }
          @media (max-width: 1050px) {
            .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item .tech-img {
              width: 30px;
              height: 30px; } }
        .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item span {
          font-family: 'myriad-pro';
          font-size: 1.5rem;
          font-weight: 700; }
          @media (max-width: 1050px) {
            .fbh-styles .tech-wrapper .tech-container .tech-list-wrapper .tech-item span {
              font-size: 1.2rem;
              font-weight: 600; } }

.circle {
  background-color: rgba(195, 0, 255, 0.26);
  z-index: -1;
  position: absolute;
  width: 15rem;
  height: 15rem;
  -webkit-filter: blur(4rem);
          filter: blur(4rem);
  border-radius: 100%; }

.vacancy-wrapper {
  background-color: #e9eff52d;
  border: 1px solid rgba(78, 57, 57, 0.144);
  border-radius: 0.25rem;
  overflow: hidden;
  transition: background-color 0.4s, height 0.4s;
  height: 12rem;
  position: relative; }
  .vacancy-wrapper .act-wrapper {
    height: 100%;
    height: 11rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    padding-top: 0.5rem;
    position: relative; }
    .vacancy-wrapper .act-wrapper .short-info-wrapper {
      flex-grow: 1;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .vacancy-wrapper .act-wrapper .short-info-wrapper .job-icon-bg {
        cursor: pointer;
        position: absolute;
        display: flex;
        justify-content: center;
        right: 1.5rem;
        top: 1.5rem;
        align-items: center;
        border-radius: 100%;
        width: 3rem;
        height: 3rem;
        transition: transform 0.2s, -webkit-filter 0.3s;
        transition: filter 0.3s, transform 0.2s;
        transition: filter 0.3s, transform 0.2s, -webkit-filter 0.3s; }
        .vacancy-wrapper .act-wrapper .short-info-wrapper .job-icon-bg .job-icon {
          transition: transform 0.3s;
          width: 100%;
          height: 100%;
          padding: 0.5rem; }
        .vacancy-wrapper .act-wrapper .short-info-wrapper .job-icon-bg:hover {
          -webkit-filter: brightness(1.3);
                  filter: brightness(1.3);
          transform: scale(1.1); }
          .vacancy-wrapper .act-wrapper .short-info-wrapper .job-icon-bg:hover .job-icon {
            transform: rotate(30deg); }
      .vacancy-wrapper .act-wrapper .short-info-wrapper .circle {
        opacity: 0.8;
        -webkit-filter: blur(5rem);
                filter: blur(5rem);
        right: -15%;
        top: -45%; }
      .vacancy-wrapper .act-wrapper .short-info-wrapper h3 {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 2.3rem; }
        @media (max-width: 450px) {
          .vacancy-wrapper .act-wrapper .short-info-wrapper h3 {
            font-size: 1.6rem; } }
        @media (max-width: 800px) {
          .vacancy-wrapper .act-wrapper .short-info-wrapper h3 {
            font-size: 1.6rem; } }
      .vacancy-wrapper .act-wrapper .short-info-wrapper .show-controller {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 1.2rem;
        color: #71717a;
        transition: transform 0.2s; }
        .vacancy-wrapper .act-wrapper .short-info-wrapper .show-controller:hover {
          transform: translateX(5px); }
  .vacancy-wrapper .details-wrapper {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1.5rem;
    padding-top: 0rem;
    display: flex;
    flex-direction: column; }
    .vacancy-wrapper .details-wrapper .text-wrapper {
      position: relative;
      height: 32rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-top: 1px solid rgba(162, 162, 168, 0.671);
      padding-top: 1rem;
      gap: 1rem; }
      .vacancy-wrapper .details-wrapper .text-wrapper .circle {
        opacity: 0.6;
        top: 25%;
        left: -20%; }
      .vacancy-wrapper .details-wrapper .text-wrapper .section-button-wrapper {
        display: flex;
        width: 100%;
        gap: 1rem;
        justify-content: center;
        font-size: 1rem; }
        .vacancy-wrapper .details-wrapper .text-wrapper .section-button-wrapper .section-button {
          content: '';
          width: 0.75rem;
          height: 0.75rem;
          box-shadow: 0rem 0rem 0.1rem 0.1rem rgba(0, 0, 0, 0.219);
          border-radius: 50%;
          padding: 0.2rem;
          background-color: rgba(255, 255, 255, 0.667);
          cursor: pointer; }
          .vacancy-wrapper .details-wrapper .text-wrapper .section-button-wrapper .section-button.disabled-button {
            cursor: default;
            scale: 0.9;
            box-shadow: 0rem 0rem 0.2rem 0.1rem black;
            background-color: #686060;
            opacity: 0.2; }
      .vacancy-wrapper .details-wrapper .text-wrapper .detail-heading {
        cursor: pointer;
        margin-bottom: 0.5rem;
        font-weight: 600; }
      .vacancy-wrapper .details-wrapper .text-wrapper .details-section {
        color: var(--color-primary);
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        font-size: 1.5rem; }
        .vacancy-wrapper .details-wrapper .text-wrapper .details-section span {
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          @media (max-width: 400px) {
            .vacancy-wrapper .details-wrapper .text-wrapper .details-section span {
              font-size: 1.2rem; } }
          .vacancy-wrapper .details-wrapper .text-wrapper .details-section span::after {
            content: '';
            width: 0;
            width: 0;
            position: absolute;
            height: 2px;
            left: 0;
            bottom: 0;
            opacity: 0;
            background-color: var(--color-primary);
            transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out; }
          .vacancy-wrapper .details-wrapper .text-wrapper .details-section span.active::after {
            opacity: 1;
            width: 100%; }
      .vacancy-wrapper .details-wrapper .text-wrapper .data-list {
        flex-grow: 1;
        height: 100%;
        flex-grow: 1;
        list-style: disc;
        margin-right: 1.5rem;
        margin-left: 2.4rem;
        margin-bottom: 1rem;
        color: #323436;
        display: flex;
        flex-direction: column;
        gap: 0.3rem; }
        .vacancy-wrapper .details-wrapper .text-wrapper .data-list li {
          padding: 0;
          line-height: normal; }
      .vacancy-wrapper .details-wrapper .text-wrapper button {
        width: 100%;
        background-color: var(--color-primary);
        color: #ffffff;
        font-weight: bold;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 0.4rem;
        transition: background-color 0.3s; }
        .vacancy-wrapper .details-wrapper .text-wrapper button:hover {
          background-color: #2b7edd; }
  .vacancy-wrapper.expanded {
    height: 45rem; }

.vacancies-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  row-gap: 1.5rem; }
  @media (max-width: 1250px) {
    .vacancies-wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; } }
  @media (max-width: 800px) {
    .vacancies-wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.content.vacancy-hero {
  padding: 8rem; }
  @media (max-width: 1100px) {
    .content.vacancy-hero {
      padding: 6rem;
      padding-bottom: 2rem; } }
  @media (max-width: 900px) {
    .content.vacancy-hero {
      padding: 2rem;
      padding-top: 5rem; } }
  .content.vacancy-hero .container h1 {
    font-weight: bold;
    margin: 0;
    padding: 0; }
    @media (max-width: 700px) {
      .content.vacancy-hero .container h1 {
        font-size: 2rem;
        line-height: normal; } }
  .content.vacancy-hero .container h2 {
    font-size: 2.2rem;
    line-height: normal;
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 0; }
    @media (max-width: 900px) {
      .content.vacancy-hero .container h2 {
        font-size: 1.5rem; } }
    @media (max-width: 700px) {
      .content.vacancy-hero .container h2 {
        font-size: 1.3rem; } }
    @media (max-width: 400px) {
      .content.vacancy-hero .container h2 {
        font-size: 1.1rem; } }
  .content.vacancy-hero .container p {
    font-size: 1.5rem; }
    @media (max-width: 900px) {
      .content.vacancy-hero .container p {
        font-size: 1.2rem;
        line-height: normal; } }
    @media (max-width: 700px) {
      .content.vacancy-hero .container p {
        font-size: 1rem;
        line-height: normal; } }
    @media (max-width: 400px) {
      .content.vacancy-hero .container p {
        font-size: 0.9rem;
        line-height: normal; } }

