@charset "UTF-8";
/*

    1. BASE
    reset
    base

    2. Element
    Forms
    Header
    Text
    TextColor
    TextSize
    Module
    Footer
    HeroImage
    Awards
    Steps
    Features
    Users
    Testimonials
    Modal
    Table
    Alert
    Tabs
    Functions
    Integrations
    Benefits
    FAQ
    Review



    3. Layout
    Layout  

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #142A38;
  font-size: 16px;
  line-height: 25px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #D6D3D1 !important;
}

::-moz-placeholder {
  color: #D6D3D1 !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #D6D3D1 !important;
} /* ie */
:-moz-placeholder {
  color: #D6D3D1 !important;
}

/* Selection */
::-moz-selection {
  background: #0F9ECF;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #0F9ECF;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #0F9ECF;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
/* row align center */
.row-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* bordered image */
.bordered-image img {
  border-radius: 24px;
  overflow: hidden;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.form-control,
.form-select {
  height: 52px;
  width: 100%;
  background-color: #F5F6FA;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #142A38;
  cursor: pointer;
  border: 1px solid #D5D5D5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:focus,
.form-select:focus {
  border-color: #0F9ECF;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(15, 158, 207, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(15, 158, 207, 0.25);
}

.form-select.country-select option {
  padding: 10px;
  font-size: 16px;
}
.form-select.select--shadow {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.suscribe-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.suscribe-row input {
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  height: 39px;
  width: 100%;
  padding: 12px 12px 12px 24px;
  margin-right: 16px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 8px;
  color: #142A38;
  font-weight: 500;
}
.form-group:last-child {
  margin-bottom: 0;
}

.js-country-selects {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .js-country-selects {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.form-row {
  width: 100%;
  margin-bottom: 16px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .form-control,
  .form-select {
    height: 40px;
  }
}
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header {
  padding: 20px 0;
  background: #142A38;
  position: relative;
  z-index: 99;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .navbar .navbar-collapse .navbar-nav a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
}
header .navbar .navbar-collapse .navbar-nav a.active {
  color: #0F9ECF;
}
header .navbar .navbar-collapse .navbar-nav a:hover {
  color: #D6D3D1;
}

.header__logo {
  width: 80%;
  max-width: 170px;
  padding: 0;
  display: inline-block;
}
.header__logo img {
  width: 100%;
}

.navbar-toggler {
  background: #000002;
  position: relative;
  z-index: 1;
}

.navbar-toggler-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1200px) {
  .header__logo {
    max-width: 210px;
  }
  header .navbar .navbar-collapse .navbar-nav a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: #142A38;
    opacity: 0;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  header .navbar .navbar-collapse.show {
    opacity: 1;
  }
  header .navbar .navbar-collapse .navbar-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .navbar .navbar-collapse .navbar-nav a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 10px 0;
  }
  .header__logo {
    max-width: 160px;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

.text-letter-25,
.text-letter-25 * {
  letter-spacing: -2.5px;
}

.text-letter-0,
.text-letter-0 * {
  letter-spacing: 0px;
}

.text-400 *, .text-400 {
  font-weight: 400;
}

.text-600 *, .text-600 {
  font-weight: 600;
}

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

.title-section {
  font-size: 52px;
  line-height: 55px;
}
.title-section strong {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .title-section {
    font-size: 34px;
    line-height: 40px;
  }
  .title-section strong {
    font-size: 52px;
    line-height: 60px;
  }
}
@media all and (max-width: 768px) {
  .title-section {
    font-size: 32px;
    line-height: 40px;
  }
  .title-section strong {
    font-size: 40px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff !important;
}

.text-blue400,
.text-blue400 * {
  color: #0F9ECF;
}

.text-blue800,
.text-blue800 * {
  color: #023E5A;
}

.text-blue900,
.text-blue900 * {
  color: #142A38;
}

.text-yello400,
.text-yello400 * {
  color: #FFD56D;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-10,
.text-10 * {
  font-size: 10px;
  line-height: 15px;
}
.text-12,
.text-12 * {
  font-size: 12px;
  line-height: 18px;
}

.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-small,
.text-small * {
  font-size: 11px;
  line-height: 20px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 45px;
}

.text-64,
.text-64 * {
  font-size: 64px !important;
  line-height: 75px !important;
}

.text-96,
.text-96 * {
  font-size: 96px !important;
  line-height: 90px !important;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 60px;
  line-height: 65px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 48px;
  line-height: 50px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 32px;
  line-height: 40px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 24px;
  line-height: 30px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 20px;
  line-height: 28px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 18px;
  line-height: 25px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-96,
  .text-96 * {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .text-64,
  .text-64 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 42px;
    line-height: 50px;
  }
}
@media all and (max-width: 992px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px;
    line-height: 40px;
  }
  h3,
  h3 *,
  .h3,
  .h3 * {
    font-size: 28px;
    line-height: 35px;
  }
  h4,
  h4 *,
  .h4,
  .h4 * {
    font-size: 21px;
    line-height: 30px;
  }
  h5,
  h5 *,
  .h5,
  .h5 * {
    font-size: 18px;
    line-height: 25px;
  }
  h6,
  h6 *,
  .h6,
  .h6 * {
    font-size: 16px;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .text-96,
  .text-96 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-28,
  .text-28 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-64,
  .text-64 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module {
  padding-top: 60px;
  padding-bottom: 60px;
}
.module.module--color1 {
  background: #0F9ECF;
}

.module-bottom {
  padding-bottom: 60px;
}

.module-top {
  padding-top: 60px;
}

.module-bottom24 {
  padding-bottom: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .module {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom {
    padding-bottom: 40px;
  }
  .module-top {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom {
    padding-bottom: 30px;
  }
  .module-top {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
.btn.btn--type1 {
  background: #0F9ECF;
  color: #fff;
  border-radius: 10px;
  padding: 26px 39px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  min-width: 240px;
}
.btn.btn--type1:hover {
  background: #142A38;
}
.btn.btn--type2 {
  color: #0F9ECF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
}
.btn.btn--type2:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icons/arrow-right.svg) no-repeat center center;
  background-size: 100%;
  margin-left: 12px;
}
.btn.btn--type2:hover {
  opacity: 0.6;
}
.btn.btn--type3 {
  background: #142A38;
  color: #fff;
  border-radius: 10px;
  padding: 26px 39px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  min-width: 240px;
}
.btn.btn--type3:hover {
  background: #000002;
}
.btn.btn--type4 {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding: 8px 19px;
  border-radius: 0;
}
.btn.btn--middle {
  padding: 16px 32px;
  font-size: 16px;
}
.btn.btn--100 {
  width: 100%;
  max-width: 100%;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1300px) {
  .btn.btn--type2 {
    font-size: 18px;
  }
}
@media all and (max-width: 992px) {
  .btn.btn--type1 {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .btn.btn--type1 {
    font-size: 16px;
    padding: 16px 20px;
    width: 100%;
  }
}
/* ------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
footer {
  width: 100%;
}

.footer__top {
  width: 100%;
  background: #142A38;
  padding: 24px 0;
}

.footer__logo {
  width: 70%;
  max-width: 170px;
}

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social li {
  margin-left: 16px;
}
.social li i {
  font-size: 32px;
}

.footer__top-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__bottom {
  background: #000002;
  padding: 40px 0;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__list li {
  width: 100%;
  margin-bottom: 10px;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__list li a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.footer__list li a:hover {
  color: #0F9ECF !important;
}

.footer__copy {
  text-align: right;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .footer__col {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .social {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__top-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__top-col img {
    margin-bottom: 24px;
  }
  .footer__copy {
    text-align: center;
    padding-top: 32px;
  }
  .social li {
    margin: 0 16px;
  }
  .social li i {
    font-size: 18px;
  }
}
/* ------------------------------------------------------------
     HERO IMAGE
------------------------------------------------------------ */
.hero-image {
  padding: 40px 0;
}
.hero-image .container {
  background: url(../images/elements/hero-back.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 50px;
  padding: 100px 40px 260px 42px;
  position: relative;
}

.hero-image__box {
  width: 100%;
  max-width: 400px;
  position: absolute;
  left: 40%;
  bottom: -90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-image__video {
  position: absolute;
  bottom: -50px;
  right: -40px;
  width: 680px;
  height: 470px;
  background: url(../images/elements/laptop.png) no-repeat center center;
  background-size: contain;
}
.hero-image__video.video--relative {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: initial;
          transform: initial;
  margin: 0 auto;
}
.hero-image__video video {
  width: 515px;
  height: 387px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 37px;
  left: 82px;
}

/* hero form */
.hero-form {
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.hero-form__image {
  width: 100%;
  max-width: 520px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* hero single */
.hero-single-image {
  width: 100%;
  max-width: 650px;
}

.hero-single-image-340 {
  width: 100%;
  max-width: 340px;
}

.hero-single-section {
  position: relative;
  width: 100%;
  padding: 140px 0;
}

.aside-absolute-col {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1400px) {
  .hero-form__image {
    max-width: 420px;
  }
  .hero-image__video {
    width: 600px;
  }
  .hero-image__video video {
    width: 452px;
    height: 336px;
    top: 61px;
    left: 74px;
  }
}
@media all and (max-width: 1200px) {
  .hero-image__video {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: -110px;
    right: initial;
  }
  .hero-image .container {
    padding: 60px 40px 400px 42px;
  }
  .hero-image .container article {
    text-align: center;
  }
  .hero-image__box {
    max-width: 290px;
    left: 70px;
    bottom: -60px;
    z-index: 1;
  }
}
@media all and (max-width: 992px) {
  .hero-image__box {
    display: none;
  }
  .hero-form .h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .hero-form__image {
    display: none;
  }
  .hero-single-section {
    padding: 80px 0;
    overflow: hidden;
  }
  .aside-absolute-col {
    position: relative;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    margin-top: 32px;
    right: -15px;
  }
  .aside-absolute-col img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .hero-image__video {
    bottom: -110px;
    width: 400px;
    height: 290px;
  }
  .hero-image__video video {
    width: 302px;
    height: 225px;
    top: 28px;
    left: 49px;
  }
  .hero-image {
    padding: 20px;
  }
  .hero-image .container {
    padding: 20px 20px 210px 20px;
  }
  .hero-single-image-340 {
    max-width: 180px;
    margin-bottom: 32px;
  }
  .hero-form {
    padding: 40px 0;
  }
  .hero-single-image {
    margin-top: 32px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hero-single-section {
    padding: 40px 0;
  }
}
/* ------------------------------------------------------------
     AWARDS
------------------------------------------------------------ */
.awards__image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.awards__item {
  background: #000002;
  border-radius: 11px;
  padding: 12px 16px;
}

.awards__list {
  width: 100%;
  padding: 40px 0;
}
.awards__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.awards__list ul li {
  max-width: 170px;
  width: 100%;
}

.awards__logos {
  width: 100%;
  border-top: 1px solid #D6D3D1;
  padding: 40px 0;
}
.awards__logos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.awards__logos ul li img {
  width: 100%;
  max-width: 160px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.awards__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: -10%;
}
.awards__cta a {
  width: 340px;
}
.awards__cta p {
  margin-bottom: 0;
}

.awards__text {
  position: relative;
  left: -20%;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .awards__cta,
  .awards__text {
    left: 0;
  }
  .awards aside {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 768px) {
  .awards__image {
    max-width: 280px;
  }
  .awards {
    padding-top: 130px;
  }
  .awards aside {
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .awards__item {
    height: 100%;
  }
  .awards__item .h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
  .awards__item .text-20 {
    font-size: 16px;
    line-height: 20px;
  }
  .awards__list {
    padding: 16px 0 24px 0;
  }
  .awards__cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .awards__logos {
    padding-bottom: 24px;
  }
}
/* ------------------------------------------------------------
     STEPS
------------------------------------------------------------ */
.steps {
  background: url(../images/elements/ship.png) top right no-repeat;
  background-size: 25%;
}
.steps.steps--inner {
  background: #fff;
}

.steps__item {
  background: #F5F6FA;
  border-radius: 50px;
  padding: 40px;
  height: 300px;
  position: relative;
}
.steps__item.item--1 {
  background: #F5F6FA url(../images/elements/step-1.svg) center no-repeat;
  background-size: cover;
}
.steps__item.item--1 article {
  position: absolute;
  top: 110px;
  right: 15px;
}
.steps__item.item--2 {
  background: #F5F6FA url(../images/elements/step-2.svg) right bottom no-repeat;
  background-size: auto 100%;
}
.steps__item.item--2 article {
  position: absolute;
  top: 110px;
  right: 15px;
}
.steps__item.item--3 {
  background: #F5F6FA url(../images/elements/step-3.svg) right top no-repeat;
  background-size: auto 100%;
}
.steps__item.item--3 article {
  position: absolute;
  top: 110px;
  left: 30px;
}
.steps__item.item--4 {
  background: #F5F6FA url(../images/elements/step-4.svg) center right no-repeat;
  background-size: 250px;
}
.steps__item.item--4 article {
  position: absolute;
  top: 110px;
  left: 30px;
}
.steps__item.item--4 h2 {
  text-align: right;
  padding-right: 60px;
}
.steps__item.item--5 {
  background: #F5F6FA url(../images/elements/step-5.svg) center top no-repeat;
  background-size: 100%;
}
.steps__item.item--5 article:not(.steps__article) {
  position: absolute;
  top: 0;
  left: 0;
}
.steps__item.item--5 h2 {
  text-align: right;
  padding-right: 60px;
}
.steps__item.item--6 {
  background: #F5F6FA url(../images/elements/step-6.svg) center top no-repeat;
  background-size: 100%;
}
.steps__item.item--6 article:not(.steps__article) {
  position: absolute;
  top: 0;
  left: 0;
}
.steps__item.item--6 h2 {
  text-align: right;
  padding-right: 60px;
}
.steps__item article:not(.steps__article) {
  width: 100%;
  max-width: 280px;
}
.steps__item figure {
  position: absolute;
  top: -90px;
  left: 70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #F5F6FA;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.steps__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 16px;
}

.steps__article {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  padding: 0 32px;
  min-height: 100px;
}

.steps__number-box {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 120px;
}

.steps__number {
  font-size: 300px;
  line-height: 230px;
  margin-bottom: 0;
  position: absolute;
  font-family: "Syne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.steps__number.position--1 {
  left: 30px;
  bottom: -60px;
}
.steps__number.position--2 {
  right: 30px;
  bottom: -60px;
}

.steps__col {
  margin-bottom: 140px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1400px) {
  .steps__number {
    font-size: 220px;
    line-height: 210px;
  }
}
@media all and (max-width: 1200px) {
  .steps__item h2,
  .steps__item h2 * {
    font-size: 28px;
    line-height: 35px;
  }
  .steps__item article,
  .steps__item article * {
    font-size: 18px;
    line-height: 25px;
  }
}
@media all and (min-width: 993px) {
  .steps__col:nth-child(3), .steps__col:nth-child(4) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 993px) {
  .steps__col:last-child {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .steps.module {
    padding-top: 60px;
    background-size: 80%;
    background-position: top right;
  }
  .steps__item.item--4 {
    background-position: bottom right;
  }
  .steps__item h2,
  .steps__item h2 * {
    font-size: 24px;
    line-height: 30px;
  }
  .steps__item article,
  .steps__item article * {
    font-size: 16px;
  }
  .steps__item figure {
    top: -40px;
    left: 40px;
    width: 120px;
    height: 120px;
  }
  .steps__col {
    margin-bottom: 70px;
  }
}
/* ------------------------------------------------------------
     FEATURES
------------------------------------------------------------ */
.features {
  background: url(../images/elements/chest.png) left center no-repeat;
  background-size: 25%;
  position: relative;
  z-index: 1;
}

.features__list {
  padding: 40px 0;
  width: 100%;
}
.features__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.features__list ul li {
  width: 100%;
  max-width: 240px;
}

.features__item {
  background: #142A38;
  border-radius: 16px;
  text-align: center;
  padding: 24px;
}
.features__item img {
  width: 74px;
  height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
.features__item p {
  margin-bottom: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .features {
    padding-top: 0;
  }
  .features__item .text-28,
  .features__item .text-28 * {
    font-size: 18px;
    line-height: 25px;
  }
}
@media all and (max-width: 992px) {
  .features {
    background: #fff;
  }
}
@media all and (max-width: 768px) {
  .features .h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .features__list {
    padding-top: 24px;
  }
  .features__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features__list ul li {
    width: 45%;
    max-width: initial;
  }
  .features__item {
    padding: 16px 24px;
  }
}
/* ------------------------------------------------------------
     USERS
------------------------------------------------------------ */
.users__top {
  position: relative;
}
.users__top article {
  position: relative;
  z-index: 1;
}

.users__image {
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 100%;
  max-width: 700px;
}

.users__item {
  position: relative;
  z-index: 1;
}
.users__item > * article {
  background: #F5F6FA;
  border-radius: 50px;
  padding: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.users__item > * article p {
  margin-bottom: 0;
}

aside.users__item-col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .users__item .users__item-col > article .text-20,
  .users__item .users__item-col > article .text-20 * {
    font-size: 16px;
    line-height: 25px;
  }
  .users__info h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .users__info .text-20 {
    font-size: 16px;
    line-height: 25px;
  }
  .users__image {
    bottom: 50px;
    max-width: 420px;
  }
}
@media all and (max-width: 992px) {
  .users__image {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .users__item .users__item-col > article p {
    margin-bottom: 24px;
  }
  .users__item .users__item-col > article .text-20,
  .users__item .users__item-col > article .text-20 * {
    font-size: 14px;
    line-height: 20px;
  }
  .users__info h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     TESTIMONIALS
------------------------------------------------------------ */
.testimonials {
  width: 100%;
  margin-bottom: 60px;
}

.testimonials__item {
  background: #142A38;
  border-radius: 50px;
  padding: 40px;
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: -80px 10px 20px rgba(0, 0, 0, 0);
          box-shadow: -80px 10px 20px rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.testimonials__stars ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.testimonials__stars ul li span {
  background: #FFD56D;
  width: 25px;
  height: 25px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
}

.testimonials__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials__pic {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonials__text {
  margin-bottom: 32px;
}
.testimonials__text h3 {
  text-align: center;
  margin-bottom: 32px;
}

/* slider */
.js-carousel {
  padding-bottom: 100px;
}
.js-carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0F9ECF;
  color: #0F9ECF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.js-carousel .slick-arrow.slick-prev {
  left: 45%;
}
.js-carousel .slick-arrow.slick-next {
  right: 45%;
}
.js-carousel .slick-arrow:hover {
  background: #F5F6FA;
  border-color: #F5F6FA;
}
.js-carousel .slick-arrow span {
  font-size: 32px;
}
.js-carousel .slick-slide {
  padding: 0 8px;
}
.js-carousel .slick-slide.slick-center .testimonials__item {
  background: #0F9ECF;
  -webkit-box-shadow: -80px 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: -80px 10px 20px rgba(0, 0, 0, 0.4);
}
.js-carousel .slick-list {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1300px) {
  .js-carousel .slick-arrow.slick-prev {
    left: 42%;
  }
  .js-carousel .slick-arrow.slick-next {
    right: 42%;
  }
  .testimonials__text h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .testimonials__info .h3,
  .testimonials__info .h3 * {
    font-size: 21px;
    line-height: 30px;
  }
  .testimonials__pic {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 992px) {
  .js-carousel .slick-arrow.slick-prev {
    left: 40%;
  }
  .js-carousel .slick-arrow.slick-next {
    right: 40%;
  }
}
@media all and (max-width: 768px) {
  .testimonials {
    margin-bottom: 30px;
  }
  .js-carousel .slick-arrow.slick-prev {
    left: 30%;
  }
  .js-carousel .slick-arrow.slick-next {
    right: 30%;
  }
  .testimonials__item {
    height: 320px;
    padding: 24px;
  }
  .testimonials__text h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
  }
  .testimonials__text .text-20 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ------------------------------------------------------------
     MODAL
------------------------------------------------------------ */
.swal2-container .swal2-modal {
  width: 100%;
  border-radius: 16px;
  max-width: 500px;
}
.swal2-container .swal2-confirm {
  border-radius: 16px;
  font-weight: 600;
}
.swal2-container .swal2-close {
  opacity: 1;
  color: #142A38;
  position: relative;
  top: 16px;
  right: 16px;
}
.swal2-container .swal2-close:hover {
  color: #0F9ECF;
}
.swal2-container .swal2-html-container {
  padding: 24px 64px;
}
.swal2-container .swal2-title {
  color: #023E5A;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .swal2-container .swal2-html-container {
    padding: 32px 8px 16px 8px;
  }
  .swal2-container .swal2-close {
    top: 0;
    right: 0;
  }
}
/* ------------------------------------------------------------
     TABLE
------------------------------------------------------------ */
.table-section {
  background: #0F9ECF;
  margin-top: -90px;
  padding-top: 130px;
}

.table-prices {
  border-radius: 20px;
  border: 1px solid #D6D3D1;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 480px;
  /* Estilos personalizados para la barra de desplazamiento */
}
.table-prices::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 7px !important; /* Ajusta el ancho deseado */
}
.table-prices::-webkit-scrollbar-track {
  background: #F5F6FA !important;
}
.table-prices::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background: #57534E !important;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
}
.table-prices ::-webkit-scrollbar-thumb:hover {
  background: #0F9ECF !important;
}
.table-prices table {
  background: #fff;
  width: 100%;
}
.table-prices table thead tr {
  background: #023E5A;
}
.table-prices table thead tr th {
  color: #fff;
  border-right: 1px solid #D6D3D1;
}
.table-prices table thead tr th:last-child {
  border-right: 0;
}
.table-prices table th,
.table-prices table td {
  padding: 15px 24px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.table-prices table tbody tr td {
  border-right: 1px dashed #D6D3D1;
  border-bottom: 1px dashed #D6D3D1;
  vertical-align: middle;
}
.table-prices table tbody tr td:last-child {
  border-right: 0;
}
.table-prices table tbody tr td p {
  margin-bottom: 0;
}

.table-prices__item.item--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-prices__item.item--horizontal img {
  width: 100px;
  height: 60px;
  margin-bottom: 0;
}
.table-prices__item img {
  height: 30px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}
.table-prices__item p {
  margin-bottom: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .table-section {
    margin-top: 0;
    padding-top: 40px;
  }
  .table-prices {
    overflow-x: auto;
  }
  .table-prices table th,
  .table-prices table td {
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }
  .table-prices table th .text-18,
  .table-prices table th .text-18 *,
  .table-prices table td .text-18,
  .table-prices table td .text-18 * {
    font-size: 14px;
    line-height: 20px;
  }
  .table-prices__item.item--horizontal img {
    width: 80px;
    height: 30px;
  }
  .table-prices__item img {
    height: 20px;
  }
}
@media all and (max-width: 768px) {
  .table-prices table th,
  .table-prices table td {
    padding: 4px 8px;
    text-align: center;
    font-size: 12px;
  }
  .table-prices table th .text-18,
  .table-prices table th .text-18 *,
  .table-prices table td .text-18,
  .table-prices table td .text-18 * {
    font-size: 12px;
  }
  .table-prices__item.item--horizontal img {
    width: 60px;
    height: 20px;
  }
  .table-prices__item img {
    height: 10px;
  }
}
/* ------------------------------------------------------------
     ALERT
------------------------------------------------------------ */
.alert {
  padding: 8px;
}
.alert.alert-success {
  background: rgba(149, 182, 0, 0.2);
  color: #95B600;
  border: 0;
}
.alert.alert-info {
  background: rgba(0, 182, 155, 0.2);
  color: #00B69B;
  border: 0;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TABS
------------------------------------------------------------ */
.shipping-section__logo {
  width: 100%;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 32px;
}

.shipping-section__image {
  width: 100%;
  max-width: 600px;
}
.shipping-section__image img {
  width: 100%;
}

ul.nav.nav-tabs {
  border: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.nav.nav-tabs .nav-item button {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  color: #0F9ECF;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
}
ul.nav.nav-tabs .nav-item button.active {
  border-bottom: 3px solid #142A38;
  color: #142A38;
}
ul.nav.nav-tabs .nav-item button:hover {
  color: #142A38;
}

.tab-content .tab-pane {
  padding: 60px 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .shipping-section__image {
    max-width: 300px;
    margin: 0 auto 32px auto;
    display: block;
  }
  ul.nav.nav-tabs .nav-item button {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (max-width: 768px) {
  .shipping-section__image {
    max-width: 240px;
  }
  ul.nav.nav-tabs .nav-item button {
    font-size: 14px;
    line-height: 20px;
  }
  .shipping-section__logo {
    height: 25px;
  }
  .tab-content .tab-pane {
    padding-bottom: 0;
  }
}
/* ------------------------------------------------------------
     FUNCTIONS
------------------------------------------------------------ */
.functions__item {
  background: #F5F6FA;
  border-radius: 30px;
  padding: 8px 16px;
  text-align: center;
  height: 100%;
}
.functions__item img {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .functions__item {
    padding: 8px;
  }
  .functions__item .h3 {
    font-size: 24px;
    line-height: 30px;
    min-height: 60px;
  }
}
/* ------------------------------------------------------------
     INTEGRATIONS
------------------------------------------------------------ */
.integrations {
  position: relative;
}
.integrations .row {
  min-height: 900px;
}

/* integration list */
.integrations__list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.integrations__list li img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.integrations__aside {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-right: 0;
  max-width: 700px;
}
.integrations__aside img {
  width: 100%;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .integrations__aside {
    max-width: 600px;
  }
}
@media all and (max-width: 992px) {
  .integrations__article {
    padding-right: 30%;
  }
  .integrations__aside {
    max-width: 300px;
  }
  .integrations .row {
    min-height: 400px;
  }
}
@media all and (max-width: 768px) {
  .integrations__aside {
    display: none;
  }
  .integrations__article {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .integrations {
    padding-bottom: 40px;
  }
  .integrations .row {
    min-height: initial;
  }
  .integrations__list li img {
    height: 60px;
  }
}
/* ------------------------------------------------------------
     BENEFITS
------------------------------------------------------------ */
.benefits__item {
  background: #142A38;
  border-radius: 30px;
  padding: 32px;
  position: relative;
  height: 190px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits__item.benefits--overflow {
  overflow: hidden;
}
.benefits__item article *:last-child {
  margin-bottom: 0;
}

.benefits__icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.benefits__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.benefits__title {
  margin-bottom: 100px;
}

.benefits__col {
  margin-bottom: 100px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .benefits__col {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 768px) {
  .benefits__col {
    margin-bottom: 50px;
  }
  .benefits__title {
    margin-bottom: 70px;
  }
  .benefits__icon {
    width: 70px;
    height: 70px;
    top: -50px;
  }
  .benefits__item {
    height: 170px;
    padding: 32px 8px;
  }
}
/* ------------------------------------------------------------
     FAQ
------------------------------------------------------------ */
.faq-section {
  overflow: hidden;
}

.faq-item {
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  height: 100%;
  width: 100%;
}
.faq-item img {
  width: 100%;
  height: 170px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  margin-bottom: 12px;
}
.faq-item h3 {
  min-height: 70px;
}

.js-faq-carousel {
  padding-bottom: 120px;
}
.js-faq-carousel .slick-slide {
  padding: 0 16px;
}
.js-faq-carousel .slick-arrow {
  bottom: 0;
  right: 16px;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: absolute;
}
.js-faq-carousel .slick-arrow span {
  color: #0F9ECF;
  font-size: 32px;
}
.js-faq-carousel .slick-arrow:hover {
  opacity: 0.6;
}
.js-faq-carousel .slick-arrow.slick-prev {
  right: 120px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .faq-section .container {
    padding: 0;
    max-width: 100%;
  }
  .js-faq-carousel .slick-arrow {
    right: 30%;
  }
  .js-faq-carousel .slick-arrow.slick-prev {
    left: 30%;
    right: initial;
  }
  .faq-item h3 {
    min-height: 50px;
  }
}
/* ------------------------------------------------------------
     REVIEW
------------------------------------------------------------ */
.reviews-section {
  position: relative;
}

.reviews-section__image {
  position: absolute;
  top: -251px;
  right: 0;
  width: 100%;
  max-width: 550px;
}

.review-item {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.review-item__info {
  background: #0F9ECF;
  padding: 40px 32px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px -2px rgba(17, 24, 39, 0.1), 0px 2px 4px -2px rgba(17, 24, 39, 0.06);
          box-shadow: 0px 4px 8px -2px rgba(17, 24, 39, 0.1), 0px 2px 4px -2px rgba(17, 24, 39, 0.06);
  position: relative;
}
.review-item__info:after {
  content: var(--fa);
  font-weight: 900;
  --fa: "";
  --fa--fa: "";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 100px;
  color: #0F9ECF;
}

.review-item__author {
  width: 100%;
  margin-top: 40px;
}
.review-item__author img {
  margin-bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  display: inline;
}

.js-carousel-reviews {
  padding-bottom: 40px;
}
.js-carousel-reviews .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-carousel-reviews .slick-dots li {
  margin: 0 8px;
}
.js-carousel-reviews .slick-dots li button {
  border: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0F9ECF;
  opacity: 0.5;
  padding: 0;
}
.js-carousel-reviews .slick-dots li.slick-active button {
  opacity: 1;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .reviews-section__image {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .js-carousel-reviews .slick-slide {
    padding: 0 24px;
  }
}
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .video-send__col {
    margin-bottom: 32px;
  }
}
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }
}
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 768px) {
  .mb-5 {
    margin-bottom: 2rem !important;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */