@font-face {
  font-family: 'AkkuratLL-Regular';
  src: url("../fonts/AkkuratLL-Regular.eot");
  src: url("../fonts/AkkuratLL-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Regular.woff2") format("woff2"), url("../fonts/AkkuratLL-Regular.woff") format("woff"), url("../fonts/AkkuratLL-Regular.ttf") format("truetype"), url("../fonts/AkkuratLL-Regular.svg#AkkuratLL-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'AkkuratLL-Light';
  src: url("../fonts/AkkuratLL-Light.eot");
  src: url("../fonts/AkkuratLL-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Light.woff2") format("woff2"), url("../fonts/AkkuratLL-Light.woff") format("woff"), url("../fonts/AkkuratLL-Light.ttf") format("truetype"), url("../fonts/AkkuratLL-Light.svg#AkkuratLL-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'AkkuratLL-Italic';
  src: url("../fonts/AkkuratLL-Italic.eot");
  src: url("../fonts/AkkuratLL-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Italic.woff2") format("woff2"), url("../fonts/AkkuratLL-Italic.woff") format("woff"), url("../fonts/AkkuratLL-Italic.ttf") format("truetype"), url("../fonts/AkkuratLL-Italic.svg#AkkuratLL-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'AkkuratLL-Bold';
  src: url("../fonts/AkkuratLL-Bold.eot");
  src: url("../fonts/AkkuratLL-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Bold.woff2") format("woff2"), url("../fonts/AkkuratLL-Bold.woff") format("woff"), url("../fonts/AkkuratLL-Bold.ttf") format("truetype"), url("../fonts/AkkuratLL-Bold.svg#AkkuratLL-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PPEditorialNew-light-italic';
  src: url("../fonts/PPEditorialNew-UltralightItalic.eot");
  src: url("../fonts/PPEditorialNew-UltralightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2"), url("../fonts/PPEditorialNew-UltralightItalic.woff") format("woff"), url("../fonts/PPEditorialNew-UltralightItalic.ttf") format("truetype"), url("../fonts/PPEditorialNew-UltralightItalic.svg#PPEditorialNew-UltralightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
body {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2F4A73;
  padding: 0;
  margin: 0; }

* {
  box-sizing: border-box; }

.bg-theme-color {
  background: #485C80; }

.color-theme {
  color: #2F4A73; }

.color-lightblue {
  color: #85DBF2; }

h1 {
  color: inherit; }

em, i {
  font-family: "AkkuratLL-Italic", sans-serif; }

.container {
  max-width: 100%; }
  @media (min-width: 767px) {
    .container {
      max-width: 1180px; } }

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 22px; }
  header .container {
    padding-left: 25px;
    padding-right: 25px; }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .wrapper .logo {
      flex-shrink: 0;
      line-height: 1; }
      header .wrapper .logo a {
        display: inline-flex; }
        header .wrapper .logo a img {
          height: 15px;
          width: auto; }
    header .wrapper .menu ul {
      list-style: none;
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0; }
      header .wrapper .menu ul li {
        line-height: 1;
        margin-left: 14px; }
        header .wrapper .menu ul li a {
          font-family: "Roboto-Regular", sans-serif;
          color: #FFFFFF;
          text-decoration: none;
          font-size: 11px;
          line-height: 16px; }
        header .wrapper .menu ul li .btn {
          font-family: "Roboto-Regular", sans-serif; }
  @media (min-width: 350px) {
    header .wrapper .logo a img {
      height: 16px; }
    header .wrapper .menu ul li {
      margin-left: 18px; }
      header .wrapper .menu ul li a {
        font-size: 13px;
        line-height: 22px; } }
  @media (min-width: 360px) {
    header .wrapper .logo a img {
      height: 18px; } }
  @media (min-width: 576px) {
    header .wrapper .menu ul li {
      margin-left: 40px; }
      header .wrapper .menu ul li a {
        font-size: 14px;
        line-height: 24px; } }
  @media (min-width: 768px) {
    header {
      top: 31px;
      left: 0; }
      header .container {
        padding-left: 25px;
        padding-right: 25px;
        max-width: 1198px; }
      header .wrapper .logo a img {
        height: 24px; }
      header .wrapper .menu ul li {
        margin-left: 60px; }
        header .wrapper .menu ul li a {
          font-size: 16px;
          line-height: 24px; } }

.btn {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: #2F4A73;
  border-radius: 40px;
  padding: 10.23px 36px;
  display: inline-block;
  text-transform: capitalize; }
  .btn:hover, .btn:focus {
    color: #FFFFFF; }
  .btn.btn-white {
    background: #FFFFFF;
    color: #2F4A73; }
  .btn.btn-bordered {
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    color: #FFFFFF;
    background: transparent;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 767px) {
      .btn.btn-bordered {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 36px; } }

.hero-section {
  padding: 94px 0 70px;
  background-image: url(../img/hero-bg-sm.jpg);
  background-color: #000000;
  background-position: top -96% center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative; }
  .hero-section .bg {
    display: none; }
  .hero-section .container {
    padding-left: 24px;
    padding-right: 24px; }
    @media (min-width: 767px) {
      .hero-section .container {
        max-width: 1198px; } }
  @media (min-width: 330px) {
    .hero-section {
      background-position: top 60% center;
      background-size: 102% auto; } }
  @media (min-width: 350px) {
    .hero-section {
      background-position: top 34% center;
      background-size: 102% auto; } }
  @media (min-width: 550px) {
    .hero-section {
      padding: 90px 0 70px;
      background-image: url(../img/hero-bg.jpg);
      background-size: auto 100%;
      background-position: left 100% top; } }
  @media (min-width: 767px) {
    .hero-section {
      padding: 90px 0 140px;
      background-size: auto 100%; } }
  @media (min-width: 992px) {
    .hero-section .scroll-down {
      position: absolute;
      bottom: 61px;
      left: 300px;
      right: 300px;
      text-align: center; }
      .hero-section .scroll-down a {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none; }
        .hero-section .scroll-down a span {
          font-family: "AkkuratLL-Bold", sans-serif;
          font-size: 14px;
          line-height: 25px;
          text-align: center;
          color: #FFFFFF;
          margin-bottom: 3px; }
        .hero-section .scroll-down a .img {
          border-radius: 50%;
          width: 28px;
          height: 28px;
          background: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center; } }
  @media (min-width: 1100px) {
    .hero-section {
      padding: 156px 0 253px;
      background-size: auto 105%; } }
  @media (min-width: 1300px) {
    .hero-section {
      background-size: auto; } }
  @media (min-width: 1500px) {
    .hero-section {
      background-image: url(../img/hero-bg-xl.jpg);
      background-position: top 80% right 70%;
      background-size: 140% auto; } }
  @media (min-width: 1600px) {
    .hero-section {
      background-position: top 80% right 70%;
      background-size: 130% auto; }
      .hero-section .container {
        position: relative; } }
  @media (min-width: 1900px) {
    .hero-section {
      background-position: top 80% right 70%;
      background-size: 110% auto; } }
  @media (min-width: 2200px) {
    .hero-section {
      background-position: top 60% right 40%;
      background-size: 100% auto; } }
  .hero-section .content-side {
    text-align: center; }
    .hero-section .content-side img {
      height: 58.43px;
      width: auto;
      margin-bottom: 8px; }
    .hero-section .content-side h1 {
      font-family: "AkkuratLL-Light", sans-serif;
      font-weight: normal;
      text-align: center;
      margin-bottom: 246px;
      font-size: 40px;
      line-height: 50px;
      color: #FFFFFF; }
    .hero-section .content-side p {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 26px;
      text-align: center;
      color: #FFFFFF; }
    .hero-section .content-side .point-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -8px; }
      .hero-section .content-side .point-wrapper .single {
        width: calc(50% - 16px);
        margin: 0 8px 26px;
        text-align: center; }
        .hero-section .content-side .point-wrapper .single h3 {
          font-family: "AkkuratLL-Light", sans-serif;
          font-size: 40px;
          line-height: 30px;
          text-align: center;
          color: #FFFFFF;
          margin: 0;
          margin-bottom: 7px; }
          .hero-section .content-side .point-wrapper .single h3 span {
            font-family: "AkkuratLL-Light", sans-serif;
            font-size: 30px;
            line-height: 30px; }
        .hero-section .content-side .point-wrapper .single p {
          font-family: "AkkuratLL-Regular", sans-serif;
          font-size: 12px;
          line-height: 18px;
          text-align: center;
          margin: 0; }
          .hero-section .content-side .point-wrapper .single p br {
            display: none; }
    .hero-section .content-side .btn {
      margin-top: 11px;
      width: 100%;
      padding: 7px 35px;
      font-size: 12px;
      line-height: 16px; }
    @media (min-width: 350px) {
      .hero-section .content-side h1 {
        margin-bottom: 276px; } }
    @media (min-width: 480px) {
      .hero-section .content-side .btn {
        width: auto; } }
    @media (min-width: 550px) {
      .hero-section .content-side .point-wrapper .single h3 {
        font-size: 50px;
        line-height: 60px; } }
    @media (min-width: 767px) {
      .hero-section .content-side {
        width: 70%;
        text-align: left; }
        .hero-section .content-side img {
          margin-bottom: 0; }
        .hero-section .content-side h1 {
          text-align: left;
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 22px; }
        .hero-section .content-side p {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 18px;
          text-align: left;
          max-width: 689px;
          padding-left: 1px; }
        .hero-section .content-side .point-wrapper {
          display: flex;
          flex-wrap: wrap;
          margin-left: -20px;
          margin-right: 20px; }
          .hero-section .content-side .point-wrapper .single {
            width: calc(25% - 20px);
            margin: 0 10px 33px; }
            .hero-section .content-side .point-wrapper .single h3 {
              font-size: 50px;
              line-height: 60px;
              margin-bottom: 3px; }
              .hero-section .content-side .point-wrapper .single h3 span {
                font-size: 34px;
                line-height: 34px; }
            .hero-section .content-side .point-wrapper .single p {
              font-size: 16px;
              line-height: 24px;
              margin: 0; }
              .hero-section .content-side .point-wrapper .single p br {
                display: block; }
        .hero-section .content-side .btn {
          margin-top: 0;
          padding: 10.23px 36px;
          font-size: 16px;
          line-height: 24px;
          width: auto; } }
    @media (min-width: 992px) {
      .hero-section .content-side {
        width: 60%; }
        .hero-section .content-side h1 {
          font-size: 50px;
          line-height: 60px; }
        .hero-section .content-side .point-wrapper {
          margin-left: -35px;
          margin-right: 35px; }
          .hero-section .content-side .point-wrapper .single h3 {
            font-size: 60px;
            line-height: 70px; }
            .hero-section .content-side .point-wrapper .single h3 span {
              font-size: 40px;
              line-height: 30px; } }
    @media (min-width: 1100px) {
      .hero-section .content-side .point-wrapper {
        margin-left: -44px;
        margin-right: 44px; } }

.business-stat-section {
  padding: 79px 0 99.54px; }
  .business-stat-section .container {
    padding-left: 25px;
    padding-right: 25px; }
    @media (min-width: 767px) {
      .business-stat-section .container {
        max-width: 1198px; } }
  .business-stat-section .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .business-stat-section .content-wrapper .title-block {
      width: 100%;
      margin-bottom: 42px;
      text-align: center; }
      .business-stat-section .content-wrapper .title-block h2 {
        font-size: 32px;
        line-height: 42px;
        color: #F2F3F5;
        margin: 0; }
        .business-stat-section .content-wrapper .title-block h2 sup {
          font-family: "AkkuratLL-Light", sans-serif;
          font-size: 16px;
          line-height: 20px;
          top: -14px; }
      .business-stat-section .content-wrapper .title-block p {
        font-family: "AkkuratLL-Light", sans-serif;
        font-size: 16px;
        line-height: 35px;
        margin: 0;
        color: #F2F3F5; }
    .business-stat-section .content-wrapper .stat-block {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      .business-stat-section .content-wrapper .stat-block p {
        font-family: "AkkuratLL-Light", sans-serif;
        width: auto;
        margin: 0 auto;
        font-size: 14px;
        line-height: 32px;
        color: #F6F3EF;
        margin: 0 0 45px; }
        .business-stat-section .content-wrapper .stat-block p block {
          display: flex;
          font-size: 32px;
          line-height: 30px; }
        .business-stat-section .content-wrapper .stat-block p span {
          display: inline-block;
          font-size: 32px;
          line-height: 30px; }
  @media (min-width: 660px) {
    .business-stat-section .content-wrapper {
      display: flex; }
      .business-stat-section .content-wrapper .title-block {
        width: 100%; }
        .business-stat-section .content-wrapper .title-block h2 {
          font-size: 36px;
          line-height: 46px;
          margin: 0; }
      .business-stat-section .content-wrapper .stat-block {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        flex-direction: row; }
        .business-stat-section .content-wrapper .stat-block p {
          font-size: 16px;
          line-height: 24px;
          width: 33.33%;
          max-width: 210px;
          padding-right: 24px; }
          .business-stat-section .content-wrapper .stat-block p block {
            display: flex;
            font-size: 40px;
            line-height: 40px; }
          .business-stat-section .content-wrapper .stat-block p span {
            display: inline-block;
            font-size: 40px;
            line-height: 40px; } }
  @media (min-width: 767px) {
    .business-stat-section .content-wrapper .title-block {
      text-align: left; }
    .business-stat-section .content-wrapper .stat-block p {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .business-stat-section {
      padding: 94px 0 118px; }
      .business-stat-section .content-wrapper {
        display: flex;
        flex-wrap: wrap; }
        .business-stat-section .content-wrapper .title-block {
          max-width: 100%;
          width: 100%; }
          .business-stat-section .content-wrapper .title-block h2 {
            font-size: 40px;
            line-height: 50px; }
        .business-stat-section .content-wrapper .stat-block {
          width: 100%;
          flex-grow: 1;
          padding-left: 0; }
          .business-stat-section .content-wrapper .stat-block p {
            width: 100%;
            margin-right: 0;
            padding-right: 24px; } }
  @media (min-width: 1100px) {
    .business-stat-section {
      padding: 94px 0 118px; }
      .business-stat-section .content-wrapper {
        display: flex;
        flex-wrap: nowrap; }
        .business-stat-section .content-wrapper .title-block {
          max-width: 373px;
          margin-bottom: 0; }
          .business-stat-section .content-wrapper .title-block h2 {
            font-size: 40px;
            line-height: 50px; }
        .business-stat-section .content-wrapper .stat-block {
          flex-grow: 1;
          padding-left: 35px; } }
  @media (min-width: 1200px) {
    .business-stat-section .content-wrapper .title-block {
      max-width: 393px; }
    .business-stat-section .content-wrapper .stat-block {
      padding-left: 85px; } }

.img-content-section {
  padding: 72px 0 50px; }
  .img-content-section .container {
    padding-left: 24px;
    padding-right: 24px; }
    @media (min-width: 767px) {
      .img-content-section .container {
        max-width: 1196px; } }
  .img-content-section .content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .img-content-section .content-wrapper .img-side {
      width: 100%;
      text-align: center;
      padding-bottom: 47px; }
      .img-content-section .content-wrapper .img-side img {
        max-width: 159px; }
    .img-content-section .content-wrapper .content {
      width: 100%; }
      .img-content-section .content-wrapper .content h2 {
        font-size: 32px;
        line-height: 43px;
        margin-bottom: 30px; }
        .img-content-section .content-wrapper .content h2 span {
          display: block; }
      .img-content-section .content-wrapper .content img {
        margin: 0 auto 36px; }
      .img-content-section .content-wrapper .content p {
        font-family: "AkkuratLL-Light", sans-serif;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        color: #2F4A73; }
        .img-content-section .content-wrapper .content p span {
          font-family: "AkkuratLL-Regular", sans-serif; }
      .img-content-section .content-wrapper .content .btn {
        margin-top: 36px; }
  @media (min-width: 767px) {
    .img-content-section {
      padding: 120px 0 50px; }
      .img-content-section .content-wrapper .img-side {
        width: 51%;
        padding-bottom: 0; }
        .img-content-section .content-wrapper .img-side img {
          margin-left: auto;
          max-width: 100%; }
      .img-content-section .content-wrapper .content {
        width: 49%;
        padding-top: 12px;
        padding-right: 50px; }
        .img-content-section .content-wrapper .content h2 {
          font-size: 40px;
          max-width: 440px;
          margin-bottom: 25px; }
        .img-content-section .content-wrapper .content p {
          font-size: 16px;
          line-height: 24px;
          padding: 0;
          max-width: 462px; }
        .img-content-section .content-wrapper .content .btn {
          margin-top: 32px; } }

.card-section {
  padding: 41px 0 107px; }
  .card-section .container {
    padding-left: 24px;
    padding-right: 24px; }
    @media (min-width: 767px) {
      .card-section .container {
        max-width: 1004px; } }
  .card-section .top-text {
    padding-left: 78px; }
    .card-section .top-text h2 {
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 29px; }
    .card-section .top-text p {
      font-family: "AkkuratLL-Light", sans-serif;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 93px; }
  .card-section .card-wrapper {
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap; }
    .card-section .card-wrapper .single {
      width: calc(100% - 28px);
      margin: 0 14px 52px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
      background: #FFFFFF;
      border-radius: 6px;
      overflow: hidden; }
      .card-section .card-wrapper .single .img img {
        width: 100%; }
      .card-section .card-wrapper .single .content {
        padding: 30px; }
        .card-section .card-wrapper .single .content h4 {
          font-size: 20px;
          line-height: 30px;
          color: #2F4A73;
          max-width: 360px;
          margin: 0 auto 18px;
          font-weight: normal; }
        .card-section .card-wrapper .single .content p {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 0;
          color: #2F4A73;
          max-width: 360px;
          margin: 0 auto; }
  @media (min-width: 767px) {
    .card-section {
      padding: 40px 0 110px; }
      .card-section .top-text {
        padding-left: 100px;
        max-width: 814px;
        margin-left: auto; }
        .card-section .top-text h2 {
          font-size: 40px;
          line-height: 40px;
          margin-bottom: 42px; }
        .card-section .top-text p {
          font-size: 30px;
          line-height: 42px;
          margin-bottom: 90px; }
      .card-section .card-wrapper {
        margin: 0 -13px; }
        .card-section .card-wrapper .single {
          width: calc(33.33% - 27.3px);
          margin: 0 13.5px 0; }
          .card-section .card-wrapper .single .content h4 {
            margin-bottom: 18px; }
          .card-section .card-wrapper .single .content p {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 5px; } }

.partner-section {
  overflow: hidden; }
  .partner-section .container {
    padding: 82px 0 0;
    padding-left: 24px;
    padding-right: 24px;
    position: relative; }
    @media (min-width: 767px) {
      .partner-section .container {
        max-width: 999px; } }
    .partner-section .container::before {
      position: absolute;
      content: '';
      left: 24px;
      right: 24px;
      top: 0;
      height: 100%;
      z-index: -1;
      border-top: 1px solid #7CA0C4;
      border-bottom: 1px solid #7CA0C4; }
  .partner-section h2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 51px; }
  .partner-section .partner-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .partner-section .partner-wrapper .single {
      width: 100%;
      margin-bottom: 85px; }
      .partner-section .partner-wrapper .single .img {
        margin-bottom: 22.48px;
        text-align: center; }
      .partner-section .partner-wrapper .single .content {
        text-align: center; }
        .partner-section .partner-wrapper .single .content h4 {
          font-size: 20px;
          line-height: 30px;
          margin: 0 0 3px; }
        .partner-section .partner-wrapper .single .content .company {
          margin-bottom: 18.77px; }
          .partner-section .partner-wrapper .single .content .company img {
            width: auto;
            height: 18px; }
            .partner-section .partner-wrapper .single .content .company img.h-24 {
              height: 17px; }
        .partner-section .partner-wrapper .single .content p {
          font-family: "AkkuratLL-Light", sans-serif;
          font-size: 14px;
          line-height: 20px;
          max-width: 360px;
          margin: 0 auto; }
  @media (min-width: 767px) {
    .partner-section .container {
      padding: 111px 24px 93px; }
    .partner-section h2 {
      font-size: 40px;
      line-height: 30px;
      margin-bottom: 67px; }
    .partner-section .partner-wrapper {
      margin: 0 -50px; }
      .partner-section .partner-wrapper .single {
        width: calc(50% - 100px);
        margin: 0 50px; }
        .partner-section .partner-wrapper .single .img {
          margin-bottom: 40px; }
        .partner-section .partner-wrapper .single .content {
          text-align: left; }
          .partner-section .partner-wrapper .single .content h4 {
            font-size: 30px;
            line-height: 30px;
            margin: 0 0 12px;
            padding-left: 15px; }
          .partner-section .partner-wrapper .single .content .company {
            margin-bottom: 24.77px;
            padding-left: 19px; }
            .partner-section .partner-wrapper .single .content .company img {
              height: 22px; }
              .partner-section .partner-wrapper .single .content .company img.h-24 {
                height: 24px; }
          .partner-section .partner-wrapper .single .content p {
            font-size: 20px;
            line-height: 30px;
            padding-left: 14px;
            max-width: 100%; } }

.trusted-by-section {
  padding: 82px 0 39.74px;
  overflow: hidden; }
  .trusted-by-section .container {
    padding-left: 24px;
    padding-right: 24px; }
  .trusted-by-section h2 {
    font-family: "AkkuratLL-Light", sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 42px; }
  .trusted-by-section .logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    margin: 0 -35px; }
    .trusted-by-section .logo-wrapper .single {
      padding: 0 35px 50px;
      width: 50%;
      text-align: center; }
      .trusted-by-section .logo-wrapper .single:last-child {
        width: 67%; }
      .trusted-by-section .logo-wrapper .single img {
        opacity: 0.6; }
  @media (min-width: 767px) {
    .trusted-by-section {
      padding: 92px 0 70px; }
      .trusted-by-section h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px; }
      .trusted-by-section .logo-wrapper {
        margin: 0 -37px;
        justify-content: center; }
        .trusted-by-section .logo-wrapper .single {
          padding: 0 37px 50px;
          width: auto; }
          .trusted-by-section .logo-wrapper .single:last-child {
            width: auto; } }

.our-solution-section {
  padding: 83px 0 100px;
  background: rgba(72, 92, 128, 0.8);
  text-align: center;
  overflow: hidden; }
  .our-solution-section .container {
    padding-left: 24px;
    padding-right: 24px; }
    @media (min-width: 767px) {
      .our-solution-section .container {
        max-width: 1000px; } }
  .our-solution-section h2 {
    font-family: "AkkuratLL-Light", sans-serif;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 55px; }
  .our-solution-section p {
    font-family: "AkkuratLL-Light", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 36px; }
  .our-solution-section .solution-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .our-solution-section .solution-wrapper .single {
      width: 100%;
      padding-bottom: 55px; }
      .our-solution-section .solution-wrapper .single .icon {
        margin-bottom: 21px; }
      .our-solution-section .solution-wrapper .single h4 {
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        margin-bottom: 16px; }
      .our-solution-section .solution-wrapper .single p {
        font-family: "AkkuratLL-Light", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        max-width: 290px;
        margin: 0 auto; }
  .our-solution-section .btn {
    width: 100%;
    max-width: 192px;
    padding: 3px 35px; }
  @media (min-width: 767px) {
    .our-solution-section {
      padding: 100px 0 102px; }
      .our-solution-section h2 {
        font-size: 60px;
        line-height: 45px;
        margin-bottom: 82px; }
      .our-solution-section p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 35px;
        margin-top: -12px; }
      .our-solution-section .solution-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -24px; }
        .our-solution-section .solution-wrapper .single {
          padding: 0 24px 75px;
          width: 50%; }
          .our-solution-section .solution-wrapper .single .icon {
            margin-bottom: 20px; }
          .our-solution-section .solution-wrapper .single h4 {
            font-size: 28px;
            line-height: 38px;
            margin-bottom: 28px; }
          .our-solution-section .solution-wrapper .single p {
            font-size: 16px;
            line-height: 24px;
            margin: 0;
            max-width: 400px;
            margin: 0 auto; }
      .our-solution-section .btn {
        width: auto;
        max-width: unset;
        padding: 9.5px 35px; } }
  @media (min-width: 992px) {
    .our-solution-section .solution-wrapper {
      margin: 0 -63px; }
      .our-solution-section .solution-wrapper .single {
        padding: 0 63px 75px; }
        .our-solution-section .solution-wrapper .single h4 {
          font-size: 30px;
          line-height: 40px; } }

.benefits-stat-section {
  background: #F2F3F5;
  padding: 81px 0 57px; }
  .benefits-stat-section .container {
    padding-left: 24px;
    padding-right: 24px; }
    @media (min-width: 767px) {
      .benefits-stat-section .container {
        max-width: 1242px; } }
  .benefits-stat-section .title {
    margin-bottom: 40px; }
    .benefits-stat-section .title h2 {
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 18px; }
      .benefits-stat-section .title h2 sup {
        font-family: "AkkuratLL-Light", sans-serif;
        font-size: 19px;
        line-height: 1;
        top: -7px; }
    .benefits-stat-section .title p {
      font-family: "AkkuratLL-Light", sans-serif;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px; }
  .benefits-stat-section .stat-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .benefits-stat-section .stat-wrapper .single {
      width: 100%;
      margin-bottom: 40px; }
      .benefits-stat-section .stat-wrapper .single .radial {
        position: relative;
        height: 200px;
        text-align: center; }
        .benefits-stat-section .stat-wrapper .single .radial .number {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          .benefits-stat-section .stat-wrapper .single .radial .number p {
            font-weight: normal;
            font-size: 75px;
            line-height: 30px;
            text-align: center;
            color: #8BDBA6;
            margin: 0;
            letter-spacing: -3px;
            margin-top: -5px; }
            .benefits-stat-section .stat-wrapper .single .radial .number p sup {
              font-family: "AkkuratLL-Light", sans-serif;
              font-size: 61%; }
      .benefits-stat-section .stat-wrapper .single .radial-progress {
        height: auto;
        max-width: 200px;
        padding: 0;
        transform: rotate(-90deg);
        width: 100%;
        margin-left: -15px; }
        .benefits-stat-section .stat-wrapper .single .radial-progress circle {
          fill: transparent;
          stroke: #fff; }
          .benefits-stat-section .stat-wrapper .single .radial-progress circle.bar-static {
            stroke: #D6DAE5 !important;
            stroke-width: 4px; }
          .benefits-stat-section .stat-wrapper .single .radial-progress circle.bar--animated {
            stroke-dasharray: 219.91148575129;
            stroke: #8BDBA6;
            stroke-dashoffset: 212.91148575129;
            stroke-width: 4px;
            stroke-linecap: square; }
            .benefits-stat-section .stat-wrapper .single .radial-progress circle.bar--animated.start {
              stroke: none; }
          .benefits-stat-section .stat-wrapper .single .radial-progress circle.bg {
            fill: #FFFFFF; }
        .benefits-stat-section .stat-wrapper .single .radial-progress text {
          fill: #8BDBA6;
          font-size: 20px;
          line-height: 30px;
          text-anchor: middle; }
      .benefits-stat-section .stat-wrapper .single:nth-child(even) circle.bar--animated {
        stroke: #85DBF2; }
      .benefits-stat-section .stat-wrapper .single:nth-child(even) text {
        fill: #85DBF2; }
      .benefits-stat-section .stat-wrapper .single:nth-child(even) .radial .number p {
        color: #85DBF2; }
      .benefits-stat-section .stat-wrapper .single .content p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        text-align: center; }
        .benefits-stat-section .stat-wrapper .single .content p span {
          font-family: "AkkuratLL-Light", sans-serif;
          display: block; }
  @media (min-width: 600px) {
    .benefits-stat-section .stat-wrapper .single {
      width: 50%; } }
  @media (min-width: 767px) {
    .benefits-stat-section {
      padding: 118px 0 113px; }
      .benefits-stat-section .title {
        margin-bottom: 63px; }
        .benefits-stat-section .title h2 {
          font-size: 40px;
          line-height: 30px;
          margin-bottom: 15px; }
          .benefits-stat-section .title h2 sup {
            font-size: 20px;
            line-height: 1;
            top: -10px; }
        .benefits-stat-section .title p {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 0; }
      .benefits-stat-section .stat-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px; }
        .benefits-stat-section .stat-wrapper .single {
          width: 33.33%;
          padding: 0 15px;
          margin-bottom: 30px; }
          .benefits-stat-section .stat-wrapper .single .radial-progress {
            margin-left: 0;
            max-width: 191px; }
          .benefits-stat-section .stat-wrapper .single .radial .number p {
            font-size: 74px;
            line-height: 30px;
            margin-top: -7px; }
            .benefits-stat-section .stat-wrapper .single .radial .number p sup {
              font-size: 58%; }
          .benefits-stat-section .stat-wrapper .single .content p {
            font-size: 20px;
            line-height: 30px; }
            .benefits-stat-section .stat-wrapper .single .content p sup {
              font-size: 58%; } }
  @media (min-width: 1100px) {
    .benefits-stat-section .stat-wrapper .single {
      width: 20%;
      margin-bottom: 0; } }

.bottom-cta-section {
  padding: 143px 0 230px;
  background-color: #E6E5E1;
  background-image: url(../img/bottom-cta-bg-sm.jpg);
  background: url(../img/bottom-cta-bg-sm.jpg) no-repeat, linear-gradient(90deg, #E1E0DC 0%, #F6F5F1 100%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover; }
  .bottom-cta-section .container {
    padding-left: 22px;
    padding-right: 22px;
    max-width: 1200px; }
  .bottom-cta-section .content {
    max-width: 200px;
    margin-left: auto; }
    .bottom-cta-section .content h2 {
      font-family: "AkkuratLL-Light", sans-serif;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 22px; }
  @media (min-width: 600px) {
    .bottom-cta-section {
      padding: 83px 0 90px;
      background: url(../img/bottom-cta-bg.jpg) no-repeat, linear-gradient(90deg, #E1E0DC 0%, #E6E5E1 100%);
      background-position: left;
      background-size: auto 100%; }
      .bottom-cta-section .content {
        max-width: 50%; } }
  @media (min-width: 992px) {
    .bottom-cta-section {
      padding: 166px 0 174px;
      background: url(../img/bottom-cta-bg.jpg) no-repeat, linear-gradient(90deg, #E1E0DC 0%, #E6E5E1 100%);
      background-position: center;
      background-size: auto 100%; }
      .bottom-cta-section .content {
        text-align: left;
        width: 49%;
        margin-left: auto;
        max-width: unset; }
        .bottom-cta-section .content h2 {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .bottom-cta-section {
      background-position: center;
      background-size: auto 100%;
      position: relative;
      overflow: hidden; }
      .bottom-cta-section .container {
        position: relative; } }
  @media (min-width: 1441px) {
    .bottom-cta-section {
      background: url(../img/bottom-cta-bg-lg.png) no-repeat, linear-gradient(90deg, #EFEDE7 0%, #F3F1EC 100%);
      background-position: center;
      background-size: auto 100%; } }

footer {
  position: relative;
  background-color: #1c1b1a; }
  footer .container {
    padding: 32px 24px;
    max-width: 100%; }
  footer .bg-gredient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
    footer .bg-gredient > div {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  footer .form-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    footer .form-menu-wrapper .img-side {
      width: 100%;
      height: 320px;
      overflow: hidden;
      display: flex;
      border-radius: .5rem; }
      footer .form-menu-wrapper .img-side > a {
        height: 100%;
        width: 100%;
        position: relative;
        text-decoration: none; }
        footer .form-menu-wrapper .img-side > a .bg-img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 0;
          height: 115%; }
          footer .form-menu-wrapper .img-side > a .bg-img img {
            max-width: 100%;
            width: 100%;
            object-position: center;
            height: 100%;
            object-fit: cover; }
        footer .form-menu-wrapper .img-side > a .content {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding: 16px 24px 33px;
          position: relative;
          z-index: 1; }
          footer .form-menu-wrapper .img-side > a .content .txt {
            width: 100%;
            max-width: 20rem;
            display: flex;
            flex-direction: column;
            font-family: "AkkuratLL-Light", sans-serif;
            font-weight: normal;
            font-size: 2rem;
            line-height: 1.25;
            color: #f7f1e8; }
            footer .form-menu-wrapper .img-side > a .content .txt em {
              font-family: "PPEditorialNew-light-italic", sans;
              font-weight: 200;
              font-style: italic;
              align-self: flex-end; }
          footer .form-menu-wrapper .img-side > a .content .btn-shop {
            margin: 0 auto;
            -webkit-text-size-adjust: 100%;
            tab-size: 4;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            font-size: 16px;
            font-family: "AkkuratLL-Light", sans-serif;
            font-weight: normal;
            hyphens: auto;
            line-height: inherit;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            pointer-events: none;
            box-sizing: border-box;
            display: inline-block;
            align-self: center;
            border-radius: 50px;
            background-color: #3184ff;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: .5rem;
            padding-bottom: .5rem;
            color: #f7f1e8; }
    footer .form-menu-wrapper .menu-side {
      width: 100%; }
      footer .form-menu-wrapper .menu-side .footer_links {
        width: 100%;
        margin-top: 18px;
        display: flex; }
        footer .form-menu-wrapper .menu-side .footer_links .single {
          width: 130px; }
          footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
            width: calc(100% - 130px);
            padding-left: 40px; }
          footer .form-menu-wrapper .menu-side .footer_links .single.desktop-block {
            display: none; }
          footer .form-menu-wrapper .menu-side .footer_links .single .menu-block {
            padding-top: 21px; }
        footer .form-menu-wrapper .menu-side .footer_links p {
          font-family: "AkkuratLL-Bold", sans-serif;
          font-weight: normal;
          font-size: 16px;
          line-height: 19px;
          color: #838280;
          margin: 0; }
        footer .form-menu-wrapper .menu-side .footer_links ul {
          width: 100%;
          list-style: none;
          margin: 0;
          padding: 0;
          margin-top: 14px; }
          footer .form-menu-wrapper .menu-side .footer_links ul:last-child {
            margin-bottom: 0; }
          footer .form-menu-wrapper .menu-side .footer_links ul li {
            font-size: 16px;
            line-height: 24px;
            color: #f7f1e8;
            margin-bottom: 12px; }
            footer .form-menu-wrapper .menu-side .footer_links ul li a {
              font-family: "AkkuratLL-Light", sans-serif;
              font-weight: normal;
              color: inherit;
              font-size: 16px;
              line-height: 19px;
              color: #f7f1e8;
              text-decoration: none; }
              footer .form-menu-wrapper .menu-side .footer_links ul li a > svg {
                transform: translate(9px, 2px) rotate(-45deg); }
      footer .form-menu-wrapper .menu-side .form-wrapper {
        display: flex;
        flex-wrap: wrap; }
        footer .form-menu-wrapper .menu-side .form-wrapper .social-icons {
          order: 2; }
          footer .form-menu-wrapper .menu-side .form-wrapper .social-icons p {
            font-family: "AkkuratLL-Regular", sans-serif;
            font-weight: normal;
            font-size: 16px;
            line-height: 19px;
            color: #838280;
            padding-top: 16px;
            padding-bottom: 19px;
            margin: 0; }
          footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social {
            display: flex; }
            footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul {
              list-style: none;
              padding: 0;
              margin: 0;
              display: flex;
              flex-wrap: wrap; }
              footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li {
                margin-right: 15px;
                margin-bottom: 10px; }
                footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a {
                  width: 32px;
                  height: 32px;
                  display: inline-flex;
                  align-items: center;
                  justify-content: center;
                  border-radius: 50%;
                  background-color: #f7f1e8;
                  color: #4a4741; }
                  footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a div {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center; }
                  footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a svg {
                    width: 16px; }
          footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .fsa-block {
            display: flex;
            margin-top: 29px; }
        footer .form-menu-wrapper .menu-side .form-wrapper .form-block {
          order: 1;
          padding-top: 14px;
          width: 100%; }
          footer .form-menu-wrapper .menu-side .form-wrapper .form-block form {
            margin-top: 28px;
            margin-bottom: 24px;
            position: relative;
            max-width: 384px; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormControl-root {
              border: 0;
              margin: 0;
              display: inline-flex;
              padding: 0;
              position: relative;
              min-width: 0;
              flex-direction: column;
              vertical-align: top;
              width: 100%; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormLabel-root {
              top: -13px;
              left: 16px;
              position: absolute;
              transform: translate(0, 24px) scale(1);
              color: #838280;
              padding: 0;
              z-index: 4;
              font-family: "AkkuratLL-Light", sans-serif;
              font-weight: normal;
              font-size: 1rem;
              line-height: 1;
              display: block;
              transform-origin: top left;
              transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormLabel-root.focused {
                transform: translate(-16px, -5.5px) scale(0.75);
                transform-origin: top left; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form label + .MuiInput-root {
              position: relative;
              margin-top: 0;
              z-index: 3; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root {
              color: rgba(0, 0, 0, 0.87);
              cursor: text;
              display: inline-flex;
              position: relative;
              font-size: 1rem;
              box-sizing: border-box;
              line-height: 1.1876em;
              width: 100%; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root input {
                -webkit-tap-highlight-color: transparent;
                -webkit-animation-duration: 10ms;
                animation-duration: 10ms;
                -webkit-animation-name: mui-auto-fill-cancel;
                animation-name: mui-auto-fill-cancel;
                background: none;
                border: 0;
                box-sizing: content-box;
                color: currentColor;
                display: block;
                font: inherit;
                font-family: "AkkuratLL-Light", sans-serif;
                height: 24px;
                letter-spacing: inherit;
                margin: 0;
                min-width: 0;
                padding: 8px 16px;
                width: 100%;
                max-width: 384px;
                background-color: #f7f1e8;
                color: #838280;
                border-radius: 4px;
                background-image: none !important; }
                footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root input:focus {
                  outline: none;
                  box-shadow: none; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form button[type="submit"] {
              margin: 0px;
              padding: 0px;
              border: none;
              background: none;
              display: flex;
              align-items: center;
              justify-content: flex-end;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              width: 45px;
              z-index: 4;
              padding-right: 16px;
              outline: none;
              box-shadow: none;
              cursor: pointer; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form button[type="submit"] div {
                display: flex; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg {
              bottom: -1.25rem;
              position: absolute;
              left: 0;
              right: 0; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg .success {
                color: #FFF;
                font-size: .75rem;
                line-height: 1rem; }
              footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg .error {
                color: #ec3f27;
                font-size: .75rem;
                line-height: 1rem; }
          footer .form-menu-wrapper .menu-side .form-wrapper .form-block p {
            margin: 0;
            font-size: 12px;
            line-height: 18px;
            color: #838280; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block p a {
              text-decoration: underline;
              color: inherit; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block p.text-lg {
              font-family: "AkkuratLL-Regular", sans-serif;
              font-size: 16px;
              line-height: 19px;
              color: #838280; }
      footer .form-menu-wrapper .menu-side .footer_legal {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 22px; }
        footer .form-menu-wrapper .menu-side .footer_legal nav {
          order: 1;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 32px;
          line-height: 18px; }
          footer .form-menu-wrapper .menu-side .footer_legal nav a {
            margin-right: 8px;
            display: inline-block;
            font-size: 12px;
            line-height: 15px;
            color: #838280; }
        footer .form-menu-wrapper .menu-side .footer_legal .legal_text {
          order: 2;
          padding-bottom: 8px; }
          footer .form-menu-wrapper .menu-side .footer_legal .legal_text p {
            font-size: 12px;
            line-height: 18px;
            color: #838280;
            margin: 0; }
  @media (min-width: 450px) {
    footer .form-menu-wrapper .menu-side .footer_links .single {
      width: 45%; }
      footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
        width: 55%; } }
  @media (min-width: 768px) {
    footer .container {
      padding: 0;
      padding-right: 20px; }
    footer .form-menu-wrapper .img-side {
      width: 37.2%;
      height: inherit; }
      footer .form-menu-wrapper .img-side > a .content .txt {
        font-size: 24px;
        line-height: 1.25;
        margin: 0 auto; }
    footer .form-menu-wrapper .menu-side {
      width: calc(100% - 37.2%);
      padding-left: 39px; } }
  @media (min-width: 1024px) {
    footer {
      padding-bottom: 1.5rem;
      background-color: #1c1b1a; }
      footer .container {
        padding: 0 24px; }
      footer .bg-gredient > div {
        left: 24px;
        right: 24px;
        border-radius: 12px;
        bottom: 1.5rem; }
      footer .form-menu-wrapper .img-side {
        width: 26.3%;
        height: inherit; }
        footer .form-menu-wrapper .img-side > a .bg-img img {
          height: 100%;
          object-fit: cover; }
        footer .form-menu-wrapper .img-side > a .content {
          padding: 31px 24px 33px; }
          footer .form-menu-wrapper .img-side > a .content .btn-shop {
            padding-top: .75rem;
            padding-bottom: .75rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem; }
      footer .form-menu-wrapper .menu-side {
        width: calc(100% - 26.3%);
        padding-left: 39px; }
        footer .form-menu-wrapper .menu-side .footer_links {
          margin-top: 11px; }
          footer .form-menu-wrapper .menu-side .footer_links ul {
            margin-top: 18px; }
          footer .form-menu-wrapper .menu-side .footer_links .single {
            width: 18%;
            padding-left: 0; }
            footer .form-menu-wrapper .menu-side .footer_links .single.desktop-block {
              display: block; }
            footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
              width: 21%;
              padding-left: 31px; }
            footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(3) {
              width: 26%;
              padding-left: 43px; }
            footer .form-menu-wrapper .menu-side .footer_links .single .menu-block {
              padding-top: 23px; }
              footer .form-menu-wrapper .menu-side .footer_links .single .menu-block.mobile-block {
                display: none; }
        footer .form-menu-wrapper .menu-side .form-wrapper {
          padding-top: 7rem; }
          footer .form-menu-wrapper .menu-side .form-wrapper .social-icons {
            order: 1;
            width: 45%; }
            footer .form-menu-wrapper .menu-side .form-wrapper .social-icons p {
              padding-top: 0;
              padding-bottom: 30px; }
            footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li {
              margin-right: 16px; }
          footer .form-menu-wrapper .menu-side .form-wrapper .form-block {
            order: 2;
            width: 46%;
            padding-top: 0;
            padding-left: 2px; }
            footer .form-menu-wrapper .menu-side .form-wrapper .form-block form {
              margin-top: 30px; }
        footer .form-menu-wrapper .menu-side .footer_legal {
          padding-top: 1rem;
          padding-bottom: 2rem; }
          footer .form-menu-wrapper .menu-side .footer_legal nav {
            width: 45%;
            padding-top: 8px;
            padding-bottom: 0; }
            footer .form-menu-wrapper .menu-side .footer_legal nav div {
              line-height: 1; }
              footer .form-menu-wrapper .menu-side .footer_legal nav div a {
                margin-right: 2rem;
                margin-bottom: 0.5rem; }
          footer .form-menu-wrapper .menu-side .footer_legal .legal_text {
            width: 46%;
            padding-bottom: 0;
            padding-left: 18px;
            padding-top: 10px; } }
  @media (min-width: 1320px) {
    footer .form-menu-wrapper .img-side > a .content .txt {
      font-size: 2.25rem; } }
  @media (min-width: 1680px) {
    footer .form-menu-wrapper .img-side > a .content .txt {
      font-size: 2.5rem; } }

#hs-eu-cookie-confirmation {
  display: none !important; }

#target-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  color: black;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.css-1eorhg5 {
  color: black !important;
  max-width: 1186px;
  padding: 15px 30px !important;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 1441px) {
    .css-1eorhg5 .container {
      max-width: 1440px;
      padding: 15px 120px !important; } }
  .css-1eorhg5 .row {
    align-items: center;
    flex-wrap: nowrap; }
    @media (max-width: 1023px) {
      .css-1eorhg5 .row {
        flex-wrap: wrap;
        justify-content: center; } }
  .css-1eorhg5 .css-1u2wgn3 .ContentSide {
    width: auto;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    font-family: "AkkuratLL-Regular", sans-serif;
    font-weight: normal; }
    .css-1eorhg5 .css-1u2wgn3 .ContentSide button {
      color: #2F4A73; }
    .css-1eorhg5 .css-1u2wgn3 .ContentSide p {
      font-family: "AkkuratLL-Regular", sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 5px; }
    @media (max-width: 1023px) {
      .css-1eorhg5 .css-1u2wgn3 .ContentSide {
        padding-bottom: 20px;
        width: 100%; } }
  .css-1eorhg5 .css-1u2wgn3 .ButtonSide {
    flex-shrink: 0;
    width: auto;
    padding-left: 30px;
    text-align: right;
    display: flex; }
    .css-1eorhg5 .css-1u2wgn3 .ButtonSide button {
      flex-shrink: 0;
      margin-left: 20px;
      font-size: 16px;
      text-decoration: none; }
      .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage {
        background: transparent !important;
        text-decoration: underline; }
        .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage:hover {
          color: #2F4A73; }
        @media (max-width: 1023px) {
          .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage {
            order: 2; } }
      .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-accept {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        padding: 12px 24px !important;
        color: #FFFFFF;
        background: #2F4A73; }
        @media (max-width: 1023px) {
          .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-accept {
            margin-left: 0;
            order: 1; } }
    @media (max-width: 1023px) {
      .css-1eorhg5 .css-1u2wgn3 .ButtonSide {
        width: 100%;
        padding-left: 0; } }

.css-ow1vry {
  display: flex; }
  .css-ow1vry > p {
    margin-bottom: 0 !important; }

.css-1c3imcp {
  right: 5px !important;
  top: -3px !important;
  transform: none !important;
  font-size: 20px !important; }

.css-eal033 .css-19720g2 > label {
  display: flex;
  align-items: center; }
  .css-eal033 .css-19720g2 > label input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    margin-right: 4px; }

#giftModal {
  background: rgba(0, 0, 0, 0.7); }
  #giftModal .modal-dialog {
    max-width: 1224px;
    padding: 0 10px;
    margin-top: 39px;
    margin-bottom: 39px;
    margin-left: 0;
    margin-right: 0; }
  #giftModal .modal-content {
    position: relative;
    padding: 36px 10px 34px;
    border: none;
    border-radius: 12px; }
    #giftModal .modal-content .modal-header {
      border: none;
      padding: 0;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 3; }
      #giftModal .modal-content .modal-header .close {
        padding: 0;
        margin: 0;
        display: flex;
        opacity: 0.7; }
        #giftModal .modal-content .modal-header .close img {
          width: 16px;
          height: 16px; }
  #giftModal .modal-body {
    padding: 0; }
    #giftModal .modal-body .content-wrapper {
      display: flex;
      flex-wrap: wrap;
      text-align: center; }
      #giftModal .modal-body .content-wrapper .video-block {
        position: relative;
        padding-bottom: 56.45%; }
        #giftModal .modal-body .content-wrapper .video-block iframe {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      #giftModal .modal-body .content-wrapper .video {
        width: 100%; }
        #giftModal .modal-body .content-wrapper .video h2 {
          font-family: "AkkuratLL-Regular", sans-serif;
          font-size: 28px;
          line-height: 38px;
          margin-bottom: 5px; }
        #giftModal .modal-body .content-wrapper .video iframe {
          max-width: 100%; }
      #giftModal .modal-body .content-wrapper .content {
        padding-top: 19px;
        width: 100%; }
        #giftModal .modal-body .content-wrapper .content h2 {
          display: none; }
        #giftModal .modal-body .content-wrapper .content p {
          font-family: "AkkuratLL-Light", sans-serif;
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 10px; }
        #giftModal .modal-body .content-wrapper .content .btn {
          padding: 12.5px 36px; }
          #giftModal .modal-body .content-wrapper .content .btn:focus {
            box-shadow: none; }
  @media (min-width: 767px) {
    #giftModal .modal-dialog {
      margin-left: auto;
      margin-right: auto;
      margin-top: 80px;
      margin-bottom: 80px; }
    #giftModal .modal-body .content-wrapper {
      flex-wrap: nowrap;
      text-align: left;
      align-items: center; }
      #giftModal .modal-body .content-wrapper .video {
        width: 50%;
        padding-right: 15px; }
        #giftModal .modal-body .content-wrapper .video h2 {
          display: none; }
      #giftModal .modal-body .content-wrapper .content {
        width: 50%;
        padding-left: 15px;
        padding-top: 0; }
        #giftModal .modal-body .content-wrapper .content h2 {
          display: block;
          font-size: 30px;
          line-height: 40px; } }
  @media (min-width: 992px) {
    #giftModal .modal-dialog {
      margin-top: 102px;
      margin-bottom: 102px; }
    #giftModal .modal-content {
      padding: 50px; }
      #giftModal .modal-content .modal-header {
        top: 30px;
        right: 40px; }
        #giftModal .modal-content .modal-header .close img {
          width: 20px;
          height: 20px; }
    #giftModal .modal-body .content-wrapper {
      flex-wrap: nowrap; }
      #giftModal .modal-body .content-wrapper .video {
        width: 50%;
        padding-right: 15px; }
      #giftModal .modal-body .content-wrapper .content {
        width: 50%;
        padding-left: 15px; }
        #giftModal .modal-body .content-wrapper .content h2 {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 14px; }
        #giftModal .modal-body .content-wrapper .content p {
          font-size: 16px;
          line-height: 30px;
          margin-bottom: 22px; } }
  @media (min-width: 1200px) {
    #giftModal .modal-body .content-wrapper {
      align-items: flex-start; } }

:root {
  --select-border: #2F4A73;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

#connectModal button.close {
  opacity: 1;
  float: none; }
@media (min-width: 768px) {
  #connectModal .modal-dialog {
    max-width: 690px; } }
#connectModal .modal-content {
  border-radius: 10px; }
  #connectModal .modal-content .modal-header {
    border: none;
    padding-bottom: 0px;
    padding-top: 7px;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      #connectModal .modal-content .modal-header {
        padding-bottom: 7px; } }
  #connectModal .modal-content .modal-body {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px; }
    @media (min-width: 768px) {
      #connectModal .modal-content .modal-body {
        padding-left: 75px;
        padding-right: 75px;
        padding-bottom: 50px; } }
#connectModal .hbspt-form .submitted-message {
  font-size: 20px;
  line-height: 1.6;
  text-align: center; }
#connectModal .hbspt-form .hs-form-required {
  color: #F2545B; }
#connectModal .hbspt-form form.hs-form > fieldset[class*="form-columns"] {
  max-width: 100%; }
@media (min-width: 768px) {
  #connectModal .hbspt-form form.hs-form > fieldset[class="form-columns-2"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #connectModal .hbspt-form form.hs-form > fieldset[class="form-columns-2"] > .hs-form-field {
      flex: 0 0 242px;
      max-width: 242px; } }
#connectModal .hbspt-form select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none; }
  #connectModal .hbspt-form select::-ms-expand {
    display: none; }
#connectModal .hbspt-form .hs-fieldtype-select .input {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  height: 50px;
  border: 1px solid var(--select-border);
  border-radius: 0;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%); }
  #connectModal .hbspt-form .hs-fieldtype-select .input select {
    font-size: 16px;
    line-height: 30px;
    color: #2F4A73; }
  #connectModal .hbspt-form .hs-fieldtype-select .input select, #connectModal .hbspt-form .hs-fieldtype-select .input::after {
    grid-area: select; }
  #connectModal .hbspt-form .hs-fieldtype-select .input:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%); }
#connectModal .hbspt-form select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit; }
#connectModal .hbspt-form select[multiple] {
  padding-right: 0;
  height: 6rem; }
  #connectModal .hbspt-form select[multiple] option {
    white-space: normal;
    outline-color: var(--select-focus); }
#connectModal .hbspt-form input[type="text"],
#connectModal .hbspt-form input[type="email"],
#connectModal .hbspt-form input[type="tel"],
#connectModal .hbspt-form input[type="number"] {
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  border-radius: 0;
  border: 1px solid #2F4A73;
  height: 50px;
  width: 100%; }
#connectModal .hbspt-form .hs-form-field {
  margin-bottom: 15px; }
  #connectModal .hbspt-form .hs-form-field .input {
    margin-right: 0; }
    #connectModal .hbspt-form .hs-form-field .input > .hs-input {
      width: 100%; }
      #connectModal .hbspt-form .hs-form-field .input > .hs-input.hs-fieldtype-intl-phone {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end; }
        #connectModal .hbspt-form .hs-form-field .input > .hs-input.hs-fieldtype-intl-phone select {
          color: #2F4A73;
          appearance: revert;
          height: 50px;
          border: 1px solid #2F4A73;
          align-self: flex-start;
          margin-right: 10px; }
#connectModal .hbspt-form .hs-dependent-field ul.inputs-list {
  margin-left: 0;
  list-style: none;
  padding-left: 0; }
#connectModal .hbspt-form .hs-dependent-field .hs-form-checkbox-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  #connectModal .hbspt-form .hs-dependent-field .hs-form-checkbox-display > input {
    flex: 0 0 15px;
    max-width: 15px;
    margin-right: 10px;
    margin-top: 7px; }
  #connectModal .hbspt-form .hs-dependent-field .hs-form-checkbox-display > span {
    flex: 1; }
#connectModal .hbspt-form .hs-error-msgs {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  #connectModal .hbspt-form .hs-error-msgs li {
    font-size: 14px;
    line-height: 26px;
    color: #F2545B; }
    #connectModal .hbspt-form .hs-error-msgs li label {
      margin-bottom: 0; }
#connectModal .hbspt-form .legal-consent-container {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #2F4A73; }
  #connectModal .hbspt-form .legal-consent-container p a:link, #connectModal .hbspt-form .legal-consent-container p a:visited {
    font-family: 'AkkuratLL-Bold';
    text-decoration: underline;
    font-weight: 700;
    color: #2F4A73;
    text-underline-offset: 4px; }
#connectModal .hbspt-form .hs-submit {
  margin-top: 15px; }
  @media (min-width: 768px) {
    #connectModal .hbspt-form .hs-submit {
      margin-top: 0; } }
  #connectModal .hbspt-form .hs-submit input[type="submit"] {
    width: 126px;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    background: #2F4A73;
    border-radius: 40px; }

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